1) What .cs file(s) do I change to edit the "Convert Mage Armor" function offered by the mage guildmasters? I want to change it to check gold coins/checks in your bank rather than "AccountGold"

2) What .cs file(s) do I change to add in the item insurance menu on Mondain's Legacy Expansion? It's only present from SA and beyond, it seems.


Thank you for any help.
 
1. MageGuildmaster.cs

2. In playermobile.cs do a search for insure, should be something like if (core.SA) after the context menu, change that to if (core.AOS)
 
1. MageGuildmaster.cs

2. In playermobile.cs do a search for insure, should be something like if (core.SA) after the context menu, change that to if (core.AOS)

I figured out item insurance, but Convert Mage Armor is still puzzling me.

It only allows the option to turn it on or off in MageGuildmaster.cs from what I see. Is there something I'm missing?
 
Back