Socah999
06-11-2015, 03:34 PM
17:21 XenoScript Error:
Script: [230+ M] Okolnir Frost Dragons Hardcore.xblua
Line #: 20
Chunk: C:?Users?Gero?DOCUME?1?XenoBot?Scripts??_CONFI?1.L UA
Error: '}' expected (to close '{' at line 18) near '{'
Here :
lua code:
--[[ SETTINGS ]] --
--[[ www.solid-scripts.com ]] --
Config.Vocation = 'druid'
Config.Backpacks = {
['1. Supplies'] = 'Backpack', -- Strongly recommended to have bigger bp i.e. zaoan chess box for supplies
['2. Stackables'] = 'Orange Backpack',
['3. Rares'] = 'Blue Backpack'
}
Config.ResetBackpacks = true -- reset all backpacks instead of just gold (recommended)
Config.Potions = {
{name = 'Great Mana Potion', max = 250, min = 40}
{name = 'Sudden Death Rune', max = 1000, min = 40}
}
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 = false,
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 = true,
Hours = 20,
Xlog = true
}
Config.Screenshot = {
Level = true
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'prismatic ring', amount = 3, from = 2, to = 0, enabled = false } -- From 3rd depot slot, to main backpack
}
Config.Equip = {
['ring'] = { enabled = false, name = 'prismatic ring', reason = 'in-spawn', count = 0, list = {'Frost Dragon', 'Frost Dragon Hatchling'} }
}
Config.HUD = {
enabled = true,
file = '[230+ M] Okolnir Frost Dragons Hardcore'
}
Config.HasteRefill = {
Enabled = true,
Spell = 'utani gran hur'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'Great Mana Potion', index = 1 },
{ name = 'Sudden Death Rune', index = 1 }
}
Config.LureMode = {
Enabled = false,
Monsters = {'Frost Dragon', 'Frost Dragon Hatchling'},
Count = 2,
Distance = 6
}
Config.Shooter = {
{ enabled = false, spell = 'exori', count = 5, mana = 1500, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori vis', count = 1, mana = 200, minhp = 5, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = false, spell = 'exori ico', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' }
}
-- [[ END OF SETTINGS ]] --
Script: [230+ M] Okolnir Frost Dragons Hardcore.xblua
Line #: 20
Chunk: C:?Users?Gero?DOCUME?1?XenoBot?Scripts??_CONFI?1.L UA
Error: '}' expected (to close '{' at line 18) near '{'
Here :
lua code:
--[[ SETTINGS ]] --
--[[ www.solid-scripts.com ]] --
Config.Vocation = 'druid'
Config.Backpacks = {
['1. Supplies'] = 'Backpack', -- Strongly recommended to have bigger bp i.e. zaoan chess box for supplies
['2. Stackables'] = 'Orange Backpack',
['3. Rares'] = 'Blue Backpack'
}
Config.ResetBackpacks = true -- reset all backpacks instead of just gold (recommended)
Config.Potions = {
{name = 'Great Mana Potion', max = 250, min = 40}
{name = 'Sudden Death Rune', max = 1000, min = 40}
}
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 = false,
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 = true,
Hours = 20,
Xlog = true
}
Config.Screenshot = {
Level = true
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'prismatic ring', amount = 3, from = 2, to = 0, enabled = false } -- From 3rd depot slot, to main backpack
}
Config.Equip = {
['ring'] = { enabled = false, name = 'prismatic ring', reason = 'in-spawn', count = 0, list = {'Frost Dragon', 'Frost Dragon Hatchling'} }
}
Config.HUD = {
enabled = true,
file = '[230+ M] Okolnir Frost Dragons Hardcore'
}
Config.HasteRefill = {
Enabled = true,
Spell = 'utani gran hur'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'Great Mana Potion', index = 1 },
{ name = 'Sudden Death Rune', index = 1 }
}
Config.LureMode = {
Enabled = false,
Monsters = {'Frost Dragon', 'Frost Dragon Hatchling'},
Count = 2,
Distance = 6
}
Config.Shooter = {
{ enabled = false, spell = 'exori', count = 5, mana = 1500, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = true, spell = 'exori vis', count = 1, mana = 200, minhp = 5, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' },
{ enabled = false, spell = 'exori ico', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling' }
}
-- [[ END OF SETTINGS ]] --