i want know what i can do for open the new system of depots i was try using "depot chest XVI "
but dont works !!!
Printable View
i want know what i can do for open the new system of depots i was try using "depot chest XVI "
but dont works !!!
either add setfavoritedepot(16) before you depot action, or just move the bp to chest I, prolly easier for you
I have the same problem here. I tried everything I read here and the backpack's still not working. Please help us!
and which box are you trying to use? what depot action do you have? etc etc. opendepot() will open box 1 by default
I'm using all my backpack in Depot 1. But all my scripts open Depot 1 and get stuck there. It does not open the Main Depot Backpack. I really don't know what is the problem since it opens the Depot 1.
And which script are you using? What's the depot action?
I'm using Liberty Bay's Wyrm x2 by IMBA. I can't tell what is the action, I'm not a scripter :(
I guess this is the action.
-- Depositing
setsetting('Looting/OpenNextBP', 'no')
reachgrounditem("depot")
closewindows()
waitping()
while (windowcount(lootBp) < 1) do
openitem(0, "back")
waitping()
openitem(lootBp)
waitping()
resizewindows()
end
while itemcount(lootBp, lootBp) > 0 do
openitem(lootBp, lootbp, false)
waitping()
end
depotaction('maindpbp', 'lootbp', {'a', 'stackdpbp', 'b', 'lootdpbp'})
waitping()
higherwindows(lootBp, true)
waitping()
higherwindows(mainDpBp, true)
Fixed guys. Thanks for your time!
How u do bro?
i use this action please help me
openitem("depot")
wait(700,900)
openitem(3502, "locker")
wait(700,900)
openitem(MainDpBp, "depot chest")
wait(700,900)
depotdeposit_ib(LootDpBp, "Norse Shield", "Shard", "Glacier Shoes")
wait(700,900)
depotdeposit_ib(StackableDpBp, "Frost Giant Pelt")
wait(700,900)
openitem(LootBp, LootBp)
wait(700,900)
depotdeposit_ib(LootDpBp, "Norse Shield", "Shard", "Glacier Shoes")
wait(700,900)
depotdeposit_ib(StackableDpBp, "Frost Giant Pelt")
wait(700,900)
place all in box 1
opendepot()
wait(700,900)
openitem(MainDpBp, "depot chest")
wait(700,900)
depotdeposit_ib(LootDpBp, "Norse Shield", "Shard", "Glacier Shoes")
wait(700,900)
depotdeposit_ib(StackableDpBp, "Frost Giant Pelt")
wait(700,900)
openitem(LootBp, LootBp)
wait(700,900)
depotdeposit_ib(LootDpBp, "Norse Shield", "Shard", "Glacier Shoes")
wait(700,900)
depotdeposit_ib(StackableDpBp, "Frost Giant Pelt")
wait(700,900)
Thanks :DDD
Problem solved here. @Nastek copy the adjustments made by ozzix and edit backpack names, according to your setup.
How to fix this depositer?
"-- Crazy Depositer works?
depotaction('maindpBp', 'lootbp', {'az','stackbp','b','rarebp'})
closewindows()
waitping()"
"--Backpacks to depositing..
setsetting('Looting/OpenNextBP', 'no')
wait(200,300)
reachgrounditem("depot")
wait(1000,1200)
closewindows()
wait(1000)
while (windowcount(LootBP["name"]) == 0) do
closewindows()
waitping()
openitem(MainBP["name"], 'back')
waitping()
openitem(LootBP["name"], MainBP["name"], false)
waitping()
end
while itemcount(LootBP["name"], LootBP["name"]) > 0 do
openitem(LootBP["name"], LootBP["name"], false)
waitping()
end"
cant see anything wrong with that action nastek, what doesnt work?
bps works but:
"error in Action script wptid:10:
[" if (gold() ~= TOTAL) then"]:Action: 10:24 attempt to call global 'gold' (a string value)"
and wptid:10
while (windowcount(SuppBP["name"]) == 0) do
closewindows()
waitping()
openitem(MainBP["name"], 'back')
waitping()
resizewindows()
waitping()
openitem(SuppBP["name"], MainBP["name"], true)
waitping()
resizewindows()
waitping()
end
local CASH = {
AMMO = positive(getuseroption("MpToBuy") - itemcount("great mana potion")) * 120,
MANA = positive(getuseroption("SdToBuy") - itemcount("sudden death rune")) * 118,
SOFTS = getuseroption("SoftBootsRefiller") and itemcount("worn soft boots")*10000 or 0,
TRAVEL = 5000
}
local TOTAL = CASH.AMMO + CASH.MANA + CASH.SOFTS + CASH.TRAVEL
if (gold() ~= TOTAL) then
reachcreature("Murim")
wait(1000,1200)
npctalk("hi", "deposit all", "yes", "withdraw " .. TOTAL, "yes", "balance")
end
wait(1000)
if (gold() ~= TOTAL) then
gotolabel($wptid-1)
end
Thank you so much, Ozzix
hmmm i didnt see gold = 'gold' in this scrpit ;c