• 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 - Spirit of the White Wolf

Avenka

Member
Joined
May 26, 2019
RedCents
121¢
Version of KissAssist.mac?
11.004
When did your problem start?
Since I started trying to get White Wolf worked into Kissassist
Character Role?
  1. Assist
What class is having this issue?
  1. Druid
How often does this issue occur?
Always
OK, the Short version is, I want my druid to always have one of the "Spirit of the White Wolf" buffs at all times. The Group and Single versions do not share a timer so they can be alternated but the problem is that no matter what I try Kiss will cast both rather than waiting until one drops. Here are the lines I have most recently tried

Buffs8=Spirit of the White Wolf|Cond4
Buffs9=Group Spirit of the White Wolf|Cond4

DPS1=Spirit of the White Wolf|97|Cond4
DPS2=Group Spirit of the White Wolf|97|Cond4

Cond4=(!${Me.Buff[Group Spirit of the White Wolf].ID} && !${Me.Buff[Spirit of the White Wolf].ID})

I have also tried these conditions separated and referencing the opposing buff (if not group buff -> cast single etc) I've also tried adding in the rank IE [Group Spirit of the White Wolf VII] nothing seems to be working. I have tested my conditions in EQBC too so I have them right as far as spelling etc. Someone please help, I started out mostly bald and feel like soon I'll have Bruce Willis's hairline.

There's extra conditions from trying other options.
 

Attachments

If the gem is on cooldown for one of them You can do the following

INI:
Cond4=!${Me.Buff[Group Spirit of the White Wolf ].ID} && !${Me.Buff[Spirit of the White Wolf ].ID} && ${Me.GemTimer[Spirit of the White Wolf]}

Then in the DPS section
INI:
DPS1=Spirit of the White Wolf|97
DPS2=Group Spirit of the White Wolf|97|Cond4

Give that a go. It's essentially what I use for my shaman's sabretooth and dissident roar setup so that it will use dissident if it's up, and sabretooth if it isn't.

I've never used those spells specifically, so I'm not sure of any targeting issues you might be presented with dealing with the single target one.
 
No luck there. I've taken them out of the buffs section for now because really I shouldn't need the bonus to healing if there's no need to heal (Might do the same to Ethereal Ways too and reduce spam, but anyway)
I feel almost like there must be something missing in the DPS lines because it's like it is completely ignoring all my conditions that I've tried.

I have tried taking lines from eqtrader74's ini where he alternates single white and group black and even taking those directly it fails.
I was looking at the ini that I got to compare different ideas for my BST and saw Cond4=${Me.Song[${Spell[Growl of the].RankName}].ID} could it be that I need something to that effect since the aa's actually buff with a roman numeral for rank? IE (Spirit of the White Wolf X) I've tried using that specific condition and it fails too but nothing like Cond4=${Me.Buff[${Spell[Spirit of the White Wolf].RankName}].ID}

There's also the illusion that shows up in the song window, (White Wolf Form) for single and (Form of the White Wolf) for group. Going to try that one again right now actually.
 
Last edited:
Quick note. I tried these for conditions,
Cond5=!${Me.Song[${Spell[Form of the White Wolf]}].ID}
Cond6=!${Me.Song[${Spell[White Wolf Form]}].ID}
and surprise, it failed again. I did happen to see however [MQ2] ** Spirit of the White Wolf on >> a sokokar welpling <<
Looks to me like it's trying to cast it on the mobs still.
 
also in the guide section I happened to see
Spell/AA/Ability|MobHealth%|Me/MA &
Spell/AA/Ability|MobHlth%|conditonal|WatchedSpell Dynamic Logic DPS (Depreciated)
is there some way/order to add say
Spell/AA/Ability|MobHlth%|conditonal|Me/MA etc
 
also in the guide section I happened to see
Spell/AA/Ability|MobHealth%|Me/MA &
Spell/AA/Ability|MobHlth%|conditonal|WatchedSpell Dynamic Logic DPS (Depreciated)
is there some way/order to add say
Spell/AA/Ability|MobHlth%|conditonal|Me/MA etc
yup

you would just do
spell|99|me|cond
 
New test, same result,

DPS1=Spirit of the White Wolf|97|Me|Cond5
DPS2=Group Spirit of the White Wolf|97|Me|Cond6

Cond5=!${Me.Song[${Spell[Form of the White Wolf]}].ID}
Cond6=!${Me.Song[${Spell[White Wolf Form]}].ID}

At least now it says [MQ2} ** Casting group/Spirit of the White Wolf on >> Pagge <<, but it's still casting both even with conditions
Also just tried DPS1=Spirit of the White Wolf|97|Me|Cond# Where the condition looks for buff rather than spell and still the same.
 
Last edited:
So.... uh.....ya. Well, I may play Vah Shir, and Wood Elves, and Dark Elves, but right now I'm feeling like an Ogre, or even a Troll, (who just trolled myself). See there's this little line that's really short, but oh so important,
ConOn=1

/facepalm
 
Problem - Spirit of the White Wolf

Users who are viewing this thread

Back
Top
Cart