World of Warcraft

1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 0. Mage Macros 2.0   08-Dec-2006 06:59:02 PST
limit-reached limit-reached
I'VE ADDED THE MACROS TO A WIKIPAGE FOR A MORE SORTED LIST.
http://wow.curse-gaming.com/en/wiki/mage-macro-guide/ (besides everyone loves wikipages)

Another wikipage: http://magewiki.wikispaces.com/Macros

For more info on HOWTO write macros read this: http://www.wowwiki.com/Most_Used_Macros#2.0_Macro_Guide

------------------------------------------------------------------------------------------------------------------------------------------
BUG: MANY ACTIONBAR MODS WILL BREAK THE BELOW MACROS!
All macros using [MODIFIER] or [BUTTON] will not work.

Bartender3 is known to cause issues. (Temp Fix: Change [button:1] to [button:S01] and [button:2] to [button:S02] in your macros, etc) as of r23543 bartender3 is working

Trinity appears to be working.
------------------------------------------------------------------------------------------------------------------------------------------
So I thought, let's see what crazy macros people have made.

Here is some of mine:

Lets you spam the Arcane Missile button without breaking our current channel.
/cast [noChanneling:Arcane Missiles] Arcane Missiles


Spamming this would let you +block, -block, cold snap, +block, -block. (CD based on Ice Floes)
/cancelAura Ice Block

/castSequence reset=240 Ice Block, Cold Snap


This'll cast a random poly spell on your target, if you've already polyed someone you can hold ALT while using this macro and it'll re-poly regardless of curent target and you wont lose your current target. Clicking it without ALT and no target will reset the focus target.
/clearFocus [noModifier:ALT]

/focus [harm,nodead,noModifier:ALT] target
/castRandom [target=focus,exists] Polymorph, Polymorph: Pig, Polymorph: Turtle


Cast your shields. (CD based on Ice Floes)
/castSequence reset=24 Ice Barrier, Mana Shield


Eat and drink in one click.
/use [nocombat] Conjured Crystal Water

/use [nocombat] Conjured Cinnamon Roll


Conjure and eat in the same button. Left click for conjure, right click for consume. (Just change the names for the food edition)
/cast [button:1] Conjure Water(Rank 7)

/use [button:2] Conjured Crystal Water


