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 ForumsGeneral Usage Support (Moderator: MordyT)Certain commands are not working
Pages: [1]   Go Down
  Print  
Author Topic: Certain commands are not working  (Read 277 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: cod4
Posts: 11
Offline Offline
« on: December 09, 2011, 04:00:10 AM »

Hi,

I haven't been using b3 for a while, I started a fresh setup on a new Urban Terror server and some commands are not working like
!restart
!ban
!tempban

!map is working fine as well as a few other commands.

When erroring it is returning "there was an error processing your command" without further explanation.

Im running 1.7.1 and here is my b3.xml (removed rcon and IP/Port on purpose):

Code:
<?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: altitude/bfbc2/cod/cod2/cod4/cod5/cod6/cod7/etpro/homefront/iourt41/moh/oa081/smg/wop/wop15/ -->
<set name="parser">iourt41</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://X:X@localhost/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">CST</set>
<!-- How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">10</set>
<!-- Name of the logfile the bot will generate -->
<set name="logfile">b3.log</set>
</settings>
<settings name="server">
<!-- The RCON pass of your gameserver -->
<set name="rcon_password">XXXX</set>
<!-- The port the server is running on -->
<set name="port">27960</set>
<!-- The gameserver generates a logfile, put the path and name here -->
<set name="game_log">C:\GameServer\q3ut4\games.log</set>
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">94.23.X.X</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">94.23.X.X</set>
<!-- Delay between each log reading. Set a higher value to consume less disk resources or bandwidth if you remotely connect (ftp or http remote log access) -->
<set name="delay">0.33</set>
<!-- Number of lines to process per second. Set a lower value to consume less CPU resources -->
<set name="lines_per_second">50</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</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="@conf/plugin_censor.xml" name="censor" />
<plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
<plugin config="@conf/plugin_admin.xml" name="admin" />
<plugin config="@conf/plugin_tk.xml" name="tk" />
<plugin config="@conf/plugin_stats.xml" name="stats" />
<plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
<plugin config="@conf/plugin_adv.xml" name="adv" />
<plugin config="@conf/plugin_status.xml" name="status" />
<plugin config="@conf/plugin_welcome.xml" name="welcome" />
<plugin config="@conf/plugin_punkbuster.xml" name="punkbuster" />
<!-- You can add new/custom plugins to this list using the same form as above. -->
</plugins>
</configuration>


Other files are stock files (not modified)



Any help will be great!


Thank you
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: December 09, 2011, 04:25:13 AM »

details about the error can be found in the b3.log file. Please post it so someone can help you figuring out what's happening
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 #2 on: December 09, 2011, 05:26:15 AM »

Before posting your log file, set the b3.xml to log level 9 (From 10) and replicate the issue.
Then post the file.
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: cod4
Posts: 11
Offline Offline
« Reply #3 on: December 09, 2011, 09:34:49 AM »

Thank you for your help, here is the log, you got it full from start until I sent a !restart , nothing else to not "spam" :

Code:
111209 18:25:50 BOT 'www.bigbrotherbot.net (b3) v1.7.1 [nt] [Myrthe] [Win32 standalone]'
111209 18:25:50 BOT 'Python: 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]'
111209 18:25:50 BOT 'Default encoding: ascii'
111209 18:25:50 BOT 'Starting Iourt41Parser v1.11.0 for server X:27960'
111209 18:25:50 BOT '--------------------------------------------'
111209 18:25:50 BOT 'Attempting to connect to database mysql://X:******@localhost/X...'
111209 18:25:50 BOT 'Connected to database [1 times]'
111209 18:25:50 BOT 'Game log C:\\GameServer\\q3ut4\\games.log'
111209 18:25:50 BOT 'Starting bot reading file C:\\GameServers\\q3ut4\\games.log'
111209 18:25:50 BOT 'rcon status Cache Expire Time: [2 sec] Type: [memory]'
111209 18:25:50 VERBOSE "RCON sending (X:27960) 'status'"
111209 18:25:51 BOT 'Loading Plugins (external plugin directory: C:\\GameServer\\extplugins)'
111209 18:25:51 BOT 'Loading Plugin #1 censor [conf\\plugin_censor.xml]'
111209 18:25:51 BOT 'CensorPlugin: Loading config conf\\plugin_censor.xml for CensorPlugin'
111209 18:25:51 DEBUG 'Register Event: Stop Process: CensorPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: CensorPlugin'
111209 18:25:51 BOT 'Plugin censor (2.2.1 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #2 spamcontrol [conf\\plugin_spamcontrol.xml]'
111209 18:25:51 BOT 'SpamcontrolPlugin: Loading config conf\\plugin_spamcontrol.xml for SpamcontrolPlugin'
111209 18:25:51 DEBUG 'Register Event: Stop Process: SpamcontrolPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: SpamcontrolPlugin'
111209 18:25:51 BOT 'Plugin spamcontrol (1.1.2 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #3 admin [conf\\plugin_admin.xml]'
111209 18:25:51 BOT 'AdminPlugin: Loading config conf\\plugin_admin.xml for AdminPlugin'
111209 18:25:51 DEBUG 'Register Event: Stop Process: AdminPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: AdminPlugin'
111209 18:25:51 BOT 'Plugin admin (1.11.0 - ThorN, xlr8or, Courgette) loaded'
111209 18:25:51 BOT 'Loading Plugin #4 tk [conf\\plugin_tk.xml]'
111209 18:25:51 BOT 'TkPlugin: Loading config conf\\plugin_tk.xml for TkPlugin'
111209 18:25:51 DEBUG 'TkPlugin: tk max level is 40'
111209 18:25:51 DEBUG 'TkPlugin: Send messages privately ? True'
111209 18:25:51 DEBUG 'Register Event: Stop Process: TkPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: TkPlugin'
111209 18:25:51 BOT 'Plugin tk (1.2.5 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #5 stats [conf\\plugin_stats.xml]'
111209 18:25:51 BOT 'StatsPlugin: Loading config conf\\plugin_stats.xml for StatsPlugin'
111209 18:25:51 DEBUG 'StatsPlugin: Using default value (0) for commands::mapstats'
111209 18:25:51 DEBUG 'StatsPlugin: Using default value (0) for commands::testscore'
111209 18:25:51 DEBUG 'StatsPlugin: Using default value (2) for commands::topstats'
111209 18:25:51 DEBUG 'Register Event: Stop Process: StatsPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: StatsPlugin'
111209 18:25:51 BOT 'Plugin stats (1.3.7 - ThorN, GrosBedo) loaded'
111209 18:25:51 BOT 'Loading Plugin #6 pingwatch [conf\\plugin_pingwatch.xml]'
111209 18:25:51 BOT 'PingwatchPlugin: Loading config conf\\plugin_pingwatch.xml for PingwatchPlugin'
111209 18:25:51 VERBOSE 'Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x00BB1DF0>> (12280752) - [0, 30]s -1m -1h -1d -1M -1DOW'
111209 18:25:51 DEBUG 'AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)'
111209 18:25:51 DEBUG 'Register Event: Stop Process: PingwatchPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: PingwatchPlugin'
111209 18:25:51 BOT 'Plugin pingwatch (1.2.2 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #7 adv [conf\\plugin_adv.xml]'
111209 18:25:51 BOT 'AdvPlugin: Loading config conf\\plugin_adv.xml for AdvPlugin'
111209 18:25:51 INFO 'AdvPlugin: adv rate is 2'
111209 18:25:51 VERBOSE 'AdvPlugin: self._feedmaxitems: 4'
111209 18:25:51 DEBUG 'AdvPlugin: 2 -> (*/2,0)'
111209 18:25:51 VERBOSE 'Added crontab <bound method AdvPlugin.adv of <b3.plugins.adv.AdvPlugin instance at 0x00BFC148>> (12840752) - 0s [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58]m -1h -1d -1M -1DOW'
111209 18:25:51 DEBUG 'Register Event: Stop Process: AdvPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: AdvPlugin'
111209 18:25:51 BOT 'Plugin adv (1.3.2 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #8 status [conf\\plugin_status.xml]'
111209 18:25:51 BOT 'StatusPlugin: Loading config conf\\plugin_status.xml for StatusPlugin'
111209 18:25:51 VERBOSE 'Added crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x00C48D78>> (43905296) - [0]s -1m -1h -1d -1M -1DOW'
111209 18:25:51 DEBUG 'Register Event: Stop Process: StatusPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: StatusPlugin'
111209 18:25:51 BOT 'Plugin status (1.4.9 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin #9 welcome [conf\\plugin_welcome.xml]'
111209 18:25:51 BOT 'WelcomePlugin: Loading config conf\\plugin_welcome.xml for WelcomePlugin'
111209 18:25:51 DEBUG 'AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)'
111209 18:25:51 INFO 'WelcomePlugin: delay set to 30. The bot will wait 30s after a player connects to write the welcome message'
111209 18:25:51 INFO 'WelcomePlugin: min_gap set to 3600. The bot will not welcome a player more than once every 3600 seconds'
111209 18:25:51 DEBUG 'Register Event: Stop Process: WelcomePlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: WelcomePlugin'
111209 18:25:51 BOT 'Plugin welcome (1.1 - ThorN) loaded'
111209 18:25:51 BOT 'Loading Plugin publist'
111209 18:25:51 BOT 'PublistPlugin: No config file found for PublistPlugin. (was not required either)'
111209 18:25:51 DEBUG 'Register Event: Stop Process: PublistPlugin'
111209 18:25:51 DEBUG 'Register Event: Program Exit: PublistPlugin'
111209 18:25:51 BOT 'Plugin publist (1.10.1 - ThorN, Courgette) loaded'
111209 18:25:51 DEBUG 'creating the event queue with size 15'
111209 18:25:51 BOT 'Starting parser'
111209 18:25:51 DEBUG 'Client Connected: [-1] World - WORLD ({})'
111209 18:25:51 DEBUG 'Storage: getClient Client<-1>'
111209 18:25:51 BOT 'Client found in storage 1, welcome back World'
111209 18:25:51 DEBUG 'Storage: setClient Client<-1>'
111209 18:25:51 DEBUG "Storage: setClient data {'time_add': 1323429955, 'time_edit': 1323451551, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': u'', 'pbid': u'WORLD', 'connections': 10, 'mask_level': 0, 'guid': 'WORLD', 'id': 1}"
111209 18:25:51 DEBUG 'Client Authorized: [-1] World - WORLD'
111209 18:25:51 INFO 'map is: ut4_austria'
111209 18:25:51 VERBOSE "RCON sending (X:27960) 'fs_game'"
111209 18:25:52 DEBUG 'Get cvar fs_game = ["fs_game" is:"q3ut4^7", the default]'
111209 18:25:52 VERBOSE "RCON sending (X:27960) 'fs_basepath'"
111209 18:25:53 DEBUG 'Get cvar fs_basepath = ["fs_basepath" is:"C:\\GameServer^7", the default]'
111209 18:25:53 DEBUG 'fs_basepath: C:\\GameServer'
111209 18:25:53 VERBOSE "RCON sending (X:27960) 'fs_homepath'"
111209 18:25:54 DEBUG 'Get cvar fs_homepath = ["fs_homepath" is:"C:\\GameServer^7", the default]'
111209 18:25:54 DEBUG 'fs_homepath: C:\\GameServer'
111209 18:25:54 VERBOSE "RCON sending (X:27960) 'fdir *.bsp'"
111209 18:25:55 BOT 'Starting plugins'
111209 18:25:55 VERBOSE "RCON sending (X:27960) 'say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.7.1 [nt] ^9[^3Myrthe^9]^3 ^2[ONLINE]'"
111209 18:25:55 BOT 'Starting Plugin censor'
111209 18:25:55 DEBUG 'Register Event: Say: CensorPlugin'
111209 18:25:55 DEBUG 'Register Event: Team Say: CensorPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Name Change: CensorPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Authenticated: CensorPlugin'
111209 18:25:55 BOT 'Starting Plugin spamcontrol'
111209 18:25:55 DEBUG 'Register Event: Say: SpamcontrolPlugin'
111209 18:25:55 DEBUG 'Register Event: Team Say: SpamcontrolPlugin'
111209 18:25:55 DEBUG 'AdminPlugin: Command "spamins (None)" registered with cmd_spamins for level (20, 100)'
111209 18:25:55 BOT 'Starting Plugin admin'
111209 18:25:55 DEBUG 'Register Event: Say: AdminPlugin'
111209 18:25:55 DEBUG 'Register Event: Private Message: AdminPlugin'
111209 18:25:55 DEBUG 'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (9, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (90, 100)'
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: cod4
Posts: 11
Offline Offline
« Reply #4 on: December 09, 2011, 09:35:27 AM »

Part 2 (cant post it in a single post as it exceeds max characters):

Code:
111209 18:25:55 DEBUG 'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (90, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (90, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (90, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (90, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'
111209 18:25:55 DEBUG 'SELECT * FROM groups WHERE `keyword` = "superadmin" LIMIT 1'
111209 18:25:55 DEBUG "Storage: getClientsMatching {'&group_bits': 128}"
111209 18:25:55 DEBUG 'AdminPlugin: 1 superadmins found in database'
111209 18:25:55 VERBOSE 'AdminPlugin: SuperAdmin(s) found, no need for !iamgod'
111209 18:25:55 BOT 'Starting Plugin tk'
111209 18:25:55 DEBUG 'Register Event: Client Team Damage: TkPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Team Kill: TkPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Disconnect: TkPlugin'
111209 18:25:55 DEBUG 'Register Event: Game Exit: TkPlugin'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgive (f)" registered with cmd_forgive for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgivelist (fl)" registered with cmd_forgivelist for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgiveall (fa)" registered with cmd_forgiveall for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgiveinfo (fi)" registered with cmd_forgiveinfo for level (20, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgiveclear (fc)" registered with cmd_forgiveclear for level (60, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "forgiveprev (fp)" registered with cmd_forgivelast for level (0, 100)'
111209 18:25:55 DEBUG 'TkPlugin: Using default value (0) for grudge_level'
111209 18:25:55 DEBUG 'AdminPlugin: Command "grudge (grudge)" registered with cmd_grudge for level (0, 100)'
111209 18:25:55 BOT 'Starting Plugin stats'
111209 18:25:55 DEBUG 'AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (0, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "topxp (None)" registered with cmd_topxp for level (2, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "topstats (top)" registered with cmd_topstats for level (2, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "mapstats (stats)" registered with cmd_mapstats for level (0, 100)'
111209 18:25:55 DEBUG 'Register Event: Client Team Damage: StatsPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Team Kill: StatsPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Kill: StatsPlugin'
111209 18:25:55 DEBUG 'Register Event: Client Damage: StatsPlugin'
111209 18:25:55 DEBUG 'Register Event: Game Exit: StatsPlugin'
111209 18:25:55 DEBUG 'Register Event: Game Round Start: StatsPlugin'
111209 18:25:55 BOT 'Starting Plugin pingwatch'
111209 18:25:55 DEBUG 'Register Event: Game Exit: PingwatchPlugin'
111209 18:25:55 BOT 'Starting Plugin adv'
111209 18:25:55 DEBUG 'AdminPlugin: Command "advadd (None)" registered with cmd_advadd for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "advrate (None)" registered with cmd_advrate for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "advlist (None)" registered with cmd_advlist for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "advload (None)" registered with cmd_advload for level (100, 100)'
111209 18:25:55 DEBUG 'AdminPlugin: Command "advrem (None)" registered with cmd_advrem for level (100, 100)'
111209 18:25:55 DEBUG 'AdvPlugin: XLRstats not installed, @topstats not available!'
111209 18:25:55 BOT 'Starting Plugin status'
111209 18:25:55 BOT 'Starting Plugin welcome'
111209 18:25:55 DEBUG 'Register Event: Client Authenticated: WelcomePlugin'
111209 18:25:55 BOT 'Starting Plugin publist'
111209 18:25:55 DEBUG 'Set cvar _B3 = [B3 v1.7.1 [nt]]'
111209 18:25:55 VERBOSE 'RCON sending (X:27960) \'set _B3 "B3 v1.7.1 [nt]"\''
111209 18:25:56 DEBUG 'PublistPlugin: publist will send heartbeat at 04:08 every day'
111209 18:25:56 VERBOSE 'Added crontab <bound method PublistPlugin.update of <b3.plugins.publist.PublistPlugin instance at 0x029E3738>> (43908144) - 0s 8m 4h -1d -1M -1DOW'
111209 18:25:56 INFO 'PublistPlugin: initial heartbeat will be sent to B3 master server at 30 minutes'
111209 18:25:56 VERBOSE 'Added crontab <bound method PublistPlugin.update of <b3.plugins.publist.PublistPlugin instance at 0x029E3738>> (43908336) - 0s 30m -1h -1d -1M -1DOW'
111209 18:25:56 BOT 'all plugins started'
111209 18:25:56 VERBOSE "RCON sending (X:27960) 'status'"
111209 18:25:57 VERBOSE "RCON sending (X:27960) 'dumpuser 0'"
111209 18:25:58 VERBOSE "Parsed user info {'racered': '2', 'ip': 'X', 'sex': 'male', 'rate': '25000', 'cg_predictitems': '0', 'headmodel': 'sarge', 'port': '27960', 'team_model': 'james', 'cl_anonymous': '0', 'weapmodes': '00000110220000020002', 'cl_guid': '7D467ED421C06A0F789AA720B8B7F7F8', 'snaps': '20', 'cg_rgb': '128 128 128', 'gear': 'GaHORAA', 'handicap': '100', 'color1': '4', 'color2': '5', 'cg_physics': '1', 'teamtask': '0', 'name': 'Dust', 'cid': '0', 'team_headmodel': '*james', 'ut_timenudge': '0', 'raceblue': '2', 'model': 'sarge'}"
111209 18:25:58 DEBUG "Client Connected: [0] Dust - 7D467ED421C06A0F789AA720B8B7F7F8 ({'guid': '7D467ED421C06A0F789AA720B8B7F7F8'})"
111209 18:25:58 DEBUG 'Storage: getClient Client<0>'
111209 18:25:58 BOT 'Client found in storage 2, welcome back Dust'
111209 18:25:58 DEBUG 'Storage: setClient Client<0>'
111209 18:25:58 DEBUG "Storage: setClient data {'time_add': 1323429962, 'time_edit': 1323451558, 'name': 'Dust', 'group_bits': 128, 'ip': 'X', 'auto_login': 1, 'greeting': u'', 'pbid': u'', 'connections': 10, 'mask_level': 0, 'guid': '7D467ED421C06A0F789AA720B8B7F7F8', 'id': 2}"
111209 18:25:58 DEBUG 'Client Authorized: [0] Dust - 7D467ED421C06A0F789AA720B8B7F7F8'
111209 18:25:58 VERBOSE 'Queueing event Client Authenticated Client<0>'
111209 18:25:58 VERBOSE "RCON sending (X:27960) 'players'"
111209 18:25:59 DEBUG '0: Dust BLUE k:0 d:0 ping:50 X:27960'
111209 18:25:59 DEBUG 'no client found for slot 0'
111209 18:25:59 BOT 'starting event dispatching thread'
111209 18:25:59 BOT 'start reading game events'
111209 18:25:59 VERBOSE 'Parsing Event: Client Authenticated: CensorPlugin'
111209 18:25:59 DEBUG 'AUTODOC: saving html documentation'
111209 18:25:59 DEBUG 'AUTODOC: get commands with level <= 100'
111209 18:25:59 VERBOSE 'Parsing Event: Client Authenticated: WelcomePlugin'
111209 18:25:59 DEBUG 'WelcomePlugin: not welcoming player because the bot started less than 5 min ago'
111209 18:25:59 DEBUG 'Writing to test_doc.html'
111209 18:26:00 VERBOSE "RCON sending (X:27960) 'say ^0(^2b3^0)^7: ^2Big Brother Bot is watching you... www.BigBrotherBot.net'"
111209 18:26:00 CONSOLE '283:42 say: 0 Dust: !restart'
111209 18:26:00 VERBOSE 'Client Found: Dust on slot 0'
111209 18:26:00 VERBOSE 'Queueing event Say !restart'
111209 18:26:00 VERBOSE 'Parsing Event: Say: CensorPlugin'
111209 18:26:00 VERBOSE 'Parsing Event: Say: SpamcontrolPlugin'
111209 18:26:00 VERBOSE 'Parsing Event: Say: AdminPlugin'
111209 18:26:00 DEBUG 'AdminPlugin: OnSay handle 5:"!restart"'
111209 18:26:00 DEBUG 'AdminPlugin: Handle command !restart'
111209 18:26:00 BOT 'Shutting down...'
111209 18:26:00 VERBOSE 'AdvPlugin: Warning: No handle func for AdvPlugin'
111209 18:26:00 INFO 'StatusPlugin: B3 stop/exit.. updating status'
111209 18:26:00 DEBUG 'StatusPlugin: Writing XML status to C:\\GameServer\\status.xml'
111209 18:26:00 BOT 'Shutting down database connections...'
111209 18:26:00 BOT 'Stop reading.'
111209 18:26:00 VERBOSE "RCON sending (X:27960) 'status'"
111209 18:26:01 VERBOSE "RCON sending (X:27960) 'tell 0 ^0(^2b3^0)^7: ^3[pm]^7 ^7Shutting down for restart...'"
111209 18:26:01 VERBOSE 'StatusPlugin: Building XML status'
111209 18:26:01 DEBUG 'StatusPlugin: Writing XML status to C:\\GameServer\\status.xml'
111209 18:26:05 BOT 'Restarting...'
111209 18:26:05 BOT 'Shutting down event handler'
111209 18:26:05 VERBOSE "RCON sending (X:27960) 'tell 0 ^0(^2b3^0)^7: ^3[pm]^7 ^7There was an error processing your command'"
111209 18:26:05 INFO "STDOUT 'Exiting: 221'"
111209 18:26:05 INFO "STDOUT '\\n'"
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #5 on: December 09, 2011, 09:41:33 AM »

You need to re do your xml, the format for the messages section is the old one and won't work with 1.7.1

Code:
<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>

should look like:

Code:
<settings name="messages">
<set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
<set name="kicked">$clientname^7 was kicked $reason</set>
<set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
<set name="banned">$clientname^7 was banned $reason</set>
<set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
<set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $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>
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: cod4
Posts: 11
Offline Offline
« Reply #6 on: December 09, 2011, 12:35:10 PM »

I had it like that already, actually I made the change to test if it could help. I reapplied the suggested template and still got the exact same issue:

Code:
111209 21:32:14 CONSOLE '469:56 ClientBegin: 0'
111209 21:32:18 CONSOLE '470:00 say: 0 Dust: !restart'
111209 21:32:18 VERBOSE 'Client Found: Dust on slot 0'
111209 21:32:18 VERBOSE 'Queueing event Say !restart'
111209 21:32:18 VERBOSE 'Parsing Event: Say: CensorPlugin'
111209 21:32:18 VERBOSE 'Parsing Event: Say: SpamcontrolPlugin'
111209 21:32:18 VERBOSE 'Parsing Event: Say: AdminPlugin'
111209 21:32:18 DEBUG 'AdminPlugin: OnSay handle 5:"!restart"'
111209 21:32:18 DEBUG 'AdminPlugin: Handle command !restart'
111209 21:32:18 BOT 'Shutting down...'
111209 21:32:18 VERBOSE "RCON sending (X:27960) 'tell 0 ^0(^2b3^0)^7: ^3[pm]^7 ^7Shutting down for restart...'"
111209 21:32:18 VERBOSE 'AdvPlugin: Warning: No handle func for AdvPlugin'
111209 21:32:18 INFO 'StatusPlugin: B3 stop/exit.. updating status'
111209 21:32:18 DEBUG 'StatusPlugin: Writing XML status to C:\\GameServer\\status.xml'
111209 21:32:18 BOT 'Shutting down database connections...'
111209 21:32:19 BOT 'Stop reading.'
111209 21:32:23 BOT 'Restarting...'
111209 21:32:23 BOT 'Shutting down event handler'
111209 21:32:23 VERBOSE "RCON sending (X:27960) 'tell 0 ^0(^2b3^0)^7: ^3[pm]^7 ^7There was an error processing your command'"
111209 21:32:23 INFO "STDOUT 'Exiting: 221'"
111209 21:32:23 INFO "STDOUT '\\n'"

Did I miss anything?
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3483
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #7 on: December 09, 2011, 02:11:07 PM »

did you start B3 with the "--restart" command line parameter ? otherwise the !restart command would only shutdown the bot.

what about !ban ?
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: cod4
Posts: 11
Offline Offline
« Reply #8 on: December 10, 2011, 02:48:11 AM »

I will try that, I cannot test ban/tempban atm as Im alone but I got a message saying I cant ban myself instead of an error so it might be just that, thanks for the help
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal