Hello everyone i installed a Evolution Weapon pack and have this following issue maybe someone of you can help me ?

i Added one of the Weapons as file (all Weapons have the same Error)

heres the Error:
ai.imgur.com_jouvrX6.png

when i go to Line 52 there is this:
Code:
 public override void OnHit(Mobile attacker, Mobile defender, double Damagebonus)

And Change it to:
Code:
 public virtual void OnHit(Mobile attacker, IDamageable defender, double Damagebonus)

Then i can start the Server and use the Weapon but for some reason the Weapon wont Level up can anyone help me please?
 

Attachments

  • BladedStaffOfEvolution.cs
    3.5 KB · Views: 15
Back