• 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 - need something super simple (2 Viewers)

I need a macro specifically so I can use it on multiple windows, I had one forever but i lost it on new pc, it was like 4 lines and just spammed a key
this is not elaborate, but if you save the following in a .mac file you should be able to start it up in multiple windows. Since it is a macro, you can't be running any other macros though.

Code:
Sub Main
    /declare i int

    /varset i 1

    /while (${i}) {
        /keypress 2
        /delay 120s
    }
/return

So this would repeat hitting the '2' key every 2 minutes...so you could change the key you wanted and then you could change the delay to however frequently you want the key to be hit. To stop you would have to run /end
 
Request - need something super simple

Users who are viewing this thread

  • Tim2051
  • The Ancient One
Back
Top
Cart