BBot - The best bot of the world

Full Version: Macro Exori flam
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need macro for attack monsters with "exori flam" when mana is 20... and monsters health potions is 45+. Please help me someone smartHuh
0 {Attack with spell} Target.Foe() Target.Health()>45 Self.Say(exori flam)

There it always uses exori flam to attack creature.
[macro]2000 {flam strike} Self.Mana()>=20 Target.Health()>=45 Self.Say(Exori Flam) Exit()[/macro]
(01-18-2013, 02:27 AM)spiff26 Wrote: [ -> ][macro]2000 {flam strike} Self.Mana()>=20 Target.Health()>=45 Self.Say(Exori Flam) Exit()[/macro]
You forgot Target.Foe()