BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => AO 0.6 support => Topic started by: lealan on December 24, 2008, 01:09:35 am

Title: raid configured bot listening to org chat.
Post by: lealan on December 24, 2008, 01:09:35 am
I recently upgraded my orgs riadbot to 0.6.1. The issue we are having is l the bot is listening to org chat and responds to commands from org chat. I rolled the bot back to .4.3 and the bot behaves as  normal.H
ere is the bot.conf for .6.1:

Code: [Select]
$ao_username = "accountname";               // Account username
  $ao_password = "password";               // Account password
  $bot_name = "botname";                  // Name of the bot-character
  $dimension = "1";                 // The name of the server you play on, or (1, 2 or 3 for AO)
  //$guild = "";                     // Name of the guild running the bot (AOC only)I have tried this line comment and uncommented
  $guildbot = false;                // false if its a raidbot
  $guild_id =0;          // only if its a guildbot.


Here is .4.3 Bot.conf:
Code: [Select]
  $ao_username = "accountname";               // Account username
  $ao_password = "password";               // Account password
  $bot_name = "botname";                  // Name of the bot-character
  $dimension = "1";                // Dimension number (1, 2 or 3)

  $guildbot = false;                // false if its a raidbot.
  $guild_name = "";                // only if its a guildbot.
  $guild_id = 0;            // only if its a guildbot.

Some additional info. I cut down to only the built in modules and the issue remain. I poured thru the logs and didn’t find anything unusual.  A little system info I am Ubuntu 7.10 with php 5 and mysql5. Any ideas of what is causing this issue?
Title: Re: raid configured bot listening to org chat.
Post by: Temar on December 24, 2008, 06:45:07 am
im not sure there is a Block on guild simple cuz of Raid
howeva there is a setting to disable all guild channel activity
!set core
it called somit like disableGC and you goto turn that on
Title: Re: raid configured bot listening to org chat.
Post by: Alreadythere on December 24, 2008, 10:03:53 am
I guess the org name detection is creating this situation.

Temar's solution is the easiest fix. We should set that flag to false for any non-guild bot on default.
Title: Re: raid configured bot listening to org chat.
Post by: lealan on January 02, 2009, 03:25:38 am
Disablegc worked thanks for the help and sorry about the late answer.
Title: Re: raid configured bot listening to org chat.
Post by: Allisande on January 13, 2009, 01:49:22 pm
How can I set up the bot as a raid bot as well as a guild bot, but all the "raid" commands should go to raid chat or /tells to the bot and not show up in guild chat?
Title: Re: raid configured bot listening to org chat.
Post by: Alreadythere on January 13, 2009, 06:02:33 pm
If you mean raid channel with raid chat then you can't, as chat logons can't join raid groups.

Under AO you can use private groups instead of raid channels for this purpose, but that isn't supported in AoC.

To limit the commands to tells you'll have to limit access via !commands to tells for all raid commands. Though hardcoded output to different channels may exist and break this.
Title: Re: raid configured bot listening to org chat.
Post by: Allisande on January 14, 2009, 12:40:02 am
Gotcha...thanks I had to ask.
SimplePortal 2.3.7 © 2008-2024, SimplePortal