BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => BeBot Hyborian support => Topic started by: Noer on July 15, 2008, 04:53:20 pm
-
Vrykolas has done a very nice job getting the code base updated to run on the latest 0.5.2 of the BeBot code. A few of the modules has gotten updated and bugfixed aswell.
As always you can download the latest version here: http://code.google.com/p/bebot-aoc/downloads/list
or you can update the trunk through Subversion.
Kudos to Vrykolas for doing this code upgrade.
-
Something wrong with the latest version. I didn't save the error but it's basically not connecting to the database. I tripple checked my settings and they are correct. I went back to revision 38 and that works just fine.
-
Could you possible find the error message it gives. Otherwise it will be close to impossible to debug.
-
works fine 4 me
-
No problems either.
Thanks for update.
-
working fine here,
Though the guild had fun trying to break it :)
-
Fatal error: Cannot redeclare class Preferences_core in \core\Preferences.php on line 209
i get this error in the newest version.
-
If you are installing from the zip archive you should install into a new directory and copy the conf-files over instead of uncompressing on top of the old installation.
Some modules have changed places. For that particular problem you can delete "Preferences.php" in core.
-
ye just tryed that and its working fine.
still cant fine out how to get it to show players online with !online or !members.
-
Either you add the members manually with !member add <name> or you have them talk in the chat so the bot automatically adds them. If you already did that try run a !rosterupdate.
-
when i !member add ..... then i get a mysql error.
MySQL error (# 0) on query: INSERT INTO
Unknown column 'class' in 'field list'
-
Are you trying to install this on top of an old AO BeBot installation? If so - you can't. You need to have a clean install for the AoC version.
-
nope made a clean folder to install it in.
-
I am talking about the database. :)
-
ah useing the old database, ill try with a new one.
and that made it work.
Noer your a star :)
-
This is the error I'm getting when I upgrade to the newest bot using the same config files as the r38 install I was using. I still can't get it to work... Yes, I deleted everything except for the 2 conf files and redownloaded the latest install but it didn't work. Keep getting errors like the ones below:
VALUES(id), level = VALUES(level), class = VALUES(class), craft1 = VALUES(craft1), craft2 = VALUES(craft2), online = VALUES(online), location = VALUES(location), updated = VALUES(updated)
MySQL server has gone away
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT COUNT(endtime), MIN(endtime) FROM (SELECT endtime FROM timer WHERE timerclass = -1 UNION SELECT endtime - notify_delay AS endtime FROM timer AS t1, timer_class_entries AS t2 WHERE t1.timerclass <> -1 AND t1.timerclass = t2.id) AS endtime_temp_table
MySQL server has gone away
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT * FROM blacklist WHERE expire > 0 AND expire < 1216443673
MySQL server has gone away
Ivbot [GROUP] [MSG] [~Guild] Sammi: got to give it 24 hours
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: UPDATE bots SET time = '1216443681' WHERE bot = 'Ivbot' AND dim = 'Derketo'
MySQL server has gone away
-
Okay, I did a brand new install of the bot, used the new config files and put my info in. I also used a fresh MySQL database as well. I start up the bot, it created the 34 tables in the database but kept on saying getting to the line saying it detects the org as [~Guild] or what not and then restarts. I caught another error as well. I know for a fact that the database is there cause it created the tables when it first started up.... The user of the database has all privileges as well. So I'm at a loss as to why this newest version of the bot doesn't run on my server when it was running just fine before on rev. 38. Any help would be appreciated.
)
Ivbot [2008-07-19 06:06:27] [CORE] [INC_GANNOUNCE] Detected org name as: ~Guild
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT id, name, timerclass, channel, owner, endtime, repeatinterval FROM timer WHERE endtime <= 1216447617 UNION SELECT t1.id AS id, name, timerclass, channel, owner, endtime, repeatinterval FROM timer AS t1 JOIN timer_class_entries AS t2 ON t1.timerclass <> -1 AND t1.timerclass = t2.id WHERE endtime - notify_delay <= 1216447617
MySQL server has gone away
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT COUNT(endtime), MIN(endtime) FROM (SELECT endtime FROM timer WHERE timerclass = -1 UNION SELECT endtime - notify_delay AS endtime FROM timer AS t1, timer_class_entries AS t2 WHERE t1.timerclass <> -1 AND t1.timerclass = t2.id) AS endtime_temp_table
MySQL server has gone away
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT nickname,user_level FROM users WHERE user_level != 0
MySQL server has gone away
MySQL error (# 0) on query: Database not found or insufficient priviledges!
MySQL server has gone away
MySQL error (# 0) on query: SELECT * FROM security_groups
MySQL server has gone away
Ivbot [2008-07-19 06:06:58] [SECURITY] [ERROR] No groups exisit, not even the groups created by default. Something is very wrong.
-
Okay, I found a fix for this in another thread. Sorry to have spammed you with nonsense posts :-/.