add few 7.92 items

This commit is contained in:
ErikasKontenis
2020-03-01 20:53:33 +02:00
parent 6b76e8db9f
commit f8b8de8f7a
3 changed files with 188 additions and 1 deletions

View File

@@ -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" />

View File

@@ -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)