View Single Post
  #11  
Old 03-15-2004, 09:30 PM
themushygod
Sarnak
 
Join Date: Feb 2004
Posts: 60
Default

ok i found the error there server name was too short

but now i can logon see my server up but whe i goto connect i get
a #1017 error

i should add this is using minilogin.exe for a localhost


i found this lil piece in world.exe when i exit eq

Code:
New client from ip: 127.0.0.1 port: 1913                                  127.0.0.1: Wrong name/pass: name='eqemu'                                        Removing client from ip:127.0.0.1 port:1913

im not sure where it got eqemu but it might be when i added this account

Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
i then added a second copy of that with the login info i wanted

Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (2, 'MYLOGIN', '', '', 0, 'MYPASSWORD', 250, NULL, 0, 0);
ive tried logging in with both accoutns

im going to try get my server online (not minilogin) later tonight or tommorow

i know im asking alot of questions

peace mushy
Reply With Quote