Page 1 of 1
changin skills and item price
Posted: Thu Mar 15, 2007 2:08 am
by six
--- 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
Posted: Thu Mar 15, 2007 6:42 am
by Coksnuss
You dont need to compile these things AFAIK, just put them in the Scripting folder.
Posted: Thu Mar 15, 2007 11:35 am
by DesasterUK
there is no war3ft.sma in ur zip-file
@coksnuss:
If he change the item prices (can only be made in items.inl) he has to recompile the plugin and upload the fresh version to his gameserver and restart the server or do a mapchange to take effect
Posted: Thu Mar 15, 2007 12:11 pm
by six
ohh im sorry i forgot to put the war3ft.sma in the folder here it is
Posted: Fri Mar 16, 2007 12:46 am
by mattypee
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
Posted: Fri Mar 16, 2007 3:01 pm
by six
whoa ty it work now and one more thing do any1 know how to make dat if a
player get killed by knife he loose 50xp to the attacker that be great
thanks again every1 for ur suport