PDA

View Full Version : Looting&Depositer script



SlyadJP
11-18-2015, 08:59 AM
Hello guys, i need this script:
have 3 BP in main, jewweled for supply, golden for stack items and red for nonstack, script must open bp in new window inside nonstack and minimalize them beacuse if it will be just open next BP looter dont be deposit them..


BP1 = "Golden Backpack"
BP2 = "Jewelled Backpack"
BP3 = "Purple Backpack"
BP4 = "Purple Backpack"
BP5 = "Purple Backpack"
BP6 = "Purple Backpack"
BP7 = "Purple Backpack"
BP8 = "Purple Backpack"

Minimize = true

Module.New("ResetBP", function()
if (#Container.GetAll() < 9) then
Walker.Delay(5000)
Self.CloseContainers()
wait(1000)
Self.OpenMainBackpack(true):OpenChildren({BP1, Minimize}, {BP2, Minimize}, {BP3, Minimize}, {BP4, Minimize}, {BP5, Minimize}, {BP6, Minimize}, {BP7, Minimize}, {BP8, Minimize})
end
wait(1000,1200)
end

can i put random BP inside red and write it there? will be open and minimalize?

SlyadJP
11-18-2015, 04:23 PM
anyone?

SlyadJP
11-19-2015, 08:03 AM
any?:((((

seba2632
11-19-2015, 10:16 AM
I don't understand what you mean :s

SlyadJP
11-19-2015, 07:05 PM
i mean:
Inside main BP(bp of holding) i have 3 more bps.
Supply- jewweled
Nonstack items- gold
Stack- red
and in red bp i have 10 more red one in one. script must opens all bps and minimalize them. i can make a script which will be just open next bp when last is full but in this time deposit script will be didnt work... tzn. he will be just depositing with the last open bp and i dont want that.. naw you know what i want?xd

SlyadJP
11-20-2015, 03:04 PM
help me plx