kamilekxd
03-06-2013, 06:49 PM
hello ;p
how can i deposit items all no stackable items to 1 bp and inside this bp is another bp etc, becouse my bot dont dopen new backpack and i have to do it manually or he go back to resp with the items if he dont have any empty slot in backpack?
my script look like this :
setWalkerEnabled(true)
elseif (Label == "Depot") then
setBotEnabled(false)
Self.ReachDepot()
Self.DepositItems(
{5920, 0}, -- green dragon scale
{11457, 0}, -- dragon tail
{5877, 0}, -- green dragon leather
{236, 0}, -- strong health potion
{3029, 0}, -- small sapphire
{5882, 0}, -- red dragon scale
{3028, 0}, -- small diamond
{17817, 0}, -- cheese cutter
{17809, 0}, -- bola
{17819, 0}, -- earflap
{17818, 0}, -- cheesy figure
{3061,0}, -- liofe crystal
{3386,2}, -- dragon scale mail
{3392,2}, -- royal helmet
{7402,2}, -- dragon slayer
{17846,8}, -- leather harnes
{7399,2}, -- dragon lord trophy
{3297,3}, -- serpent sword
{3322,4}, -- dragon hammer
{3416,5}, -- dragon shield
{3301,1}, -- broadsword
{3071,6}, -- wand of inferno
{3428,2}, -- tower shield
{7430,7}, -- dragonbone staff
{3280,2} -- fire sword
)
setBotEnabled(true)
so it mean that 1 item = 1 bp and if this bp is full bot go back to resp with item
help me :p
thank you :)
how can i deposit items all no stackable items to 1 bp and inside this bp is another bp etc, becouse my bot dont dopen new backpack and i have to do it manually or he go back to resp with the items if he dont have any empty slot in backpack?
my script look like this :
setWalkerEnabled(true)
elseif (Label == "Depot") then
setBotEnabled(false)
Self.ReachDepot()
Self.DepositItems(
{5920, 0}, -- green dragon scale
{11457, 0}, -- dragon tail
{5877, 0}, -- green dragon leather
{236, 0}, -- strong health potion
{3029, 0}, -- small sapphire
{5882, 0}, -- red dragon scale
{3028, 0}, -- small diamond
{17817, 0}, -- cheese cutter
{17809, 0}, -- bola
{17819, 0}, -- earflap
{17818, 0}, -- cheesy figure
{3061,0}, -- liofe crystal
{3386,2}, -- dragon scale mail
{3392,2}, -- royal helmet
{7402,2}, -- dragon slayer
{17846,8}, -- leather harnes
{7399,2}, -- dragon lord trophy
{3297,3}, -- serpent sword
{3322,4}, -- dragon hammer
{3416,5}, -- dragon shield
{3301,1}, -- broadsword
{3071,6}, -- wand of inferno
{3428,2}, -- tower shield
{7430,7}, -- dragonbone staff
{3280,2} -- fire sword
)
setBotEnabled(true)
so it mean that 1 item = 1 bp and if this bp is full bot go back to resp with item
help me :p
thank you :)