Powerup your frostbolt! (change to firebolt if you're fire)
/use [harm] Talisman of Ephemeral Power

/use [harm] Zandalarian Hero Charm
/cast Frostbolt


AP+PoM macro aka I.WIN.BUTTON. (If you just wanna use whatever trinket you've got equipped use this "/use 13; /use 14" (13 is top, 14 bottom trinket slot)) (Not tested) (Thanks to Kiirin)
/stopmacro [noharm]

/cast Arcane Power
/stopCasting
/cast Presence of Mind
/stopCasting
/use Zandalarian Hero Charm
/cast Pyroblast


Summon your Water Elemental and make it attack our target. (You'll have to spam this button untill the server realize that you've got a pet (usually 3-5 clicks))
/petattack

/cast [nopet] Summon Water Elemental


This will use your own Frost nova, when it's on cooldown it'll use your pets Freeze ability. You can also just right-click to use Freeze.
/click [pet,button:2] PetActionButton5

/cast [button:1] Frost Nova
/click [pet] PetActionButton5


Use/Conjure Mana Gems. Left click consumes the largest gems you have in your bags, right click conjures them in the order specified. To reset the conjure order press ALT+RIGHT CLICK on the macro. (Thanks to Kiirin for the idea)
/use [button:1] Mana Ruby; [button:1] Mana Citrine; [button:1] Mana Jade; [button:1] Mana Agate

/castSequence [button:2] reset=[modifier:ALT] Conjure Mana Ruby, Conjure Mana Citrine, Conjure Mana Jade, Conjure Mana Agate


This macro will create a portal to IF when left clicked, Darnassus if you ctrl+left click, SW if you alt+left click. and if you instead right click it, then it will teleport you instead, after the same rules. IF when rightclicked, Darnassus when ctrl+rightclicked and SW when alt-rightclicked.
Horde will have to change the destinations to TB, UC and Orgrimmar, since i am alliance ;-) (Thanks to Rilith)

/cast [modifier:ctrl,button:2] Teleport: Darnassus; [modifier:alt,button:2] 

Teleport: Stormwind; [button:2] Teleport: Ironforge; [modifier:ctrl] Portal:
Darnassus; [modifier:alt] Portal: Stormwind; Portal: Ironforge


Stop whatever you're doing and cast Counterspell (Thanks to Cortaur)
/stopCasting

/cast Counterspell


Decurse whatever your mouse is hovering over, if your mouse is not over anything that can be decursed it'll try to decurse you. (Thanks to Felbane)
/cast [target=mouseover,exists,help] Remove Lesser Curse

/cast [target=player] Remove Lesser Curse


A firemage nuke macro, uses the spells in the below order. (Thanks to Nikso)
/castsequence reset=20 Dragon's Breath, Scorch, Fire Blast, Blast Wave


Post your macros, let's inspire each other...

[ Post edited by Flight ]


I'm obligated to whine, it's a class trait.
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 1. Re: Mage Macros 2.0   08-Dec-2006 13:03:09 PST
limit-reached limit-reached
I've improved my sheeping macro a bit, it's really quite nice IMO.

I'm obligated to whine, it's a class trait.
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 2. Re: Mage Macros 2.0   08-Dec-2006 13:04:53 PST
limit-reached limit-reached
Does the one to use ZHC and ToeP work?

http://wow.allakhazam.com/profile.html?1074007
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 3. Re: Mage Macros 2.0   08-Dec-2006 13:08:49 PST
limit-reached limit-reached

Q u o t e:
Does the one to use ZHC and ToeP work?


Yes but it'll only use one of them, cause they share cooldown.
So it'll first try to fire ToEP, then ZHC but it can't because if the cooldown, then your bolt.
Next time it'll use the ZHC because ToEP is on normal cooldown, then your bolt.

I'm obligated to whine, it's a class trait.
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 5. Re: Mage Macros 2.0   08-Dec-2006 16:47:55 PST
limit-reached limit-reached
any AP-ZHC-PoM-Pyro macro?
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 6. Re: Mage Macros 2.0   08-Dec-2006 16:48:42 PST
limit-reached limit-reached

Q u o t e:
any AP-ZHC-PoM-Pyro macro?

I wonder the same :P
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 7. Re: Mage Macros 2.0   08-Dec-2006 17:01:28 PST
limit-reached limit-reached

/stopmacro [help]
/cast Presence of Mind
/stopcasting
/cast Arcane Power
/stopcasting
/use Zandalarian Hero Charm #/use 13 or /use 14 may work as well)
/stopcasting
/cast Pyroblast

should work.
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 8. Re: Mage Macros 2.0   08-Dec-2006 17:02:10 PST
limit-reached limit-reached
will try, ty
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 9. Re: Mage Macros 2.0   08-Dec-2006 17:03:16 PST
limit-reached limit-reached
# show Conjured Crystal Water
/cast [modifier:alt] Conjure Water
/stopmacro [modifier:alt]
/use Conjured Crystal Water

oh and i like this


and this


/use [target=none] Mana Ruby
/cast [modifier:shift,target=none] Conjure Mana Ruby

you can make quite complicated sequence macros that let you consume the gems in order as well as conjure them depending on how you click the button, but mine look so childish i am too embarrased to post it.

[ Post edited by Kiirin ]

60
View All Posts by This User Toggle Ignore / Unignore This User
  • 10. Re: Mage Macros 2.0   08-Dec-2006 17:27:14 PST
limit-reached limit-reached
/cast [harm] Polymorph
/stopmacro [noharm]
/ra Sheeping >> %t <<
/stopmacro [group:raid]
/p Sheeping >> %t <<

Cast polymorph on a hostile, send a message to the raid channel if in a raid or a party channel if in a party.
Removes unnessesary spam.

"All classes are equal, but some classes are more equal than others"
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 11. Re: Mage Macros 2.0   08-Dec-2006 17:40:35 PST
limit-reached limit-reached

Q u o t e:
maybe a stupid question but anyway how can i cast intelect on my self with a macro without targeting myself ,,, and maybe shield too , but thats easy . please help


/cast [target=player] Arcane Intellect

Shields? You can't cast shields on others to they're self cast by default, but if you've a priest it would be something like this.

/cast [target=player] Power Word: Shield

I'm obligated to whine, it's a class trait.
61
View All Posts by This User Toggle Ignore / Unignore This User
  • 12. Re: Mage Macros 2.0   08-Dec-2006 17:56:02 PST
limit-reached limit-reached
Hello :)

