Log in

View Full Version : Knight How to add items into deposit?



Elder' Mariusz
08-22-2016, 08:14 PM
Hello guys, I'm using script which is using this .lua script

Can u tell me, when I added some items to looter, when can I add them to depositing items list? I added some items to looter but I can't see any (depositer) here... where is it?

-- [[ SETTINGS ]] --

Config.Vocation = 'knight'

Config.Backpacks = {
['1. Loot'] = 'Red Backpack',
['2. Gold'] = 'Orange Backpack' -- Needs to be always last
}

Config.Potions = {
{ name = 'mana potion', max = 150, min = 50 },
{ name = 'health potion', max = 40, min = 10 }
}

Config.ConvertOtsItems = true -- Convert Items on OpenTibiaServers (ie. will convert gold to platinum, flasks to platinum etc)

Config.Cap = 100

Config.Money = {
Disabled = false, -- do not withdraw 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.SoftBoots = {
Enabled = false,
PercentEquip = 60,
PercentDequip = 99,
Normal = 3079
}

Config.Prices = { -- HUD Prices
-- Examples
-- [3271] = { value = 789, price = 321 },
-- ['stone skin amulet'] = { value = 12345 }
}

Config.HUD = {
enabled = true,
hideList = false,
icons = false,
file = '[40+ EK] Barbarian Camp MEDIUM'
}

-- [[ ADVANCED SETTINGS ]] --

Config.Shooter = {
{ enabled = false, spell = 'exori ico', count = 1, mana = 50, minhp = 0, maxhp = 100, creatures = 'barbarian bloodwalker' }
}