Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Mar 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0

    Move Backpack into a backpack of the same color.

    Hi Folks,

    I'm trying to figure out the wat I could use moveitems or any other function to move a backpack into another backpack of the same color.

    ie: I'm buying 3 green backpack to loot golds..


    Thanks

  2. #2
    Free User oliveraf's Avatar
    Join Date
    Dec 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0
    A lot easier if you just put one inside of the other one and check "open next bp" at looting section... I don't think that is possible to identify two backpacks of the same color because they have the same ID, that's why when you create or use a script, you need to put different bps on depot and set them all.

    I think it will probably bug but If you want to try anyways:

    auto(900)
    if itemcount('gold coin', 'green backpack') >= 1800 then
    moveitems('green backpack', 'green backpack', '1')
    wait(800)
    openitem('green backpack', 'green backpack')
    wait(300, 500)
    end


    Good luck!
    Please let us know if that works...

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •