thomasleveil / b3-plugin-headshotsurt

BigBrotherBot plugin that counts kills by headshot in UrbanTerror gameservers

Home Page:http://www.bigbrotherbot.net/forums/index.php?topic=367.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headshotsurt plugin for Big Brother Bot

http://www.bigbrotherbot.net

Inspired from the spree plugin by Walker.

Description

When a player makes a headshot (ie: a kill with last bullet in head or helmet), display in console how many headshots the killer made so far.

Requirements

This plugin will only work with B3 parsers iourt41, iourt42 and iourt43. Other games won't work.

Installation

  • copy headshotsurt.py into b3/extplugins

  • copy plugin_headshotsurt.ini in same directory as your b3.xml

  • update your main b3 config file with:

    <plugin name="headshotsurt" config="@conf/plugin_headshotsurt.ini"/>
    

Note: for Urban Terror 4.2, you have to use the iourt42 B3 parser for this plugin to detect headshots correctly

Commands

!headshots (or !hs)
Tells you how many headshots kills you made so far
!headshots (or !hs) <player>
Tells you how many headshots kills a given player made so far

Changelog

0.2.0 - 13/09/2008
  • Refactoring
  • Add award messages at end of game
1.0 - 18/08/2012
1.1 - 14/07/2013 (Fenix)
  • changed hitlocation code for HL_HELMET to support the last UrT release (4.2.013)
1.2 - 14/07/2013
  • hitlocation and weapon code values are read from the B3 parser if available
1.3 - 9/02/2017 (Pedrxd)
  • Added support for Urban Terror 4.3

Contrib

Build Status

About

BigBrotherBot plugin that counts kills by headshot in UrbanTerror gameservers

http://www.bigbrotherbot.net/forums/index.php?topic=367.0


Languages

Language:Python 100.0%