Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0

    Next backpack in ground

    I need open Next Bp
    the backpack in ground Beach Backpack And Golden Backpack
    Golden Backpack Finish a strong mana
    Beach backpack full slotbp.jpg

  2. #2
    Free User Eldar's Avatar
    Join Date
    Dec 2013
    Posts
    2,385
    Reputation
    63
    Rep Power
    26
    I didn't understand much from your post, but I think you can just select Open Next BP in Looting.

  3. #3
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    712
    Reputation
    50
    Rep Power
    23
    @laerciooz


    I am with Eldar on this one not 100% sure what you need, but I think this is what you meant, I am not sure though sorry if it wasn't..


    init start
    local Potion = 'strong mana potion'
    local PotionBP = 'golden backpack'
    init end

    auto(1000)

    if itemcount(Potion, PotionBP) < 1 and itemcount(PotionBP, PotionBP) > 0 then
    openitem(PotionBP, PotionBP)
    wait(750,1000)
    end



 

 

Posting Permissions

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