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

Request - F2P Pop-up window (1 Viewer)

Joined
Dec 28, 2019
RedCents
4,105¢
I bounce between Test and other servers and thought of a question or request...

For non-test servers, is there a plugin or Lua script that can "close" the random pop-up window that advertises to play with a subscription account, and do it at a random time? So that a team of 6 or more does not do it all at the same time. Not that these windows popup at the same time, but to add more of a human touch

A fictional script example, something like:

INI:
x = 60;
sub CheckSubscriptionWindow{
    if(SubscriptionWindow){
        MathRandom(CloseWindow(@_));
    }
}
sleep $x;
CheckSubscriptionWindow();

I've been drinking and stuff, but I hope you get what I'm trying to articulate.

--Taz
 

Attachments

  • sub1.PNG
    sub1.PNG
    150.4 KB · Views: 3
  • sub2.PNG
    sub2.PNG
    111.2 KB · Views: 3
  • sub3.PNG
    sub3.PNG
    11.4 KB · Views: 3
If you use MQ2React you can add this to your YAML file...

NoNagWindows YAML code for MQ2React:
  NoNagWindows:
    action: >-
      /multiline ; /windowstate alertwnd close ; /windowstate alertstackwnd
      close
    condition: >-
      ${Window[alertwnd].Open} || ${Window[alertstackwnd].Open} && ${Window[alertwnd].Child[ALW_Message_Box].Text.Find[become
      a member]}>0
 
FYI with some our original communications with DBG under Holly, she specifically mentioned auto closing of this window, plugin or macro, was not something they were fond of.
 
Request - F2P Pop-up window

Users who are viewing this thread

Back
Top