2019-01-16 17:16:38 -05:00

7 lines
284 B
Lua

function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() and Game.isItemThere({x = 32478, y = 31902, z = 07}, 1947) then
Game.transformItemOnMap({x = 32478, y = 31902, z = 07}, 1947, 1791)
Game.sendMagicEffect({x = 32478, y = 31902, z = 07}, 3)
end
end