• 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 - holyshit help with 2 tanks in group

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
is there an arguement for something like !$(Target.MA) that I could use with my SK to cast aggro abilites if the target is attacking anyone other than my warrior (MA) ? essentially if a mob starts smacking my cleric or enchanter i dont care which one of the 2 tanks snaps aggro off the squishy, I just want it hitting 1 of them at that point. Thanks in advance!
 
There's a few different ways to do it.

You can do ${Me.TargetOfTarget.Name.NotEqual[${Group.MainTank.Name}]}, or you can do ${Me.TargetOfTarget.Name.Equal[clerics name]}||${Me.TargetOfTarget.Name.Equal[chanters name]}

The first will fire if anyone or anything is your target's target that is not the designated MT in group roles, the second would only fire if your cleric or chanter are your target's target, but if your wiz merc or a ranger you decided to group with stole aggro, it wouldn't fire.
 
thank you very much...gonna go with the first...i want it to go whenever my MT doesnt have aggro. if there are 5 or 6 in camp id like to have him OT as well, so that solution would def work best i think :)

- - - Updated - - -

its late and i've been drinking...what am i missing? /if (${Macro.Name.Equal[kissassist.mac]} && ${Me.TargetOfTarget.Name.NotEqual[${Group.MainTank.Name}]}

/casting "Clinging Darkness" gem1


saying cound not find command to execute =\
 
Rich (BB code):
/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.TargetOfTarget.Name.NotEqual[${Group.MainTank.Name}]}) /casting "Clinging Darkness" gem1
 
ahh, i see i missed a ). So no errors now...but doenst cast clinging darkness either . any ideas?
 
Just to be sure, you have your holyflag turned on, you're running KA, and you had someone other than MT role on mob's target?
 
yep, and he just autoattacked.

- - - Updated - - -

edit fixed it....my ini is kinda a mess and not really in order and ended up using the same numbered holyflag/shit twice.

- - - Updated - - -

edit number 2 after using it for a few fights. Is there anyway to put a delay in there? ie if target isnt MT for 3-4 secs then ccast spell?

- - - Updated - - -

edit number 3 hmmm....not sure what's going on, but regardless of which shit example i use that you gave, my sk casts clinging darkness no matter what unless he's go aggro.

- - - Updated - - -

edit number 4 ok dont mind me...i just need to go to bed. I fixed it, I wasnt saving the ini after making changes, derp . thanks again hihi
 
Question - holyshit help with 2 tanks in group

Users who are viewing this thread

Back
Top
Cart