UOGamers 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!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] Lower Requirements On Leather Armor

Status
Not open for further replies.

Nikki_Demise

Bug Hunter
[COMPLETE] Lower Requirements On Leather Armor

Based on OSI Testing done by PSZ no types of leather armor(plain, studded, bone) should have Lower Requirements as a property.

Code:
--- /Items/Skill Items/Tools/BaseRunicTool.cs    Wed May 13 15:37:07 2009
+++ /Items/Skill Items/Tools/BaseRunicTool.cs    Sat May 30 15:10:09 2009
@@ -475,6 +475,8 @@
 
             if ( !isShield && armor.MeditationAllowance == ArmorMeditationAllowance.All )
                 m_Props.Set( 3, true ); // remove mage armor from possible properties
+            if ( armor.Resource >= CraftResource.RegularLeather && armor.Resource <= CraftResource.BarbedLeather )
+                m_Props.Set( 0, true ); // remove lower requirements from possible properties for leather armor.
 
             for ( int i = 0; i < attributeCount; ++i )
             {
 

Attachments

  • LowerRequirements.zip
    451 bytes · Views: 2
Re: Lower Requirements On Leather Armor

Lady Teela;559976 said:
Oh wow. That's kind of a big deal then. I really hope this gets implemented.
Agreed. Thats a fucking USELESS god damn mod that i've raged about time and time again.
 

das3

Sorceror
Re: Lower Requirements On Leather Armor

Lady Teela;559976 said:
Oh wow. That's kind of a big deal then. I really hope this gets implemented.

Dito. Bumps the loot up a bit too. I'll wait with burning some RSKs until this fix is active. ;)
 
Status
Not open for further replies.
Top