Hello good people of the gamesas forums.
I'm currently making two mods which balances the prices and effects of potions and scrolls. In my game setup the prices are chiefly influenced by the barter settings from http://www.nexusmods.com/oblivion/mods/25078/? and since I aim to make the balance changes I'm making apply to as many peoples games as possible I wondered what barter settings people are using.
In particular these settings from the EE ini file:
; ================== Settings to control Auto Haggle: =====================
; Set minimum and maximum sell percentages
set tnoEE.sellMin to 20
set tnoEE.sellMax to 80
; Set minimum and maximum buy percentages
set tnoEE.buyMin to 100 ; default 150
set tnoEE.buyMax to 200 ; default 300
...those are my settings, what are yours?