collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Raidbot  (Read 4752 times)

0 Members and 1 Guest are viewing this topic.

Offline Qualizard2

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Raidbot
« on: May 16, 2009, 05:08:21 am »
Hi =)
i setup my Bebot for my organisation and is work very well.
Now i read the post installing-raidbot
http://bebot.link/helpful-posts/installing-raidbot/

But when i try to start: Startbot.bat the windows open and close.
i carefully read the Installing Raidbot post but i don't understand
my problem.

For my GuildBot is perfect i don't have any problem but i want
a Raidbot =)

Thank you
Qualizard

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Raidbot
« Reply #1 on: May 16, 2009, 11:29:38 am »
The guide is pretty old, my advice would be: simply do what you did to get your org-bot running, just leave the org-id field empty and set guildbot to false in the config file.

Your bot should start without trouble then.

Offline Qualizard2

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Raidbot
« Reply #2 on: May 16, 2009, 12:13:10 pm »
Not Work =/ Probably with my config you will see something wrong
Here my Bot.Conf



<?php
  /*
    These are the general settings of the bot:
  */

  $ao_username = "XXX";               // Account username
  $ao_password = "XXX";               // Account password (optional, will request on running of Bot if not entered here)
  $bot_name = "XXX";                  // Name of the bot-character
  $dimension = "2";                 // 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)

/*
    Suggested values for owner and super_admin:
    We suggest that the owner should be the main characer on the
    account for $ao_username.
    super_admis should be alts on the same account.

    Defining a superadmin in the config file prevents their removal and banning.
    You are able to add more superadmins with the ingame interface.
    Superadmins defined in game are able to be removed and banned.
*/
  $owner = "XXX";                     // Owner of the bot.
  // $super_admin["XXX"] = true;// Bot superadmins.
  // $super_admin["XXX"] = true;


  // $other_bots["Bot1"] = true;   // All other bots that are guildmembers/raidbotmembers
  // $other_bots["bot2"] = true;


  $guildbot = false;                // false if its a raidbot.
  $guild_id = ;            // only if its a guildbot.
----->(i try $guild_id = 0;            // only if its a guildbot.<----

  $log = "off";                     // logging all/chat/off
  $log_path = "./log";             // relative/absolute path of logfiles
  $log_timestamp = "none";   //Valid options are: datetime, date, time, none.  Always defaults to datetime if missing or invalid.


  /*
  The next two entries define a list of additional core and module directories to be loaded after the core/ and custom/core/
  btw the module/ and custom/module/ directories. The list is parsed as a comma-seperated list relative the the base directory
  of the bot, without any / at the end of the directory names.
  */
  $core_directories = "";   // optional additional core directories
  $module_directories = "";   // optional additional module directories


  $command_prefix = "!";      // Please make sure this is in a Reg-Exp format... (exampe: for "." use "\.")
                           // The prefix cannot be more then one character - either empty or one character (more only for regexp format)


  $cron_delay = 30;                // Number of seconds before the cron jobs get executed the first time.
  $tell_delay = 2222;              // Number of miliseconds between tells. (anti-flooding)
  $reconnect_time = 60;            // Time to wait for auto reconnect after an error has accured.
  if(is_numeric($dimension))
   $max_blobsize = 12000;            // Maximum size of text blobs in byte. For AO
  else
   $max_blobsize = 8000;            // Maximum size of text blobs in byte. For AoC
  $accessallbots = FALSE;          // Allow Access to All Bots in modules like BotStatistics

  /*
  WARNING!  Enabling proxies will allow you to pull information from web servers if you have been blocked.
  The more proxy addresses you have, the slower each lookup will be.  It is recommended that no more than
  one proxy be added at any given time.  Proxies will only be used as a fallback (if the first lookup fails).
  Format for $proxy_server_address: IP:PORT (The list is parsed as a comma-seperated list)
  Example: $proxy_server_address = "4.2.2.2:80,4.2.2.3:80,4.2.2.4:80";
  */
  $use_proxy_server = false;                // Enable simple web proxy server for HTTP lookups?
  $proxy_server_address = "";                // Proxy server to use address to use

?>

Thank You
Qualizard

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Raidbot
« Reply #3 on: May 17, 2009, 12:54:58 am »
$guild_id = 0;

should be the correct line, but otherwise the config file looks good.

Offline Qualizard2

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Raidbot
« Reply #4 on: May 17, 2009, 06:11:21 am »
i don't know what i do but now it work, But all other player trying to join ./tell <Raidbotname> !join They get this message :I only listen to members of this bot.
i looked into Settings, Settings Relay etc. but is look like not worl =/
someone is able to help me again ^^?

Qualizard

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Raidbot
« Reply #5 on: May 17, 2009, 11:37:19 am »
Unless you use flexible security you have to add each member manually to the raidbot.

There is a wiki entry for flexible security: http://bebot.link/wiki/flexible_security

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 445
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal