Darklady73
Member
- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
So I am sure I missed something. I fixed a lot of my errors on my own.
+ Items/Equipment/Weapons/BaseWeapon.cs:
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IWeapon.OnBeforeSwing(Mobile, IDamageable)'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IWeapon.OnSwing(Mobile, IDamageable)'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IImbuableEquipement.BaseResists'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IImbuableEquipement.OnAfterImbued(Mobile, int, int)'
What does this mean? Do I have to add in something? Or change IDamageable to something different? You have all been pretty helpful with me.
This is my Line 39
public abstract class BaseWeapon : Item, IWeapon, IFactionItem, IUsesRemaining, ICraftable, ISlayer, IDurability, ISetItem, IVvVItem, IOwnerRestricted, IResource, IArtifact, ICombatEquipment, IEngravable, IQuality
+ Items/Equipment/Weapons/BaseWeapon.cs:
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IWeapon.OnBeforeSwing(Mobile, IDamageable)'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IWeapon.OnSwing(Mobile, IDamageable)'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IImbuableEquipement.BaseResists'
CS0535: Line 39: 'BaseWeapon' does not implement interface member 'IImbuableEquipement.OnAfterImbued(Mobile, int, int)'
What does this mean? Do I have to add in something? Or change IDamageable to something different? You have all been pretty helpful with me.
This is my Line 39
public abstract class BaseWeapon : Item, IWeapon, IFactionItem, IUsesRemaining, ICraftable, ISlayer, IDurability, ISetItem, IVvVItem, IOwnerRestricted, IResource, IArtifact, ICombatEquipment, IEngravable, IQuality