--- Please enter the following information for support ---
War3ft Version: rc5 v3.o
Amxmodx Version: 176c
Metamod Version: 1.19p28
amxx list:
amxx modules:
meta list:
ive tried to compiled it tru local compiler but it dont work i was wonderin if sumone out there could gime a hand
thanks for everythin
changin skills and item price
Moderator: Forum Moderator
changin skills and item price
- Attachments
-
- war3ft.zip
- (111.87 KiB) Downloaded 779 times
-
- WC3Mods Donor
- Posts: 223
- Joined: Thu Mar 09, 2006 6:05 pm
- Location: Germany
- Contact:
ohh im sorry i forgot to put the war3ft.sma in the folder here it is
- Attachments
-
- war3ftrc5.zip
- (119.23 KiB) Downloaded 812 times
and if you want to edit the skills you have to goto the constants.inl. And more details about skills are in your race_orc.inl or "race_racename.inl" files. Also just if anyone doesnt like how critical grenade is now, goto the race_orc.inl file, open and scroll down to Critical nade section which is at the bottom
// We don't want to do more damage than the user's maximum health
if ( iBonusDamage + iDamage >= iMaxHealth )
{
iBonusDamage = iMaxHealth - ( iDamage + 1 ); <Edit this line so it looks like below
iBonusDamage = iMaxHealth
once you edit that, save it recompile it, and put it on your server your orc nades will work like they use to like on 2.3.2
// We don't want to do more damage than the user's maximum health
if ( iBonusDamage + iDamage >= iMaxHealth )
{
iBonusDamage = iMaxHealth - ( iDamage + 1 ); <Edit this line so it looks like below
iBonusDamage = iMaxHealth
once you edit that, save it recompile it, and put it on your server your orc nades will work like they use to like on 2.3.2