BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: dioniz84 on August 04, 2010, 11:20:11 am
-
Hi there,
I have a question :) (you didn't guess it so far uh?? :D)
Thing is I changed bebot name and some settings. Bot is not registering members or doing it randomly. He has an old list of members and for example they are not on notify list. (no logona spam).
Question is:
How can I remove all members from members list, buddy list, notify list (memory whipeout) ??
And how can I reset all settings to default ??
Thanks in advance.
-
Go into your SQL server and drop all tables created by bebot, they will be re-created when you start your bot. Alternatively create a new database and change the database name in the MySQL.conf
-
Ok, thank you.
That would od for memory I guess.
For the settings :
If I remove "main" folder and put there a fresh downloaded one, will it help ??
-
(Unless you dont change/drop/truncate the database, the settings will still be there no matter what you do with the files.)
MySQL Administrator. (Must have for anyone who runs a MySQL database)
PHPMyAdmin. Clean and simple web user-interface for MySQL. (very newb friendly)
MySQL.com Drop database. (http://dev.mysql.com/doc/refman/5.0/en/drop-database.html)
However this is a dirty workaround:
Go into your bebot folder then /conf.
You should find a file named: Botname.MySQL.conf
Near bottom there are a parameter //$table_prefix = "";
Set it to:
$table_prefix = "makeupsomethinghere";
And start bot, you will now see that bot will create new tables in the database.
This is something i would just do for testing purpose.
-
Thank you.
That is all I have to know.
The work around sounds evil :) Hehe