• 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 - Druid group heal not working

bobbccatt

Well-known member
Joined
May 24, 2008
RedCents
760¢
Version of KissAssist.mac?
11.005
When did your problem start?
after the server merger
Character Role?
  1. Assist
What class is having this issue?
  1. Druid
How often does this issue occur?
Always
Can't seen to get the druid group heal spell or AA to cast "Heals1=Survival of the Fortuitous|40|ma" "Heals2=Wildtender's Survival|40|ma"
 

Attachments

When you start KA up, it scrolls some stuff in your mq2 window. Do you see it giving you an error that you don't have something that's listed in your ini?
I also don't see any spells sets specified/defined with a misc spell gem set to swap for buffs, etc, in your ini telling your druid what spells to load.

At the very bottom in your ini, it also says the following in your ini (which is a small error log it records):

[KissError]
LastCMD:=/if (NULL) /return CAST_COND_FAILED
ErrorDateTime:=05/15/2020 09:48:07
ErrorMsg:=NULL
DataError:=NULL
SyntaxError:=NULL
RunningTime:=3777509
BuildDate:=20200429
CurrentUI:=test

I think it's also problematic to have Cond1=TRUE (which is basically empty) as the first condition only to then have real conditionals on Cond2 and Cond3. I believe this can cause a conflict. If you're only going to be using two conditionals for self wolf and group wolf then you should respectively just have this instead:
[KConditions]
ConOn=1
CondSize=2
Cond1=!${Me.Buff[Group Spirit of the Great Wolf].ID}
Cond2=!${Me.Buff[Spirit of the Great Wolf].ID}

And change those lines for the wolf AAs to match the conditionals they are calling for in your DPS section to:
DPS12=Spirit of the Great Wolf|91|Cond1
DPS13=Group Spirit of the Great Wolf|90|Cond2

Lastly, you have:
PetCombatOn=1i
This appears to be a typo. If you want pet combat on it should be:
PetCombatOn=1
 
That fixed the problem thanks. Now to get Raidiant Cure AA to work. it has never worked, and is why I put it in the buff section. it just casts it whenever it's ready.
 
Great! Glad I could be of assistance on that front.

As for the radiant cure AA, it's a bit tricky. If the detrimental effect or whatever is going to a song window, I believe KA cannot detect it to work. Can you name a detrimental effect that it wasn't working on?
 
Problem - Druid group heal not working

Users who are viewing this thread

Back
Top
Cart