XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: About DepositItems()

  1. #1

    Join Date
    Aug 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    About DepositItems()

    I need a little help over here


    Does the Self.DepositItems function goes to the next backpack if the first one is full?

    there is a way to deposit only rares inside, lets say, Dragon Backpack and non stackable items inside Expedition?


    i downloaded lots of .lua scripts but none of them appears to have this kind of deposit function.


    Thanks and sorry for my bad english ^^

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Posts
    718
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Q1: Does the Self.DepositItems function goes to the next backpack if the first one is full?
    A: yes it does go to the next backpack. when i hunt drags i have 1 bp full and it goes and opens the one inside it.

    Q2: is there
    a way to deposit only rares inside, lets say, Dragon Backpack and non stackable items inside Expedition?
    A: yes there is it, you put your 2 bps on the depo and have stackable backpack and non stackable backpack next to it.
    PHP Code:
    Self.DepositItems({11457,0}) ----this one is the first slot in the dp
    Self
    .DepositItems({3322,1})  ----this one is the seccond slot in the dp
    Bought 193 RP from theefidyzed

    view my All Paladin Project.


  3. #3

    Join Date
    Jan 2013
    Posts
    20
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by desche188 View Post
    Q1: [COLOR=#333333]Does the Self.DepositItems function goes to the next backpack if the first one is full?
    A: yes it does go to the next backpack. when i hunt drags i have 1 bp full and it goes and opens the one inside it.[/php]
    I think its not the expected answer. DepositItems() is used to deposit into Depot. Looter go to the next backpack, but when you use DepositItems() to take item from bp into Depot, I think it dont use multiple backpacks...

    Right?

Posting Permissions

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