Luku9957 Posted December 18, 2022 Share Posted December 18, 2022 Hello, I am looking for script for uh and manapotion from hotkey. Any1 got it? Link to comment Share on other sites More sharing options...
Nacuta Posted August 6, 2023 Share Posted August 6, 2023 Is it possible to make a script that attacks all mobs? Targeting doesn't work on the server I play on. Link to comment Share on other sites More sharing options...
rebunya Posted November 13, 2023 Share Posted November 13, 2023 Any chance to get something similar to this? macro(1000, "Dzwignia", function() for x = -1, 1 do for y = -1, 1 do local tile = g_map.getTile({x = posx() + x, y = posy() + y, z = posz()}) for u,item in ipairs(tile:getItems()) do if (tile and item and item:getId() == 2773 or item:getId() == 2772) then g_game.use(item) return end end end end end,toolsTab) It basically uses a lever or an item with specific ID if it appears on map, just not sure how to edit it, so it works with OTClientBot. Many thanks. Link to comment Share on other sites More sharing options...
MrRafal Posted April 7, 2024 Share Posted April 7, 2024 Pickup Spears script? Link to comment Share on other sites More sharing options...
Sheldon Posted February 14 Share Posted February 14 Hey can i ask can u do some scripts for pokemon like fishing and healing i need scirpts for pokenumb.pl Link to comment Share on other sites More sharing options...
Recommended Posts