mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
8 lines
261 B
Lua
8 lines
261 B
Lua
function onStepIn(creature, item, position, fromPosition)
|
|
if creature:isPlayer() then
|
|
doRelocate(item:getPosition(),{x = 32839, y = 32532, z = 09})
|
|
item:getPosition():sendMagicEffect(21)
|
|
Game.sendMagicEffect({x = 32839, y = 32532, z = 09}, 21)
|
|
end
|
|
end
|