SHOW:
|
|
- or go back to the newest paste.
1 | Burst macro, remove unnecessary profs & racials lines & place your on-use trinket in the last slot : | |
2 | ||
3 | #showtooltip Dark Soul | |
4 | /cast !Dark Soul: Misery | |
5 | /use 14 | |
6 | /use 10 | |
7 | /cast Blood Fury | |
8 | /cast Lifeblood | |
9 | ||
10 | ||
11 | Dark regeneration macro : | |
12 | ||
13 | #showtooltip Dark Regeneration | |
14 | /cast Dark Regeneration | |
15 | /cast Symbiosis | |
16 | /use Healthstone | |
17 | /use [pet:imp] Cauterize Master | |
18 | ||
19 | ||
20 | Soulburn : soul swap macro : | |
21 | ||
22 | #showtooltip Soul Swap | |
23 | /cast Soulburn | |
24 | /cast Soul Swap | |
25 | ||
26 | Soulburn : Seed of Corruption macro : | |
27 | ||
28 | #showtooltip | |
29 | /cast Soulburn | |
30 | /cast Seed of Corruption | |
31 | /startattack | |
32 | ||
33 | Banish Psyfiend macro (useful vs priests) : | |
34 | ||
35 | #showtooltip Banish | |
36 | /target Psyfiend | |
37 | /cast Banish | |
38 | /targetlasttarget | |
39 | ||
40 | - | Mouseover Banish macro : |
40 | + | Mouseover or target Banish macro : |
41 | ||
42 | - | /cast [@mouseover, harm, exists] Banish |
42 | + | /cast [@mouseover, harm, exists] Banish ; Banish |
43 | ||
44 | Target Spell lock : | |
45 | ||
46 | #showtooltip Command Demon | |
47 | /cast Optical Blast | |
48 | /cast Command Demon | |
49 | /cast Spell Lock | |
50 | ||
51 | ||
52 | Focus Spell lock : | |
53 | ||
54 | #showtooltip Command Demon | |
55 | /cast [@focus] Command Demon | |
56 | /cast [@focus] Optical Blast | |
57 | /cast [@focus] Spell Lock | |
58 | ||
59 | ||
60 | Target Dispell (disable clone magic autocast on your observer, you don't want to dispell random magic buffs but important ones like fear ward) : | |
61 | ||
62 | #showtooltip Clone Magic(Special Ability) | |
63 | /cast [nomod, @target] Clone Magic(Special Ability) | |
64 | ||
65 | Focus Dispell (disable clone magic autocast on your observer, you don't want to dispell random magic buffs but important ones like fear ward) : | |
66 | ||
67 | #showtooltip Clone Magic(Special Ability) | |
68 | /cast [@focus] Clone Magic(Special Ability) | |
69 | ||
70 | Agony + startattack : | |
71 | ||
72 | #showtooltip | |
73 | /startattack | |
74 | /cast Agony | |
75 | ||
76 | ||
77 | Unstable Affliction + startattack : | |
78 | ||
79 | #showtooltip | |
80 | /startattack | |
81 | /cast Unstable Affliction | |
82 | ||
83 | ||
84 | Corruption + startattack : | |
85 | ||
86 | #showtooltip | |
87 | /startattack | |
88 | /cast Corruption | |
89 | ||
90 | Haunt + startattack : | |
91 | ||
92 | #showtooltip | |
93 | /startattack | |
94 | /cast Haunt | |
95 | ||
96 | Regular seed of corruption + startattack : | |
97 | ||
98 | #showtooltip | |
99 | /cast Seed of Corruption | |
100 | /startattack | |
101 | ||
102 | Blood Horror & Unbound Will macro with proper tooltip (Macro name must be 'bfuw') : | |
103 | ||
104 | #showtooltip | |
105 | /cast Blood Horror | |
106 | /cast Unbound Will | |
107 | /script n_vt=GetSpellInfo(111397); n_dm=GetSpellInfo(108482) | |
108 | /run SetMacroSpell("bfuw", GetSpellInfo(n_vt) or GetSpellInfo(n_dm)) | |
109 | ||
110 | Cancelaura blood horror macro (useful against warrior's spell reflect) : | |
111 | ||
112 | /cancelaura Blood Horror | |
113 | ||
114 | ||
115 | Pet management macro, always play with a pet in passive mode and use the macros below (petmoveto only purpose is to eat traps but tbh I rarely use it) : | |
116 | ||
117 | /petattack | |
118 | ||
119 | /petpassive | |
120 | ||
121 | /petmoveto | |
122 | ||
123 | ||
124 | Heal pet macro : | |
125 | ||
126 | /petpassive | |
127 | /cast Health Funnel | |
128 | ||
129 | ||
130 | Summon pet macro : | |
131 | ||
132 | #showtooltip | |
133 | /run if UnitIsDead("pet") then PetDismiss() end | |
134 | /cast [nopet] Summon Observer | |
135 | ||
136 | Arenas macros : | |
137 | ||
138 | ||
139 | /cast [@arena1] Fear | |
140 | ||
141 | /cast [@arena2] Fear | |
142 | ||
143 | /cast [@arena3] Fear | |
144 | ||
145 | ||
146 | ||
147 | #showtooltip Command Demon | |
148 | /cast [@arena1] Command Demon | |
149 | /cast [@arena1] Optical Blast | |
150 | /cast [@arena1] Spell Lock | |
151 | ||
152 | ||
153 | ||
154 | #showtooltip Command Demon | |
155 | /cast [@arena2] Command Demon | |
156 | /cast [@arena2] Optical Blast | |
157 | /cast [@arena2] Spell Lock | |
158 | ||
159 | ||
160 | ||
161 | #showtooltip Command Demon | |
162 | /cast [@arena3] Command Demon | |
163 | /cast [@arena3] Optical Blast | |
164 | /cast [@arena3] Spell Lock |