BOT Help
So I followed this guide for windows
http://www.eqemulator.net/wiki/wikka...kka=ws1129r222 And the install went very smoothly and am easily able to start up a game and have others connect it. Everything seems fine with one exception, BOTS. Every time I try to create a bot I get the name already exists error. I searched the forum for this and the other solution I found was to source the load_bots.sql file, which I did during the initial install. I'm running EQEMU 1180a-bots with the latest PEQ DB(1052)(I'm pretty sure this is the latest). I've gone through all the logs and the command does not even get registered in the zone log and no errors, around BOT, in any logs at all. Any help would be greatly appreciated. |
Same situation here. This started after updating to EQEMU 1180a-bots. Any ideas?
|
sudo bump
but also a question. Since I'm, apparently, not the only one having bot problems with 1180. Are there archived versions of the emu some place for download? And if so, I assume I can just down load and run with my current 1052 PEQ DB? thanks |
Unless I'm mistaken, you need to source in the updated SQL files from the SVN. They can be found in the utlis/sql/svn folder. You'll want to source anything that's got a rev of 1052+ if you're using the 1052 database.
|
You can download a specific revision from the svn and compile it yourself. Not sure on whether the DB would be an issue (if the revision is older than your db schema), it would depend on what was added between your server code and the db revision.
|
So is this a bug with 1180? Anyone running 1180 able to get bots to work?
|
If you can compile your own source, use SVN to pull down a previous revision known to work and compile the bot system from there if you are wanting to use bots that bad. I know Wildcard does most of the work for bots IIRC but if something isn't working I'm sure they'll look into logs to figure it out soon.
|
I just tested the 1180a bots code I uploaded and #bot create works fine for me.
If you are getting the 'The name xxx is already being used.' for every name you try, it suggests an issue with the database view vwBotCharacterMobs, as an error in that query is the only way a name will be rejected. What do you get if you issue this command: Code:
mysql> describe vwBotCharacterMobs; http://code.google.com/p/projecteqem...l/svn/bots.sql (You will lose any existing bots if you do that). |
Derision,
Thank you very much for the reply. That view did not exist and looking at my load_bot.sql file it is not contained in there. So I sourced the file you specified and now the view exists. So I tried a new #bot create and receive a new error message. #bot create cleric 2 6 female #1054: Unknown column 'LastZoneId' in field list Unable to save cleric as bot Any thoughts? |
Quote:
Code:
CREATE TABLE IF NOT EXISTS `bots` ( |
The bots table I had did not have that field. Once I got the new table right, it all worked great.
Many thanks for your help! |
so...
if you're not the one who deals with all this and you're playing on a server where the person running it has pretty much completely neglected the whole thing are you pretty much screwed? |
This has also happened to my server, I attempted to fix it by sourcing bots.sql which only gives a list of errors. I am also unable to revert to a previous bot code because when I try that I get perl errors..... I need to SAVE all bots people already have and fix the issue with new players being unable to create bots.
|
Fixed
Nevermind, I was able to fix it on my own without dropping the existing tables. Upgrading to new versions has caused me so many problems. /sigh
|
I just got my server up and running and I am running into this same problem. I was wonder how to go about sourcing in this .sql? sorry for such a dumb question but im new to all this. Thanks in advance!
|
All times are GMT -4. The time now is 08:30 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.