RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Armor Scripts

fenris

Wanderer
Armor Scripts

It seems that STR requirements and DEX penalty for armor are not working..... anyone knows why?

And on the bone armor chest, on UO 3d its texture don't seem to work, i've solved this problem by changing its

[code:1]public BoneChest() : base( 0x144f, OreInfo.Iron, 11, ArmorMaterialType.Bone, ArmorBodyType.Chest )[/code:1]

to

[code:1]public BoneChest() : base( 0x144f, OreInfo.Iron, 11, ArmorMaterialType.Ringmail, ArmorBodyType.Chest )[/code:1]

so it seems that the bug is on the ArmorMaterialType.Bone property, oh and it don't work ONLY for chest, other body parts are OK!!!! ;)
 
Top