TLO:FindItemBank
Find items in your bank
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
item | FindItemBank[#|name] | Returns item in your bank. Accepts item ID, partial name matches, and for exact name match use =name. |
Access to Types
Type | Description |
---|---|
item | Contains data about items |
Examples
- If the item is found, the name of the item will be echoed.
/echo ${FindItemBank[=Swirling Shadows]}
- Will return Bank's item slot
/echo ${FindItemBank[=Swirling Shadows].ItemSlot}