| tags |
|
|---|
This contains information related to a tradeskill depot.
: Returns the total capacity of the tradeskill depot.
: Returns the number of item stacks in the tradeskill depot.
: Returns whether the tradeskill depot is enabled or not. It requires the Night of Shadows expansion.
: Find an item with the given item ID in the tradeskill depot.
: Find an item by partial name in the tradeskill depot. Prefix with "=" for an exact match.
: Find the number of items with the given item ID in the tradeskill depot.
: Find the number of items by partial name in the tradeskill depot. Prefix with "=" for an exact match.
: Returns whether the tradeskill depot has been populated with items. The window must be opened at least once for the depot to be populated with items.
: Returns the currently selected item in the tradeskill depot window.
| Name | Action |
|---|---|
| DepositItem | Deposit the item on cursor into the tradeskill depot. |
| SelectItem[name] | Select an item with the given name |
| WithdrawItem | Withdraw the selected item from the tradeskill depot. Will create a quantity window if there is more than one item in the stack. |
| WithdrawItem[name] | Withdraw the given item name from the tradeskill depot. Will create a quantity window if there is more than one item in the stack. |
| WithdrawStack | Withdraw a full stack of the selected item from the tradeskill depot. |
| WithdrawStack[name] | Withdraw a full stack of the given item name from the tradeskill depot. |