Cytuj:
npcsay('hi')
wait(500,900)
npcsay('trade')
wait(550,850)
buyitemsupto(mananame, manatobuy)
wait(300,850)
if itemcount(healthname) < healthtobuy then
buyitemsupto(healthname, healthtobuy)
wait(500,1000)
end
to moje ustawienia z settings\\actions\\List\\setup
Cytuj:
-- ****** OPEN NPC CHAT MANUALLY!!!!!!*****
-- Backpack Setup:
mainbp = "Brocade Backpack" -- Main BP.
potbp = "Brocade Backpack" -- Bp to pots.
lootbp = "Blue Backpack" -- Loot BP
goldbp = "Orange Backpack" -- BP to gold.
maindpbp = "Fur Backpack" -- Main backpack on DP.
stackabledpbp = "Beach Backpack" -- BP to deposit stackable loot on dp.
lootdpbp = "Backpack" -- BP to deposit loot on dp.
-- Potions Setup:
mananame = "mana potion" -- Name of mana potion.
manaprice = 50 -- Price of mana potion to buy.
manatobuy = 50 -- How many mana potions to buy?
manatoback = 7 -- How many potions to back reffil?
healthname = "health potion" -- Name of health potion.
healthprice = 45 -- Price of health potion to buy
healthtobuy = 20 -- How many potions buy?
healthtoback = 5 -- How many potions to back reffil?
-- Depositer Loot Settings:
stackables = {"cyclops toe", "strong health potion", "brown piece of cloth", "Rotten Piece of Cloth", "pile of grave earth", "pelvis bone", "vial", "flask", "empty potion flask"}
lootitems = {"spiked squelcher", "club ring", "cyclps trophy", "wolf tooth chain", "dark helmet", "life ring"}