mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-10 04:10:45 +01:00
finish many new 7.92 items and missing todo items from 7.8
This commit is contained in:
@@ -676,6 +676,14 @@
|
||||
<movevent event="StepOut" itemid="5294" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="5746" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="5748" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6202" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6204" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6206" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6208" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6259" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6261" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6263" script="misc/doors.lua" />
|
||||
<movevent event="StepOut" itemid="6265" script="misc/doors.lua" />
|
||||
|
||||
<!-- Magic Fields -->
|
||||
<movevent event="StepIn" itemid="1998" function="onStepInField" />
|
||||
|
||||
@@ -14,6 +14,10 @@ local verticalDoors = {
|
||||
[5288] = 5287,
|
||||
[5292] = 5291,
|
||||
[5748] = 5749,
|
||||
[6202] = 6201,
|
||||
[6206] = 6205,
|
||||
[6259] = 6258,
|
||||
[6263] = 6262,
|
||||
}
|
||||
|
||||
local horizontalDoors = {
|
||||
@@ -32,6 +36,10 @@ local horizontalDoors = {
|
||||
[5290] = 5289,
|
||||
[5294] = 5293,
|
||||
[5746] = 5745,
|
||||
[6204] = 6203,
|
||||
[6208] = 6207,
|
||||
[6261] = 6260,
|
||||
[6265] = 6264,
|
||||
}
|
||||
|
||||
function onStepOut(creature, item, fromPosition, toPosition)
|
||||
|
||||
Reference in New Issue
Block a user