What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Frost Macro Ideas

garyharry

New Member
Joined
Jan 4, 2011
Messages
6
Reaction score
0
Hey

Just wanted too share the macros that I'm using with my duel wield frost DK (Level 80).. Bare in mind this is my first post and I'm very new too macros. Any ideas on improving or possible errors please let me know.

Also I have Glyph of Howling Blast (Thus adding Frost Fever)

Currently running around Outlands so the mobs are super easy. However, in the past my toon would just allow itself too be attacked. This was a concern as it looked very bottish.

Key 1 = Mount Macro (I simply put a link too my flying mount)

Key 2 = Empty (As I haven't taken engineering)

Key 3 = Food

Key 4 = Empty

Key 5 = Frost Presence (Just in case)

Key 6 = Pre Fight Macro (Simple may edit)

/cast Death Grip
/cast Howling Blast
/cast Plague Strike

Key 7 = Empty (Not decided what too put here - You could add Rune Strike)

Key 8 = In Fight Macro (seems too be working fine)

/castsequence reset=combat/target/6 Obliterate, Blood Strike, Frost Strike

Key 9 = Horn of Winter

Key 0 = Not using as of yet (Maybe add a trinket)
 
Seems too be working fine so far ...

Doe's anyone know how too make your toon loot killed mobs?
 
You should include your talent build as well.

Also, GB isn't suppose to loot mobs after killing them.
 
your macro on button 6 wont work, it will try and cast howling blast and plague strike at the same time, wich makes it always default to howling blast. also it will conflict with pressing button 8.

i leave button 6 blank and use this macro on button 8:

Code:
#showtooltip
/startattack
/castsequence reset=combat Howling Blast, Plague Strike, Blood Strike, Blood Strike, Obliterate, Frost Strike, Frost Strike, Obliterate, Obliterate

the "/startattack" will activate Auto Attack regardless of anything else, so if for some reason you cant continue the cast sequence you will still hit the mob.

if the target isnt dead by the end of the sequence, you shouldnt be fighting it. Also i find that 2h frost works alot better since you will always have the runic power for frost strike.
 
your macro on button 6 wont work, it will try and cast howling blast and plague strike at the same time, wich makes it always default to howling blast. also it will conflict with pressing button 8.

i leave button 6 blank and use this macro on button 8:

Code:
#showtooltip
/startattack
/castsequence reset=combat Howling Blast, Plague Strike, Blood Strike, Blood Strike, Obliterate, Frost Strike, Frost Strike, Obliterate, Obliterate

the "/startattack" will activate Auto Attack regardless of anything else, so if for some reason you cant continue the cast sequence you will still hit the mob.

if the target isnt dead by the end of the sequence, you shouldnt be fighting it. Also i find that 2h frost works alot better since you will always have the runic power for frost strike.

do you use any other macro's besides 1 3 and 8
 
do you use any other macro's besides 1 3 and 8

i do not use button 3. thats the food button right? i only farm in places i know the bot wont have any trouble so i dont bother. button 1 is the mount macro, button 5 is unholy presence incase the presence gets knocked off somehow, and button 8 is the combat macro.
 
Back
Top