View Single Post
Old 06-02-2004, 06:34 AM   #17 (permalink)
LordHogFred
Forum Expert
 
LordHogFred's Avatar
 
Join Date: Jan 2004
Location: UK, Essex
Age: 20
Posts: 1,166
Default

Ok first problem I can see is that faster cast and spell channeling, etc are NOT weapon attributes therefore in your code you do not need
Code:
Weapon.WeaponAttribute
It just needs to be
Code:
Weapon.Attribute
Also you must make sure that you have eidted the correct part of the code for the shields and weapons. the start of weapon code begins with
Code:
if ( targeted is BaseWeapon )
and the beginning of the shield code begins with
Code:
if ( targeted is BaseShield )
also in the shield code you need to have
Code:
Shield.Attribute
not
Code:
Weapon.Attribute
I hope that this helps,

PS. Hit Leech Hits is a weaponattribute you don't need to change that
__________________
It is not the hand that creates worlds,
It is the mind controlling it !

The New Dawn Network
LordHogFred is offline   Reply With Quote