Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

thomasleveil/b3-plugin-headshotsurt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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