• 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 - Couple of questions really - (1 Viewer)

macroquester

New member
Joined
Jul 13, 2014
RedCents
55¢
I 'imagine' I recall seeing a *bat file someone had made recently that could start mq2, mqbc and wineq2 and then log in all your guys with one click... or was I dreaming?

If I wasn't, can someone point me in the direction of where it was please?


And secondly...

Is there a plugin that camps your online guys out (at a safe time) if there is a worldwide server coming down message announcement? And once again if there is, can you link it too.

Thanks in advance.
 
For starting multiple accounts something like this? http://www.redguides.com/community/showthread.php/29639-Automate-login-for-multiple-accounts

You can add starting of mq2 in front of that batch (something like START "C:\temp\mqup\Release\MacroQuest2.exe")

mqbc would be activated in macroquest.ini mqbc=1

For final touch of automation you can play around with autoexec.cfg and other auto start .cfg files in MQ2 (I particularly like the classname.cfg ie wizard.cfg which I use to run /mac ${Me.Name}_${Me.Level}_mymacro unique macro for each char, could of course just run the same macro for the same class)
http://www.redguides.com/community/showthread.php/41127-auto-start-macro?highlight=AutoExec.cfg

More info on batch files:
Also: http://steve-jansen.github.io/guides/windows-batch-scripting/part-1-getting-started.html
 
I 'imagine' I recall seeing a *bat file someone had made recently that could start mq2, mqbc and wineq2 and then log in all your guys with one click... or was I dreaming?

If I wasn't, can someone point me in the direction of where it was please?


And secondly...

Is there a plugin that camps your online guys out (at a safe time) if there is a worldwide server coming down message announcement? And once again if there is, can you link it too.

Thanks in advance.

You could easily make an Event that would shut off your macro and camp you out after seeing a server wide shut down message.
 
WWW.AUTOIT.COM
as was told to me and glad it was


run("macroquest.exe")
sleep(1000)
send("{ENTER}")
WinActivate("NameOfWindow")
send("password", 1)



would look something like this on all the Xex's your wanting to run with a few adjustments and tweaks to the sleep times and winactivate window names but all the same can be made flawless if you want something realy custom, can even set up mouseMoves and mouseClicks
if your windows are pretty set to be in same place every time
 
Question - Couple of questions really -

Users who are viewing this thread

Back
Top