In PlayerMobile.cs starting around line 969, the resistance stuff starts with 'OnSkillInvalidated(Skill skill)' Method and end down around line 1187 with the last method 'GetMinResistance(ResistanceType type)'

You should be able to rework this section, mainly the 'GetMaxResistance(ResistanceType type)' and the 'ComputeResistances()' methods are what your after!
 
I do not know coding very well. I found the section but do not know what to change.
I figured out a way to do maybe not the best but it wouk. Thanks for the help
 
Last edited:
Best way to learn c# & ServUO = Loop (Try, Fail, Ask for Help);

*We are here for those that want to learn!
 
Back