EQ2AutoLogin

SiliconeClone

Active Member
I am trying to make a script and one of the features I need is in EQ2AutoLogin.

Essentially EQ2Autologin should do just that but even with the password supplied it seems that no matter what it always says Invalid password. I have checked and double checked and the password is correct.

I have made a script in autoit that does what I want. But I feel it would be much more accurate in isxeq2. If only I can get it to log in from Password screen.

In Autoit I had to slow down the timing between letters (litterally send each letter one at a time) seems the password screen gets hung up if entered to fast in EQ2.

Any suggestions?
 

SiliconeClone

Active Member
No nothing like that. Just seems that if it's typed in too fast it doesn't work.

Had the sam problem in autoit. Had to enter each letter in seperately with a .5 second pause between them. It is actually why I went to autoit for it.

Edit: I tried the same method with lavish script using Keyboard:press and then a .5 second wait in between, still no luck. I ended up having to ghetto it up atm and Use "Paste" in the script, thus I must first copy my password. It would work for what I need but man I can't figure out what is up. Can EQ2 detect if it is not an actual keyboard being pressed and therefor errors out? But why would pasting the password in help.. ARGH!
 
Last edited:

Kannkor

Ogre
Are you talking about when isxeq2 is working or not?

You can enter values directly into the boxes using isxeq2. That way there is no need for pasting or entering values 1 at a time.
 

SiliconeClone

Active Member
Well the script tries to load isxeq2 and if that fails it uses lavish.

The lavish script inputs the password you setup in the scripts parameters. And it types it just fine. When it is the Lavish version and not isxeq2 it will type it pretty much anywhere. So I tested it in game on chat window and it is outputting the proper password, yet for some reason it always tells me invalid password when I run it.

/shrug guess I will wait til isxeq2 is updated and try it that way.

EDIT: Well looks like Autologin works fine if using the isxeq2 scripting rather than lavish.. it is odd I would expect it to work either way. But this will do, thanks for the help and suggestions
 
Last edited:

hegvape

Well-Known Member
Lavish will only send your password in small letters, so if you have captial letters in your password it wont work...
 

Kannkor

Ogre
Lavish will only send your password in small letters, so if you have captial letters in your password it wont work...
To clarify a little.. it's coded to only send letters in lower case... I'm quite certain someone could make it send them case specifically.

No, I'm not going to as I don't log in when isxeq2 is down.
 

hegvape

Well-Known Member
A bit old post... here's an update that I am using myself.
Firstly It uses lavish to login, then it tries to load the extentions isxeq2 & isxogre if any availible (It works with US and Swedish keyb, the SHIFT & Return keys are spelled differently...)
 

Attachments

Top Bottom