Look on this Nakuu:
-- [[ SETTINGS ]] --
Config.Vocation = 'knight'
Config.Backpacks = {
['1. Supplies'] = 'Zaoan Chess Box', -- Strongly recommended to have bigger bp i.e. zaoan chess box for supplies
['2. Rares'] = 'Pannier Backpack',
['3. Gold'] = 'Jewelled Backpack'
}
Config.ResetBackpacks = true -- reset all backpacks instead of just gold (recommended)
Config.Potions = {
{ name = 'mana potion', max = 1500, min = 400 },
{ name = 'ultimate health potion', max = 100, min = 50 }
}
Config.Options = {
['West-Spawn'] = true, -- Do you want to hunt the west part of Okolnir?
['East-Spawn'] = true -- Do you want to hunt the east part of Okolnir?
}
Config.Cap = 100
Config.Money = {
Extra = 1000,
Round = 1000
}
Config.SoftBoots = {
Enabled = true,
PercentEquip = 60,
PercentDequip = 99,
Normal = 3079
}
Config.RefillMana = {
Enabled = false,
Range = 5
}
Config.DropVials = {
Enabled = true,
Cap = 200,
Slots = 3
}
Config.Reconnect = true
Config.Stamina = {
Enabled = false,
Hours = 20,
Xlog = false
}
Config.Screenshot = {
Level = true,
Skills = true
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'sword ring', amount = 5, from = 2, to = 0, enabled = true } -- From 3rd depot slot, to main backpack
}
Config.Equip = {
['ring'] = { enabled = true, name = 'sword ring', reason = 'in-spawn', count = 1, list = {'Frost Dragon', 'Frost Dragon Hatchling'} }
}
Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}
Config.HUD = {
enabled = true,
hideList = false,
icons = true,
file = '[200+ EK] Okolnir Frost Dragons Hardcore'
}
Config.HasteRefill = {
Enabled = true,
Spell = 'utani hur'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'mana potion', index = 1 },
{ name = 'ultimate health potion', index = 1 }
}
Config.LureMode = {
Enabled = false,
Monsters = {'Frost Dragon', 'Frost Dragon Hatchling'},
Count = 2,
Distance = 6
}
Config.Shooter = {
{ enabled = true, spell = 'utito tempo', count = 3, mana = 850, minhp = 25, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori gran', count = 2, mana = 340, minhp = 5, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori min', count = 2, mana = 200, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori', count = 2, mana = 150, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori ico', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori hur', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' }
}