|--------------------------------------- | Cleric 1.5 / Divine arbitration macro | By Anger.Cola |--------------------------------------- | Macro utilizes Spell_Routines.inc |--------------------------------------- | Usage: /call DivineArb | Will use the cleric epic 1.5 if | available. If not avail...
Wasn't saying it was bad or anything... just suggesting a quick addition for something he wanted to add and viewed as a problem. I think it is pretty good as it, just wanted to help out.
Would be easy to add a check to see if he has a target before casting... in your part that says /if (${Target.PctHPs}<20) /goto :loop add a bit: /if (${Target.PctHPs}<20 && !${Target.Equal[NULL]}) /goto :loop Basically if target returns null (no target) it'll fail the if statement.
|--------------------------------------- | Cleric 1.5 / Divine arbitration macro | By Anger.Cola |--------------------------------------- | Macro utilizes Spell_Routines.inc |--------------------------------------- | Usage: /call DivineArb | Will use the cleric epic 1.5 if | available. If not avail...