PDA

View Full Version : Maximize Backpacks



viniluque
02-19-2017, 03:08 PM
hey bros! Is there any way to maximize backpacks? My check does not work because it does not see the potions when it is minimized

I use this:

elseif (labelName == "Backpacks") then
Walker.Stop()
wait(1000,2000)
Self.CloseContainers()
wait(2000,3000)
Self.OpenMainBackpack(true):OpenChildren({Item.Get ID(GoldBP), true}, {Item.GetID(LootBP), true})
wait(2000,3000)
Walker.Start()

thanks

damianek113092
02-19-2017, 03:41 PM
elseif (labelName == "Backpacks") then
Walker.Stop()
wait(1000,2000)
Self.CloseContainers()
wait(2000,3000)
Self.OpenMainBackpack(true):OpenChildren({_supplie sBackpack,true}, {_stackBackpack, true}, {_rareBackpack, true}, {_goldBackpack, true})
wait(2000,3000)
Walker.Start()




In config file add your supply backpack

for example




_mainBackpack = 'Buggy Backpack' -- name of main backpack
_suppliesBackpack = 'Zaoan Chess Box' -- name of mana backpack
_stackBackpack = 'Orange Backpack' -- name of backpack for stackable items
_rareBackpack = 'Red Backpack' -- name of backpack for non-stackable items
_goldBackpack = 'Purple Backpack' -- name of backpack for gold



Just add this to your config FIle And code above

suppliesBackpack = 'Name Of Your SUplies Bp' -- name of mana backpack