Showing posts with label macros. Show all posts
Showing posts with label macros. Show all posts
Useful Druid Macros
Tuesday, January 22, 2008
Cancel your current form and switch to caster:
/cancelform
You should make a macro for each form, so you can 'powershift' easily from one form to another with this:
#showtooltipIt will switch from any form to caster without exposing yourself in caster form. Simply change Cat Form to whatever form you wish.
/cancelform
/cast Cat Form
Cast Innervate on yourself:
/cast [target=player] Innervate
Buff your target with Thorns & Mark of the Wild
/castsequence reset=target Thorns, Mark of the Wild
Cast Nature's Swiftness and Healing Touch
/stopcasting
/cancelform
/cast Nature's Swiftness
/cast Healing Touch
Barskin & Hurricane (or Tranquility)
/stopmacro [channeling:Hurricane]
/castsequence reset=30/combat Barkskin, Hurricane
Equip healing weapon and idol when in caster form, and feral weapon or idol when in Bear
#showtooltip Dire Bear Form
/equip [stance:1/3] Gavel of Pure Light
/equip [stance:1/3] Vengeful Gladiator's Idol of Tenacity
/cast [nostance] Dire Bear Form
/cancelform
/equip [nostance] Earthwarden
/equip [nostance] Idol of the Wild
Or use this cool macro to switch different weapons for cat/bear (PvE):
/equip [stance:1] Terestian's Stranglestaff; [stance:3] Earthwarden
/cast [stance:1] Cat Form; [stance:3] Dire Bear Form
Use potion and healthstone while tanking
/cancelform
/use Master Healthstone
/use Super Healing Potion
/use Major Combat Healing Potion
/use Fel Blossom
/cast Dire Bear Form
Switch to Cat and cast Prowl
#show Prowl
/cancelform [nostance:3]
/cast [nostance] Cat Form; [stance:3,nostealth] Prowl
Charge an enemy and Growl. You can replace Growl with Bash, Mangle...
/cast Feral Charge
/stopcasting
/cast Growl
Cure poison & Remove Curse
/cast Cure Poison
/cast Remove Curse
Announce Rebirth in party chat (%t will say the name of your target). Change /p to /ra for raid chat or whatever:
/cancelform
/p Rebirth on %t
/cast Rebirth
You damn Night Elves can use this in arenas to drink:
/use Star's Tears
/cast Shadowmeld
So that's it, I don't remember ever using any other macros, but if you have some feel free to comment below.
If you want more macros you don't need, check out one or more of the following links:
http://forums.worldofwarcraft.com/thread.html?topicId=48565126&sid=1&pageNo=1
http://forums.worldofwarcraft.com/thread.html?topicId=54889606&sid=1
http://forums.worldofwarcraft.com/thread.html?topicId=74337875&sid=1
http://druid.wikispaces.com/Macro's+and+Addons
http://www.wowwiki.com/Useful_macros/Druid
> Useful druid macros
Useful Warlock Macros
Wednesday, October 24, 2007
For the longest time I didn't even think I need any macros, but after learning more about them I realized they could actually help me. I won't get into /castsequence macros, because they are unnecesarry, and you shouldn't be lazy to press a few extra keys (unless you're a clicker!).
These macros are mostly for PvP, and will help you a lot in arenas and battlegrounds.
Destroying Shaman totems
/petattack [target=Tremor Totem]; [target=Grounding Totem]; [target=Earthbind Totem];Simply change [target=Totem] if you wish to add more totems to attack. Saves a bunch of time for targeting totems and manually send your pet to attack it. Sure, you could use your wand for totems, but you can't do much else then.
Focus
/focusThis will make your current target focused, and even display an additional unit frame in for that target. You can target another player then, and use the following macro to cast on focused target without deselecting your current target:
/cast [pet:Felhunter,target=focus] Devour MagicYou can also easily modify this by yourself, for Banish or Spell Lock.
/cast [target=focus] Fear (Rank 6)
Use ranged slot
/cast [equipped:Wand] Shoot; Master SpellstoneIf you have a wand equipped, it will shoot with it, and if you have a spellstone, it will use it.
Recast Drain Life/Mana
/cast [nochanneling:Drain Life] Drain LifeThis macro will recast Drain Mana or Drain Life when it finishes.
/cast [nochanneling:Drain Life] Drain Mana
Easy Devour Magic
/cast Corruption(Rank 8)This is absolutely brilliant. You can even replace Corruption on your bars with this macro - first, it will cast Corruption on your target, then, if there's any magic effects on you your pet will automatically dispel them, and if there are none, it will Devour a magic effect from your target.
/cast [pet:Felhunter, target=yourname]Devour Magic(Rank 6)
/cast [pet:Felhunter]Devour Magic(Rank 6)
Here's another version which I use for arenas:
/cast Corruption(Rank 8)Replace teammate and yourname with appropriate names. This will basically do the same as previous macro, but will first try to Devour Magic on your team mate. Excellent for fast dispel of Polymorph, Hammer of Justice, or similar effects from your healer.
/cast [pet:Felhunter, target=teammate]Devour Magic(Rank 6)
/cast [pet:Felhunter, target=yourname]Devour Magic(Rank 6)
/cast [pet:Felhunter]Devour Magic(Rank 6)
You could use the following macro if you don't want any additional spell cast.
/cast [pet=felhunter, target=yourname] Devour Magic(Rank 6)First, it Devours from you, and if there is nothing to devour then it will devour on your current target.
/cast [pet=felhunter] Devour Magic(Rank 6)
The following macro will Devour Magic on you, and if shift is pressed it will Devour on your current target:
/cast [modifier:shift, pet:Felhunter] Devour Magic; [pet:Felhunter, target=yourname] Devour Magic
Announce summon in raid/party
/script local C; if(GetNumRaidMembers()==0) then C = "PARTY" else C = "RAID" end
SendChatMessage("Summoning %t to << "..GetMinimapZoneText().." >>. Please assist.", C)
/cast Ritual of Summoning
If you're in a raid, it will announce in raid chat, and in party chat if you're in a party.
Use Healthstone
/stopcasting
/use Master Healthstone
/use Major Healthstone
It's my panic button! This macro will use your healthstone even when you're casting a spell - good when that warrior suddenly smacks you to 20% hp. If Master Healthstone is already used, it will use Major. Sure, they share the same cooldown, but my fights often last more than 5 minutes so often enough I use two.
Summoning with Fel Domination
/cast Fel Domination
/stopcasting
/cast Summon Voidwalker (Summon)
Feeling creative?
Learn more about macros:
http://www.worldofwarcraft.com/info/basics/macros.html
UI & Macros Forums
Wowwiki Warlock Macros
> Useful Warlock macros
Subscribe to:
Posts (Atom)