Note! this is not intended to be a complete guide.. its just the part of publiclogin server which many people is having problems on.
First few things to do first.. you have to find out your ip. in nearly all win9x computer winipcfg works just fine. I dont know how NT works but win2k and win xp its right click my network icon. click the connection icon and right list should show your ip.
or take the easy way and visit this site:
http://whatismyip.com
**Updated**
MarkK:
The important thing is to make sure that the IP you are using in your eqhosts.txt file matches the IP for the account you are authorizing/reauthorizing. (e.g use 127.0.0.1 if eqhosts.txt uses localhost/127.0.0.1, use 192.x.x.x if eqhosts.txt uses 192.x.x.x etc...) This assumes you're adding the account from the same machine as the world/login servers.
***end update***
First look and download lurker's batch file its extremely well made and made my setting up server much simplier.
choice.exe is pretty easy to find at internet or at microsoft site.
Now make new batch file named "Myloginset.bat"
put this in the batch file:
Code:
start set-login eq MyServer TheSuperPassword 192.168.0.1
pause
start set-login eq MyLogin RandomPassword 127.0.0.1
pause
start set-login eq MyOtherLogin RandomPassword 192.168.0.2
make sure to edit it to proper settings incuding ip etc. Important: ip for login ( not server but login account ) MUST BE SAME AS EQHOST.TXT SERVER IP if youre running client at same computer as server! **updated with markk's new info**
"MyServer" , "MyLogin" and "MyOtherLogin" can be changed to anything but i think server and any login account name cant be same.
you can add more accounts to automate it up to 12 ( or 11 if server counts ) just make sure pause is after each login other than last one... example shows 2 accounts being set.
make sure this new batch and lurkers is in same dir. run the new batch file, when the new window appears press a then z when back in choices menu.
now run all servers see if theres any errors etc. if theres NO error then leave the servers up while doing next steps.
go back to first window and press any key. a new window will appear again but this time just press b then z when back in menu window. repeat till youre competely done with accounts.
now start eq and log in and enjoy the fun!