Getting Monk mend to work inside Hunter.mac
Posted: Mon Sep 06, 2004 9:28 pm
I am having a terrible time getting mend to work in macro, erroring out as follows in MQ2
========================================================================================
Code is:
/if ((${Me.PctHPs}<40)&&(${Me.AbilityReady["Mend"]}) /doability "Mend"
=======================================================================================
Ends macro saying
NatimbiHunter.mac@266 (
((${Me.PctHPs}<40)&&(${Me.AbilityReady["Mend"]}) /doability "Mend"
NatimbiHunter.mac@233 (CombatSub):/call SpecialIt
NatimbiHunter.mac@97 (Main):/if (${RV_HasTarget}) /call CombatSub
The current macro has ended
Usage: /if (<condition>) <command>
========================================================================================
That is the error code I have tried several different ways to make the mend portion of SpecialIt work but nothing seems to. Can anyone point me in the right direction here?
thanks
adv
========================================================================================
Code is:
/if ((${Me.PctHPs}<40)&&(${Me.AbilityReady["Mend"]}) /doability "Mend"
=======================================================================================
Ends macro saying
NatimbiHunter.mac@266 (
((${Me.PctHPs}<40)&&(${Me.AbilityReady["Mend"]}) /doability "Mend"
NatimbiHunter.mac@233 (CombatSub):/call SpecialIt
NatimbiHunter.mac@97 (Main):/if (${RV_HasTarget}) /call CombatSub
The current macro has ended
Usage: /if (<condition>) <command>
========================================================================================
That is the error code I have tried several different ways to make the mend portion of SpecialIt work but nothing seems to. Can anyone point me in the right direction here?
thanks
adv