PDA

View Full Version : HELP ME with deposit items :<



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 :)

Bushu
03-06-2013, 07:15 PM
Use more backpacks and set less loot to every backpack

kamilekxd
03-06-2013, 09:11 PM
''so it mean that 1 item = 1 bp and if this bp is full bot go back to resp with item''

"Use more backpacks and set less loot to every backpack"

HOW? I want use only 2 bp 1-stuckable and 2-nonstuckable(woi, d shields etc)[you know bp in bp bp in bp...] but i cant set it. Anyone help me?

kamilekxd
03-09-2013, 12:31 PM
bump

jak mam zrobic zeby wszystkie te itemy trafialy do 1 bp a jak sie zapelni ten 1 bp to zeby otwieral kolejny? jakis skrypt na to?