• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - All access popup (1 Viewer)

You can use these in your main loop

INI:
    /if (${Window[AlertWnd].Open}) /notify AlertWnd ALW_Dismiss_Button leftmouseup
    /if (${Window[LargeDialogWindow].Open}) /notify LargeDialogWindow LDW_YesButton leftmouseup
    /if (${Window[LargeDialogWindow].Open}) /notify LargeDialogWindow LDW_OkButton leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox Yes_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox OK_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox CD_Yes_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox CD_OK_Button leftmouseup
 
You can use these in your main loop

INI:
    /if (${Window[AlertWnd].Open}) /notify AlertWnd ALW_Dismiss_Button leftmouseup
    /if (${Window[LargeDialogWindow].Open}) /notify LargeDialogWindow LDW_YesButton leftmouseup
    /if (${Window[LargeDialogWindow].Open}) /notify LargeDialogWindow LDW_OkButton leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox Yes_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox OK_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox CD_Yes_Button leftmouseup
    /if (${Window[ConfirmationDialogBox].Open}) /notify ConfirmationDialogBox CD_OK_Button leftmouseup
wish i knew how to main loop stuff :(
 
there used to be a plugin for this, but it was something that dbg sent out notifications that they had a problem with, so it was something that was removed.

mq2react can be used to handle windows when they are open. keep in mind you don't want to just nuke all alert windows, otherwise there are some alerts that you might want to read, that will insta get nuked.
 
there used to be a plugin for this, but it was something that dbg sent out notifications that they had a problem with, so it was something that was removed.

mq2react can be used to handle windows when they are open. keep in mind you don't want to just nuke all alert windows, otherwise there are some alerts that you might want to read, that will insta get nuked.
Thank you
 
Question - All access popup

Users who are viewing this thread

Back
Top