• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Bug - Pullertank Crash

Status
Not open for further replies.

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.
 
Last edited:
Ok, so since you pointed out the line in the code, I went and looked at the code and my INI should not be calling this section. The code should only be calling a check on my pet if I have PullWith=Pet. Here's my pull section:

Rich (BB code):
[Pull]
PullWith=Throw Stone
MaxRadius=50
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
 
Replace line 4012 with this

Rich (BB code):
		      /if (${Me.Pet.PctHPs}<100 && ${Me.Pet.ID} && !${AggroTargetID}) /goto :WaitingOnPetHealth




Rich (BB code):
 /if (${Me.Pet.PctHPs}<100 && ${Me.Pet.ID} && !${AggroTargetID}) /goto :WaitingOnPetHealth

Gee... why do people NOT look at the patch notes... or keep track of the revision dates... that fix was pushed DAYS ago......... if you download the current KA.. that exact fix was put in on 7-11-2015

- - - Updated - - -

My bad... i read/posted while I was 5 beers into my six pack.. didn't realize i fat fingered the code and missed the closing tag.... my deepest apologies... fixed....
 
Last edited:
Bug - Pullertank Crash
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart