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 » Fri Aug 15, 2008 3:13 pm

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 » Sat Aug 16, 2008 2:43 am

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 » Sat Aug 16, 2008 3:53 pm

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 » Mon Aug 25, 2008 1:44 am

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 » Mon Aug 25, 2008 12:03 pm

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 » Tue Aug 26, 2008 6:02 am

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 » Tue Aug 26, 2008 3:20 pm

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 » Sat Sep 13, 2008 9:20 pm

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: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Re: Orc Nade?

Post by Geesu » Tue Sep 16, 2008 11:47 am

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 » Wed Sep 17, 2008 5:20 pm

Thanks! :D

Post Reply