Hey, we've got a bunch of nice macros for your class that go hand-in-hand with your Forge Advantage. Here is a list of macro commands by class that you can copy into your macros:
Paladin:
- /cast [target=mouseover] Beacon of Light
- /cast [target=mouseover] Cleanse
- /cast [target=mouseover] Flash of Light
- /cast [target=mouseover] Holy Light
- /cast [target=mouseover] Holy Shock
- /cast [target=mouseover] Purify
- /cast [target=mouseover] Sacred Shield
Priest:
- /stopcasting
/cast [target=mouseover,nomod,exists] Abolish Disease
- #show Circle of Healing
/stopcasting
/cast [target=mouseover,nomod,exists] Circle of Healing
- /stopcasting
/cast [target=mouseover,nomod,exists] Dispel Magic
- /cast [target=mouseover,nomod,exists] Flash Heal
/cast Inner Focus
- /cast [target=mouseover,nomod,exists] Greater Heal
/cast Inner Focus
- #show Guardian Spirit
/stopcasting
/cast [target=mouseover,nomod,exists] Guardian Spirit
- /stopcasting
/cast [target=mouseover,nomod,exists] Pain Suppression
- /cast [target=mouseover,nomod,exists] Penance
- /cast [target=mouseover,nomod,exists] Prayer of Healing
- #show Prayer of Mending
/stopcasting
/cast [target=mouseover,nomod,exists] Prayer of Mending
- #show Power Infusion
/cast [target=player] Power Infusion
- /cast [target=mouseover,nomod,exists] Renew
- #show Power Word: Shield
/stopcasting
/cast [target=mouseover,nomod,exists] Power Word: Shield
Rogue:
- /cast [target=mouseover,harm,exists] Blind
Deathknight:
- /cast [target=mouseover] Death Grip
- /cast [target=mouseover] Strangulate
- #showtooltip Death Grip
/cast Death Grip
/cast Gnawn
Druid:
- /cast [target=mouseover,nomod,exists] Rebirth
- /cast [target=mouseover,nomod,exists] Remove Curse
- /cast [target=mouseover,nomod,exists] Innervate
- /cast [target=mouseover,nomod,exists] Lifebloom
- /cast [target=mouseover,nomod,exists] Abolish Poison
- /cast [target=mouseover,nomod,exists] Regrowth
- /cast [target=mouseover,nomod,exists]Rejuvenation
- /cast [target=mouseover,nomod,exists] Swiftmend
- /cast [target=mouseover,nomod,exists] Wild Growth
Mage:
- /cast [nochanneling:Arcane Missiles] Arcane Missiles
- /target focustarget
/setfocus
/cast Polymorph
- #showtooltip Counterspell
/stopcasting
/cast [target=mouseover,exists,nohelp] Counterspell; Counterspell
Hunter:
- /cast [target=mouseover,nomod,exists] Wyvern Sting
- #showtooltip Disengage
/stopcasting
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast Wing Clip
/cast Disengage
/Shoot
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
Most of these mouseover macros are for healing in a raid or party. Some are for Crowd-Control (CC) or other utilities for non-healers. No need to target anything just mouse over the person in raid or the NPC and press the key their bound to. Post in this forum if you have any questions about macros, how to use them, or what you can do with macros.
Jesse (Forge team)
Comments
macro's
Where are the shamon macros
Shaman Macros
Hey, this command before any spell will make it mouse-over:
/cast [target=mouseover,nomod,exists]
That means if you mouse over an enemy (for damage spell/ability) or a ally (for healing spell) you will be able to cast the spell without actually targeting them. All you need to do is copy and paste that command, add a space, and shift-click the spell you want from your spellbook. So you would have the macros screen and the spellbook open at the same time.
For instance:
You don't need to bother with ranks of spells these days because they took out different mana costs of different ranks now. Also, if you have a trinket you want to have activated of course you could just put that before like:
/use [shift click the trinket]
/cast [target=mouseover,nomod,exists] [shift-click whatever spell you want from spellbook]
Hope this helps,
Jesse (Forge Team)