Orc Nade?

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
ronniew
Peon
Posts: 5
Joined: Fri Aug 15, 2008 3:04 pm

Orc Nade?

Post by ronniew »

I havent seen any posts about this, but it seems the orc grenades aren't working properly. I'm running the most recent version of the addon/mod.

Please tell me what info you want and i'll provide it.

Regard,
Ronniew
ronniew
Peon
Posts: 5
Joined: Fri Aug 15, 2008 3:04 pm

Re: Orc Nade?

Post by ronniew »

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?)
ronniew
Peon
Posts: 5
Joined: Fri Aug 15, 2008 3:04 pm

Re: Orc Nade?

Post by ronniew »

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)
ronniew
Peon
Posts: 5
Joined: Fri Aug 15, 2008 3:04 pm

Re: Orc Nade?

Post by ronniew »

thanks for all the help, downgrade it is
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Orc Nade?

Post by whosyourdaddy »

you dont need to downgrade if u give me a while ill find the code and let you know what to change
Image
ronniew
Peon
Posts: 5
Joined: Fri Aug 15, 2008 3:04 pm

Re: Orc Nade?

Post by ronniew »

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 :)
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Orc Nade?

Post by whosyourdaddy »

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 );
}
Image
Belcross
Peon
Posts: 6
Joined: Sat Sep 13, 2008 9:13 pm

Re: Orc Nade?

Post by Belcross »

What are the effects of removing those lines from orc.inl? Would it make the orc grenade deadly like in previous versions?

Thanks
User avatar
Geesu
<b>King of the world!</b>
Posts: 3160
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Re: Orc Nade?

Post by Geesu »

Belcross wrote:What are the effects of removing those lines from orc.inl? Would it make the orc grenade deadly like in previous versions?

Thanks
yes
No Support via PM
Belcross
Peon
Posts: 6
Joined: Sat Sep 13, 2008 9:13 pm

Re: Orc Nade?

Post by Belcross »

Thanks! :D
Post Reply