I am looking for a macro snippet that will find an item and put it on the cursor.
I had one but it doesnt work, it was also clumsy. Any ideas how to do it elegantly?
Gnits
Moderator: MacroQuest Developers

Code: Select all
/ctrl /itemnotify ${FindItem[=${itemname}].InvSlot} leftmouseupAbsolutely perfect and helpful... Took a couple of tries to realized i had to have the exact name... but thats a simple matter.dont_know_at_all wrote:Code: Select all
/ctrl /itemnotify ${FindItem[=${itemname}].InvSlot} leftmouseup
Code: Select all
$FindItem[$(itemname}.InvSlot}