• 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 - Parse issue causes crash

Jackei

New member
Joined
Jan 1, 2015
RedCents
85¢
Ive been trying to figure this out but so far am coming up clueless. It seems random when it happens and i can't find a refrence to zombie skin in any of my ini's. ANyone have an idea what this means?

[2016/04/11 10:18:47] MQ2Melee::Attacking [a shissar revenant].

[2016/04/11 10:18:47] Unparsable in Calculation: 'Z'

[2016/04/11 10:18:47] kissassist.mac@1020 (Combat): /doevents

[2016/04/11 10:18:47] kissassist.mac@1019 (Combat): Sub Combat

[2016/04/11 10:18:47] kissassist.mac@781 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat

[2016/04/11 10:18:47] kissassist.mac@765 (Main): /call CheckForCombat 0 MainLoop

[2016/04/11 10:18:47] The current macro has ended.

[2016/04/11 10:18:47] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered

[2016/04/11 10:18:54] Unparsable in Calculation: 'Z'

[2016/04/11 10:18:54] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered


*update* it seems to be tied in to the loot routine, not entirely sure though
*update* no its not
 
look in your mq2melee

it looks like there's something with a holyshit or downshit.

the "Failed to parse /if condition '(Zombie Skin)' is very similar to what happens when you have something slightly off in a holyshit/downshit.
 
Ok, i'll start trying to trace it down. Wonder where the Zombie Skin line if coming from though. It isnt in any of my ini's
 
The problem could be from any plugin that uses /if conditions, like MQ2melee does. you just happen to be running KA when the error happens and being in the combat routine would make me believe is has something to do with your mq2melee holyshit/downshits. I would check there first.
 
I'm using the holy's from the monk ini in the forums. I don't see anything wrong but im not very familiar with holys yet. would not having a skill cause an issue like this?

