• 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 - F2P Pop-up window (1 Viewer)

Joined
Dec 28, 2019
RedCents
4,627¢
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:

Code:
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 (${Window[AlertStackWnd].Open}) /windowstate AlertStackWnd close
/if (${Window[AlertkWnd].Open}) /windowstate AlertWnd close

should close it if you create a zoned.cfg or ingame.cfg file or just add it to any macro you're using on them. You could add a random delay to the command so each toon does it at a different time.
 
If you use MQ2React you can add this to your YAML file...

[CODE lang="yaml" title="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[/CODE]
 
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
Cart