WoW:MACRO usetalents: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added in 3.1)
 
(Added mention to [spec] option plus example)
Line 8: Line 8:
:none
:none


== Options ==
:;spec : Using [spec:1-2] allows the macro to decide whether or not to carry out the command


== Arguments ==
== Arguments ==
:;talentset : Identifies talent spec to swap to (1-2)
:;talentset : Identifies talent spec to swap to (1-2)
== Example ==
*This is a basic macro for switching specs using one button
/usetalents [spec:1] 2; 1

Revision as of 06:42, 1 October 2010

Slash commands


Swap to a saved talent spec

/usetalents talentset

Aliases

none

Options

spec
Using [spec:1-2] allows the macro to decide whether or not to carry out the command

Arguments

talentset
Identifies talent spec to swap to (1-2)

Example

  • This is a basic macro for switching specs using one button
/usetalents [spec:1] 2; 1