• 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

Question - Where to put Evac spell in Kissassist ini?

cassandra

Member
Joined
Feb 3, 2014
RedCents
715¢
I want my Druid to Evac the group if the Tank gets below 15% health. I have tried the below without success. How do I setup Evac in the ini?

Heals7=YourEvacSpell|15|MA
 
that wouldn't work. i will look at adding the heals to recognize port spells when i release 7.2
 
For now you can achieve the same effect with downshits using mq2melee.

Rich (BB code):
downflag10=1
downshit10=/if (${Group.MainTank.PctHPs}<15 && ${Me.AltAbilityReady[Exodus]} ) /alt activate ###

where ### is the code for exodus to activate. I believe exo is up every like 5 minutes on higher level toons so you really should not need to actually load an exodus/evacuate spell on your spell bar.
 
couldnt a druid cast a heal quicker then an evac spell?
i would set it to <1 that way they would evac if tank died.
 
I tried including:

Rich (BB code):
downflag1=1
downshit1=/if (${Group.MainTank.PctHPs}<1 && ${Me.AltAbilityReady[Exodus]} ) /alt activate 43

in my druid's ini file in order to use exodus however she immediately popped it with all group members at full health. Any idea why this occurred?
 
A couple of views since I posted this but no comments. Would love to get this added in to work properly to save from unnecessary exp loss.
 
ok did you mark your tank as "main tank"?
just try it a little higher maybe <3
add in combat?

Rich (BB code):
downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Group.MainTank.PctHPs}<3 && ${Me.AltAbilityReady[Exodus]} ) /alt activate 43

i cannot write macros/shits so i dont even know if that will work. but try it.
 
Hmm. Maybe this is where the problem is. How do I mark my tank as "MainTank"? I have him marked as tank in kiss but see no syntax to list him as maintank in mq2melee.
Also I'm not sure I want to include the combat statement as even if my druid is out of combat if my tank bites it, I would want to evac.
 
The group leader can also select it from the party window by right clicking on the toon if they are not the MA
 
That did it. Even got to accidentally try it out. Thanks.

- - - Updated - - -

Ok, another question. can I add something else to the statement to ignore the evac if either my character is not grouped or if a main tank is not assigned. When I started camping my group out my tank camped out first and my druid immediately popped back up out of camping and evac'd us.
 
Question - Where to put Evac spell in Kissassist ini?

Users who are viewing this thread

Back
Top
Cart