I've added all the macros I could make myself or those I could find on the internet in Mage Wiki: http://magewiki.wikispaces.com/Macros

If you can, go to this thread http://forums.wow-europe.com/thread.html?topicId=93880064&sid=1 and request a sticky so that everyone can see it.

Thank you.

Subcreation: Better Gaming Through Intelligence
http://forums.subcreation.net
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 13. Re: Mage Macros 2.0   08-Dec-2006 18:05:06 PST
limit-reached limit-reached
I can't seem to get any of the multiple spell macros to work :( It won't activate the second..
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 14. Re: Mage Macros 2.0   08-Dec-2006 18:17:49 PST
limit-reached limit-reached
they whole cast sequence won't play out without input. you have to press the button for every effect if you use the sequence thingy.
all it really does is let you focus more functionality into a single button.
45
View All Posts by This User Toggle Ignore / Unignore This User
  • 15. Re: Mage Macros 2.0   08-Dec-2006 18:30:10 PST
limit-reached limit-reached
Im liking the macros :) is there any chance you could make one so it makes water then food straight after?

i have the Eat and Drink one and i think having that would also be useful :)
70
View All Posts by This User Toggle Ignore / Unignore This User
  • 16. Re: Mage Macros 2.0   09-Dec-2006 01:40:17 PST
limit-reached limit-reached
With the ZHC/ToEP , AP Pom macro

is shown here does work if you mess with it but is it not better to have the ZHC pop first cos it has a longer duration thatn AP !!!! ??
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 17. Re: Mage Macros 2.0   09-Dec-2006 02:20:12 PST
limit-reached limit-reached
Nice macro's but there is one missing - none treating you many portals and teleports.

Personally i hate that we have so many portals and teleports, because of all the buttons it takes if you don't have a macro or addon. So I have engineered a macro containing ALL portals and teleports i one single button. Enjoy it because i do just that. :D

Here it is:
This macro will create a portal to IF when left clicked, Darnassus if you ctrl+left click, SW if you alt+left click. and if you instead right click it, then it will teleport you instead, after the same rules. IF when rightclicked, Darnassus when ctrl+rightclicked and SW when alt-rightclicked.
Horde will have to change the destinations to TB, UC and Orgrimmar, since i am alliance ;-)

/cast [modifier:ctrl,button:2] Teleport: Darnassus; [modifier:alt,button:2] Teleport: Stormwind; [button:2] Teleport: Ironforge; [modifier:ctrl] Portal: Darnassus; [modifier:alt] Portal: Stormwind; Portal: Ironforge

P.S: Thanks Blizz for this wonderfull macrosystem... I love it, and can't stop making macro's now... xD
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 18. Re: Mage Macros 2.0   09-Dec-2006 02:21:51 PST
limit-reached limit-reached
I love the OP. :D

Reported for sticky.

It fuels the fire throughout the night..
60
View All Posts by This User Toggle Ignore / Unignore This User
  • 19. Re: Mage Macros 2.0   09-Dec-2006 03:44:49 PST
limit-reached limit-reached
This is the only macro I'm using, pretty obvious what it does:

/stopcasting
/cast Counterspell

1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10 . 11
Forum Nav : Jump To This Forum
Blizzard Entertainment