Originally Posted by
thedragon
here is my entire lua file:
-- [[ SETTINGS ]] --
Config.Vocation = 'paladin'
Config.Backpacks = {
['1. Supplies'] = 'Pirate Backpack',
['2. Stackables1'] = 'Blue Backpack',
['3. Stackables2'] = 'Brocade Backpack',
['4. Rares'] = 'Fur Backpack',
['5. Ammo'] = 'Beach Backpack',
['6. Gold'] = 'Orange Backpack'
}
Config.Potions = {
{ name = 'strong mana potion', max = 700, min = 300 },
{ name = 'great spirit potion', max = 50, min = 30 }
}
Config.Ammo = {
{ name = 'assassin star', max = 700, min = 200 }
}
Config.Sell = {
['edron-stackables'] = { 17827, 17851, 17853, 17854, 17855, 17856, 17857, 17830, 17831, 17847, 17848, 17849, 17850, 17826, 17849, 17849, 17849 }
}
Config.Cap = 50
Config.Money = {
Extra = 1000,
Round = 1000
}
Config.SoftBoots = {
Enabled = false,
PercentEquip = 60,
PercentDequip = 99,
Normal = 3079
}
Config.RefillMana = {
Enabled = false,
Range = 5
}
Config.DropVials = {
Enabled = true,
Cap = 100,
Slots = 3
}
Config.Stamina = {
Enabled = true,
Hours = 14,
Xlog = false
}
Config.Screenshot = {
Level = true,
Skills = false
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'assasin star', amount = 700, from = 2, to = 5, enabled = true }
}
Config.Equip = {
['ring'] = { enabled = true, name = 'dwarven ring', reason = 'in-spawn' }
}
Config.Options = {
['Hunt-West'] = true -- hunt west side of the cave (additionally to east)
}
Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}
Config.HUD = {
enabled = false,
hideList = false,
icons = false,
file = '[180+ RP] Kazordoon Lost Dwarves'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'strong mana potion', index = 1 },
{ name = 'great spirit potion', index = 1 },
{ name = 'assasin star', index = 5 }
}
Config.Shooter = {
{ enabled = true, spell = 'exevo mas san', count = 4, mana = 200, minhp = 0, maxhp = 100, creatures = 'Enslaved Dwarf,Lost Basher,Lost Husher,Lost Thrower' },
{ enabled = true, spell = 'exori san', count = 1, mana = 50, minhp = 0, maxhp = 100, creatures = 'Enslaved Dwarf,Lost Basher,Lost Husher,Lost Thrower' }
}