TLO:FindItem
From MacroQuest Wiki
Contents |
[edit]
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.
[edit]
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 |
[edit]
Access to Types
- item item
[edit]
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
[edit]
