mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 10:09:20 +02:00
7 lines
219 B
Lua
7 lines
219 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
if creature:isPlayer() then
|
|
doRelocate(item:getPosition(),{x = 32566, y = 31959, z = 01})
|
|
Game.sendMagicEffect({x = 32487, y = 31928, z = 07}, 3)
|
|
end
|
|
end
|