Mage macros menu

Shout-Out

User Tag List

Thread: Mage macros

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mage macros

    Just thought I'd post up some of the macros I use (mostly for arena) and might be useful for you. I'm not going to post every single one, since some are very similar (just space savers on the actionbar, etc.) but I'll try to post one of each "type" to give you ideas on how to make your own.



    Frost Nova / Pet Nova

    Replaces my normal frost nova spell button. Basically, if my water elemental is not out, it just casts a regular frost nova (rank 1, to save mana) on left or right click. If the water elemental is out, though, a left click will do a regular frost nova, while a right click will use freeze (my pet's frost nova) instead.

    Code:
    #showtooltip Frost Nova(Rank 1)
    /cast [nopet]Frost Nova(Rank 1);
    /cast [pet,button:2]Freeze
    /cast [pet,button:1]Frost Nova(Rank 1)
    Summon Pet & Assist

    Replaces my normal summon elemental spell button. First click summons my water elemental, second click makes him attack my target.

    Code:
    #showtooltip Summon Water Elemental
    /cast [nopet] Summon Water Elemental
    /petAttack
    Space Saver - Amplify/Dampen Magic

    Combines two spells into one button to save space on my action bar - left click will cast Dampen Magic, right click will cast Amplify Magic.

    Code:
    #showtooltip Dampen Magic
    /cast [button:2] Amplify Magic; Dampen Magic
    Icy Veins & Trinket

    Uses my trinket when I cast Icy Veins. If the trinket it on cooldown, it hides the error messages and just uses Icy Veins anyway. Also casts a frostbolt immediately when clicking it.

    Code:
    #showtooltip Icy Veins
    /cast Icy Veins
    /script UIErrorsFrame:Hide()
    /cast Icon of the Silver Crescent
    /script UIErrorsFrame:Clear()
    /script UIErrorsFrame:Show()
    /cast Frostbolt
    Activate/Deactivate Ice Block

    Replaces my regular Ice Block spell button - this one activates Ice Block when I click it, or if I click it when Ice Block is already activated, it will remove the Ice Block (so I don't have to go up to my buffs and right-click it). Stopcasting also means I'll stop whatever I'm casting and immediately hit Ice Block when I click it - a lifesaver!

    Code:
    /stopcasting
    #showtooltip Ice Block
    /cast Ice Block
    /cancelaura Ice Block
    Target/Focus Counterspell

    Stops whatever I'm casting and immediately counterspells - very handy for quickly interrupting a heal, fear, etc. Left click counterspells my current target, right click counterspells my focus target.

    Code:
    /stopcasting
    #showtooltip Counterspell
    /cast [target=focus,button:2] Counterspell; Counterspell
    Cycle Remove Curses

    Repeatedly hitting this button will cycle through party/raid members, removing curses.

    Code:
    /targetraid
    #showtooltip Remove Lesser Curse
    /cast Remove Lesser Curse
    Out Of Combat AOE

    Casts arcane explosion rank 1, which is less mana-consuming, if I'm not in combat (to try and get stealthed players at the beginning of a fight). Once in combat, clicking the button will cast the rull rank arcane explosion.

    Code:
    /stopcasting
    #showtooltip Arcane Explosion
    /cast [nocombat] Arcane Explosion(Rank 1); Arcane Explosion
    Dismiss Pet & Cold Snap

    Dismisses my pet before I hit cold snap, so that I can resummon it immediately after.

    Code:
    #showtooltip Cold Snap
    /script PetAbandon()
    /cast Cold Snap

    If you need any help writing a macro, feel free to ask me (any class) and I'll see if I can help you out with it.

    Mage macros
  2. #2
    dragospt's Avatar Private
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice macros, i'll take most of them.
    Activate/Deactivate Ice Block will help alot, always waste too much time finding the iceblock buff and remove it

  3. #3
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, you're telling me! Not to mention if you have other buffs being applied to you at the time, or your own buffs are being purged, it's very easy to click and remove something else instead of Ice Block. The macro is very handy. Just remember if you're used to spamming the Ice Block button in a panic when you're getting wailed on, hitting it more than once will bring up the block and then instantly remove it, wasting it.

  4. #4
    r3v's Avatar Member
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice list ill be using that for sure

  5. #5
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad someone else will get some use out of em

  6. #6
    Almo's Avatar Member
    Reputation
    20
    Join Date
    May 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice, i dont arena with my mage but still + rep for the effort and the share, i guess i could use some of these in PvE. Good job mate.

    Almo

  7. #7
    ohwned's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, nice. Never thought I could use some macros on my mage.

  8. #8
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Almo View Post
    very nice, i dont arena with my mage but still + rep for the effort and the share, i guess i could use some of these in PvE. Good job mate.

    Almo
    Don't really care, but if you say +rep you should really follow through with it
    Last edited by Jeesk; 05-22-2008 at 07:29 AM.

  9. #9
    FearMeDear's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot, and good job, this will come in very handy with my mage.

    Think you can make a macro which uses my trinket and then cast Mindflay? Highest ranks ofc.

  10. #10
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure, which trinket is it?

  11. #11
    Wazabara's Avatar Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I quit wow 2 years ago.... mages can have pets now? WTF?

  12. #12
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, if you go deep frost you can get a water elemental pet to summon which helps you out for a minute or so. Shammies can summon elementals too, and priests can summon a shadowfiend thing, and druids can summon treants... part of Blizz's eventual plan to make all classes the exact same

  13. #13
    FearMeDear's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vengeance of the Illidari

  14. #14
    naima's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good job mate! Ill use the ice-block macro right away

  15. #15
    Jeesk's Avatar Contributor
    Reputation
    130
    Join Date
    May 2006
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FearMeDear View Post
    Thanks alot, and good job, this will come in very handy with my mage.

    Think you can make a macro which uses my trinket and then cast Mindflay? Highest ranks ofc.
    #showtooltip Vengeance of the Illidari
    /cast Vengeance of the Illidari
    /cast Mind Flay

    That's it. When you put the macro on your action bar, it'll just look like the normal Vengeance of the Illidari trinket, except that a single click will activate the trinket and then cast Mind Flay (if you have a target in range). The cooldown and tooltip will work for the trinket too

Page 1 of 2 12 LastLast

Similar Threads

  1. [Macros] Mage Macro Guide.
    By Drorharush in forum World of Warcraft Guides
    Replies: 7
    Last Post: 02-22-2008, 06:16 AM
  2. Mage macros and tips
    By icekirby34 in forum World of Warcraft Guides
    Replies: 4
    Last Post: 01-10-2008, 11:24 AM
  3. [Guide] Mage macros, movies!
    By Nadroj in forum World of Warcraft Guides
    Replies: 2
    Last Post: 10-30-2007, 06:16 PM
  4. Useful mage macros
    By cripling in forum World of Warcraft General
    Replies: 6
    Last Post: 10-21-2007, 05:16 AM
  5. Anyone know any usefull mage macros?
    By Puff in forum WoW UI, Macros and Talent Specs
    Replies: 6
    Last Post: 10-13-2007, 02:14 PM
All times are GMT -5. The time now is 10:52 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search