Quote:
-- [[ SETTINGS ]] --
Config.Vocation = 'knight'
Config.Backpacks = {
['1. Supplies'] = 'Beach Backpack',
['2. Stackables'] = 'Blue Backpack',
['3. Rares'] = 'Red Backpack',
['4. Gold'] = 'Brocade Backpack' -- Needs to be always last
}
Config.Potions = {
{ name = 'mana potion', max = 200, min = 13 },
{ name = 'health potion', max = 50, min = 10 }
}
Config.Cap = 100
Config.Money = {
Extra = 1000,
Round = 1000
}
Config.RefillMana = {
Enabled = false,
Range = 5
}
Config.DropVials = {
Enabled = true,
Cap = 100,
Slots = 3
}
Config.Stamina = {
Enabled = true,
Hours = 20,
Xlog = false
}
Config.Screenshot = {
Level = true,
Skills = false
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'brown mushroom', amount = 100, from = 2, to = 0, enabled = false }
}
Config.Sell = {
['venore-rares'] = { 3269 }
}
Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}
Config.HUD = {
enabled = true,
hideList = false,
icons = false,
file = '[50+ EK] POH Cyclopes'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'mana potion', index = 1 },
{ name = 'health potion', index = 1}
}