BBot - The best bot of the world
Macro Exori flam - 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 Exori flam (/thread-6687.html)



Macro Exori flam - nice-p - 01-17-2013

I need macro for attack monsters with "exori flam" when mana is 20... and monsters health potions is 45+. Please help me someone smartHuh


RE: Macro Exori flam - Benjyon - 01-17-2013

0 {Attack with spell} Target.Foe() Target.Health()>45 Self.Say(exori flam)

There it always uses exori flam to attack creature.


RE: Macro Exori flam - spiff26 - 01-18-2013

[macro]2000 {flam strike} Self.Mana()>=20 Target.Health()>=45 Self.Say(Exori Flam) Exit()[/macro]


RE: Macro Exori flam - Kimoszin - 01-18-2013

(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()