From the wonderful RedGuides Wiki
This command is added by EverQuest, 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
|
/cast [ <#> | list | <"spellname"> | item <"itemname"> ] [ loc <x y z> ]
|
Description
|
Casts the spell in the specified gem. MacroQuest adds additional functionality: cast by spell name, use items that have a "click" spell effect, and cast splash spells at a specific location.
|
|
Options
Category |
Option |
Description |
EverQuest |
<#> |
The gem # you'd like to cast. This is a default EverQuest function. |
MacroQuest |
list |
list of spells currently memorized and their gems |
<"spellname"> |
The name of the spell you'd like to cast. Wrapping in quotes may help with multiple words. |
item <"item name"> |
This argument requires the name of the item you'd like to cast. |
<spell> loc <x y z> |
For splash spells that use a "ground" target, providing a location will cast the splash spell at that location.
If a location for the splash spell is not provided, it will cast it either on your target's location, or if no target, your own location. |
Examples
- /cast "Complete Healing"
- /cast 1
- /cast item "mana robe"
- /cast list
- /cast "Reforming Splash" loc 123 456 789
See also