Macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Macro (/thread-5604.html) |
Macro - assae - 11-30-2012 Hello ! I'm searching for a macro which is equiping stealth ring if there's more than 3 cyclops drone or 2 cyclops smith Much thanks !!!!! Rep+ for first who will help me ! RE: Macro - Kimoszin - 12-01-2012 You know how to create macros? If yes. Creatures.OnScreen() and Self.Equip.Ring(ID) RE: Macro - assae - 12-01-2012 Unfortunately i can't ^^ xD I'll try to do something with it but i think it wont work ;x RE: Macro - Frohser - 12-01-2012 Quote:1100 {stealth ring} MONSTER:=3 ID:=3049 Creatures.OnScreen()>!MONSTER! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit() RE: Macro - assae - 12-02-2012 Thanks mate |