So you want to use MQ2 autologin?

Third party software discussion goes here.
User avatar
Denizen
Posts: 882

Re: So you want to use MQ2 autologin?

Post#41 » Wed Jul 20, 2016 2:03 am

I'll give it a shot...thanks for the ideas.
Rafe, 70 sk

Midori
Posts: 13

Re: So you want to use MQ2 autologin?

Post#42 » Tue Jul 26, 2016 9:32 pm

I was finally able to get this to work. It was the /plugin mq2autologin command for each character I was missing. I somehow missed that in all the information above. Now I am just working on a batch file to launch them and it'll be a single batch file I'll launch while I go grab a drink, then come back to my nicely logged in characters. Thanks for all the input guys!

Midori
Posts: 13

Re: So you want to use MQ2 autologin?

Post#43 » Tue Jul 26, 2016 10:00 pm

I am sure this is pure simplicity for most of you, but here's what I did to get everything launching with a single batch file:

Code: Select all

start /min eqbcserver-shortcut.lnk
Timeout /t 2 /nobreak
start /min macroquest2-shortcut.lnk
Timeout /t 2 /nobreak
start /min CharName.lnk
Timeout /t 70 /nobreak
start /min CharName.lnk
Timeout /t 70 /nobreak
start /min CharName.lnk
Timeout /t 70 /nobreak
start /min CharName.lnk
Timeout /t 70 /nobreak
start /min CharName.lnk
Timeout /t 70 /nobreak
start /min CharName.lnk


It launches EQBC, then MQ2, then all my chars. My delays are probably longer than most of you would need. Running off a laptop so I need to leave a long delay before the next line of code launches. I could probably tighten it up on times, but this seems to work well.

Hopefully that is helpful for someone!

Mid~

User avatar
moguay
Posts: 170

Re: So you want to use MQ2 autologin?

Post#44 » Thu Jul 28, 2016 12:06 pm

For auto start the third party applications only if needed, and after all this put your EQ toons start.

Code: Select all

SETLOCAL EnableExtensions

set DIR=C:\Program Files (x86)\EQPlayNice
set EXE=EQPlayNice.exe
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto EQPlayNiceFOUND
start "EQPlayNice" /D"%DIR%" "%DIR%\%EXE%"
:EQPlayNiceFOUND

set DIR=C:\Game\MQ2Emu_UT_Full
set EXE=MacroQuest2.exe
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto MacroQuest2FOUND
start "MacroQuest2" /D"%DIR%" "%DIR%\%EXE%"
:MacroQuest2FOUND

set EXE=EQBCS.exe
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto EQBCServerFOUND
start "EQBCServer" /D"%DIR%" "%DIR%\%EXE%"
:EQBCServerFOUND


For auto read only EQclient.ini for prevent some bad write

Code: Select all

set EQDIR=C:\Game\Everquest_Underfoot_THF
IF EXIST "%EQDIR%\eqclient.ini" attrib +r "%EQDIR%\eqclient.ini"

possom
Posts: 53

Re: So you want to use MQ2 autologin?

Post#45 » Sat Aug 31, 2019 6:13 am

Any changes to this? I get "run everquest.exe".

Tried eqgame and THFDownloader

How can I autologin?

Server instructions say "Do NOT run the game with the default everquest.exe/eqgame.exe files."

User avatar
Nilbus
Posts: 1258

Re: So you want to use MQ2 autologin?

Post#46 » Sun Sep 01, 2019 5:54 am

possom wrote:Any changes to this? I get "run everquest.exe".

Tried eqgame and THFDownloader

How can I autologin?

Server instructions say "Do NOT run the game with the default everquest.exe/eqgame.exe files."


Are you using Macroquest?

Are you using Wineq2 or Innerspace or anything like that to manage profiles?

Or are you just trying to run 1 single EQ instance but want to use the Macroquest Autologin plugin?
Nodyin-Nilbus-Pockit-Tiah-Rakas- Funeral
Likeatruck-Khaltos-Nilbie-Ziknaf-Prathun-Missus
Elidor
Youme-Yumme-Blazingtide-Sublin-Lissanda-Darmok
Djarik-Ikat-Nerys-Ometi-Tarana-Biln

I know way too much random stuff.

possom
Posts: 53

Re: So you want to use MQ2 autologin?

Post#47 » Mon Sep 02, 2019 7:42 pm

I'm using macroquest but nothing else. No WinEQ. I'm trying to run 4 characters, but only one folder of EQ files. Would I need winEQ or separated client files to autostart and login the characters?

User avatar
Nilbus
Posts: 1258

Re: So you want to use MQ2 autologin?

Post#48 » Mon Sep 02, 2019 10:24 pm

possom wrote:I'm using macroquest but nothing else. No WinEQ. I'm trying to run 4 characters, but only one folder of EQ files. Would I need winEQ or separated client files to autostart and login the characters?


your login batch file will look something like this

"Path to your everquest folder\eqgame.exe" patchme /login:Account1
"Path to your everquest folder\eqgame.exe" patchme /login:Account2
"Path to your everquest folder\eqgame.exe" patchme /login:Account3
"Path to your everquest folder\eqgame.exe" patchme /login:Account4

Then your mq2autologin.ini should have sections like this

[Servers]
HiddenForest=The Hidden Forest [ www.thehiddenforest.org ]

[account1]
Password=yourpassword
Server=HiddenForest
Character=account1charname
[account2]
Password=yourpassword
Server=HiddenForest
Character=account2charname
[account3]
Password=yourpassword
Server=HiddenForest
Character=account3charname
[account4]
Password=yourpassword
Server=HiddenForest
Character=account4charname

also make sure you load the mq2autologin plugin with /plugin mq2autologin or manually edit your macroquest.ini under the [plugins] section to have
mq2autologin=mq2autologin
Nodyin-Nilbus-Pockit-Tiah-Rakas- Funeral
Likeatruck-Khaltos-Nilbie-Ziknaf-Prathun-Missus
Elidor
Youme-Yumme-Blazingtide-Sublin-Lissanda-Darmok
Djarik-Ikat-Nerys-Ometi-Tarana-Biln

I know way too much random stuff.

Realin
Posts: 46

Re: So you want to use MQ2 autologin?

Post#49 » Tue Sep 03, 2019 2:02 am

The nice thing about using WinEQ2 instead of regular shortcuts is that you can give each taskbar process the name of the toon you are loading ... very easy to find and isolate your various toons in your Taskbar.

possom
Posts: 53

Re: So you want to use MQ2 autologin?

Post#50 » Tue Sep 03, 2019 5:47 pm

So for autologin I can use eqgame.exe that thf setup guides say never run? Will try if so.

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 1 guest

cron