• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

[Addon] DruidMacro

Drood

New Member
Joined
Dec 28, 2015
Quite possibly there is another addon with a name like this or with similar functionality, but I can't be bothered to think of a "cool" name. My macros for Innervate and Rebirth kept growing so I decided to put them into addon form.

What it does:
Checks range, cooldown and validity of target for both spells. If on CD, announces remaining time to raidchat. If available, announces target. It will also prevent you from casting Innervate on NPCs and classes that don't use mana and on players who already have it.

How to use:
Make the following two macros
Code:
/run DruidMacroCombatRez()
Code:
/run DruidMacroInnervate()

For compatibility with some other addons (ReagentCounter and SuperMacro's tooltips for example), I use this kind of trick:
Code:
/run if false then CastSpellByName("Rebirth") else DruidMacroCombatRez() end

Newest link: www.mediafire.com/?b2ix1x2mozqe264

Enjoy and please report any bugs you find.

Update 1: fixed Moonkin range issues.
Update 2: fixed buff indexing (it would sometimes allow double innervates, now it should be OK).
 
Last edited:
Top Bottom