WoW:MACRO startattack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
No edit summary
Line 11: Line 11:
== Arguments ==
== Arguments ==
:;[[UnitId]] : Unit ID of target to attack.
:;[[UnitId]] : Unit ID of target to attack.
== Optionset ==
Options such as @target, mod, etc will work, as in
/startattack [mod:alt,@party1target]


== Notes ==
== Notes ==
:If no target is specified, you will attack your current target; if you have no current target, you will attempt to acquire the closest hostile target in front of you and attack.
:If no target is specified, you will attack your current target; if you have no current target, you will attempt to acquire the closest hostile target in front of you and attack.

Revision as of 00:03, 8 November 2011

Slash commands


Turn on auto-attack and engage a target.

/startattack unitid

Aliases

none


Arguments

UnitId
Unit ID of target to attack.


Optionset

Options such as @target, mod, etc will work, as in /startattack [mod:alt,@party1target]


Notes

If no target is specified, you will attack your current target; if you have no current target, you will attempt to acquire the closest hostile target in front of you and attack.