Quote:
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'mana potion', index = 1 },
{ name = 'health potion', index = 1}
}
so I think it has nothing to do with my problem of withdrawing brown mushroom, where should I edit the index?
Quote:
Config.Options = {
['Hardcore1'] = true, -- do you want to hunt first hardcore floor?
['Hardcore2'] = true, -- do you want to hunt second hardcore floor?
['Hardcore3'] = true -- do you want to hunt third hardcore floor?
}
thanks for your attention brother!
Quote:
-- [[ SETTINGS ]] --
Config.Vocation = 'knight'
Config.Backpacks = {
['1. Supplies'] = 'Purple Backpack',
['2. Rares'] = 'Yellow Backpack',
['3. Gold'] = 'Red Backpack'
}
Config.Options = {
['Hardcore1'] = true, -- do you want to hunt first hardcore floor?
['Hardcore2'] = true, -- do you want to hunt second hardcore floor?
['Hardcore3'] = true -- do you want to hunt third hardcore floor?
}
Config.ResetBackpacks = true -- reset all backpacks instead of just gold
Config.Potions = {
{ name = 'mana potion', max = 120, min = 25 },
{ name = 'health potion', max = 20, min = 12 }
}
Config.Cap = 75
Config.Money = {
Extra = 1000,
Round = 1000
}
Config.Recovery = {
Enabled = false,
Spell = "utura"
}
Config.SoftBoots = {
Enabled = false,
PercentEquip = 60,
PercentDequip = 99,
Normal = 3079
}
Config.RefillMana = {
Enabled = false,
Range = 5
}
Config.DropVials = {
Enabled = true,
Cap = 350,
Slots = 3
}
Config.Reconnect = true
Config.Stamina = {
Enabled = true,
Hours = 14,
Xlog = true
}
Config.Screenshot = {
Level = false,
Skills = false
}
Config.Withdraw = {
{ name = 'brown mushrooms', amount = 100, from = 2, to = 1, enabled = true }, -- From 3rd depot slot, to main backpack
{ name = 'sword ring', amount = 2, from = 3, to = 0, enabled = false } -- From 4th depot slot, to main backpack
}
Config.DropItems = {
{ name = 'gold coin', cap = 20, amount = 100, enabled = true }
}
Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}
Config.HUD = {
enabled = true,
hideList = false,
icons = false,
file = '[30+ EK] Port Hope Dworcs'
}
Config.HasteRefill = {
Enabled = true,
Spell = 'utani hur'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'mana potion', index = 1 },
{ name = 'health potion', index = 1}
}
Config.LureMode = {
Enabled = false,
Monsters = {'Dworc Voodoomaster'},
Count = 2,
Distance = 6
}