AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Or i can change? (war3ft) (https://forums.alliedmods.net/showthread.php?t=140851)

Nathan2 10-17-2010 03:49

Or i can change? (war3ft)
 
From, addons\amxmodx\scripting\war3ft\race_blood.in l, race_crypt.inl, race_elf.inl, race_human.inl, race_orc.inl, race_shadow.inl, race_undead.inl, race_warden.inl to:



PHP Code:

race blood:

#define IMMOLATE_DAMAGE   46  // Initial damage done to target players
#define IMMOLATE_DOT_DAMAGE  9  // Damage done on each tick of the ultimate
#define IMMOLATE_DOT   6  // Number of times ultimate ticks

#define BM_PHOENIX_RANGE  950  // Range to award money
#define BANISH_DAMAGE   3
#define BANISH_HOLDTIME   0.9 




PHP Code:

race_crypt
#define LOCUSTSWARM_DMG_MIN    50
#define LOCUSTSWARM_DMG_MAX    90
#define CARRIONBEETLE_DAMAGE   25
#define IMPALE_INTENSITY    16.0  // Intensity of impale 





PHP Code:

race_human

#define BLINK_COOLDOWN    4.0
#define BASH_GLOW_INTENSITY   150
#define BASH_HOLD_TIME    0.9 




PHP Code:

race_orc

#define CHAINLIGHTNING_DAMAGE   85  // Initial ultimate damage
#define CHAINLIGHTNING_LINEWIDTH  95  // Width of the lightning sprite
#define CRITICAL_STRIKE_CHANCE   0.65 // 15% chance of Critical Strike working 





PHP Code:

race_shadow

#define SH_HEX_LENGTH     8.0  // Length that hex lasts in seconds
#define SH_HEX_SPEED     199.0  // Speed hexed player will move at
#define SH_HEALING_WAVE_RANGE   950  // Range to heal teammates

#define SH_BIGBADVOODOO_DURATION  4

#define SH_CONCOCTION_DAMAGE   27  // Damage done by Unstable Concoction
#define SH_CONCOCTION_RADIUS   350 






PHP Code:

race_undead

#define EXPLOSION_MAX_DAMAGE 80
#define EXPLOSION_RANGE   350
#define EXPLOSION_BLAST_RADIUS 300 



PHP Code:

race_warden

#define VENGEANCE_HEALTH  78   // Health the user should have after using his ult
#define SHADOWSTRIKE_DAMAGE  30   // Amount of damage dealt with shadow strike 






PHP Code:

race_elf

#define ENTANGLE_TIME  20.0 





?

Nathan2 10-17-2010 04:36

Re: Or i can change? (war3ft)
 
P.S when i try it compiled when this change, was error... (BAD ENGLSIH)

YamiKaitou 10-17-2010 10:04

Re: Or i can change? (war3ft)
 
If you got an error, then provide it.......

Moved to scripting help


All times are GMT -4. The time now is 10:24.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.