BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: Skidrow on November 27, 2009, 12:48:45 pm
-
To make a raid bot set $guildbot to false and leave $guild_name blank. Set $guild_id to 0. For a raid bot you most likely want to set $guild_relay_target = false; (note: false, not false)
$guild_relay_target i cant find anyware in the config file, should i just add it anyware in the file? that is the onlything i havent done acording to the info and now it only respons if you send /tell to the bot, cant find any other post on forum about making a raidbot.
-
No one that use bebot as raid bot?
-
I run several Raid Bots...
$guildbot = false; // false if its a raidbot.
$guild_name = ""; // only if its a guildbot.
$guild_id = 0000001; // only if its a guildbot.
That is what I put in their Bot.conf.
What may be referenced is actually part of the configuration you do in game with the "/tell yourbot !relay" or something like that.
-
Ok so it something i have to tell the bot to get it to work, will test that tonight.
-
No command called !relay
-
Said setting is now found in !settings and no longer needs to be set in the config file.
-
Khalem in !settings i find relay and other things but no were can i find how to setup so it listen to Raid channel not to Guild channel.
Did some fubar so it started to responed to Guild channel so i had to turn it off.