BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: joel47 on August 01, 2011, 05:04:12 pm
-
I'm having problems still, trying to get my bot to recognize the !settings and !set commands to set up security module.(which I don't understand) The bot comes back with !help and thats it
Is it because I put it on a F2P account? I have it on a separate computer (XP) which runs 24/7? Other things seem to work.
I also get a notice saying it cant find a user id for the bot?
-
Hello.
Free to Play account has nothing to do with it, as most of bots out there including mine run on a F2P account also.
Quite possible you aren't using the Character that has SUPERADM permissions.
Did you edit the field in .php that sets the Bot owner?
-
Yes I have superadmin also my guild leader is one and I tried it from the bot toon also. It does say in the cmd window (when it inializes)that it can't get the user id for the bot though? could that be it? also a deprecation error on line564 aochat.php something about a Function split()
ex: bot.conf.
*/
$owner = "Handybot"; // Owner of the bot.
// $super_admin["Superadmin1"] = true;// Bot superadmins.
// $super_admin["Superadmin2"] = true;
$super_admin["Fillaye"] = true;
$super_admin["Mastergen"] = true;
$super_admin["Masterg"] = true;
// $other_bots["Bot1"] = true; // All other bots that are guildmembers/raidbotmembers
// $other_bots["Bot2"] = true;
Does that look right? I'm Fillaye
Thanks
-
The user ID failing won't cause it.
It could be that the bot owner is the name of the bot?
I would set Fillaye as the owner, and keep your other super_admins. Don't reference the bot name as either the owner or a super_admin.
Just a thought to try :)
-
:D Mucho gracious That was it; I figured the bot was the owner and I was its slave lol
Thanks bud Here's a virtual beer!! This Bud's 4 U...
-
I also get an unable to get user id for mybot here's an example of what I put in the MySql conf file:
Database name
*/
$dbase = "myDB";
/*
Database username
*/
$user = "myBot'sname";
/*
Database password
*/
$pass = "Mypassword";
/*
Database server (usually localhost)
*/
$server = "localhost";
Is the error related to naming the Database username after myBot's name?
Thanks
-
I usually get the failure to get user id at the very end, but I don't have any problems with the bot. I'm not sure if it's something to overlook unless it's causing problems.
-
Thanks, it does seem to run ok too!!
I just wish that the installation instructions weren't designed for those that know the php syntax.. example: what does don't install BELOW Programs Files in win 7 mean? Does it mean don't install in the Program Folders?? Just SAY don't install in ...etc. Stuff like that makes it frustrating (I can't read your intent).
Is there an area where be-bot files can be downloaded that has all the pertinent files in one place? I have to spend a week researching all the various sites for each section of running the bot?
whats $command ???
Is there not an area here you can download a module file without having it imbeded within a forum message and trying to find a program that will save it in UTF-8? The whole thing is not user friendly!! Sorry for the QQ but everyone says running a bot is difficult and the instructions are some of the reasons!! Examples of usage in the modules themselves would be a start instead of having to go to programming school and decipher each programmers intent!!
I'm not the brightest light bulb in the room but at least list the minimal knowlegde level for even attempting running a bot. Oh well its working ginked or not. Sorry again for the speel here. But some beginner love would be appreciated.
-
I suggest a folder named BOTS in the root of your c: drive.
So the folder would be:
c:\BOTS\<bot name>\
And extract the bot zip file in there.
~Kyr