Signup Now
Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 48
  1. #21
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    You forgot to give "" after name of some backpack or wrong name of BP

  2. #22
    Free User stmaster's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    222
    Reputation
    24
    Rep Power
    21
    awesome.. I just learned somethign new =D

    wow... this bot is incredible!

  3. #23
    Free User rick_mandela's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    60
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by manuena View Post
    i got this error and fail the depositation
    This error is happening because certainly you are using resizewindows() like this, without destination, like me

  4. #24
    Free User Rysiaczek's Avatar
    Join Date
    Jan 2014
    Location
    Poland - Tychy
    Posts
    41
    Reputation
    13
    Rep Power
    0
    I used

    local sellLoots = getuseroption('sellLoots')

    if sellLoots=='no'
    then
    depotaction('maindpbp', 'lootbp', {'ds','so','stackitemsdpbp','dn','sn','nostackitem sdpbp'})
    wait(500,1000)
    else
    depotaction('maindpbp', 'lootbp', {'ds','stackitemsdpbp','dn','nostackitemsdpbp'})
    wait(500,1000)
    end

    This action work good but I've got message: Couldn't find item named ''.
    Last edited by Rysiaczek; 02-06-2014 at 02:18 PM.

  5. #25
    Banned
    Join Date
    Jan 2014
    Location
    MURICA
    Posts
    49
    Reputation
    10
    Rep Power
    0
    depotaction('MAINDPBPNAME', 'MAINLOOTBP', {'LOOTCATEROGYSTACK','STACKITEMSBPINDP','LOOTCATEG ORYNONSTACK','NOSTACKITEMSBPINDP'})
    I don't understand why we need 2 backpacks in the beginning.
    The code makes no sense.

    So here is what I think it will do if I understood it right (I didn't test it yet):

    Open depot -> Open locker -> Open a bp (main dp bp) -> open ANOTHER backpack (main loot bp)

    And inside this "main loot bp" we have our stack + non-stack backpacks.

    Why does it open TWO backpacks in the beginning?

    Why not just MainDPbp -> Stack+non-stack

    Why this "mainlootbp"??


    So inside dp I must put:

    1) a main dp bp
    2) a main loot bp (inside main dp bp) <--------- why do I need this??
    3) stack bp (inside main loot bp)
    4) non-stack bp (inside main loot bp)

    The nr 2 (main loot bp) is useless...

  6. #26
    Free User
    Join Date
    May 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    please help with this... someoen needs to explain a LITTLE bit better.. for us dummies

  7. #27
    Free User
    Join Date
    Jun 2014
    Posts
    173
    Reputation
    33
    Rep Power
    20
    action does not deposit more then 1 lootbp

    i mean if i have 2 loot bp it wont dposit second :S

  8. #28
    Free User
    Join Date
    Jul 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Hello, thanks for your help! But i'm stuck in the first steps haha

    My char goes to the depot, open the depot chest and open the right bp there, but when it suposed to open the loot bp, inside my main backpack, it keep showing this annoying message:
    "(Action: ) Couldn't find item named ''. Future warnings for this script will be shown in the Debug Script Log.
    '' does not contain a valid 'backpack name'"
    And that's how my depotaction looks like: depotaction('Blue Backpack', 'Backpack', {'a','Blue Backpack','b','Blue Backpack'})
    Does anyone know what i am doing wrong?

  9. #29
    Free User
    Join Date
    Jul 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by jeffery View Post
    I don't understand why we need 2 backpacks in the beginning.
    The code makes no sense.

    So here is what I think it will do if I understood it right (I didn't test it yet):

    Open depot -> Open locker -> Open a bp (main dp bp) -> open ANOTHER backpack (main loot bp)

    And inside this "main loot bp" we have our stack + non-stack backpacks.

    Why does it open TWO backpacks in the beginning?

    Why not just MainDPbp -> Stack+non-stack

    Why this "mainlootbp"??


    So inside dp I must put:

    1) a main dp bp
    2) a main loot bp (inside main dp bp) <--------- why do I need this??
    3) stack bp (inside main loot bp)
    4) non-stack bp (inside main loot bp)

    The nr 2 (main loot bp) is useless...
    As far as i understood, "main loot bp" is the bp inside YOUR main backpack, where the bot is keeping the items in your cap, not inside the depot bp

  10. #30
    Free User
    Join Date
    Jul 2014
    Posts
    20
    Reputation
    10
    Rep Power
    0
    Why cant you deposit stuff from your mainbp?

 

 

Posting Permissions

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