this is what i have been using flawlessly. hope you enjoy
Key 1 = Mount Macro
Key 2 = Zapthrottle for farming clouds ( Engineering 305+ & Zapthrottle quest )
Key 3 = Eat
Key 4 = Drink
Key 5 = Summon Felguard
Key 6 = Hand of Gul'Dan
Key 7 = Bane of Agony
Key 8 = Combat Macro
Key 9 = Eternals Macro
Key 0 = Buff Macro
thanks to bossland for the following!
Key 1 = Mount Macro
Code:
#showtooltip
/dismount
/use [pet:Felguard] Flying Machine
/cast [nocombat] Summon Felguard
Key 2 = Zapthrottle for farming clouds ( Engineering 305+ & Zapthrottle quest )
Key 3 = Eat
Key 4 = Drink
Key 5 = Summon Felguard
Key 6 = Hand of Gul'Dan
Key 7 = Bane of Agony
Key 8 = Combat Macro
Code:
#showtooltip
/castsequence reset=combat Corruption, Immolate, Shadowflame, Incinerate, Incinerate
Key 9 = Eternals Macro
Code:
/use crystallized shadow
/use crystallized fire
/use crystallized earth
/use crystallized water
/use crystallized air
/use crystallized life
Key 0 = Buff Macro
Code:
#showtooltip
/castsequence Fel Armor, Soul Link
thanks to bossland for the following!
to auto-learn the skills (you have to push "Learn" afte that ):
Code:/run t,p,a={2,13,32,52,62,72,83,91,102,113,121,132,142,151,161,172,181,191,3,11,32,1,12,}SetPreviewPrimaryTalentTree(t[1],GetActiveTalentGroup())for i=1,#t do a=t[i]if a<9 then p=a else AddPreviewTalentPoints(p,floor(a/10),a%10)end end
Last edited: