View Single Post
  #2  
Old 04-25-2005, 09:39 AM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

If your client is compatible with the emu your running, try adding this line into your server. I believe I had that same problem at one point.

INSERT INTO account (name,status, minilogin_ip) values('USERNAME_HERE',250,'127.0.0.1');

Replace USERNAME_HERE with the login name that you will use to log into your server to play. Enter in the name exactly as you will use to login to your server.
(Example) INSERT INTO account (name,status, inilogin_ip)values('Mike1234',250,'127.0.0.1');

Maybe that will help.
Reply With Quote