mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
Full Distribution
This commit is contained in:
13
data/movements/scripts/nostalrius/2.lua
Normal file
13
data/movements/scripts/nostalrius/2.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() then
|
||||
if Game.isItemThere({x = 33368, y = 31756, z = 11}, 355) then
|
||||
Game.transformItemOnMap({x = 33368, y = 31756, z = 11}, 355, 386)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
function onStepOut(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() then
|
||||
Game.transformItemOnMap({x = 33368, y = 31756, z = 11}, 386, 355)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user