Frostbolt Modifier (Classic)

I’m trying to create a macro to down-rank my Frostbolt to rank 1 when Alt is pressed. I’ve had no luck so far. Also, my self-cast key is set to none so it’s clear that it’s not causing the problem. Any help would be fantastic!

#showtooltip
/cast [mod:alt] Frostbolt (rank 1); [nomod] Frostbolt

Thanks!

shift-click the spells rather than typing them

I suspect it’ll be

#showtooltip
/cast [mod:alt] Frostbolt(Rank 1); Frostbolt
3 Likes

Perfect! Lesson learned. Thank you!