• 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 - Check buff/songs on MainTank

njk70

Well-known member
Joined
Jan 20, 2015
RedCents
29¢
How do I check for a specific buff/song affect being on another group member (main tank in particular). I want my druid to cast a spell when a particular effect is on my main tank. I can't quite figure it out.
 
Without knowing anything else, one way could be to use DanNet. It has the ability to create observers, which can monitor a TLO and report back to you.

An example of observers in action can be found in the Boxhud Lua.

As to the other half of the problem you would need an event, macro, Lua, whatever, to be checking for that spell to be active and then do the thing.
 
How do I check for a specific buff/song affect being on another group member (main tank in particular). I want my druid to cast a spell when a particular effect is on my main tank. I can't quite figure it out.
you can use the following condition: ${Group.MainTank.Buff[buffname].ID} to check if the char marked as main tank in group has a specific buff. Or if you want the condition to be true when the main tank is missing a specific buff it would be: !${Group.MainTank.Buff[buffname].ID}
 
Thanks! I can't wait until I have some time to try it out on some things. How about a way to loop through each member in group?
 
Thanks! I can't wait until I have some time to try it out on some things. How about a way to loop through each member in group?
if it's a group song like most of the sham ones are, then it won't matter because the whole group would have the same timer. So just casting if it's not on the main tank or not on yourself would be the best way to go. If it's a single target, then I'd just switch to the group version of the spell.
 
Question - Check buff/songs on MainTank

Users who are viewing this thread

Back
Top
Cart