Hey guys,
i think many of u waiting for some update, so here i come with fresh new modified macros from 7.2.5.
Problem of fury warriors is … that they are still very good and playable in AoE fights, but struggling in single target combat. U literally cant do more than 1,1 milion dps on single target. Arms in these days doing in same fight at about 1,4-1,5 milion dps. Depends on fight. Mortal strike + Rend are doing crazy stuffs.
I dont like Blizz, cause of that, but what can i do … they are doing boost and nerf between arms / fury absolutly from begining of datadisk and i like fury spec so much.
Once more here is my profile. U can always check some fresh statistic or news. Trying to do my best
https://www.wowprogress.com/character/eu/drak-thul/Zulyaashi
And here we come !
I divides macros between 4 of them. Always use 1) Burst at start of fight … 2) Filler during the fight, because u want manipulate and calculate with cooldowns (new one) … 3) Multi use only in heavy AoE fights … and another new one, still in test phase is 4) Execute macro for finishing phase.
Please, test them with me, and let me know, how they works.
- Burst Macro
Sequences['Burst'] = {
-- This Sequence was exported from GSE 2.1.07.
Author="Zulyaashi@Drak'thul",
SpecID=72,
Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Charge",
"/cast Berserking",
"/cast Avatar",
"/cast Battle Cry",
},
PreMacro={
"/cast Furious Slash",
},
"/cast Odyn's Fury",
"/cast Raging Blow",
"/castsequence Raging Blow, Bloodthirst, Furious Slash",
"/cast [combat] Rampage",
"/cast Raging Blow",
"/cast Bloodthirst",
"/cast [combat] Rampage",
PostMacro={
"/cast Odyn's Fury",
},
KeyRelease={
"/startattack",
"/cast [combat] Rampage",
},
},
},
}
- Filler Macro
Sequences['Filler'] = {
-- This Sequence was exported from GSE 2.1.07.
Author="Zulyaashi@Drak'thul",
SpecID=72,
Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
Default=1,
MacroVersions = {
[1] = {
Combat=false,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast Furious Slash",
},
"/cast Raging Blow",
"/castsequence Raging Blow, Bloodthirst, Furious Slash",
"/cast [combat] Rampage",
"/cast Raging Blow",
"/cast Bloodthirst",
"/cast [combat] Rampage",
PostMacro={
"/castsequence Raging Blow, Bloodthirst",
},
KeyRelease={
"/startattack",
"/cast [combat] Rampage",
},
},
},
}
- Multi Target Macro
Sequences['Multi'] = {
-- This Sequence was exported from GSE 2.1.07.
Author="Zulyaashi@Drak'thul",
SpecID=72,
Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Charge",
"/cast Berserking",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Odyn's Fury",
"/castsequence Whirlwind, Whirlwind, Bloodthirst",
"/castsequence Whirlwind, Rampage",
"/cast Bloodthirst",
"/cast Whirlwind",
PostMacro={
"/cast Odyn's Fury",
},
KeyRelease={
"/startattack",
"/cast [combat] Rampage",
},
},
},
}
- Execute Phase Macro (works only under 20% !!!)
Sequences['Exe'] = {
-- This Sequence was exported from GSE 2.1.07.
Author="Zulyaashi@Drak'thul",
SpecID=72,
Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
Default=1,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
"/cast Raging Blow",
},
"/cast Execute",
"/castsequence Raging Blow, Bloodthirst",
"/cast Execute",
PostMacro={
"/cast Raging Blow",
},
KeyRelease={
"/startattack",
"/cast Execute",
},
},
},
}