You are here: Big Brother Bot ForumAdd-OnsConfigurations (Moderator: MordyT)B3 comand don't work
Pages: [1]   Go Down
  Print  
Author Topic: B3 comand don't work  (Read 789 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« on: June 02, 2011, 05:50:02 PM »

hi i'm new:
i install b3bot and i import the dsl file in phpmyadmin and now i have a probleme 4 comand

when i type !stats  , !rules , !help .... the b3 don't work 4 more info go to :

http://www.youtube.com/watch?v=Veew6oFgUKY&feature=channel_video_title

i make a video =^'(  plaese i need help thx  Cry Embarrassed Huh
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3483
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: June 02, 2011, 06:10:18 PM »

Hi, what's in your b3.log file ?
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« Reply #2 on: June 02, 2011, 06:30:06 PM »

http://www.pastie.org/2011783
« Last Edit: June 02, 2011, 06:38:10 PM by charles32 » Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #3 on: June 02, 2011, 06:35:48 PM »

This line
Code:
<set name="game_mp">C:\Users\Charles\Desktop\Server\mods\isnipepro</set>

should be  

Code:
<set name="game_log">C:\Users\Charles\Desktop\Server\mods\isnipepro\games_mp.log</set>

Assuming that path is correct.

Luckily I saw your xml before you swapped it for the log!
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« Reply #4 on: June 02, 2011, 06:39:11 PM »

lol thx you thx very mush
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« Reply #5 on: June 02, 2011, 06:41:13 PM »

<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod6</set>
    <set name="database">mysql://****:*****@localhost/**</set>
    <set name="bot_name">^2Console</set>
    <set name="bot_prefix">^0(^2b3^0)^7:</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">CMT</set>
    <set name="log_level">9</set>
    <set name="logfile">C:\Program Files (x86)\B3\b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">****r</set>
    <set name="port">28961</set>
     <set name="games_mp"> C:\Users\Charles\Desktop\Server\mods\isnipepro\games_mp.log</set>
    <set name="public_ip">203.185.165.238</set>
    <set name="rcon_ip">192.168.0.2</set>
    <set name="punkbuster">off</set>
  </settings>
  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">C:\Program Files (x86)\B3\docs\b3_doc.html</set>
  </settings>
  <settings name="messages">
    <set name="kicked_by">$clientname^1 was kicked by $adminname^2 $reason</set>
    <set name="kicked">$clientname^1 was kicked $reason</set>
    <set name="banned_by">$clientname^0 was banned by $adminname^1 $reason</set>
    <set name="banned">$clientname^1 was banned $reason</set>
    <set name="temp_banned_by">$clientname^1 was temp banned by $adminname^0 for $banduration^7 $reason</set>
    <set name="temp_banned">$clientname^1 was temp banned for $banduration^2 $reason</set>
    <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
    <set name="unbanned">$clientname^7 was un-banned $reason</set>
  </settings>
  <settings name="plugins">
    <set name="external_dir">@b3/extplugins</set>
  </settings>
  <plugins>
    <plugin name="censor" config="@conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" config="@conf/plugin_admin.xml"/>
    <plugin name="tk" config="@conf/plugin_tk.xml"/>
    <plugin name="stats" config="@conf/plugin_stats.xml"/>
    <plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
    <plugin name="adv" config="@conf/plugin_adv.xml"/>
    <plugin name="status" config="@conf/plugin_status.xml"/>
    <plugin name="welcome" config="@conf/plugin_welcome.xml"/>
    <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  </plugins>
</configuration>
« Last Edit: June 02, 2011, 06:51:48 PM by charles32 » Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2625
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #6 on: June 02, 2011, 06:42:54 PM »

Try the fix listed and if it still doesn't work, upload the new log. Set b3 to level 9 in the b3.xml as well.
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
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« Reply #7 on: June 02, 2011, 06:54:32 PM »

WOOOOW THX brother it's work now thx thx thx you are very kind =D
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: mw2
Posts: 25
Offline Offline
« Reply #8 on: June 02, 2011, 07:10:54 PM »

ok now how to xlrstats ?
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #9 on: June 02, 2011, 11:37:57 PM »

Plugin setup and configuration -> http://www.xlrstats.com/site/?q=node/3#setup
Webfront installation -> http://www.xlrstats.com/site/?q=node/1
Logged

Tags: b3 comand cod 6 alteriwnet 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal