Hello All,
Below are the macros that I use on a day-to-day basis with my toon Hailstorm-Ysera.
Character: Hailstorm
ILVL: 730
Talents: 1121123
Trinkets: Tome of Shifting Words/Sandman’s Pouch
This first one is the one I use for general purpose/trash pulls:
Sequences['Frost'] = {
author='Hailstorm',
specID=64,
helpTxt = 'Talents: 1121123',
icon='Spell_Frost_FrostBolt02',
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/castsequence [nochanneling] Frostbolt, Ice Lance",
"/cast [nochanneling] Frozen Orb",
"/cast [nochanneling] Ice Nova",
"/cast [nochanneling] Comet Storm",
PostMacro=[[
/startattack
/cast [nochanneling] Ice Floes
]],
}
This second one is an opener for larger encounters, where the target is expected to be able to take the full damage from Ray of Frost:
Sequences['Frost2'] = {
author='Hailstorm',
specID=64,
helpTxt = 'Talents: 1121123',
icon='Spell_Frost_FrostBolt02',
PreMacro=[[
/targetenemy [noharm][dead]
/use [nogroup] 11
/use Draenic Intellect Potion
/cast [nochanneling] Icy Veins
]],
"/castsequence [nochanneling] reset=10 Rune of Power, Ray of Frost",
PostMacro=[[
/startattack
]],
}
(/use [nogroup] 11 is the slot where I keep Nithramus, so you may have to adjust this accordingly. I have it specifically placed so that it will only go off when I’m pushing solo content)
Glacial Spike vs Comet Storm
Comet Storm is my personal preference, as I’ve seen that pulling my weight with trash pulls was lacking quite a bit with the lack of viable AOE choices. With Ice Lances still lobbing off our mastery and Comet Storm firing off every 30secs, I’ve been satisfied with the numbers I’ve been getting with CS.
Frozen Touch vs Ice Nova
For the same reason above, I felt that Ice Nova rounded out my cc abilities and added AOE package while still dealing decent single target damage.
These are largely my preference, and I’m sure are far from optimal. If you guys have any suggestions, I would love to hear them.