Hey guys,
this site and outstanding work of many people helped me a lot in many directions to bring my warrior playstyle on solid level.
In these days i am playing Troll Warrior because of racial ability of trolls, got 928 ilvl equipped, doing in fight at around (1 mil dps +/-) during constant long fights on Bosses for example in M +15 or in raid Tomb of Sargeras.
Here is my char on wowprogress, u can check by your own.
https://www.wowprogress.com/character/eu/drak-thul/Zulyaashi
Both macros are updated versions of Darkramz macros, they are tested, and i hope u will enjoy them. If u dont like some part of coding i suggest to you just do ctrl+c bring it to your Windows WordPad and rewrite it for your playstyle and racials.
Wish u all good luck and have fun.
- Single Target
Sequences['Single'] = {
-- This Sequence was exported from GSE 2.1.02.
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",
},
},
},
}
- Multi Target
Sequences['Multi'] = {
-- This Sequence was exported from GSE 2.1.02.
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",
},
},
},
}