WoW:MACRO usetalents: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added the option in the usage line for further clarification.)
Line 3: Line 3:


Swap to a saved talent spec
Swap to a saved talent spec
  /usetalents [options] talentset
  /usetalents [options] talentsets


== Aliases ==
== Aliases ==
Line 12: Line 12:


== Arguments ==
== Arguments ==
:;talentset : Identifies talent spec to swap to (1-2)
:;talentset wyz: Identifies talent spec to swap to (1-2)


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

Revision as of 00:03, 30 May 2015

Slash commands


Swap to a saved talent spec

/usetalents [options] talentsets

Aliases

none

Options

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

Arguments

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

Example

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