REALLY NEED HELP HERE. I'm trying to get ACC Spell Systems to work. I put all the files I downloaded and extracted
from here (version 2 PUB 54): https://www.servuo.com/archive/acc-public-gates-and-spell-system.17/updates#resource-update-97
Put everything as is in my ServUo-Master\Scripts folder
And I get these errors:

C#:
Scripts: Compiling C# scripts...Failed with: 16 errors, 1 warnings
Warnings:
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Avatar/AvatarSpell.cs:
    CS0114: Line 115: 'AvatarSpell.SendCastEffect()' hides inherited member 'Spell.SendCastEffect()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Errors:
+ Items/Books/SpecialScrollBooks/PowerScrollBook.cs:
    CS0101: Line 7: The namespace 'Server.Items' already contains a definition for 'PowerScrollBook'
    CS0115: Line 28: 'PowerScrollBook.Serialize(GenericWriter)': no suitable method found to override
    CS0115: Line 35: 'PowerScrollBook.Deserialize(GenericReader)': no suitable method found to override
    CS0115: Line 9: 'PowerScrollBook.ScrollType': no suitable method found to override
    CS0115: Line 10: 'PowerScrollBook.LabelNumber': no suitable method found to override
    CS0115: Line 11: 'PowerScrollBook.BadDropMessage': no suitable method found to override
    CS0115: Line 12: 'PowerScrollBook.DropMessage': no suitable method found to override
    CS0115: Line 13: 'PowerScrollBook.RemoveMessage': no suitable method found to override
    CS0115: Line 14: 'PowerScrollBook.GumpTitle': no suitable method found to override
    CS0115: Line 42: 'PowerScrollBook.SkillInfo': no suitable method found to override
    CS0115: Line 43: 'PowerScrollBook.ValueInfo': no suitable method found to override
    CS0111: Line 17: Type 'PowerScrollBook' already defines a member called '.ctor' with the same parameter types
    CS0111: Line 23: Type 'PowerScrollBook' already defines a member called '.ctor' with the same parameter types
    CS0111: Line 28: Type 'PowerScrollBook' already defines a member called 'Serialize' with the same parameter types
    CS0111: Line 35: Type 'PowerScrollBook' already defines a member called 'Deserialize' with the same parameter types
+ ACC Systems/ACC Related/PowerScrollAccBook/PowerScrollAccBook.cs:
    CS0263: Line 34: Partial declarations of 'PowerScrollBook' must not specify different base classes
    CS0115: Line 88: 'PowerScrollBook.OnDoubleClick(Mobile)': no suitable method found to override
    CS0115: Line 98: 'PowerScrollBook.OnDoubleClickSecureTrade(Mobile)': no suitable method found to override
    CS0115: Line 126: 'PowerScrollBook.OnDragDrop(Mobile, Item)': no suitable method found to override
    CS0115: Line 169: 'PowerScrollBook.Serialize(GenericWriter)': no suitable method found to override
    CS0115: Line 200: 'PowerScrollBook.Deserialize(GenericReader)': no suitable method found to override
    CS0115: Line 232: 'PowerScrollBook.GetProperties(ObjectPropertyList)': no suitable method found to override
    CS0115: Line 243: 'PowerScrollBook.GetContextMenuEntries(Mobile, List<ContextMenuEntry>)': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 02 Changing/Reagents/DestroyingAngel.cs:
    CS0539: Line 8: 'DestroyingAngel.DescriptionNumber' in explicit interface declaration is not found among members of the interface that can be implemented
    CS0535: Line 6: 'DestroyingAngel' does not implement interface member 'ICommodity.Description'
+ ACC Systems/Complete Spell System/-=+ 01 Core/CSpellbook.cs:
    CS0115: Line 197: 'CSpellbook.OnSingleClick(Mobile)': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ancient/Items/SleepingBody.cs:
    CS0115: Line 179: 'SleepingBody.OnSingleClick(Mobile)': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 02 Changing/Reagents/PetrafiedWood.cs:
    CS0539: Line 10: 'PetrafiedWood.DescriptionNumber' in explicit interface declaration is not found among members of the interface that can be implemented
    CS0535: Line 6: 'PetrafiedWood' does not implement interface member 'ICommodity.Description'
+ ACC Systems/Complete Spell System/-=+ 02 Changing/Reagents/SpringWater.cs:
    CS0539: Line 9: 'SpringWater.DescriptionNumber' in explicit interface declaration is not found among members of the interface that can be implemented
    CS0535: Line 6: 'SpringWater' does not implement interface member 'ICommodity.Description'
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Cleric/Cleric/Spells/HammerOfFaithSpell.cs:
    CS0115: Line 59: 'ClericHammerOfFaithSpell.HammerOfFaith.AosStrengthReq': no suitable method found to override
    CS0115: Line 60: 'ClericHammerOfFaithSpell.HammerOfFaith.AosMinDamage': no suitable method found to override
    CS0115: Line 61: 'ClericHammerOfFaithSpell.HammerOfFaith.AosMaxDamage': no suitable method found to override
    CS0115: Line 62: 'ClericHammerOfFaithSpell.HammerOfFaith.AosSpeed': no suitable method found to override
    CS0115: Line 64: 'ClericHammerOfFaithSpell.HammerOfFaith.OldStrengthReq': no suitable method found to override
    CS0115: Line 65: 'ClericHammerOfFaithSpell.HammerOfFaith.OldMinDamage': no suitable method found to override
    CS0115: Line 66: 'ClericHammerOfFaithSpell.HammerOfFaith.OldMaxDamage': no suitable method found to override
    CS0115: Line 67: 'ClericHammerOfFaithSpell.HammerOfFaith.OldSpeed': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Familars/HellHound.cs:
    CS0115: Line 99: 'HellHoundFamiliar.HasBreath': no suitable method found to override
    CS0115: Line 100: 'HellHoundFamiliar.BreathFireDamage': no suitable method found to override
    CS0115: Line 101: 'HellHoundFamiliar.BreathEffectItemID': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Familars/IceHound.cs:
    CS0115: Line 99: 'IceHoundFamiliar.HasBreath': no suitable method found to override
    CS0115: Line 100: 'IceHoundFamiliar.BreathFireDamage': no suitable method found to override
    CS0115: Line 101: 'IceHoundFamiliar.BreathColdDamage': no suitable method found to override
    CS0115: Line 102: 'IceHoundFamiliar.BreathEffectItemID': no suitable method found to override
    CS0115: Line 103: 'IceHoundFamiliar.BreathEffectHue': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Familars/ThunderHound.cs:
    CS0115: Line 99: 'ThunderHoundFamiliar.HasBreath': no suitable method found to override
    CS0115: Line 100: 'ThunderHoundFamiliar.BreathFireDamage': no suitable method found to override
    CS0115: Line 101: 'ThunderHoundFamiliar.BreathEnergyDamage': no suitable method found to override
    CS0115: Line 102: 'ThunderHoundFamiliar.BreathEffectItemID': no suitable method found to override
    CS0115: Line 103: 'ThunderHoundFamiliar.BreathEffectHue': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Familars/VampireWolf.cs:
    CS0115: Line 99: 'VampireWolfFamiliar.HasBreath': no suitable method found to override
    CS0115: Line 100: 'VampireWolfFamiliar.BreathFireDamage': no suitable method found to override
    CS0115: Line 101: 'VampireWolfFamiliar.BreathPoisonDamage': no suitable method found to override
    CS0115: Line 102: 'VampireWolfFamiliar.BreathEffectHue': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Spells/FireBowSpell.cs:
    CS0115: Line 70: 'RangerFireBowSpell.RangerFireBow.AosStrengthReq': no suitable method found to override
    CS0115: Line 71: 'RangerFireBowSpell.RangerFireBow.AosMinDamage': no suitable method found to override
    CS0115: Line 72: 'RangerFireBowSpell.RangerFireBow.AosMaxDamage': no suitable method found to override
    CS0115: Line 73: 'RangerFireBowSpell.RangerFireBow.AosSpeed': no suitable method found to override
    CS0115: Line 75: 'RangerFireBowSpell.RangerFireBow.OldStrengthReq': no suitable method found to override
    CS0115: Line 76: 'RangerFireBowSpell.RangerFireBow.OldMinDamage': no suitable method found to override
    CS0115: Line 77: 'RangerFireBowSpell.RangerFireBow.OldMaxDamage': no suitable method found to override
    CS0115: Line 78: 'RangerFireBowSpell.RangerFireBow.OldSpeed': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Spells/IceBowSpell.cs:
    CS0115: Line 68: 'RangerIceBowSpell.RangerIceBow.AosStrengthReq': no suitable method found to override
    CS0115: Line 69: 'RangerIceBowSpell.RangerIceBow.AosMinDamage': no suitable method found to override
    CS0115: Line 70: 'RangerIceBowSpell.RangerIceBow.AosMaxDamage': no suitable method found to override
    CS0115: Line 71: 'RangerIceBowSpell.RangerIceBow.AosSpeed': no suitable method found to override
    CS0115: Line 73: 'RangerIceBowSpell.RangerIceBow.OldStrengthReq': no suitable method found to override
    CS0115: Line 74: 'RangerIceBowSpell.RangerIceBow.OldMinDamage': no suitable method found to override
    CS0115: Line 75: 'RangerIceBowSpell.RangerIceBow.OldMaxDamage': no suitable method found to override
    CS0115: Line 76: 'RangerIceBowSpell.RangerIceBow.OldSpeed': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Spells/LightningBowSpell.cs:
    CS0115: Line 65: 'RangerLightningBowSpell.RangerLightningBow.AosStrengthReq': no suitable method found to override
    CS0115: Line 66: 'RangerLightningBowSpell.RangerLightningBow.AosMinDamage': no suitable method found to override
    CS0115: Line 67: 'RangerLightningBowSpell.RangerLightningBow.AosMaxDamage': no suitable method found to override
    CS0115: Line 68: 'RangerLightningBowSpell.RangerLightningBow.AosSpeed': no suitable method found to override
    CS0115: Line 70: 'RangerLightningBowSpell.RangerLightningBow.OldStrengthReq': no suitable method found to override
    CS0115: Line 71: 'RangerLightningBowSpell.RangerLightningBow.OldMinDamage': no suitable method found to override
    CS0115: Line 72: 'RangerLightningBowSpell.RangerLightningBow.OldMaxDamage': no suitable method found to override
    CS0115: Line 73: 'RangerLightningBowSpell.RangerLightningBow.OldSpeed': no suitable method found to override
+ ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Spells/NoxBowSpell.cs:
    CS0115: Line 65: 'RangerNoxBowSpell.RangerNoxBow.AosStrengthReq': no suitable method found to override
    CS0115: Line 66: 'RangerNoxBowSpell.RangerNoxBow.AosMinDamage': no suitable method found to override
    CS0115: Line 67: 'RangerNoxBowSpell.RangerNoxBow.AosMaxDamage': no suitable method found to override
    CS0115: Line 68: 'RangerNoxBowSpell.RangerNoxBow.AosSpeed': no suitable method found to override
    CS0115: Line 70: 'RangerNoxBowSpell.RangerNoxBow.OldStrengthReq': no suitable method found to override
    CS0115: Line 71: 'RangerNoxBowSpell.RangerNoxBow.OldMinDamage': no suitable method found to override
    CS0115: Line 72: 'RangerNoxBowSpell.RangerNoxBow.OldMaxDamage': no suitable method found to override
    CS0115: Line 73: 'RangerNoxBowSpell.RangerNoxBow.OldSpeed': no suitable method found to override
    CS0115: Line 101: 'RangerNoxBowSpell.RangerNoxBow.OnHit(Mobile, Mobile, double)': no suitable method found to override

Any idea how do I solve this? Really really need this to work
 
I got 243 errors, same as above. im runnin newest ServUO. Everything went in from ACC system cept the spells. Anyone have a solution for this yet???
 
Oh boy, I haven't tried this on 58 yet, only using it on 57 atm. But I do know fire breath changed which requires modifying those sections of code, search the forums there are a lot of posts about it. All references to "OldStats" were also removed as well.. Post your errors so we know more what you're dealing with..
 
Back