Post
by trevc63 » Tue Mar 08, 2005 4:45 pm
I just tried to run a preivously working macro, after i added a few class spesific things:
/if ((${Int[${Me.PctHPs}]}<40) && ${Me.AbilityReady["Mend"]}) {
/echo Mending at ${Me.PctHPs} health...
/doability "Mend"
/if (${Int[${Me.PctHPs}]}<20) {
/echo Getting my ass kicked, feigning death...
/cleanup
/keypress esc
/attack off
/keypress forward
/keypress back
/delay 1
/doability "Feign Death"
/beep
/beep
/endmacro
and macroquest window gave me this:
Unparsable in calculation "l"
Hunter.mac@261 /if ((${Int[${Me.PctHPs}]}<40) && ${Me.AbilityReady["Mend"]}) {
Hunter.mac@228 (CombatSub) : /call SpeciallT
Hunter.mac@93 (Main) /if (${RV_HasTarget}) /call CombatSub
The current macro has ended.
Failed to parse /if condition '((100<40) && FALSE)' , non-numeric encoutered