Command:/itemnotify

From the wonderful RedGuides Wiki

This command is added by MacroQuest

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /itemnotify [ < slotname | # >] | <bag slot> <slot # in bag> | <itemname> ] <notification>
Description Similar to the /click function, but does not involve the use of the mouse.

Options

Option Description
slotname Can be any one of the equipment slot names
<bag slot> <slot # in bag> Bagslot can be pack1-pack8 or bank1-bank16.
notification
  • leftmouseup

Puts the item on the cursor, or returns it to slotname if its already on the cursor (same as left clicking an inventory item).

  • leftmouseheld

Clicks and holds slotname. Used for making hotkeys.

  • rightmouseup

Casts the item, or opens the container. This is the same as right clicking an inventory slot.

  • rightmouseheld
Opens up the item display window.

Examples

Exchange the item in slot1 of pack8 with the item in your main hand:

 /itemnotify in pack8 1 leftmouseup
 /itemnotify mainhand leftmouseup
 /itemnotify in pack8 1 leftmouseup

Right-click your Shrunken Goblin Skull Earring:

 /itemnotify "Shrunken Goblin Skull Earring" rightmouseup

See also