ServUO Version
Publish 57
Ultima Expansion
Endless Journey
AddItem(new PlateArms());
For example, the monster that entered the script above will install PlateArms. I was wondering if there was a way to set up PlateArms with Agapite ore.
 
I would just copy teh scripts for the plate armour and use them to make an agapite version, then add that file to the monster script.
 
I would just copy teh scripts for the plate armour and use them to make an agapite version, then add that file to the monster script.
Thank you for your response. That's a great way to do it, but I wanted to make it easier. The answer is in the reply below!
Not 100% sure, but maybe...
C#:
AddItem(new PlateArms { Resource = CraftResource.Agapite });
Thank you for your response, it works perfectly. I really appreciate your help in making what I do much easier!
 
Back