Signup Now
Results 1 to 3 of 3
  1. #1
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21

    Need some Help to change this

    PHP Code:
    depotaction('maindpbp''lootbp', {'a','stackitemsdpbp','b','nostackitemsdpbp'})
     
    wait(500,1000
    i would like to add a backpack in this depositaction because here is my lootsetup

    stackitems = mainbp
    nostackitems = lootbp

    Thanks everyone

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    depotaction('maindpbp', 'lootbp', {'b', 'nostackitemsdpbp'})

    local stackitemsbp = getlootingdestination('stackitemsdpbp')
    local maindpbp = getlootingdestination('maindpbp')
    foreach lootingitem i 'a' do
    moveitemsonto(i.id, stackitemsdpbp, maindpbp)
    end


    This should work.

  3. #3
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21
    ill give a try thanks for your fast answer dude

 

 

Posting Permissions

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