View Single Post
  #2  
Old 03-20-2003, 11:07 PM
Magick
Sarnak
 
Join Date: Feb 2003
Posts: 73
Default

Which Admin Panel are you using? The EQEmu Admin Tool? And which version? I've had some problems with 4.3, and it could be that it's not meshing with the database (although in my case it should).

What you can do is add youself to the database manually through MySQL or open a command prompt and go to your emu directory (ie., c:/eqemu/) and type:

world adduser username password 200

The 200 will give that account GM status. If your db.ini is setup correctly, this will add the account.

For MySQL:

use <db name>;
insert into account set name='yourname', password='yourpassword', status=200;
Reply With Quote