Page 1 of 1

More Detailed Info..

Posted: Tue Aug 05, 2008 2:58 am
by Sondeckis
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...

Re: More Detailed Info..

Posted: Tue Aug 05, 2008 12:13 pm
by whosyourdaddy
open ur war3ft/constants.inl

Code: Select all

// Constants for Abilities
new const Float:p_vampiric[3] =			{0.10,0.20,0.30}		// Vampiric Aura				(skill 1)
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

Re: More Detailed Info..

Posted: Tue Aug 05, 2008 1:32 pm
by Sondeckis
I'm not a server owner.. i'm just player(didin't found this file in my cs client)

Re: More Detailed Info..

Posted: Tue Aug 05, 2008 2:12 pm
by YamiKaitou
You can download the package or look in the SVN for the file.