Addon Details

Watch - Add Favorite


Does this version work for you?
20
w00ts
w00t!2

HealthRegen - Version 7

posted on 2007-05-14 21:26:49
by SuperDave



Description

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

Options:
ES:
    // HealthRegen release 6 options
    // ./addons/eventscripts/healthregen/healthregen.cfg
    // <!-- m --><a class="postlink" href="http://addons.eventscripts.com/addons/view/healthregen">http://addons.eventscripts.com/addons/view/healthregen</a><!-- m -->
     
    // 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:
    es_install healthregen
Load once for healthregen.cfg to appear:
ES:
    es_load healthregen
Configure your options in healthregen.cfg and then reload the addon.

Version Notes For 7

Updated on: 2010-11-12 20:54:33 EST by SuperDave (View Zip Contents)


( Previous Versions )