![]() |
it is possible? - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: it is possible? (/thread-21000.html) |
it is possible? - LucasN - 01-24-2019 Is there any way to make a macro recognize the list of allies? Or a list of items? For example, Creatures.ByName (! Allies) or Map.PickUp (! List, -1, 1,:X,:Y,:Z). List:= 3031, 3035, 3043, 9058 Is it possible to do something of the genre? RE: it is possible? - Catar - 01-25-2019 It's very difficult We did something with similar list idea. https://forums.bmega.net/showthread.php?tid=28496 One macro was checking consecutive variables to see if they exist: Like 1_armor, 2_armor, 3_armor etc, and looped back to doing action on 1 if went to 4_armor which didnt exists in variables list. and other macro was equipping those items |