PDA

View Full Version : Bot not minimizeing the backpaks



Dawid93
12-30-2014, 05:00 PM
Any reason for it the bot dost minimize them after re-checking all bp's in depo then goes to shop buy pots etc and close down the last window as there is no room . One resp he gets stuck and stay in place as the bp for gold is close in mana shop ... ;/
Any help is wellcome.
Sea Serpents Script

Nakuu
12-30-2014, 05:01 PM
Can't help you if you don't show us your backpacks opener code.

Dawid93
12-30-2014, 06:22 PM
function onLabel(label)
if(label == "Backpacks") then
Client.HideEquipment()
repeat
Self.CloseContainers()
wait(200, 400)
Self.OpenMainBackpack(true):OpenChildren({_supplie sBackpack, true}, {_stackBackpack, true}, {_rareBackpack, true}, {_goldBackpack, true})
wait(200, 400)
until SolidScripts.CheckBackpacks(5)

Is this the code for bp's

Nakuu
12-30-2014, 06:29 PM
Are you playing on real tibia and are you using the latest XenoBot version? Backpack minimizer have been greatly improved recently.

maroxy
12-30-2014, 06:59 PM
function onLabel(label)
if(label == "Backpacks") then
Client.HideEquipment()
repeat
Self.CloseContainers()
wait(200, 400)
Self.OpenMainBackpack(true):OpenChildren({_supplie sBackpack, true}, {_stackBackpack, true}, {_rareBackpack, true}, {_goldBackpack, true})
wait(200, 400)
until SolidScripts.CheckBackpacks(5)

Is this the code for bp's

Supplies backpack should be:

{_suppliesBackpack, true}