mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-29 07:46:52 +01:00
Full Distribution
This commit is contained in:
11
data/movements/scripts/nostalrius/64.lua
Normal file
11
data/movements/scripts/nostalrius/64.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
function onAddItem(item, tileitem, position)
|
||||
if Game.isItemThere({x = 33293, y = 32741, z = 13},3042) then
|
||||
doRelocate({x = 33293, y = 32742, z = 13},{x = 33299, y = 32742, z = 13})
|
||||
Game.sendMagicEffect({x = 33293, y = 32742, z = 13}, 11)
|
||||
Game.sendMagicEffect({x = 33299, y = 32742, z = 13}, 11)
|
||||
Game.sendMagicEffect({x = 33293, y = 32741, z = 13}, 16)
|
||||
Game.removeItemOnMap({x = 33293, y = 32741, z = 13}, 3042)
|
||||
else
|
||||
Game.sendMagicEffect({x = 33293, y = 32741, z = 13}, 3)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user