Library update v16.01.06
- It's now possible to configure your own prices in the HUD by configuring Config.Prices section in the CONFIG ie.
lua code:Config.Prices = {
[3271] = { value = 789, price = 321 },
['stone skin amulet'] = { value = 12345 },
['mana potion'] = { price = 9999 }
}- Improved Pitfall function - rare cases when Walker could get stuck because monster stood at the Pitfall for quite long time
- Improved Screenshot-Taker - it's now possible to take a screenshots of skill advances as well (Config.Screenshot.Skills)