EQ2AutoLogin.iss, Version 1.40 (05/13/07)

hegvape

Well-Known Member
Should work for most! If not let me know.
Changed the way it waits for isxeq2, but if anyone else got any better way of doing it, please don't hesitate to share =).
Will try and put the wait inside a 'while' again with the different states i have described in the todo...

Kindly

Val
 

Attachments

Turtle

Active Member
How do i get it to work?

When i try use the script it does not click for the different load screens, and write in password.

It write out this as the last text in the console:

`-------------------------------------------------------------------------------------------------------------------
| EQ2AutoLogin.iss
|
| Syntax: run eq2autologin <Station Password>
| Where <Station Password> specifies your station password if not already provided inside the script
| You can automate the Station Account name by starting everquest2.exe with the parameter 'cl_username YourUsername'
| Use the InnerSpace uplink Console/Configuration to create different game profiles for different accounts/passwords
`-------------------------------------------------------------------------------------------------------------------
isxGamesPatcher: Starting (Ver. 20070311.09 by CyberTech/Amadeus)
isxGamesPatcher: Checking isxGamesPatcher: 1 file in manifest...
isxGamesPatcher: Checking ISXEQ2: 16 files in manifest...
isxGamesPatcher: Finished

EverQuest2 Extension for Innerspace (By Amadeus) *LOADED*


I have made a profile that starts the script with: run eq2autologin my-password
And the start parameters: cl_username my-username

Although if I, at the login screen, take down the console, and write: run eq2autologin my-password when i am at the login screen, it logs me in.

So it looks like it somehow load too fast, or wait to little to write in the text.

Any suggestions?
 

hegvape

Well-Known Member
Try and add a few seconds to line 64 =
Code:
wait 40
(40 = 4 sec)

But You shouldnt get the Syntax text on Your screen... if so then You have missed something in Your IS Game configuration.

Screen should look more like this:
Extension 'isxeq2' loaded
Eq2AutoLogin: Waiting for ISXEQ2 to get ready...

ISXEQ2 Subscription Active. Thank you!
...Please hold while the ISXEQ2 patcher checks for updates...

isxGamesPatcher: Starting (Ver. 20070311.09 by CyberTech/Amadeus)
isxGamesPatcher: Checking isxGamesPatcher: 1 file in manifest...
isxGamesPatcher: Checking ISXEQ2: 17 files in manifest...
isxGamesPatcher: Finished

EverQuest2 Extension for Innerspace (By Amadeus) *LOADED*
Eq2AutoLogin: ISXEQ2 should now be Ready!
Eq2AutoLogin: Using ISXEQ2 Login...
Eq2AutoLogin: Script Done!
Kindly

Val
 
Last edited:

Turtle

Active Member
Somehow, i had an old file.

The file i had was about 40 lines of code... (i use SVN)

I downloaded this one from the thread, and it works now.

So it is possible not updated in SVN yet then :)

Thanks for your help.
 

hegvape

Well-Known Member
Great :)

I use SVN aswell, but the script never got updated... I don't have access to do it so I hope someone else will.

Kindly

Val
 

lesat

Active Member
password issues

I'm having some minor issues with the eq2autologin script and was hoping someone might be able to point me in the direction of a solution.

The short version of the problem is that when I get to the login screen something is present in the password box that needs to be cleared. The eq2autologin script is apparently inserting the password BEFORE this garbage (whatever it is). It appears to be 8 characters long ("password"?)

Any thoughts?
 

hegvape

Well-Known Member
lesat said:
I'm having some minor issues with the eq2autologin script and was hoping someone might be able to point me in the direction of a solution.

The short version of the problem is that when I get to the login screen something is present in the password box that needs to be cleared. The eq2autologin script is apparently inserting the password BEFORE this garbage (whatever it is). It appears to be 8 characters long ("password"?)

Any thoughts?
Hmm, never seen that... The password box should always be empty. I can look into if it's possible to use keys to mark the content, if any, and then paste the password.

What UI are You using? Check out this post that explains Fetish having some default text in there from the start http://www.isxgames.com/forums/showthread.php?p=7710#post7710
 

gp1001

Active Member
hegvape said:
Hmm, never seen that... The password box should always be empty. I can look into if it's possible to use keys to mark the content, if any, and then paste the password.

What UI are You using? Check out this post that explains Fetish having some default text in there from the start http://www.isxgames.com/forums/showthread.php?p=7710#post7710
I am having an issue with innerspace saving the profile under parameters...
If I edit the profile and then launch the game with the autologin it works, but as soon as you close Innerspace the settings are gone.
and any attempt after that it will come back with a invalid login/password.
I think it is because the Gameconfiguration.xml has a some bad syntex at:

<Setting Name="Parameters" />

I think is should be <Setting Name="Parameters">cl_username my-username...</setting>


I created a new profile and all is well... I guess the default profile need to stay default?
 
Last edited:

hegvape

Well-Known Member
I honestly dont know about the "Default" profile. The times my profiles didnt save was when I missed pressing "Apply".
 
Top Bottom