Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- macro(10, "open monster flames", function()
- for i, tile in ipairs(g_map.getTiles(posz())) do
- for u,item in ipairs(tile:getItems()) do
- if (item:getId() == 5022) then
- autoWalk(tile:getPosition(), 100, {ignoreNonPathable = true})
- end
- end
- end
- end)
- macro(10, "StepIn monster box", function()
- for i, tile in ipairs(g_map.getTiles(posz())) do
- for u,item in ipairs(tile:getItems()) do
- if (item:getId() == 9586) then
- autoWalk(tile:getPosition(), 100, {ignoreNonPathable = true})
- end
- end
- end
- end)
- macro(50, "spell", function()
- saySpell("exevo gran mas holy", 200)
- delay(10)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement