• 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 - TLO - Main Tank

Is there a TLO to check if a chars role has been set to Main Tank?
Here is the MQ2Wiki information for the Group Data Type:

There is ${Group.MainTank} which means then you can do something like compare your ID to group.maintank.id

/if (${Me.ID} == ${Group.MainTank.ID}) /beep (paste this in your mq2 window in game and if it beeps then your id matches the maintank id, you can paste this with your tank and hear the beep, and then test it on the not-tank and it will fail and not beep)
 
that is also something you could do

Group.Member[0] will always be you

so you could

${Group.Member[0].MainTank} and it would return true/false if you were the maintank

you could also do a hardcoded name check:

${Group.Member[SpiceLord3000].MainTank}

Thats exactly what i had to do. I went with ${Group.Member[0].MainTank} to get that true or false when i have it toggled as main tank. Thanks for the assist both of you.
 
Question - TLO - Main Tank

Users who are viewing this thread

Back
Top
Cart