View Single Post
  #2  
Old 05-10-2006, 06:13 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

Download the PEQ databae you desire, or use this link for the latest PEQ Luclin Beta database -> http://prdownloads.sourceforge.net/p...1.zip?download

Extract only the two load .sql files (load_empty_users.sql and load_system.sql) to your /mysql/bin directory

Open up mysql and create the database peq -> Start/Run/"C:\mysql\bin\mysql -u root peq" - without the quotations

Type "source load_system.sql" - wait for the database to source (up to 10 mins)

Type "source load_empty_users.sql" - wait for the tables to source.

Go change your database from "eq" to "peq" in your eqemu_config.xml file in your EqEmu directory.

Re-add your account (or just use the default of mini/mini) - open up mysql (Start/Run/"C:\mysql\bin\mysql -u root peq) and type "insert into account (name,status, minilogin_ip) values('YOURUSERNAMEHERE',250,'127.0.0.1');" 127.0.0.1 is the local ip

Login and enjoy
Reply With Quote