rhasce

Member
Hi all, I have some items like Mysterious armor with some Bonus STR, and also some skill bonuses, but the Bonuses get ignore when a player wears them, the armor is just an example as it also happens on Magixc Cloth anything with aBonus basically, I eddited this line at AOS.cs sk.ObeyCap = false; but still no luck any ideas?
 
In CharacterCreation I would try changing my skill cap. maybe like this:
if (newChar is PlayerMobile)
{
PlayerMobile pm = (PlayerMobile)newChar;
pm.AutoRenewInsurance = true;
double skillcap = Config.Get("PlayerCaps.SkillCap", 1000.0d) / 10;
if (skillcap != 140.0)
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 130 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 107 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 89 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 77 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 22 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 20 Online
    • 30 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 20 Online
    • 32 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 19 Online
    • 48 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 18 Online
    • 172 Peak
  • Arth
    Custom (Modern)
    • Players
    • 15 Online
    • 34 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back