TLO:FindItem

From MacroQuest Wiki

Contents

Description

Object which is the found item on your character, a corpse, or a merchant by partial name match. Using =name will only find an exact match.

Forms

item FindItem[name] Returns item on your character, a corpse, or a merchant by partial name match
item FindItem[=name] Returns item on your character, a corpse, or a merchant by exact name match

Access to Types

Examples

   /itemnotify ${FindItem[=Water Sprinkler of Nem Ankh].InvSlot} leftmouseup

Picks up your cleric epic from your corpse

   /itemnotify ${FindItem[swirling].InvSlot} leftmouseup

Picks up any item containing the word swirling from the opened corpse

See Also