• 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

Guide - WinEQ2 and AutoLogin Batch File

Dead

Member
Joined
Jul 4, 2016
RedCents
40¢
Hey guys,

I was tired of having to manually click my icon and wait for the autologin to get past the account login screen before clicking the icon again. I made this quick little batch file to start one session and wait 10 seconds before starting the next session. You will need to create this in a text document, change the extension from .txt to .bat and then drop it into your WinEQ2 folder (normally located in C:\Program Files (x86)\WinEQ2). Also this will only load the Default Profile from a base install. If you want it to load different profiles, you will need to change the "WinEQ 2.0 Default Profile" to the name of the profile you want to use. This was designed for 5 character loads but you can just copy/paste to create more.

Rich (BB code):
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
 
Guide - WinEQ2 and AutoLogin Batch File

Users who are viewing this thread

Back
Top
Cart