darkeros
Member
- Joined
- Sep 12, 2004
- RedCents
- 35¢
When running in a full group, get this error/crash. It used to NOT happen when I only ran KISS on the Pullertank and ran MQ2Bot on the rest of the group, but now it happens all the time. Goes like this:
[MQ2]Looking for close range mobs
[MQ2]Pulling message
[MQ2] Waiting on pet to full health before next pull.
Unparsable in Calculation: '$'
kissassist.mac@4012 (FindMobToPull(int Pflag)): /if
(${Me.Pet.PctHPs}<100 && !${AggroTargetID) /goto
:WaitingOnPetHealth
kissassist.mac@706 (Main): /call FindMobToPull 1
The current macro has ended.
Failed to parse /if condition '(Null<100 && !${AggroTargetID)',
non-numeric encountered
Seems it is trying to detect pet HP and crashing when it gives a NULL value.
[MQ2]Looking for close range mobs
[MQ2]Pulling message
[MQ2] Waiting on pet to full health before next pull.
Unparsable in Calculation: '$'
kissassist.mac@4012 (FindMobToPull(int Pflag)): /if
(${Me.Pet.PctHPs}<100 && !${AggroTargetID) /goto
:WaitingOnPetHealth
kissassist.mac@706 (Main): /call FindMobToPull 1
The current macro has ended.
Failed to parse /if condition '(Null<100 && !${AggroTargetID)',
non-numeric encountered
Seems it is trying to detect pet HP and crashing when it gives a NULL value.
Last edited:

