mq2autologin + ISBOXER?

LamahHerder

Member
Joined
Dec 24, 2009
Messages
114
Reaction score
0
Points
16
Age
44
Can not seem to get this to work...

My ISBOXER is setup that my slot1 in ISBOX = char3 name and account info

What happens is it always auto-logs in char1
my inilocation is correct
I tried UseStationNamesInsteadOfSessions=0 and =1 and it has same behaviour

Code:
[Settings] 
KickActiveCharacter=0 
InstantCamp=0 
WinTitle=EverQuest -
IniLocation=C:\dl\Dropbox\mq2\mmobugs\MQ2AutoLogin.ini
KickActiveTrader=1
UseStationNamesInsteadOfSessions=1
Debug=1
UseAuth=0
ServerSelectWaitTime=2000

[Session1] 
StationName=char1
Password=pass
Server=ragefire
Character=char1 

[Session2] 
StationName=char2
Password=pass
Server=ragefire
Character=char2

[Session3] 
StationName=char3
Password=pass
Server=ragefire
Character=char13
 
My virtual files were messed up... cant copy a character in ISBOXER need to actually just make a new one...
 
I lied... this is not working with proper eqlsplayerdata.ini with proper account info in it...
 
Change from session to just user names.

This line UseStationNamesInsteadOfSessions=1 means you no longer use the [session01] instead you use [accountname].

Mine looks like this:

[Settings]
KickActiveCharacter=1
InstantCamp=0
WinTitle=EverQuest -
IniLocation=D:\MacroQuest2\MQ2AutoLogin.ini
KickActiveTrader=1
UseStationNamesInsteadOfSessions=1
Debug=1
UseAuth=0
ServerSelectWaitTime=2000

[accountnamehere]
Password=passwordhere
Server=servernamehere
Character=characternamehere
 
Last edited: