ServUO Version
Publish 58
Ultima Expansion
Endless Journey
How would I add a custom armor rating to an item, like a shield, arms, legs, etc. under the newest repo.
 
I figured it out. The solution came to me while I was playing pool with friends at the bar.

In the "Constructable" section of the item's code, below the name somewhere, add this:
BaseArmorRating = ##; //Whatever you want the number to be.

it compiles fine and works. suck a basic solution to a somewhat complicated idea. At least it does what I want right now.

Thank you all for your answers.
 
Back