mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-10 04:10:45 +01:00
add few 7.92 items
This commit is contained in:
@@ -606,6 +606,10 @@
|
||||
<movevent event="AddItem" itemid="5731" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="5763" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="5763" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="6172" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="6172" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="6173" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="6173" tileitem="1" script="misc/floorchange.lua" />
|
||||
|
||||
<!-- Damage -->
|
||||
<movevent event="StepIn" itemid="2145" script="misc/damage.lua" />
|
||||
|
||||
@@ -77,6 +77,8 @@ local list = {
|
||||
[5691] = {x = 1, y = 0, z = 1},
|
||||
[5731] = {x = 0, y = 0, z = 1},
|
||||
[5763] = {x = 0, y = 0, z = 1},
|
||||
[6172] = {x = 0, y = 0, z = 1},
|
||||
[6173] = {x = 0, y = 0, z = 1},
|
||||
}
|
||||
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
|
||||
Reference in New Issue
Block a user