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:
when i go to Line 52 there is this:
And Change it to:
Then i can start the Server and use the Weapon but for some reason the Weapon wont Level up can anyone help me please?
i Added one of the Weapons as file (all Weapons have the same Error)
heres the Error:
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?