If your using a new db, you might have not sourced in all of the tables; or may not have sourced them in properly.
If you are using windows, try this:
<-- WARNING This WILL wipe your bots and all information for them -->
place the following files on your hard drive at C:\
drop_bots.sql
load_bots.sql
player_tables (folder)
Then go to Start -> Run -> Type: cmd -> hit enter
On the command prompt type:
cd c:\
Press enter -> then type:
mysql -u root -p
Press Enter -> enter your password for user-ROOT
Once you are logged into mysql type:
use peq (or whatever your database name is)
Press enter -> Then type:
source drop_bots.sql
Press enter -> let it does its thing, then type:
source load_bots.sql
Press enter -> let it does its thing again...
After you finish that, delete those files you put on the hard drive, then try starting up the server and giving them armor again...
|