View Single Post
  #2  
Old 01-11-2019, 06:49 AM
phantomghost
Hill Giant
 
Join Date: May 2015
Posts: 126
Default

Did you run eqemu_server.pl and update bots database? I believe just running the update should fix this (some updates may not work but it's fairly easy to fix this)

When you update look for issues in the text, those files tend to pop up in the updates staged folder (it will create this folder when run)

Use CMD
CD c:\Eq\eqemuserver\updates_staged
MySQL -uUSER -pPASSWORD
Use peq;
Source filename.sql;
(Go to whatever your folder is... And use your user, pw and db name)

If you have an error the table likely exists with different columns so you can fix that or drop the table and source again. (Backup DB especially if you do not know exactly what you are doing).
Reply With Quote