donwicho
09-07-2013, 04:50 AM
how can i make this lua code i think its missing and end but i have no idea how to put it
-----------------------------------------------------------------------------------------------------------------------
--- BP Settings ---
local GoldBP = "Orange backpack" --- Your gold backpack (use same colors inside)
local LootBP = "Fur backpack" --- Your loot backpack
--- Depot Info ---
--- Your #1 BP inside depot will recieve non-stackables.
--- Your #2 BP inside depot will recieve stackables.
--- Your #3 BP inside depot will recieve life rings.
-----------------------------------------------------------------------------------------------------------------------
--- Hunt Settings ---
local CapLeave = 100 --- Leave spawn if cap is below this.
local LeavePots = 70 --- Leave spawn if mana potions is below this.
local ManaBuy = 300 --- Amount of mana pots to bring on hunt.
local HPBuy = 10 --- Leave spawn if HP potions is below this.
local HPLeave = 5 --- Amount of HP pots to bring on hunt.
local HuntTower = false --- Do you want to hunt the tower? (Ice Witch etc) Recommended 90+
-----------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------
--- BP Settings ---
local GoldBP = "Orange backpack" --- Your gold backpack (use same colors inside)
local LootBP = "Fur backpack" --- Your loot backpack
--- Depot Info ---
--- Your #1 BP inside depot will recieve non-stackables.
--- Your #2 BP inside depot will recieve stackables.
--- Your #3 BP inside depot will recieve life rings.
-----------------------------------------------------------------------------------------------------------------------
--- Hunt Settings ---
local CapLeave = 100 --- Leave spawn if cap is below this.
local LeavePots = 70 --- Leave spawn if mana potions is below this.
local ManaBuy = 300 --- Amount of mana pots to bring on hunt.
local HPBuy = 10 --- Leave spawn if HP potions is below this.
local HPLeave = 5 --- Amount of HP pots to bring on hunt.
local HuntTower = false --- Do you want to hunt the tower? (Ice Witch etc) Recommended 90+
-----------------------------------------------------------------------------------------------------------------------