If your archers complain about bow`s and xbow`s durability you can make powder of fotifying to work on bows. It`s not fare to work for wariors and to not work for archers. By the way wariors can use and most of them use valorite BS crafted wepons. Archer are using looted wepons and I know how hird is to find some fine bow. And what, after one champ it is used UP. Hm, it`s not fare. My suggestion is here:
Open file "RunUO-Beta-36\Scripts\Items\Special\Bulk Order Rewards\Blacksmithy\PowderOfTemperament.cs" and edit
Quote:
|
else if ( targeted is BaseWeapon && (DefBlacksmithy.CraftSystem.CraftItems.SearchForSu bclass( targeted.GetType() ) != null) )
|
Like here:
Quote:
else if ( targeted is BaseWeapon && (DefBlacksmithy.CraftSystem.CraftItems.SearchForSu bclass( targeted.GetType() ) != null) ||
targeted is BaseWeapon && (DefBowFletching.CraftSystem.CraftItems.SearchForS ubclass( targeted.GetType() ) != null))
|
Now powder will add durability to bows and xbows, don`t expect much the max durability is not very high but it will make the bows eternal like iron weapons.