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
|
/click left | right [<mouseloc>]
|
Description
|
Clicks the left or right mouse button at your target or the location specified.
|
|
Options
Examples
Example
|
Description
|
/click left
|
Performs a left mouse click at the current mouse position
|
/click right target
|
Right-clicks your target
|
/shift /click right target
|
Loot everything on a targeted corpse
|
/click left switch
|
If you have a /doortarget will left click it
|
See also