• 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

Request - (solved) Hotbutton: ftp-> close groupwide reoccuring "Become an All Access Member"

Joined
Oct 31, 2019
RedCents
1,695¢
looking for the right ccommand to close the Messagebox: Become an All Access Member
something like:
/dgaex /notify AllAccesDialogBox CD_Close_Button leftmouseup

this line is as close I could guess the syntax how it may work, but don't know the right passage for the underlined part.
Does anyone know the right syntax?
 
the window is AlertWnd and the button is ALW_Dismiss_Button

Code:
/notify AlertWnd ALW_Dismiss_Button leftmouseup
 
With mq2react you can add this to the .yaml file to do it automatically.

INI:
  NagWnd:
    action: /notify AlertWnd ALW_Dismiss_Button leftmouseup
    condition: ${Window[AlertWnd]}
  IrritateWnd:
    action: /notify ALSW_Alerts_Box ALSW_AlertTemplate_Button leftmouseup
    condition: ${Window[AlertStackWnd]} && !${Window[AlertWnd]}

Credit to @jande who posted it on the discord last week.

Also, don't use a eqbc or dannet command to add it to all toons at once as it will cause your yaml file to be corrupted, you gotta turn it on individually for each toon.
 
@Sic ty, that was exact what I was looking for.
@methodx: great solution, many thanks
Addendum: made the modification and works as expected :woop:
 
Last edited:
Now if only I can get the website to stop popping my browser window on top of other EQ sessions when I log out a FTP dude. ;)
 
Request - (solved) Hotbutton: ftp-> close groupwide reoccuring "Become an All Access Member"

Users who are viewing this thread

Back
Top
Cart