Heya all,

i am trying to make work this pvp duel event system here and i got 2 errors :

Errors:
+ Custom / PvPCoreSystem gizmo / NotorietyHandlerChain.cs:
CS0123: Line 26: No overload for 'HandleNotoriety' matches the delegate 'Server.NotorietyHandler'
CS0123: Line 28: No overload for 'AllowHarmful' matches delegate 'Server.AllowHarmfulHandler'
Scripts: One or more scripts failed to compile or no script files were found.

can someone help me plz
 

Attachments

  • PvPCoreSystem gizmo.zip
    10.3 KB · Views: 22
Last edited:
The errors were caused by the script using the old "Mobile target" instead of "IDamageable target" in a half dozen places in two of the files. This has them fixed and the server loads, but I did not test it in game.
 

Attachments

  • [ServUO.com]-PvPCoreSystem gizmo.zip
    10.5 KB · Views: 54
Back