mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
9 lines
272 B
Lua
9 lines
272 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
|
|
end
|
|
|
|
function onAddItem(item, tileitem, position)
|
|
doRelocate(tileitem:getPosition(),{x = tileitem:getPosition().x + 3, y = tileitem:getPosition().y, z = 07})
|
|
Game.sendMagicEffect(tileitem:getPosition(), 13)
|
|
end
|