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?
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?