Andrew Burston

Initiate
Is there any easy way to disable item insurance?

Im building a pk shard, and lets face it a pk shard when everyone has there items insured is going to get boring lol. so im going to be disabling insurance. Before I go through PlayerMobile and remove any references for it, is there any easy way to disable the system?
 
look in scripts/misc/currentexpansion.cs

around line 17

Mobile.InsuranceEnabled = Enabled; <--- change to false and should work
 
Hey guys I am trying to do the same thing but keep insurance for gold dump purpose. I have two questions,

1.) Where do I increase the cost of insurance at?
2.) Where can I alter it at so it can be stolen by thieves?

Thanks in advance for thelp!
Nyght_Hex
 
1. Scripts -> Misc -> Extensions.cs there is the GetInsuranceCost()
2. Scripts -> Skills -> Stealing.cs at like line 255 changing
Code:
toSteal.CheckBlessed(root))
to
Code:
toSteal.LootType == LootType.Blessed
should do it.
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 153 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 87 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 82 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 72 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 28 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 27 Online
    • 30 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 19 Online
    • 32 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 19 Online
    • 172 Peak
  • Arth
    Custom (Modern)
    • Players
    • 19 Online
    • 34 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 17 Online
    • 48 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back