SHOW:
|
|
- or go back to the newest paste.
1 | Binds | |
2 | ` - mouseover focus | |
3 | Caps lock – Focus shiv | |
4 | F1 – Blind arena1 | |
5 | F2 – Blind arena2 | |
6 | F3 – Blind arena3 | |
7 | Mousewheel up - Target arena1 | |
8 | Mousewheel down - Target arena2 | |
9 | Middle Mouse button - Target arena3 | |
10 | Z - Focus arena1 | |
11 | X - Focus arena2 | |
12 | C - Focus arena3 | |
13 | Shift E - Focus blind | |
14 | Shift C - Marked for death | |
15 | Ctrl 1 - Dismantle arena1 | |
16 | Ctrl 2 - Dismantle arena2 | |
17 | Ctrl 3 - Dismantle arena3 | |
18 | (^disarms are gone in WoD) | |
19 | ||
20 | Shift middle mouse button – Ground mount | |
21 | Alt middle mouse button - Bandage | |
22 | Ctrl middle mouse button – Flying mount. | |
23 | ||
24 | Shift X - Slice and Dice | |
25 | Ctrl mousewheel up/down – Camera zoom in/out. | |
26 | ||
27 | Shift Tab - Swap to Double Dancing Steel (via 2 different "sets" on the equipment manager) | |
28 | Shift Caps lock - Swap back to Dancing steel/weapon chain for disarm reduction | |
29 | (^no need for wep swap now that disarms are gone). | |
30 | ||
31 | 1 – Hemorrhage. (In stealth it’s my looking for stealth sap macro and just a normal target sap for dance.) | |
32 | Shift 1 –Fan of knives | |
33 | Alt 1 – Modifier for Hemorrhage in dance or stealth (for subterfuge, seeing as ambush energy starves hard if used when not dancing) | |
34 | - | Shift 2 – Shiv |
34 | + | |
35 | 2 – Backstab. Ambush in stealth/dance. | |
36 | Shift 2 – Premeditation | |
37 | - | 3- Evis. Modifier macro for evis on 3, shift 3/alt 3 being rupture on same bar slot. |
37 | + | |
38 | - | #showtooltip [nomod] eviscerate; [mod:shift/alt] rupture; [mod:ctrl] eviscerate |
38 | + | (^Gone in WoD) |
39 | - | /cast [nomod] Eviscerate |
39 | + | |
40 | - | /cast [mod:shift] Rupture |
40 | + | 3- Evis. (sap in stealth/cheap shot during dance. evis becomes 5 in stealth/dance). |
41 | - | /cast [mod:alt] Rupture |
41 | + | Shift 3 - Rupture (Focus sap in stealth) |
42 | Alt 3 - Rupture in stealth | |
43 | - | 4 – Cheap shot |
43 | + | |
44 | 4 – Kidney Shot (Cheap shot in stealth, but still kidney during dance). | |
45 | - | Alt 4 - Kidney Shot |
45 | + | |
46 | ||
47 | - | 5 – Engineering glove tinker if not stealthed/dancing. Evis during stealth/shadow dance. |
47 | + | 5 – Evis during stealth |
48 | - | Shift 5 – on Use stat trinket (when using one.) |
48 | + | |
49 | Q – Strafe Left | |
50 | Shift Q – Focus Gouge | |
51 | Alt Q – Out of stealth distract | |
52 | ||
53 | W – Move forward | |
54 | Shift W- Focus Kidney | |
55 | - | Shift W- Focus redirect kidney |
55 | + | |
56 | - | Alt W – Smoke bomb |
56 | + | |
57 | Shift E - Focus Blind | |
58 | Alt E – Sprint | |
59 | ||
60 | R – Cloak of shadows | |
61 | Shift R – Smoke Bomb | |
62 | - | Shift R – dismantle |
62 | + | Alt R – Get out of CC trinket. |
63 | - | Alt R – Freedom trinket |
63 | + | |
64 | (^Rip disarms) | |
65 | ||
66 | T – Vanish | |
67 | Alt T – Prep | |
68 | ||
69 | A – Feint | |
70 | - | Shift A – Redirect |
70 | + | Shift A – Combat Readiness |
71 | ||
72 | S – Shadowstep | |
73 | Alt S – Step kick (for hitting alt s twice instead of step then my kick bind separately) | |
74 | Ctrl S – Step healer. | |
75 | ||
76 | - | D – Shadow Dance |
76 | + | D – Cheap Shot in stealth. Dance Cheap shot out of stealth. |
77 | Shift D – Recuperate | |
78 | Alt D - Evasion | |
79 | - | Ctrl D – Combat Readiness |
79 | + | |
80 | F – Kick | |
81 | Shift F – Focus Kick | |
82 | Alt F – Rocketboots/engineering belt tinker | |
83 | Ctrl F – Engineering Glider | |
84 | ||
85 | G – Shiv (Garrote in stealth) | |
86 | - | G – Garrote |
86 | + | |
87 | ||
88 | H - Healthstone | |
89 | ||
90 | V – Will of the forsaken/other racials such as shadowmeld etc | |
91 | Shift V – Death from above or focus reflect. I only use venom rush in 3s as sub. | |
92 | - | Shift V – Shadow blades |
92 | + | |
93 | Y - Shroud of concealment | |
94 | ||
95 | Mouse button 2 – Focus step kick | |
96 | Shift mouse button 2 – Focus garrote | |
97 | ||
98 | Macros | |
99 | - | Mouse button 3 – Symbiosis |
99 | + | |
100 | ||
101 | (Up arrow key) | |
102 | /swapactionbar 1 2 | |
103 | Just pages your main action bar. I use that for keybinding my poisons, hearthstone/novelty items etc. | |
104 | ||
105 | (3 on actionbar 2) Stopwatch Stun DR tracker for cheap shot | |
106 | /run f=CreateFrame("Frame") f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") f:SetScript("OnEvent", function(self,event,...) if UnitName(select(1,...))==UnitName("player") and select(5,...)==1833 then Stopwatch_StartCountdown(0,0,23) Stopwatch_Play() end end) | |
107 | ||
108 | (4 on actionbar 2) Stopwatch Stun DR tracker for kidney shot | |
109 | /run f=CreateFrame("Frame") f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED") f:SetScript("OnEvent", function(self,event,...) if UnitName(select(1,...))==UnitName("player") and select(5,...)==408 then Stopwatch_StartCountdown(0,0,26) Stopwatch_Play() end end) | |
110 | ||
111 | (2 on actionbar 2) Script that hides the gryphons on the default blizzard UI action bars. | |
112 | /run MainMenuBarLeftEndCap:Hide(); MainMenuBarRightEndCap:Hide() | |
113 | ||
114 | (1 on actionbar 2) Poison macro with modifiers for other poisons for various situations. | |
115 | #showtooltip | |
116 | /castsequence [nomod] Mind-numbing Poison, Wound Poison | |
117 | /castsequence [mod:shift] Paralytic Poison , Wound Poison | |
118 | /castsequence [mod:alt] Crippling Poison, Wound Poison | |
119 | ||
120 | (Tilda `) | |
121 | /clearfocus | |
122 | /focus [@mouseover,nodead,exists]; [@target,exists | |
123 | Focuses what your mouse is on. Good for quickly setting focus to a pet like a priest psyfiend/UH dk gargoyle etc or as a backup focus for if you DC and lose your arena frames. | |
124 | ||
125 | Example of macroing something to an arena frame for either targeting or focusing. | |
126 | (Z, X, C) | |
127 | /focus [@arena1] | |
128 | /focus [@arena2] | |
129 | /focus [@arena3] | |
130 | 3 separate macros, 3 separate binds. | |
131 | You can use arena binds for abilities as well which is good for occasional things like when playing a mage/lock and counterspelling/spell locking a mage coming out of invis or blinding a stealthy the second they come out which would look like " /cast [@arena1] insert ability " | |
132 | ||
133 | Simple focus macro format | |
134 | /cast [@focus] ability | |
135 | If you want to save bar space and or macro space you can always do modifiers such as. | |
136 | /cast [nomod] ability x | |
137 | /cast [mod:shift] ability y | |
138 | /cast [mod:alt,@focus] focus ability whatever | |
139 | ||
140 | (1 in stealth) | |
141 | #showtooltip premeditation | |
142 | /cleartarget [nomod,stance:1] | |
143 | /targetenemy [nomod,stance:1] | |
144 | - | #showtooltip Sap |
144 | + | /stopattack [nomod,stance:1] |
145 | /cast [nomod,stance:1/2/3] sap | |
146 | /startattack [mod:alt] | |
147 | - | /cast [nomod,stance:1/2/3] Sap |
147 | + | /cast [mod:alt] hemorrhage |
148 | - | /cast [mod:shift] Fan of Knives |
148 | + | /cast [mod:alt] dispatch |
149 | - | /cast [mod:alt,stance:1/3] Hemorrhage |
149 | + | LF stealth sap macro with alt modifier for hemo/dispatch procs. |
150 | - | This is just a sap macro for when looking for stealthies when not hiting a modifier. Shift/alt modifiers function as fan of knives and hemo in dance/stealth. It's good to have a hemo in stealth for combo point generation during subterfuge instead of spending 60 energy on ambush at times. |
150 | + | |
151 | (2 on main bar) | |
152 | - | (2 on main bar) backstabs normally and in stealth, but ambushes during dance. Also restealths if possible and cancels BoP. |
152 | + | #showtooltip [stance:0] backstab; [stance:1/2] ambush |
153 | - | #showtooltip [stance:0] backstab; [stance:1/2/3/] ambush |
153 | + | /cast [nocombat] !stealth |
154 | /cancelaura hand of protection | |
155 | /startattack | |
156 | - | /cast [combat,stance:0/1] backstab; [combat,stance:2/3] Ambush; [nocombat,stance:0] !stealth |
156 | + | /cast [stance:0,nodead] backstab |
157 | /cast [stance:1/2,nodead] ambush | |
158 | - | (shift 2) shivs normally and during dance, but functions as premed in stealth and as a modifier for ambush for stealth. |
158 | + | /cast [mod:shift] throw |
159 | - | #showtooltip shiv |
159 | + | /use [dead] Alliance Flag of Victory |
160 | - | /cast [stance:0/1/3] premeditation |
160 | + | Cancels BoP, backstabs when not stealthed. Ambushes during stealth/dance. If on a dead player it'll use a flag on their corpse. |
161 | - | /cast [stance:0/3] shiv |
161 | + | |
162 | - | /cast [stance:0/3] throw |
162 | + | (shift 2) |
163 | - | /cast [stance:1] ambush |
163 | + | #showtooltip [nostealth] shiv; [stealth] garrote |
164 | /cast [nomod,nostealth] !stealth | |
165 | /cast [nomod,noform] Shiv | |
166 | /cast [nomod,form] Garrote | |
167 | /cast [mod:alt] gouge | |
168 | shivs normally and during dance, but functions as premed in stealth. | |
169 | ||
170 | - | (3 in stealth) |
170 | + | |
171 | - | #showtooltip [stealth] sap; [nostealth] cheap shot |
171 | + | |
172 | - | /cast [nomod,stealth] Sap |
172 | + | |
173 | - | /cast [mod:shift,stealth,@focus] Sap |
173 | + | |
174 | - | /cast [mod:shift,nostealth,@focus] Sap |
174 | + | (^Tricks doesn't boost damage in WoD anymore) |
175 | - | /cast [nomod,nostealth] Cheap Shot |
175 | + | |
176 | - | /cast [mod:alt.nostealth] Rupture |
176 | + | (4) |
177 | - | Saps target. Shift 3 focus saps target during stealth/dance. Alt 3 ruptures target from stealth/subterfuge. Functions as Dance cheap shot and 1 becomes sap non focus via a stance macro. |
177 | + | |
178 | /cast [nomod,nostealth] !stealth | |
179 | - | (4) restealths if possible and is also cheap shot bind. Modifier for kidney shot as alt 4 on same bar/macro slot. |
179 | + | /castsequence [nomod,stance:1] reset=1.5 Cheap Shot, Rupture |
180 | /cast [nomod,stance:0/2] kidney shot | |
181 | /cast [mod:alt] kidney shot | |
182 | - | /cast [nomod] cheap shot |
182 | + | Restealths if possible. cheap shot ruptures in stealth. Kidneys when out of stealth or dancing I combine this with my D bind if I want to keep cheap shoting during dance. |
183 | ||
184 | - | (Shift E) |
184 | + | (D) |
185 | - | #showtooltip Blind |
185 | + | #showtooltip shadow dance |
186 | - | /cast [nomod,@focus,exists] Blind; Blind |
186 | + | /cast [stance:0,nocombat] !stealth |
187 | - | /cast [mod:shift] Blind |
187 | + | /cast [stance:0] shadow dance |
188 | - | Blinds your focus if you have one (if you don’t have a focus it’ll blind your target. Shift+ the bind makes it only your target if you have a focus). |
188 | + | /use [stance:0] 14 |
189 | /castsequence [stance:0/1/2/3] reset=1.5 Cheap Shot, Rupture | |
190 | - | (5) Engineering glove/evis from stealth. Shift modifier prioritizes on use trinket If i'm using one (only human). Alt modifier prioritizes engineering tinker. |
190 | + | Cheap shot ruptures if in stealth. Dance cheapshots if not stealth. |
191 | - | #showtooltip 10 |
191 | + | |
192 | (Shift G) | |
193 | - | /cast [nomod,stance:0/1/3] eviscerate |
193 | + | #showtooltip shadow dance |
194 | - | /use [mod:shift] 14 |
194 | + | |
195 | - | /use [mod:shift] 10 |
195 | + | /cast shadow dance |
196 | - | /use [mod:alt] 10 |
196 | + | /use 14 |
197 | Simple Dance + on use macro. Cancelaura subterfuge to prevent bar bugging. | |
198 | - | (Shift W) |
198 | + | |
199 | - | #showtooltip redirect |
199 | + | |
200 | - | /castsequence [@focus, exists,nostealth] reset=20 Redirect, Kidney Shot |
200 | + | |
201 | - | Just a simple redirect kidneyshot. Good for peeling and extending a CC chain if you have a garrote/cheapshot for your kill-target (you can sap out of 6sec kidneys if you’re team doesn’t do anything to keep the person in combat across the 6 seconds). |
201 | + | |
202 | /cast [nomod] Shadowstep | |
203 | /cast [nomod] burst of speed | |
204 | /castsequence [mod:alt] Shadowstep, Kick | |
205 | /cast [mod:ctrl,@flummy] Shadowstep | |
206 | /cast [mod:ctrl,@Hydera] shadowstep | |
207 | /cast [mod:ctrl,@party1] shadowstep | |
208 | Shadowsteps with no modifier. Alt Step kicks, ctrl is step healer. If none of the healers in your macro are in your group it'll step party 1 which is a nice little touch for doing things like 2s and not having to setup names for every que session. |