[RunUO 2.0]Enhancement Deeds(Aos,Armor,Weapon,Elements,Skills)
Enhancement Deeds
What is it?
These are deeds that can be given as rewards, sold on vendors, etc.
Each deed can be created with a value or given a random amount using the built-in Utility.
How to install:
- Drop in customs.
- IMPORTANT: ANY CHANGES YOU WANT TO MAKE SHOULD BE DONE IN THE UTILITY SCRIPT BEFORE YOU START THE SHARD.
- The Enhancement Utility script has 2 secions: the "GetValues" section, and the "GetMaxValues" section.
- The GetValues methods will set the VALUES OF THE DEEDS. Change these to whatever types of numbers you would like to see on the Deeds themselves, such as if you want Durability to be between 5 and 25" the code would be Utility.RandomMinMax(5, 25).
- The GetMaxValues methods determine the highest value you will allow to be put on the type of Item being modified. It is based on the Attribute type however, not on the type of Item per se. For example, I have set Skills to max at 100, meaning, an item cannot be given a Skill bonus of more than 100 total for a particular Skill. You might want to change these.
How to use:
"[add EnhancementDeed" will add a Deed with a random Enhancement.
"[add AosEnhancementDeed" will add an Aos Enhancement Deed with a Random enhancement.
"[add EnhancementDeed Aos 0x0000001 15" will add an Aos Enhancement Deed, with a RegenHits bonus of +15.
"[add EnhancementDeed Skill 54 75" will add a Skill Enhancement Deed with a Spellweaving bonus of +75.
Double-click the deed, and target an appropriate item in your pack.
NEW: If the item is enhanced more than the "MaxEnhancements" value, it will destroy the item.
Includes:
EnhancementDeed
AosEnhancementDeed
SkillEnhancementDeed
ArmorEnhancementDeed
WeaponEnhancementDeed
ElementEnhancementDeed
Last edited by Lokai; 06-22-2007 at 12:29 PM.
Reason: Completed updates.
|