• 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 - Assign Raid MA with Slash Command

bb4

Well-known member
Joined
Feb 19, 2016
RedCents
1,652¢
I've tried searching here and via Google, but I cannot find a slash command to assign a raid MA. Does this even exist?
 
Nope. But there is always a way. You could do this with HOT keys, but everyone in the raid would need to be connected through EQBC or DanNet. There is a Bind /switchma that would need to be executed by 1 character in the raid. Currently the Bind will just /return and not do anything, You would need to remove the /return at the top of the bind and change the EQBC/DANNET commands to include everyone in the raid, it currently only considers the group. Look at the routine to see what will need to be passed to it. This is never been finished and has only had minor testing. This feature is NOT a documented feature.
 
I know this is an old topic, but I'm trying to figure out how to click on a player within the raid tool. Right now I've got the below code in my form raid macro that will press the set MA button, but it pops up an error because the character isn't being selected in the raid window. Anyone have suggestions? It isn't exactly a button to select.

/notify RaidWindow RAID_MainAssistButton leftmouseup
 
I know I'm kind of talking to myself at this point, but through trial and error, I was able to also figure out that if I use /notify RaidWindow RAID_PlayerList leftmouseup that it will always select the 3rd player in Group 3. If I just put the toon I want to be the raid MA in that slot then this works.
 
I know I'm kind of talking to myself at this point, but through trial and error, I was able to also figure out that if I use /notify RaidWindow RAID_PlayerList leftmouseup that it will always select the 3rd player in Group 3. If I just put the toon I want to be the raid MA in that slot then this works.
RAID_PlayerList is a list, and thus, you must use listselect #, where number is the RaidMember you want to select.

try
Code:
/notify RaidWindow RAID_PlayerList listselect 1
and other numbers to see how it acts.
 
CWTN - You are the best! This is exactly what I was looking for.

Also, for everyone's info, you can select with # or with name.
 
Question - Assign Raid MA with Slash Command

Users who are viewing this thread

Back
Top
Cart