View Single Post
  #7  
Old 05-25-2002, 05:36 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

in loginserver.ini

account=eqemu
password=eqemu

that should get the server to show up

the command line optins aren't working atm. you have to edit it in mysql, or use an admin tool.

in mysql
mysql>use [your DB name]
mysql>update account set status=200 where name='eqemu';
Reply With Quote