![]() |
Need 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: Need Macro (/thread-15188.html) |
Need Macro - adacek1 - 06-03-2014 Hello , I have macro which attacks with ava if 4 + monsters on screen. And I have problem with using it on Ramoa as ED , because there is spawn of few water elementals , and if there are 3 waters + for example crypt shambler bot spams with avalanches to waters = dead. Do you have guys macro which would allow me to avoid ava spams against waters? RE: Need Macro - mr. Kris - 06-03-2014 not possible ![]() RE: Need Macro - raphaelignacio - 06-03-2014 Its possible Code: 500 {Shot Area Rune} monsters:=Creatures.OnScreen() water:=Creatures.ByName(Water Elemental) Dec(monsters, !water!) !monsters!>3 target:=Creature.Attacking() Creature.ShootOn(!target!, ID OF RUNE) RE: Need Macro - erleo - 06-03-2014 (06-03-2014, 04:47 PM)raphaelignacio Wrote: Its possible You can take PZ. |