Orc Nade?
Moderator: Forum Moderator
Re: Orc Nade?
Well there is no damage multiplication, when for instance some1 goes mole and then throws the orc nade, no1 dies.
(tbh what else is there to an orc nade?)
(tbh what else is there to an orc nade?)
Re: Orc Nade?
Ok thanks, then my question would be, how do i change it back. (when we had the server way back in the day it used to be classic orc nade) or should i downgrade to the old version.
(might be an idea to put an option in the config file that lets you choose between the classic and new version)
(might be an idea to put an option in the config file that lets you choose between the classic and new version)
Re: Orc Nade?
thanks for all the help, downgrade it is
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: Orc Nade?
you dont need to downgrade if u give me a while ill find the code and let you know what to change

Re: Orc Nade?
Thanks, for the moment i did downgrade (not like it's a lot of work) but i'll check back to see if you managed to find the code 

-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: Orc Nade?
in war3ft/race_orc.inl remove this line
Code: Select all
// We don't want to do more damage than the user's maximum health
if ( iBonusDamage + iDamage >= iMaxHealth )
{
iBonusDamage = iMaxHealth - ( iDamage + 1 );
}

Re: Orc Nade?
What are the effects of removing those lines from orc.inl? Would it make the orc grenade deadly like in previous versions?
Thanks
Thanks
Re: Orc Nade?
yesBelcross wrote:What are the effects of removing those lines from orc.inl? Would it make the orc grenade deadly like in previous versions?
Thanks
No Support via PM