In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)help about b3
Pages: [1]   Go Down
  Print  
Author Topic: help about b3  (Read 920 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Cod6
Posts: 10
Offline Offline
« on: April 07, 2011, 03:21:03 AM »

when i run b3 bot it says its working now but when i join in my own server but its not working how can i fix that?
Logged

Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #1 on: April 07, 2011, 08:07:14 AM »

Welcome to the forums.

Please be more specific as to what the problem is and post your b3 xml and b3 log files (remove passwords first)

Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Cod6
Posts: 10
Offline Offline
« Reply #2 on: April 07, 2011, 08:34:37 PM »

Welcome to the forums.

Please be more specific as to what the problem is and post your b3 xml and b3 log files (remove passwords first)



Here is my  B3.xml

<?xml version='1.0'?>
<!--
 This file is generated by the B3 setup Procedure.
 If you want to regenerate this file and make sure the format is
 correct, you can invoke the setup procedure with the
 command : b3_run -s b3.xml

 This is B3 main config file (the one you specify when you run B3 with the
 command : b3_run -c b3.xml)

 For any change made in this config file, you have to restart the bot.
 Whenever you can specify a file/directory path, the following shortcuts
 can be used :
  @b3 : the folder where B3 code is installed in
  @conf : the folder containing this config file
 -->
<configuration>
   <settings name="b3">
      <!-- Define your game: cod/cod2/cod4/cod5/cod6/iourt41/etpro/wop/smg/bfbc2/moh -->
      <set name="parser">cod6</set>
      <!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
      <set name="database">mysql://b3:squidward@spongebob/b3</set>
      <!-- Name of the bot -->
      <set name="bot_name">b3</set>
      <!-- Ingame messages are prefixed with this code, you can use colorcodes -->
      <set name="bot_prefix">^0(^2b3^0)^7:</set>
      <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
      <!-- The timezone your bot is in -->
      <set name="time_zone">GMT</set>
      <!-- How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
      <set name="log_level">9</set>
      <!-- Name of the logfile the bot will generate -->
      <set name="logfile">F:\B3WX\BigBrotherBot_1.4.1\b3.log</set>
   </settings>
   <settings name="server">
      <!-- The RCON pass of your gameserver -->
      <set name="rcon_password">plankton</set>
      <!-- The port the server is running on -->
      <set name="port">28960</set>
      <!-- The gameserver generates a logfile, put the path and name here -->
      <set name="game_log">G:\Mr.Crabs\Activision\Call of Duty 6 -  Modern Warfare 2\main\games_mp.log</set>
      <!-- The public IP your gameserver is residing on -->
      <set name="public_ip">111.66.357.233</set>
      <!-- The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box) -->
      <set name="rcon_ip">283.279.2.211</set>
      <!-- Is the gameserver running PunkBuster Anticheat: on/off -->
      <set name="punkbuster">off</set>
   </settings>
   <settings name="autodoc">
      <!-- Autodoc will generate a user documentation for all B3 commands -->
      <!-- by default, a html documentation is created in your conf folder -->

      <!-- html, htmltable or xml -->
      <set name="type">html</set>
      <!-- if you want to exclude commands reserved for higher levels -->
      <set name="maxlevel">100</set>
      <!-- Destination can be a file or a ftp url -->
      <set name="destination">test_doc.html</set>
   </settings>
   <settings name="messages">
      <set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
      <set name="kicked">%s^7 was kicked %s</set>
      <set name="banned_by">%s^7 was banned by %s^7 %s</set>
      <set name="banned">%s^7 was banned %s</set>
      <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
      <set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
      <set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
      <set name="unbanned">%s^7 was un-banned %s</set>
   </settings>
   <settings name="plugins">
      <set name="external_dir">@b3/extplugins</set>
   </settings>
   <plugins><!-- plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them. -->

      <plugin config="@b3/conf/plugin_spamcontrol.xml" name="spamcontrol" />
      <plugin config="@b3/conf/plugin_admin.xml" name="admin" />
      <plugin config="@b3/conf/plugin_stats.xml" name="stats" />
      <plugin config="@b3/conf/plugin_pingwatch.xml" name="pingwatch" />
      <plugin config="@b3/conf/plugin_adv.xml" name="adv" />
      <plugin config="@b3/conf/plugin_status.xml" name="status" />
      <plugin config="@b3/conf/plugin_welcome.xml" name="welcome" />
      <!-- The punkbuster plugin was not installed since punkbuster is not supported or disabled. -->
      <!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
      <!-- plugin config="@b3/extplugins/conf/newplugin.xml" name="newplugin" -->

      <plugin config="@b3/extplugins/conf/xlrstats.xml" name="xlrstats" />
      <plugin name="ctime" config="@b3/extplugins/conf/plugin_ctime.xml"/>
      <!-- You can add new/custom plugins to this list using the same form as above. -->
   </plugins>
</configuration>



Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: April 08, 2011, 02:52:02 AM »

we also need your b3 log file
Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Cod6
Posts: 10
Offline Offline
« Reply #4 on: April 08, 2011, 07:42:38 PM »

HERE IS MY B3 LOG FILE

[attachment deleted by maintenance]
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #5 on: April 10, 2011, 09:56:19 AM »

Well... how long are you waiting.. That log shows no errors and looks like b3 was  turned off after about a minute...

Wait about 5 minutes after starting the bot before trying !iamgod
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #6 on: April 10, 2011, 03:05:28 PM »

Check that you are pointing to the correct game log file, does

G:\Mr.Crabs\Activision\Call of Duty 6 -  Modern Warfare 2\main\games_mp.log

show you typing in !iamgod ?

Because the b3 log does not show you doing anything.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Cod6
Posts: 10
Offline Offline
« Reply #7 on: April 11, 2011, 02:40:57 AM »

Check that you are pointing to the correct game log file, does

G:\Mr.Crabs\Activision\Call of Duty 6 -  Modern Warfare 2\main\games_mp.log

show you typing in !iamgod ?

Because the b3 log does not show you doing anything.

i try typing like for 3x iamgod when im in game but nothing happen even the !list !help etc!
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #8 on: April 11, 2011, 05:14:04 AM »

Does the G:\Mr.Crabs\Activision\Call of Duty 6 -  Modern Warfare 2\main\games_mp.log  file show that you typed anything?
Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Cod6
Posts: 10
Offline Offline
« Reply #9 on: April 13, 2011, 06:30:35 PM »

Does the G:\Mr.Crabs\Activision\Call of Duty 6 -  Modern Warfare 2\main\games_mp.log  file show that you typed anything?

none sir
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #10 on: April 13, 2011, 07:18:37 PM »

Then you are looking at the wrong games log file, you need to find the correct one and put that file name into the b3 xml.
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal