AutoLogin problems

Hi,

I have a problem with the Ogre Autologin feature, it appears that it launches Everquest 2 as normal but prompts me for all the fields (server, password, etc). I have completed my eq2chars.inc like so:
function SetUpUplink()
{
UplinkInfo[${UplinkCount:Inc}]:Set[Goliath]
UplinkInfo[${UplinkCount:Inc}]:Set[Phoenix]
}

function SetUpChars()
{
variable int TempCounter=1
CharInfo[${TempCounter},1]:Set[mytoon1]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
;// Copy the 5 lines BELOW to add more users. See the wiki for more details.
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon2]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon3]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
}

Could it be that I need to enter Antonia Bayle with some kind of quotes?
I created a profile, which successfully launches EQ2 on both PCs, so I know uplink is working correctly.

I also copied over eq2ui_loginscene.xml to my UI directory, but this is just empty and sitting in the password field.

My shortcut looks like this:

"D:\Program Files (x86)\InnerSpace\InnerSpace.exe" "runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MyProfile"

Thanks,
Sy.
 
Last edited:
Never mind, seems I was assuming it wasn't entering the information, so I was typing in my details and logging in. Looks like theres around a 10-15 second delay before it enters the info!

Silly me, thanks anyway :)
 

Kannkor

Ogre
Never mind, seems I was assuming it wasn't entering the information, so I was typing in my details and logging in. Looks like theres around a 10-15 second delay before it enters the info!

Silly me, thanks anyway :)
lol yes :)
There is a delay because some computers/internet can take a few seconds before isxeq2 and isxogre and everquest2 is completely fully loaded. So I just built it for 'slower' computers.
 
Top Bottom