
BAR 3 Settings:
Key 1 = Flying Mount ( i have my mote to eternal macro in here, you can use Key 9 or 0 for that too )
Key 2 = Zapthrottle for farming clouds ( Engineering 305+ & Zapthrottle quest )
Key 3 = Eat
Key 4 = Drink
Key 5 = empty
Key 6 = Summon Water Elemental
Key 7 = Ice Barrier
Key 8 = Macro 1
Code:
/castsequence reset=target Cone of Cold, Ice Lance, Frostbolt, Frostbolt, Ice Lance, Frostbolt, Cone of Cold, Ice Lance, Frostbolt, Frostbolt, Ice Lance, Frostbolt
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 = Arcane Brilliance
to auto-learn the skills (you have to push "Learn" afte that ):
Code:
/run t,p,a={3,12,23,43,52,62,82,91,103,113,123,143,161,172,152,1,13,31,2,}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