Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Useful macros
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Swapping Talents, Equipment and Stances == <span style="font-size:14px;">Swap Current Dual-Spec</span> /run if( GetActiveTalentGroup() == 1 ) then DEFAULT_CHAT_FRAME:AddMessage("Spec1...");SetActiveTalentGroup(2) else DEFAULT_CHAT_FRAME:AddMessage("Spec2...");SetActiveTalentGroup(1) end /in 6 /equipset [spec:2]Eq1;Eq2 * Credit: Earthsoul of Thunderhorn, many thanks to Desiday of Antonidas for inspiration * Use: "Quickly" swaps your Primary/Secondary talent specs. * Note: Also changes your equipped item set, only need to change the name of Eq1 and Eq2 * Requires: Libraries such as Ace or Chronos, that supply '<code>/in'</code> as a command, and will not work without. * Works in 3.1.1 === Swap Set then Spec === /equipset [spec:1] PSS ; SSS /usetalents [spec:1] 2; [spec:2] 1 *Use: Here is one that switches the set before the spec (may avoid some errors). *Note: Just have to replace PSS with the name of your primary spec set, and SSS with the name of your secondary spec set.</span> === Swap Equipment and Stance === /equipset [spec:1] <Secondary Set Name>; <Primary Set Name> /cast [spec:1] <Secondary Stance>; <Primary Stance> /usetalents [spec:1] 2; 1 *Use: This macro will switch your talent spec and put you into the respective gear and stance. === Swap Equipment and Stance 2 === #show [spec:1] <Secondary Stance>; [spec:2] <Primary Stance> /usetalents [button:1,spec:1] 2; [button:1,spec:2] 1 /equipset [button:2,spec:1] <Primary Set Name>; [button:2,spec:2] <Secondary Set Name> /cast [spec:1] <Primary Stance>; [spec:2] <Secondary Stance> *Use: Here is an alternate version for fury warriors that cannot use the above macro due to Titan's Grip. *Note: Left click swaps the talent spec, right click swaps gear and stance. === One Button Spec, Stance, Equipment === /cast [stance:3] Defensive Stance; [Stance:1] Berserker Stance /usetalents [spec:1] 2; [spec:2] 1 /in 5.30 /equipset [spec:1] Tank ; DPS *Use: A one button spec, stance and equipment interchanger, caters for Furry Warriors Titan's Grip === Offhand Weapon Switching === #showtooltip [mod] 0 16; 17 /equipslot 17 0 16 *Use: manage off-hand weapons *Note: You might find yourself in a situation where you have two offhand weapons with the same name but different poisons on them and you want to switch between them quickly. Or perhaps you just want to alternate between two offhand weapons with just one hotkey. *Keep your alternate dagger in the sixteenth slot (lower right corner) of your main (rightmost) backpack. *The number 17 refers to your offhand weapon slot. #showtooltip makes the macro's icon and tooltip display the icon of the equipped weapon, or hold down a modifier key (say Alt) and it will display the icon of the weapon that's ready to be switched in. *Works in 3.2.2
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)