tradeskilldepot
This contains information related to a tradeskill depot.
Members
Type |
Member |
Description |
int |
Count |
Returns the number of item stacks in the tradeskill depot. |
int |
Capacity |
Returns the total capacity of the tradeskill depot. |
bool |
Enabled |
Returns whether the tradeskill depot is enabled or not. It requires the Night of Shadows expansion. |
bool |
ItemsReceived |
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. |
item |
FindItem[ # ] |
Find an item with the given item ID in the tradeskill depot. |
item |
FindItem[name] |
Find an item by partial name in the tradeskill depot. Prefix with "=" for an exact match. |
int |
FindItemCount[ # ] |
Find the number of items with the given item ID in the tradeskill depot. |
int |
FindItemCount[name] |
Find the number of items by partial name in the tradeskill depot. Prefix with "=" for an exact match. |
item |
SelectedItem |
Returns the currently selected item in the tradeskill depot window. |
Methods
Name |
Action |
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. |