• 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! 👋
  • There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Request - need something super simple

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

Back
Top
Cart