mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-12 12:59:47 +01:00
introduce new custom items
This commit is contained in:
@@ -691,6 +691,10 @@
|
||||
<movevent event="AddItem" itemid="6924" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="7053" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="7053" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="17114" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="17114" tileitem="1" script="misc/floorchange.lua" />
|
||||
<movevent event="StepIn" itemid="17136" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="17136" tileitem="1" script="misc/floorchange.lua" />
|
||||
|
||||
<!-- Damage -->
|
||||
<movevent event="StepIn" itemid="2145" script="misc/damage.lua" />
|
||||
|
||||
@@ -96,6 +96,8 @@ local list = {
|
||||
[6923] = {x = 0, y = -1, z = 1},
|
||||
[6924] = {x = 0, y = 1, z = 1},
|
||||
[7053] = {x = 1, y = 0, z = 1},
|
||||
[17114] = {x = 0, y = 0, z = 1},
|
||||
[17136] = {x = 0, y = 0, z = 1},
|
||||
}
|
||||
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
|
||||
Reference in New Issue
Block a user