![]() |
Help attack macro - 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: Help attack macro (/thread-5397.html) |
Help attack macro - whey - 11-16-2012 Hey i want macro whenever i attack someone a want a macro to use (exevo gran mas vis) i play ot and this would be very helpful. Attacks sequenze doesn't work becouse i need to add all creatures that i want it to use on and it doesn't work with players? So whenever i begin attacking something creature or player i want to use exevo gran mas vis. Someone help pls RE: Help attack macro - Hunger - 11-16-2012 2000 {Safe Spellcast} Self.Mana>=1200 Self.Attacking Creatures.OnScreen>=3 Creatures.PlayersOnScreen=01 Self.Say(exevo gran mas vis) RE: Help attack macro - whey - 11-16-2012 Thanks but that was not what i was looking for. I only want it to use the spell when i (BEGIN) to attack someone not if someone is just on the screen ![]() RE: Help attack macro - nizlov - 11-16-2012 1000 {AttackUE} Self.Attacking()==1 Self.Mana()>=600 Self.Say(exevo gran mas vis) |