XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 2 of 2

Thread: Move Spears from Depot to Backpack

  1. #1

    Join Date
    Feb 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Move Spears from Depot to Backpack

    Hello, i need function for move spears from depot slot to backpack?
    Anyone can help me?

  2. #2
    Lifetime Subscriber
    Join Date
    Aug 2012
    Location
    Stockholm, Sweden
    Posts
    428
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    --- Self withdraw items
    -- Withdraws a specific amount of a specific item from a specific slot to a specific container
    -- @ Class Self
    -- @ param slot the depot container's slot
    -- @ param ... item's name or id, toContainer, amount
    -- @return boolean true or false
    function Self.WithdrawItems(slot, ...)


    You can use this

    lua code:
    Self.WithdrawItems(0, {"boots of haste", "blue backpack", 100})


    I think
    Last edited by krille09; 03-15-2016 at 08:17 PM.
    Belden's Free Scripts
    Belden's Quest Scripts

    Bought Lifetime Subscription from Fractal
    Bought TeamSpeak 3 Service from Sikkness
    Bought Leveling Service from Y2Quakepc2

Posting Permissions

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