Page 1 of 1

constants.ini (editing race skills)

Posted: Sat Feb 23, 2008 6:03 pm
by xxforxthreexx
I have tryed many times to change skills for shadow hunter and when I open my server nothing happens...

my constants.ini is located here since I read I should relocate it here

\cstrike\addons\amxmodx\configs\war3ft

here is what I did.

new const Float:p_heal[3] = {6.0,4.0,0.5} // Healing Wave (skill 1)
new const Float:p_hex[3] = {0.05,0.10,0.15} // Hex (skill 2)
new const p_serpent[3] = {1,2,50} // Serpent Ward (skill 3)
new const Float:p_concoction[11] = {0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.10, 0.15} // Unstable Concoction (Skill 4)


I save open my server and nothing...

Im trying to get more wards and change the amount of time for my healing to trigger...

thanks for the help...

P.S.
I have also tryed changing shopmenu prices and that doesnt work either.

Posted: Sat Feb 23, 2008 7:44 pm
by YamiKaitou
Are you recompiling the plugin?

Posted: Wed Mar 12, 2008 9:09 pm
by xxforxthreexx
I was just doing save as.

how to do recompile it?

Posted: Wed Mar 12, 2008 9:33 pm
by YamiKaitou
Read the AMXx docs on how to compile