Evie Addon Details

Watch - Add Favorite

HealthRegen - Version 6

posted on 2007-05-14 21:26:49
by SuperDave
9
w00ts
w00t!
Requires: Tags: css fun gameplay health mod timer

Description

Provides steady health regeneration for all players up to an optional, maximum amount. Requires only ES 2.0.0.248+

Options:
// HealthRegen release 6 options
// ./addons/eventscripts/healthregen/healthregen.cfg
// http://addons.eventscripts.com/addons/view/healthregen
 
// Load this addon with: es_load healthregen
 
 
// ***** General options *****
 
// Maximum health that can be achieved with regeneration
healthregen_threshold 75
 
// Maximum amount of health that can be regenerated in a round--set to 0 for no limit
healthregen_roundmax 0
 
// 0 = all players regenerate, 1 = only Terrorists regenerate, 2 = only Counter-Terrorists regenerate
healthregen_team 0
 
 
// ***** Regeneration start options *****
 
// Number of seconds a player must remain unhurt to start regeneration--set to 0 for continuous regeneration
healthregen_start_delay 5
 
// Minimum amount of health players will have after the first regeneration iteration--set to 0 for no minimum
healthregen_start_health 40
 
 
// ***** Regeneration iteration options *****
 
// Seconds between regeneration iterations
healthregen_iteration_delay 1
 
// Amount of health to regenerate each iteration
healthregen_iteration_amount 2


Please see the forum link below if you have questions or comments.

Installation

Install with:
es_install healthregen
Load once for healthregen.cfg to appear:
es_load healthregen
Configure your options in healthregen.cfg and then reload the addon.

Version Notes For 6 (Announce this update)

Updated on: 2008-08-13 15:45:17 EST by SuperDave
- Updated to use cfglib
- Added option for regeneration to apply to only one team
( Previous Versions )