Full Member
Posts: 95
Offline
|
 |
« Reply #15 on: November 22, 2008, 04:24:38 PM » |
|
I installed it and it works great Anubis, make sure you guys delete the q3a.pyc file when u edit the q3a.py like anubis said on earlier post
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #16 on: November 23, 2008, 03:18:02 AM » |
|
I installed it and it works great Anubis, make sure you guys delete the q3a.pyc file when u edit the q3a.py like anubis said on earlier post
Thx |FaLLeN| Op-X!
|
|
|
|
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #17 on: January 17, 2009, 07:47:19 PM » |
|
Works fine with Urban Terror but its a bit dull thanks to urban terrors basic damage ratings. basically if you get 5 kills you get 500 damage 6 = 600 damage.. etc
is there any way to spice the damge up a bit for urban terror like perhaps doing a little calculation like damage x 0.834 + 47 = total damage that way the numbers seem a bit more random ?
thanks for the plugin its great
have you also though about extending this to "Top 3 Killers" ?
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #18 on: January 18, 2009, 06:37:02 AM » |
|
what you mean by : Top 3 Killers? Instead of message: TopKiller SOMEONE kills # and damage #
should be
TopKiller 1 SOMEONE kills # and damage # TopKiller 2 SOMEONE kills # and damage # TopKiller 3 SOMEONE kills # and damage #
?
|
|
|
|
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #19 on: January 18, 2009, 11:52:24 AM » |
|
what you mean by : Top 3 Killers? Instead of message: TopKiller SOMEONE kills # and damage #
should be
TopKiller 1 SOMEONE kills # and damage # TopKiller 2 SOMEONE kills # and damage # TopKiller 3 SOMEONE kills # and damage #
?
yes, like GOLD SILVER AND BRONZE awards  the damage thing seems to be fine now too and is not just kill x 100 anymore.. however the TOP killer plugin for my server seems to report the wrong amount of kills some one gets for example - PlayerA gets 13 kills and at the end of the round its always double and the top killer plugin reports "Top Killer: PlayerA Kills: 26 " 
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #20 on: January 18, 2009, 02:19:24 PM » |
|
That's interestnig. Could you post one round log (just cut it at the start and end of single round) here? It's strange because plugin just counts the events: def handle_kills(self, event): ... ... kstats.damage += int(damage) // damage given at kill kstats.count += 1 // Number of kills +1 ... ...
|
|
|
|
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #21 on: January 18, 2009, 05:35:03 PM » |
|
one round log of what? server log, b3 log, console log ?
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #22 on: January 19, 2009, 01:12:43 AM » |
|
Map round  From round start till round end.
|
|
|
|
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #23 on: January 19, 2009, 12:30:30 PM » |
|
still haven't answered my question....
do you want 1 round of logs of the Server.log , B3.log or the Q3console.log ?
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #24 on: January 19, 2009, 02:00:47 PM » |
|
B3.log of course  BTW... could you please check if there is only ONE instance of b3 running ... it could be there are two b3 instancess increasing kill counter.
|
|
|
|
« Last Edit: January 19, 2009, 02:03:45 PM by Anubis »
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #25 on: January 20, 2009, 01:35:01 AM » |
|
I have 3 B3 bots running for 3 seperate servers top killer is only running on one of them though
i will try and get you the log but its a 32 man server and i where to start copying from..
like in server.log it says game shutdown then the nextmap starts.. does it say that with b3?
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #26 on: January 20, 2009, 01:55:47 AM » |
|
ShutdownGame is an info that round ends and it's comming from parsed game_mp.log. It does not really matter at this case  At b3.log at the round start there is smth like: CONSOLE 1067:45 InitGame: \_Admin\ At the end of round: CONSOLE 1067:45 ShutdownGame: DEBUG TopkillerPlugin: Map End: Showing message and I need all the entries which are between, contains entries: TopkillerPlugin: Damage: and TopkillerPlugin: Kill:. Show me it and I'll help you 
|
|
|
|
|
Logged
|
|
|
|
Full Member
Posts: 50
Offline
|
 |
« Reply #27 on: January 21, 2009, 07:08:43 AM » |
|
well it would be nice if the forums would let me attach the log since there is a max char limit of 2000.... 
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD4
Posts: 228
Offline
|
 |
« Reply #28 on: January 21, 2009, 09:07:21 AM » |
|
you can send me it via e-mail.
|
|
|
|
« Last Edit: January 24, 2009, 05:41:26 AM by Anubis »
|
Logged
|
|
|
|
[ www.xlrstats.com ]
Project leader
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 1555
Online
 Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
|
 |
« Reply #29 on: January 24, 2009, 01:18:04 AM » |
|
or use pastebin.com
|
|
|
|
|
Logged
|
Serving: CoD2 | CoD5 | UrT4.1
|
|
|
|