TLO:FindItemBankCount

From the wonderful RedGuides Wiki

Find number of items in bank by item name or ID

This TLO is added by MacroQuest

Forms

Type Member Description
int FindItemBankCount[#|name] Find items in bank by item ID or name. Partial name accepted, use =name for exact match.

Access to Types

Type Description
int Data related to integers

Examples

  • Returns how many Swirling Shadows you have in your bank

/echo ${FindItemBankCount[=Swirling Shadows]}


See also