Request Macro - Use spell on monster when mana full - 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: Request Macro - Use spell on monster when mana full (/thread-8206.html) |
Request Macro - Use spell on monster when mana full - iNG - 04-03-2013 Hello Guys, I need a script which uses a spell i.e. 'exori frigo' when mana is at 100% but only when attacking a monster, because if there is no monster I can get a white skull. So If I am attacking a monster, And i have full Mana then I want to use the spell. Kind Regards, iNG RE: Request Macro - Use spell on monster when mana full - Kimoszin - 04-06-2013 [macro]0 {Cast Spell} minMana%:=100 Self.Mana%()>=!minMana%! Self.Attacking()==1 Target.Foe() Target.Health()>=15 Self.Say(exori frigo)[/macro] RE: Request Macro - Use spell on monster when mana full - iNG - 04-12-2013 does not work (04-06-2013, 05:55 PM)Kimoszin Wrote: [macro]0 {Cast Spell} minMana%:=100 Self.Mana%()>=!minMana%! Self.Attacking()==1 Target.Foe() Target.Health()>=15 Self.Say(exori frigo)[/macro] never mind it does sorry thanks |