Rich (BB code):
downshit0=/if (${Me.PctEndurance}<29 && ${Me.CombatAbilityReady[${Spell[Breather].RankName}]} && !${Me.Moving} && !${Me.Invis} && ${Window[CombatAbilityWnd].Child[CAW_CombatEffectLabel].Text.Equal[No Effect]}) /disc ${Spell[Breather].RankName}
holyshit0=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Doomwalker's Synergy].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Doomwalker's Synergy].RankName}
holyshit1=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Drunken Monkey Style].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Drunken Monkey Style].RankName}
holyshit2=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[49132].RankName}]} && ${Melee.DiscID}==0) /disc 49132
holyshit3=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Zalikor's Fang].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Zalikor's Fang].RankName}
holyshit4=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Torrent of Fists].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Torrent of Fists].RankName}
holyshit5=/if (${Me.AltAbilityReady[Stunning Kick]} && ${Me.Combat}) /alt act 469
holyshit6=/if (!${Me.Buff[Eight Leaves Heel Technique].ID} && ${Cast.Ready[Darkwater Soulforge Chestwraps]} && ${Spell[Eight Leaves Heel Technique].Stacks} && !${Select[${Zone.ID},151,202,203,219,344,345,463,33480,33113]} && !${Me.Moving} && ${Me.Standing} && !${Me.Invis}) /cast item "Darkwater Soulforge Chestwraps"
holyshit7=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Curse of the Thirteen Fingers].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Curse of the Thirteen Fingers].RankName}
holyshit9=/if (${Me.Combat} && ${Me.PctHPs}<40 && ${Me.CombatAbilityReady[${Spell[Refuse Death].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Refuse Death].RankName}
holyshit10=/if (${Me.PctEndurance}>10 && ${Me.CombatAbilityReady[${Spell[Vigorous Shuriken].RankName}]} && ${Melee.DiscID}==0) /disc ${Spell[Vigorous Shuriken].RankName}
holyshit11=/if (${Me.AltAbilityReady[Banestrike]} && ${Me.Combat}) /alt act 15073
holyshit12=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Zan Fi's Whistle]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Zan Fi's Whistle" alt
holyshit13=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Infusion of Thunder]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Infusion of Thunder" alt
holyshit14=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Fundament: Second Spire of the Sensei]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Fundament: Second Spire of the Sensei" alt
holyshit15=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Two-Finger Wasp Touch]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Two-Finger Wasp Touch" alt
holyshit16=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Five Point Palm]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Five Point Palm" alt
holyshit17=/if (${Target.Named} && (${Target.PctHPs}<97 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Crane Stance].RankName}]}) /disc ${Spell[Crane Stance].RankName}
holyshit18=/if (${Target.Named} && (${Target.PctHPs}<97 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Dragon's Balance].RankName}]}) /disc ${Spell[Dragon's Balance].RankName}
holyshit19=/if (${Target.Named} && ${Me.CombatState.Equal[COMBAT]} && ${Me.AltAbilityReady[Focused Destructive Force]} && ${Target.PctHPs}<97 && ${Target.PctHPs}>5) /casting "Focused Destructive Force" alt
holyshit20=/if (${Target.Named} && (${Target.PctHPs}<97 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Speed Focus Discipline].RankName}]}) /disc ${Spell[Speed Focus Discipline].RankName}
holyshit21=/if (${Target.Named} && (${Target.PctHPs}<95 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Terrorpalm Discipline].RankName}]}) /disc ${Spell[Terrorpalm Discipline].RankName}
holyshit22=/if (${Target.Named} && (${Target.PctHPs}<95 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Heel of Zagali].RankName}]}) /disc ${Spell[Heel of Zagali].RankName}
holyshit23=/if (${Target.Named} && (${Target.PctHPs}<95 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Ironfist Discipline].RankName}]}) /disc ${Spell[Ironfist Discipline].RankName}
holyshit24=/if (${Target.Named} && (${Target.PctHPs}<95 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Eye of The Storm].RankName}]}) /disc 35062
holyshit25=/if (${Target.Named} && (${Target.PctHPs}<95 && ${Target.PctHPs}>5) && ${Me.CombatAbilityReady[${Spell[Earthforce Discipline].RankName}]}) /disc ${Spell[Earthforce Discipline].RankName}
stickcmd=15 loose

also got this error after turning off all my holys

Rich (BB code):
[2016/04/11 12:22:14] MQ2Melee::Attacking [a shissar revenant].

[2016/04/11 12:22:14] Unparsable in Calculation: 'Z'

[2016/04/11 12:22:14] kissassist.mac@5811 (AECheck): /if (${Me.XTarget[${i}].TargetType.Equal[Auto Hater]} && ${Me.XTarget[${i}].ID}) {

[2016/04/11 12:22:14] kissassist.mac@1182 (CombatCast): /if (${AEOn}) /call AECheck

[2016/04/11 12:22:14] kissassist.mac@1083 (Combat): /if (${DPSOn} && (!${Role.Equal[puller]} || !${ChainPull})) /call CombatCast

[2016/04/11 12:22:14] kissassist.mac@781 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat

[2016/04/11 12:22:14] kissassist.mac@765 (Main): /call CheckForCombat 0 MainLoop

[2016/04/11 12:22:14] The current macro has ended.

[2016/04/11 12:22:14] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered

[2016/04/11 12:22:21] Unparsable in Calculation: 'Z'

[2016/04/11 12:22:21] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered

[2016/04/11 12:22:28] Unparsable in Calculation: 'Z'

[2016/04/11 12:22:28] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered

[2016/04/11 12:22:36] Unparsable in Calculation: 'Z'

[2016/04/11 12:22:36] Failed to parse /if condition '(Zombie Skin)', non-numeric encountered

- - - Updated - - -

Ok think i fixed it. Aggro in kissassist was on with no skills listed. ive had it up for 45 mins now with my holys on and no breaking yet.
 
Last edited:
Problem - Parse issue causes crash

Users who are viewing this thread

Back
Top
Cart