View Single Post
  #12  
Old 04-12-2016, 09:12 AM
AsmoTiC
Sarnak
 
Join Date: Aug 2004
Posts: 50
Default

This might not be that helpful Trust, but I had a similar problem when I first setup the bots. Running option 4 wouldn't update the DB. I ended up manually grabbing that SQL file which it's trying to update automatically and sourcing it in manually.

I believe the full path for that file is shown when you try to run option 4 from the updater. So you can grab it from the Git yourself. Then it's just a matter of sourcing the SQL into your DB.

log into MySQL (I do it from the command prompt, from the directory the SQL file is in)
switch to your EQEmu database ( use peq; ) for example
source in the Bot SQL ( source 2015_09_30_bots.sql; )

That worked for me, and the option 4 automatic updates have worked ever since. Just needed to burp it once I guess. =)

Good luck. Hopefully that helps, and is clear enough to get you going.

*edit* Looking over the thread once more the link by Uleat (Post #2), has a link to the file, and pretty clean instructions to manually sourcing the first update.
Reply With Quote