• 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 - AggroCond is an invalid Conditional

Joined
Jul 9, 2015
RedCents
1,978¢
Hi guys, upgraded to kissassist 10 and it rocks, but I keep getting this error when I run kissassist:

[MQ2] AggroCond is an invalid Conditional. Supported Conditionals for DPS, GOM, Burn, Heals, Mash, and Weave.

Rich (BB code):
[2017/05/26 08:40:04] [MQ2] NINJADVLOOT: AutoHater set to Xtarget1
[2017/05/26 08:40:04] [MQ2] NINJADVLOOT: Variables are set. Using Loot.ini file.
[2017/05/26 08:40:04] [MQ2] AggroCond is an invalid Conditional. Supported Conditionals for DPS, GOM, Burn, Heals, Mash, and Weave.
[2017/05/26 08:40:05] [MQ2] Checking your ini file for errors.
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning Buffs <<----------------
[2017/05/26 08:40:06] [MQ2] ...ERROR: Buffs4=Selo's Sonata unable to find as a Spell, AA, Item or Combat Ability
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning DPS <<----------------
[2017/05/26 08:40:06] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning Burn <<----------------
[2017/05/26 08:40:06] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning Heals <<----------------
[2017/05/26 08:40:06] [MQ2] ...ERROR: Heals5=Flash of Anger unable to find as a Spell, AA, Item or Combat Ability
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning AE <<----------------
[2017/05/26 08:40:06] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning Cures <<----------------
[2017/05/26 08:40:06] [MQ2] -- Nothing defined in this section
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning Pet <<----------------
[2017/05/26 08:40:06] [MQ2] -- Nothing defined in this section
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning PetBuffs <<----------------
[2017/05/26 08:40:06] [MQ2] -- Nothing defined in this section
[2017/05/26 08:40:06] [MQ2] ---------------->> Scanning GoM <<----------------
[2017/05/26 08:40:06] [MQ2] -- Nothing defined in this section
[2017/05/26 08:40:06] [MQ2] ================================
[2017/05/26 08:40:06] [MQ2] Redguides presents
[2017/05/26 08:40:06] [MQ2] KissAssist v.10.0.0 by Maskoi
[2017/05/26 08:40:06] [MQ2] ================================
[2017/05/26 08:40:06] [MQ2] I am Tanking & Main Assist

Any idea what I've done wrong lol, my ini's are as they were for 9.2.4 not ventured into adding any conditionals yet.
 
That statement only comes from the SortArray function.

ANd no where in the code do we make a call to SortArray for AggroCond.

You sure you using the official redguides release... put out by Myself and Ctaylor ??????
 
yup only use Redguides, was a cean install 2 weeks ago, all I did was drop the new kissassist.mac in and set the ini's to version 0, ran kissassist and now keep getting that error
 
Make any changes to your loot.ini ?

JUst did a clean update , copy and pasted KA v10 into folder and running with no errors . try to delete everything and start completely new and fresh . also got a list of your loaded plugins ?
 
what I do is clean install of everything :
run MQ2:
start KA:
see if you have any troubles before altering anything
 
I assume your using the aggro section? AggroOn=1? I had this same error, set AggroOn=0 and it goes away. According to ctaylor it's just a warning from a check that wasn't added but doesn't affect the actual functioning of the macro. So I tested it out myself... even with the warning, during combat my chars that had their aggro sections setup did use those abilities.
 
I assume your using the aggro section? AggroOn=1? I had this same error, set AggroOn=0 and it goes away. According to ctaylor it's just a warning from a check that wasn't added but doesn't affect the actual functioning of the macro. So I tested it out myself... even with the warning, during combat my chars that had their aggro sections setup did use those abilities.

I'll try this, see if it works

- - - Updated - - -

ok setting AggroOn=1 to AggroOn=0 removed the error
 
Yes there is a fix for this. It does not effect anything it is just a warning... The fix is below:

Rich (BB code):
        /if (${Select[${CArrayName},NULL,GoMCond,HealsCond,DPSCond,BurnCond,GHCond,SHCond,MashCond,WeaveCond,AggroCond]}==0) {
            /echo ${CArrayName} is an invalid Conditional. Supported Conditionals for DPS, GOM, Burn, Heals, Mash, and Weave. 
            /beep
        }

Just add what's highlighted. It is just one of the things that slipped through the cracks... Like I said it is just a warning and effects nothing.
 
As with all things, you can never be 100% certain of anything.

Thus being said .... , we rolled out Kiss 10.0.0 2 days prior to the Memorial Day weekend in order to flush out any bugs that we did not come across in our extensive beta testing / dev team stress testing.

We can't catch everything, so we rolled it out early and payed close attention to any postings in regards to issues / bugs / errors with Kiss 10... so that we could address them and have a hopefully perfect version available or this extra XP weekend / holiday.

We did note 2 specific issues that were overlooked/required extra love and attention.... and we have pushed the corrected / updated version live on this thread (and incorporated it into the compile release repository).

This thread issue represents one of the two issues we fixed and have updated on the Kiss download thread.

HAPPY KILLING Y'all !!!!

With love and respect ...
The RedGUides development team / staff.
 
Problem - AggroCond is an invalid Conditional

Users who are viewing this thread

Back
Top
Cart