Get item

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

Gnits
a snow griffon
a snow griffon
Posts: 371
Joined: Fri Jun 03, 2005 7:56 pm

Get item

Post by Gnits » Fri Dec 07, 2007 9:51 pm

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

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Fri Dec 07, 2007 10:27 pm

Code: Select all

/ctrl /itemnotify ${FindItem[=${itemname}].InvSlot} leftmouseup

Gnits
a snow griffon
a snow griffon
Posts: 371
Joined: Fri Jun 03, 2005 7:56 pm

Post by Gnits » Sat Dec 08, 2007 7:58 am

dont_know_at_all wrote:

Code: Select all

/ctrl /itemnotify ${FindItem[=${itemname}].InvSlot} leftmouseup
Absolutely perfect and helpful... Took a couple of tries to realized i had to have the exact name... but thats a simple matter.

xomega1
a ghoul
a ghoul
Posts: 134
Joined: Mon Jun 19, 2006 6:02 pm

Post by xomega1 » Thu Dec 13, 2007 7:27 pm

Code: Select all

$FindItem[$(itemname}.InvSlot}
Will find an item without being the exact name.

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Get item

Post by xyilla » Mon Jan 12, 2026 7:53 am