I tried to install ACC Public Gates and Spell System on latest ServUO Repo, but i get this error

ServUO - [https://www.servuo.com] Version 0.5, Build 6344.19248
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 1 errors, 1 warnings
Warnings:
+ custom/ACC Systems/Complete Spell System/-=+ 03 Systems/Avatar/AvatarSpell.cs:
CS0114: Line 115: 'Server.ACC.CSS.Systems.Avatar.AvatarSpell.SendCastEffect()' nasconde il membro ereditato 'Server.Spells.Spell.SendCastEffect()'. Per consentire al membro corrente di eseguire l'override di tale implementazione, aggiungere la parola chiave override, altrimenti aggiungere la parola chiave new.
Errors:
+ custom/ACC Systems/Complete Spell System/-=+ 03 Systems/Ranger/Spells/NoxBowSpell.cs:
CS0115: Line 101: 'Server.ACC.CSS.Systems.Ranger.RangerNoxBowSpell.RangerNoxBow.OnHit(Server.Mobile, Server.Mobile, double)': impossibile trovare un metodo adeguato per eseguire l'override.
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

The error is printed in italian, however it says "You can not find an appropriate method to override"
Can someone help me?
 
That method is looking for the following parameters: (Server.Mobile, Server.IDamageable, double)

You have to pass IDamageable instead of Mobile.
 
Back