mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-28 15:46:49 +01:00
first commit to successful liberty bay import to map
This commit is contained in:
@@ -532,6 +532,8 @@
|
||||
<movevent event="AddItem" itemid="2196" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="2198" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="2198" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="5258" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="5258" tileitem="1" script="misc/floorchange.lua" />
|
||||
|
||||
<!-- Damage -->
|
||||
<movevent event="StepIn" itemid="2145" script="misc/damage.lua" />
|
||||
|
||||
@@ -70,6 +70,7 @@ local list = {
|
||||
[2194] = {x = 1, y = -1, z = -1},
|
||||
[2196] = {x = 1, y = 1, z = -1},
|
||||
[2198] = {x = -1, y = 1, z = -1},
|
||||
[5258] = {x = 0, y = -1, z = -1},
|
||||
}
|
||||
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
|
||||
Reference in New Issue
Block a user