WoW:MACRO cast: Difference between revisions

Added the talent condition.
(→‎Examples: 'target=self' is bogus, it has to be 'target=player' or '@player'. 'self' does not exist.)
(Added the talent condition.)
Line 27: Line 27:
Because '''target=''' is a command (not a condition), you can use multiple option sets to automatically cast the spell on the appropriate target (see Examples at bottom).
Because '''target=''' is a command (not a condition), you can use multiple option sets to automatically cast the spell on the appropriate target (see Examples at bottom).


:;actionbar ⇔ bar : If you are using this particular actionbar.  You must specify actionbar:# (#=action bar number).
;actionbar ⇔ bar : If you are using this particular actionbar.  You must specify actionbar:# (#=action bar number).
:;button ⇔ btn : If you clicked a particular button to cast the spell (button:#, where #=1-5, LeftButton, MiddleButton, RightButton, Button4, or Button5).
:;button ⇔ btn : If you clicked a particular button to cast the spell (button:#, where #=1-5, LeftButton, MiddleButton, RightButton, Button4, or Button5).
:;channeling : If you are channeling a spell.  You may optionally specify a specific spell using spell:''spellname''.
:;channeling : If you are channeling a spell.  You may optionally specify a specific spell using spell:''spellname''.
Line 48: Line 48:
:;[[Stance|stance ⇔ form]] : If you are in a particular stance.  May also use stance:# to specify a particular stance (#=stance number).
:;[[Stance|stance ⇔ form]] : If you are in a particular stance.  May also use stance:# to specify a particular stance (#=stance number).
:;spec : If you are using the specified talent specialization (spec:1 or spec:2).
:;spec : If you are using the specified talent specialization (spec:1 or spec:2).
:;talent<row>/<col> : If you are using the specified talent (talent:1/1 to talent:3/6).
:;stealth : If you are stealthed.
:;stealth : If you are stealthed.
:;swimming : If you are swimming.
:;swimming : If you are swimming.
Anonymous user