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
|
/face [predict] [fast] [nolook] [away] [ alert # | loc y,x,z | heading angle | item | door | id # | name ]
|
Description
|
Turns your character to face a target, door, item or location at comparable speeds to pressing the left, right, lookup, and lookdown keys.
Some of the options are listed below:
|
|
Options
Option |
Description |
predict |
Returns an estimated distance/location, unless the target is stationary |
fast |
Faces you instantly |
nolook |
Faces your target without changing your vertical viewing angle (looking up/down at the target) |
away |
Turns you the opposite direction of your target |
name |
Considered a Spawn search |
Examples
Example
|
Description
|
/face
|
Turns you to face and look at your selected target
|
/face nolook
|
Faces your target without changing your vertical view angle
|
/face fast
|
Immediately turns your character to face and look at your target
|
/face fast predict
|
Immediately turns your character to face and look at your target's estimated position
|
/face fast nolook
|
Immediately turns your character to face your target without changing your vertical view angle
|
/face item
|
Faces and looks at the item following an /itemtarget
|
/face fast item
|
Immediately faces and looks at the item following an /itemtarget
|
/face loc y,x,z
|
Faces the given loc (note: no spaces in 'y,x,z' portion)
|
See also