• 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 - OT aggro shit...need some ideas..

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
so i have a holyshit set up for my off tank to snap aggro on anything that my MT doesnt have. It used to work just fine, but I havent played my OT in awhile and now i notice that it just seems to fire all the time unless he has aggro.

here's the holy
Rich (BB code):
/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.TargetOfTarget.Name.NotEqual[MTs name]} && ${Me.TargetOfTarget.Name.NotEqual[OTs name]}) /multiline ; /doability taunt ; /casting "Clinging Darkness"

any ideas on how to clean this up so it will only fire if MT and OT dont have aggro...or maybe a delay of some sort before firing off taunt/CD?
 
so i have a holyshit set up for my off tank to snap aggro on anything that my MT doesnt have. It used to work just fine, but I havent played my OT in awhile and now i notice that it just seems to fire all the time unless he has aggro.

here's the holy
Rich (BB code):
/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.TargetOfTarget.Name.NotEqual[MTs name]} && ${Me.TargetOfTarget.Name.NotEqual[OTs name]}) /multiline ; /doability taunt ; /casting "Clinging Darkness"

any ideas on how to clean this up so it will only fire if MT and OT dont have aggro...or maybe a delay of some sort before firing off taunt/CD?

I'm using tauntif just to reduce shits.
Rich (BB code):
${If[(${Melee.AggroMode} && !${Me.TargetOfTarget.CleanName.Equal[${Me.CleanName}]}),1,0]}
Works fine, and does not chain fire. It's pretty close to yours.
To troubleshoot, when fighting, and it's spamming run:
/echo ${Me.TargetOfTarget.Name}
and then /echo ${Me.TargetOfTarget.Name.NotEqual[MT]} and see if it's 1 or 0
and then same for OT.
 
Problem - OT aggro shit...need some ideas..

Users who are viewing this thread

Back
Top
Cart