• 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 - Shaman Leopard on melee while in combat

Joined
May 25, 2012
RedCents
426¢
Version of KissAssist.mac?
12.02
When did your problem start?
always
Character Role?
  1. Assist
What class is having this issue?
  1. Shaman
How often does this issue occur?
Always
Hey guys, I'm trying to figure out how to get my shaman to cast leopard on my dps toons while in combat. Leopard is the single target version of panther and is very short duration/must be cast on only group members.
 
This will cast Leopard on melee classes only when the shaman is in combat.

Buff1=Spirit of the Leopard|Melee|Cond1
Cond1=${Me.Combat}


That was incorrect, buffs aren’t run during combat. DPS entries can be targeted at the MA via

DPS1=Spirit of the Leopard|100|MA

I don’t think the DPS section supports class flags though.
 
Last edited:
The DPSCast routine will let you cast on mobs, yourself or the MA. The routine is not designed to buff your group members. You could always create your own Bind command and use the command: tag in your DPS array to call the bind.
 
The DPSCast routine will let you cast on mobs, yourself or the MA. The routine is not designed to buff your group members. You could always create your own Bind command and use the command: tag in your DPS array to call the bind.
soo, something like this should work??

DPS3=Spirit of the Panther|97|MA

But when I do it, it acts still like a buff, and wont work while in combat
 
soo, something like this should work??

DPS3=Spirit of the Panther|97|MA

But when I do it, it acts still like a buff, and wont work while in combat
try adding a condition

DPS3=Spirit of the Panther|97|MA|Cond1
Cond1=!${Group.MainAssist.Buff[Spirit of the Panther].ID}

You would need to make sure you have the person you want the buff on marked as Main Assist in the group window for that condition to work. It would basically target and cast that on the MA if the person marked as Main Assist in the group does not have that buff. Make sure the buff that pops up in the actual buff windows is spelled the same.
 
soo, something like this should work??

DPS3=Spirit of the Panther|97|MA

But when I do it, it acts still like a buff, and wont work while in combat
I have a bunch of stuff that would be considered buffs in my dps section with an MA tag, Roar (Daddy Panther), Renewal, Epic, Ancestral Aid etc, they all fire in combat. Is MA definitely set in game?
 
try adding a condition

DPS3=Spirit of the Panther|97|MA|Cond1
Cond1=!${Group.MainAssist.Buff[Spirit of the Panther].ID}

You would need to make sure you have the person you want the buff on marked as Main Assist in the group window for that condition to work. It would basically target and cast that on the MA if the person marked as Main Assist in the group does not have that buff. Make sure the buff that pops up in the actual buff windows is spelled the same.
awesome, that worked for me, thanks
 
Problem - Shaman Leopard on melee while in combat

Users who are viewing this thread

Back
Top
Cart