I want to knwo more detailed info about races, how much % adds skills...
example: How much x% adds 1/2/3lvl Orc Critical Shot and etc..
Mmm i guess i need latest versions info..
And 5-8 Races adds some special skill as i know...
More Detailed Info..
Moderator: Forum Moderator
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: More Detailed Info..
open ur war3ft/constants.inl
this will show u the upgrades for each level for example
level 1 = .10% hp takeback
level 2 = .20% hp takeback
level3 = .30% hp takeback
if you do 100 damage at
level 1 = you get 10 hp back
level 2 = you get 20 hp back
level 3 = you get 30 hp back
you can sue this for all the skills listed like this
Code: Select all
// Constants for Abilities
new const Float:p_vampiric[3] = {0.10,0.20,0.30} // Vampiric Aura (skill 1)
level 1 = .10% hp takeback
level 2 = .20% hp takeback
level3 = .30% hp takeback
if you do 100 damage at
level 1 = you get 10 hp back
level 2 = you get 20 hp back
level 3 = you get 30 hp back
you can sue this for all the skills listed like this

Re: More Detailed Info..
I'm not a server owner.. i'm just player(didin't found this file in my cs client)
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: More Detailed Info..
You can download the package or look in the SVN for the file.
No support via PM or Email