LUA:
function onAddItem(item, tileitem, position)
if Game.isItemThere({x = 32511, y = 31585, z = 15},3034) then
Game.sendMagicEffect({x = 32509, y = 31589, z = 15}, 13)
Game.sendMagicEffect({x = 32511, y = 31585, z = 15}, 16)
Game.removeItemOnMap({x = 32511, y = 31585, z = 15},3034)
end
end
how to modify this script part effect ---> Game.sendMagicEffect({x = 32509, y = 31589, z = 15}, 13)
to this effect appear during 3 minutes without stop with a delay of 2 seconds each effect?
Last edited: