View Single Post
Old 07-03-2008, 07:29 PM   #1 (permalink)
LordHogFred
Forum Expert
 
LordHogFred's Avatar
 
Join Date: Jan 2004
Location: UK, Essex
Age: 21
Posts: 1,248
Default Exceptional weapon damage issues?

I am trying to alter the weapon damage that exceptional weapons recieve to 15%.
I have changed the code to the following:
Code:
	      
                    //if ( Attributes.WeaponDamage > 35 )
		    //Attributes.WeaponDamage -= 20;
		    //else
                    //Attributes.WeaponDamage = 15;

                    #region New Code
                    Attributes.WeaponDamage = 15;
                    #endregion
However upon crafting a weapon it recieves 41% damage increase .
I remember running into this issue before but I cannot remember for the life of me where the incriminating code is.

Any ideas?

Thanks ,
__________________
It is not the hand that creates worlds,
It is the mind controlling it !

The New Dawn Network
LordHogFred is offline   Reply With Quote