Untitled
Guest 154 9th Oct, 2024
macro(10000, "Auto dzwignia", function()
for _, tile in ipairs(g_map.getTiles(posz())) do
if getDistanceBetween(pos(), tile:getPosition()) == 1 then
if tile:getTopUseThing():getId() == 2772 or
tile:getTopUseThing():getId() == 2773 then
g_game.use(tile:getTopUseThing())
delay(math.random(1200000, 1700000))
end
end
end
end)
To share this paste please copy this url and send to your friends
RAW Paste Data