Thread: Darn Bugs...
View Single Post
  #7  
Old 04-07-2004, 07:19 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

For a long time after I (finally) got my server up and running, I was unable to login to it. What I finally ended up doing was completely rebuilding the database and my two users.

After that it's been working fine.

If you're too lazy to go through all the steps in all those DB walkthroughs, then just do the following:
  1. Make sure MiniLogin.exe, World.exe, and Zone.exe are NOT running.
  2. Delete your eq database from MySQL ("DROP DATABASE 'eq';")
  3. Recreate your eq database ("CREATE DATABASE 'eq';")
  4. Populate your database with all the necessary info from here (http://www.raskii.net/eqemu/eqemu055.sql.gz)
  5. Create your eqemu user ("INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);")
  6. Start MiniLogin.exe
  7. Start World.exe
  8. Start start5zones.bat
  9. Log into your server
  10. Play!