Log in

View Full Version : Bot inventory


Julesx
11-23-2012, 09:58 PM
Got my server up and running did some rule/variable changes and item tinkering when i log in to play with wife. We get Database Error: #1146: table 'peq.botinventory' Doesn't exist. Tried sourcing all the optionalbot.sqls and requiredbot.sqls in EqEmuserver/utils/sql/svn. That didnt create table so i'm lost. I did run across this when trying to botsconvert.sql though.

[Err] 1017 - Can't find file: '.\peq\botinventory.frm' (errno: 2)
[Err] RENAME TABLE botinventory TO oldbotinventory;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Please any info on how to resolve my wife is driving insane.... :(

c0ncrete
11-23-2012, 10:51 PM
you don't need to run anything from utils/sql/svn that doesn't start with a number. if running player_tables/botinventory.sql from the peq database download doesn't fix your issue(s), i'd probably recommend running drop_bots.sql and then load_bots.sql found directly in the peq database download..

Julesx
11-24-2012, 09:04 AM
Thanks bro i shoulda came back and checked forum i got it fixed last night like 15mins after i posted lol. Yea just source botinventory.sql from Server build folder.