The creator of these plugins has not shown activity in a while. Posting in this board may not result in a fast reply or a reply at all. Read the full Support Disclaimer here

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugins by Anubis (Moderator: Anubis)TopKiller plugin 1.0.4
Pages: 1 2 [3] 4 5   Go Down
  Print  
Author Topic: TopKiller plugin 1.0.4  (Read 12996 times)
Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #30 on: February 18, 2009, 01:28:38 AM »

1.0.2 version contains some small extension. It shows the number of headshots next to the damage:
Quote
Top killer: someplayer  with 4 kills and damage: 320 ! Headshots: 3 !


>>> Download <<<

HF
Logged

 
Dev. Team
*****
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1185
Online Online
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #31 on: February 18, 2009, 02:36:44 AM »

Does this make it game-specifiic in any way?
Logged

Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #32 on: February 18, 2009, 03:48:30 AM »

Well... dunno how it's at URT but the plugin searches for MOD_HEAD_SHOT at (kill event) event.data[3]. Works for COD4 game.
« Last Edit: February 18, 2009, 03:50:02 AM by Anubis » Logged

Dev. Team
*****
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1185
Online Online
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #33 on: February 18, 2009, 04:38:14 AM »

yeah, that makes it cod4/waw specific. mebbe you should release 2 versions?
Logged

Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #34 on: February 18, 2009, 05:12:25 AM »

Well.. it could be only one version where support for URT is implemented also but I need to know how it's done at this game. I need to look at the URT parser .



Logged

Full Member
***
Posts: 53
Offline Offline
« Reply #35 on: March 18, 2009, 01:42:17 AM »

Bump! Smiley
I am referring on cod4.
I would like, Anubus, to inform people please about...

-Is it easy to add the 3 most powered players at the end of each map (round) ?
The final project to show ...
TopKiller 1 SOMEONE kills # and damage #
TopKiller 2 SOMEONE kills # and damage #
TopKiller 3 SOMEONE kills # and damage #

-Also, do i have to make any changes on any parser's file , or it's just about putting the 2 files you share on the correct locations (extpluging folders) and that's it?

Thanks for your precious time dear Anubis Smiley
Logged
Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #36 on: March 18, 2009, 03:36:40 AM »

Hello!
Sorry, I've been extemley busy last few weeks. Now, I'm comming back to semi-virtual life, so I will be able to take care about my plugins and their bugs, features, and... all this stuff. Wink

Be prepared Wink

regards!
Logged

Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #37 on: March 20, 2009, 02:47:22 PM »

Well... as promised announcing 3 top killers. Please download, install and test it Smiley Awaiting your feedback!

>>> Download <<<
Logged

Full Member
***
Posts: 53
Offline Offline
« Reply #38 on: March 20, 2009, 03:19:45 PM »

It's working like a dream BUT in SD gametype it would be best IF we could see the results at game's end, instead of each round's end...
Other than that it seems to be working like a dream, i will keep you updated Wink
« Last Edit: March 20, 2009, 03:36:25 PM by leonpadi » Logged
Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #39 on: March 20, 2009, 03:54:06 PM »

well... this not depends on me. And I'm not able to fix it. B3 triggers the ROUND END event, and then I'm displaying the results, however they are showed at the beginning of the next round. Just cannot be fixed :/
Logged

Full Member
***
Posts: 53
Offline Offline
« Reply #40 on: March 25, 2009, 09:32:45 AM »

Hello again Smiley
No worries about that req for each round's statistics in SnD anymore, it's alright Smiley
I would like to ask you if it's easy to integrate this in Team Deathmatch (or Deathmatch) mode too, as it works only in SnD.
I have to mention that every other Gametype (like TDM-WAR and DM) at the end should have a "trigger" which means the map's end.
Thanks again Smiley
Logged
Moderator
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline Offline
WWW
« Reply #41 on: May 10, 2009, 10:28:07 PM »

... at the end should have a "trigger" which means the map's end.

Currently that 'trigger' is the end of the round. What could be the trigger in this case?

regards

Logged

Full Member
***
Posts: 53
Offline Offline
« Reply #42 on: May 10, 2009, 10:39:51 PM »

Currently that 'trigger' is the end of the round. What could be the trigger in this case?
regards
A good option for tdm should be by the mods offering rounds in this gametype. So imagine a tdm (war) which runs in 2 (or more) rounds. In that case, when round 1 ends, we should be able to get stats...
Logged
Dev. Team
*****
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1185
Online Online
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #43 on: May 11, 2009, 07:27:11 AM »

maybe @topkillers would be good?

Again, as Anubis said, b3 can only respond to events, and at the moment, it uses the end round event, which I assume is what you are talking about.
Logged

Full Member
***
Posts: 58
Offline Offline
WWW
« Reply #44 on: May 12, 2009, 07:00:42 AM »

My apologies for this simple question but is this plugin supposed to automatically generate a message?

I've got the plugin in external plugins folder and the .xml in the main b3/conf folder.  I've edited the b3.xml and placed the plugin in line there as well.  Nothing seems to happen at a round end.

Excerpt from log:

Code:
090512 09:43:13 BOT    Loading Plugin #7 topkiller [C:\UserFiles\ADMIN\GameServers\cod4_2\b3bot\b3\conf\plugin_topkiller.xml]
090512 09:43:13 INFO Could not find built in plugin topkiller, trying external plugin directories.
No module named topkiller
090512 09:43:13 BOT    TopkillerPlugin: Loading config C:\UserFiles\ADMIN\GameServers\cod4_2\b3bot\b3\conf\plugin_topkiller.xml for TopkillerPlugin
090512 09:43:13 DEBUG Register Event: Stop Process: TopkillerPlugin
090512 09:43:13 DEBUG Register Event: Program Exit: TopkillerPlugin
090512 09:43:13 BOT    Plugin topkiller (1.0.1 - Anubis) loaded
090512 09:43:13 VERBOSE 0 cid changed from None to -1
Logged

Tags:
Pages: 1 2 [3] 4 5   Go Up
  Print  
 
Jump to: