• 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

Problem - KA keeps crashing with new TLP line

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
KA keeps crashing on any/all of my buffing classes randomly....it always starts with "failed to parse /if condition '(4=0)', non-numeric encountered....then followed by:
kissassist.mac@6420 (Event_WornOff(string Line, string wospell, string wotarget)): /if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}=0) /removebuff ${wospell}

after that the lines are different on differnt classes it seems


edit* |Caster no longer works in new KA as well.
 
TLP BS
Rich (BB code):
 /if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}=0) /removebuff ${wospell}
change to ==
Rich (BB code):
 /if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}==0) /removebuff ${wospell}
 
caster thing try this
Rich (BB code):
                            /if (${2ndPart.Equal[caster]} && ${Select[${Group.Member[${j}].Class.ShortName},CLR,DRU,SHM,BST,ENC,MAG,NEC,PAL,SHD,RNG,WIZ]}==0|| ${2ndPart.Equal[Melee]} && ${Select[${Group.Member[${j}].Class.ShortName},BRD,BER,BST,MNK,PAL,ROG,RNG,SHD,WAR]}==0) /goto :nextmember

change to
Rich (BB code):
                           /if ((${2ndPart.Equal[caster]} && ${Select[${Group.Member[${j}].Class.ShortName},CLR,DRU,SHM,BST,ENC,MAG,NEC,PAL,SHD,RNG,WIZ]}==0) || (${2ndPart.Equal[Melee]} && ${Select[${Group.Member[${j}].Class.ShortName},BRD,BER,BST,MNK,PAL,ROG,RNG,SHD,WAR]}==0)) /goto :nextmember
 
KA keeps crashing on any/all of my buffing classes randomly....it always starts with "failed to parse /if condition '(4=0)', non-numeric encountered....then followed by:
kissassist.mac@6420 (Event_WornOff(string Line, string wospell, string wotarget)): /if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}=0) /removebuff ${wospell}

after that the lines are different on differnt classes it seems


edit* |Caster no longer works in new KA as well.

Change the line too:
Rich (BB code):
/if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}==0) /removebuff ${wospell}
 
Thanks guys! I know the TLP gives you and added headache, I appreciate you guys being so helpful! :)
 
Problem - KA keeps crashing with new TLP line

Users who are viewing this thread

Back
Top
Cart