Provides steady health regeneration for all players up to an optional, maximum amount. Requires only ES 2.1+
Options:[syntax="es"]// 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[/syntax]
Please see the forum link below if you have questions or comments.
Installation
Install with:[syntax="es"]es_install healthregen[/syntax]Load once for [b]healthregen.cfg[/b] to appear:[syntax="es"]es_load healthregen[/syntax]Configure your options in [b]healthregen.cfg[/b] and then reload the addon.
Version Notes For 7
Updated on: 2010-11-12 20:54:33 EST by SuperDave (View Zip Contents)