
Originally Posted by
dSauce24
Oh no shit eh how do I do that??
Make sure you have the latest versions, and in the CONFIG you should find this:
lua code:Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}
It's currently outlined, so just remove the -- before the lines, and add the item ID or the name as the examples. value is for how much worth it is, price is for the usage price. So in case you're withdrawing UHP to lower cost than npc, you define that in "price". If you're selling some item higher than npc price, or that is currently counted as 0, you put that in as "value". Just like the examples 
/Stusse