Quote:
Originally Posted by Elkay
Quote:
Originally Posted by Edgar1898
Quote:
Originally Posted by Elkay
Having a small problem getting this working.. almost there tho. Everything is working except when I select my server and try to enter world, I get thrown back to select with 1017. However it's not a wrong IP problem or anything, as I see the following in my World.exe console:
112375 New client from ip: 192.168.1.103 port: 1219
Login with '10516' and 'QMV1I7HNG7'
|
Make sure 192.168.1.103 is the ip that is in your minilogin_ip field for the account you wish to login to.
|
Yep it's 192.168.1.103 and I even just copy/pasted it here lol. Any other ideas? account 10516 doesn't even exist, I have no clue where it's coming from. When switching back to eqemu LS, I forgot to switch the MiniLogin variable the first time, and then it was showing the correct ID being passed to world (even though it obviously didn't work live that way).
|
Do the following:
1. Close all world/zones.
2. Download the latest binaries from
http://cvs.sourceforge.net/viewcvs.p...Win32/Release/
3. Run these sql queries (post if you get any errors running it):
Code:
update variables set value='Minilogin' where varname='LoginType';
insert into account (name,status, minilogin_ip) values('edgar1898',250,'192.168.1.103');
4. Config world to connect to minilogin and attempt to login to world with your client.