Skip to content

Instantly share code, notes, and snippets.

@lukewhitehouse
Last active July 21, 2021 23:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukewhitehouse/19436707796fa58ac654d15e0a17803a to your computer and use it in GitHub Desktop.
Save lukewhitehouse/19436707796fa58ac654d15e0a17803a to your computer and use it in GitHub Desktop.
Spots Druid Macros - WoW

Spots Druid Macros

Collection of macros for Druids in World of Warcraft.

Mouseover

Spells cast on a friendly player or yourself

Any non-harmful mouseover macros here will attempt to target a friendly target, failing that it will cast the spell on yourself.

Cenarion Ward

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Cenarion Ward;

Lifebloom

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Lifebloom;

Regrowth

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Regrowth;

Rejuvenation

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Rejuvenation;

Swiftmend

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Swiftmend;

Wild Growth

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Wild Growth;

Remove Corruption

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Remove Corruption;

Innervate

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Innervate;

Ironbark

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Ironbark;

Nature's Cure

#showtooltip
/cast [target=mouseover,help,nodead][help][target=player] Nature's Cure;

Rebirth

#showtooltip Rebirth
/cast [@mouseover,help]Rebirth;Rebirth

CDs: Tree of Life & Berserking

You could add trinkets here with /use 14 or 15.

#showtooltip Incarnation: Tree of Life
/cast Berserking;
/cast Incarnation: Tree of Life;

Cast on enemy

Growl

#showtooltip Growl
/cast [@mouseover,harm,nodead][]Growl

Skull Bash

#showtooltip Skull Bash
/cast [@mouseover,harm,nodead][]Skull Bash

Area of effects on cursor

These macros remove the requirement to circle the spell and then click area to decide where to put the area of effect.

Efflorescence

Hold alt to cast this at your feet.

#showtooltip
/cast [mod:alt,@player] [@cursor] Efflorescence;

Starfall

#showtooltip;
/cast [@cursor] Starfall;

Ursol's Vortex

#showtooltip
/cast [@cursor] Ursol's Vortex;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment