Quote Originally Posted by Stusse View Post
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
hey bro what do u mean make sure i have the latest version? of the bot or the script? in my config i dont find the hud prices