I want to disable the (new?) vendor system completely. I just want buy/sell prices to be as they are without adjustments based on volume sold/bought. I'm also not sure what the default 500 is? I want to start at 20 and double if it sells out or halve if not; like older UO. There wasn't an option to disable this in the config file, so now I'm looking around trying to figure out how to remove it.

It looks like there a bunch of "economyitem" things in genericbuy.cs and genericsell.cs. Then there are a bunch of things in basevendor.cs too. Could it be as simple as setting this line in basevendor.cs to false or is there more to it?
public static bool UseVendorEconomy = false;
 
Back