• 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 - GroupWindow

Cannonballdex

Master Tinkerer
Joined
Feb 9, 2017
RedCents
1,387¢
/notify GroupWindow GW_Gauge${Group.Member[1].Index} rightmouseup

opens up the next window. Any command to open the Roles to select a role if this is a Mercenary?

Any help appreciated.
 
Last edited:
/notify GroupWindow GW_Gauge${Group.Member[1].Index rightmouseup

opens up the next window. Any command to open the Roles to select a role if this is a Mercenary?

Any help appreciated.
have you considered just using the built in eq /group roles?

/grouproles list -- Lists all the roles in the current group.
/grouproles set Name RoleID -- Sets the group member's role.
/grouproles unset Name RoleID -- Unsets the group member's role.
/grouproles roleset -- Lists the available role sets.
/grouproles roleset save Name -- Saves the current group's role set.
/grouproles roleset load Name -- Loads a previously saved group role set.
/grouproles roleset delete Name -- Deletes a previously saved group role set.
 
/docommand /grouproles set "Mercenary" 1
/docommand /grouproles set "${Mercenary.CleanName}" 1
/docommand /grouproles set "Group.Member[1].Index " 1
doesn't work.
 
Question - GroupWindow

Users who are viewing this thread

Back
Top
Cart