Download
(1Kb)
Download
Updated: 08-08-14 09:41 AM
Compatibility:
Warlords of Draenor Pre-Patch (6.0.2)
Updated:08-08-14 09:41 AM
Created:08-08-14 09:41 AM
Downloads:851
Favorites:2
MD5:

infMopTalentMacros - WoD beta

Version: 2.0
by: infin1te [More]

A very simple addon that helps you make working macros for the new tier based talents in 5.0.4 (MoP)
At least until they make #showtooltip able to handle the new system.


Technically you could do this kind of macro:

Code:
/cast ability1
/cast ability2
/cast ability3
But then you are stuck with the issue that you wont have the correct icon/tooltip.


You could solve that problem by doing something like this
Code:
/cast ability1
/cast ability2
/run SetMacroSpell("MacroName",GetSpellInfo("ability1") or "ability2")
However the problem with that is that you have to click the macro once for it to update the icon/tooltip correctly.


This addon solves those issues completely and lets you make proper macros.

You simply make an empty macro with any icon but with the name "tier_#", where # is the number of the talent tier you want the macro for. (1-6, top to bottom), it is not case sensitive.
It does not matter if it is in the general or player specific macro section, though of course if you want it available cross-character then I would recommend putting in the general section.
Make sure you get the name right though, it won't work otherwise.

And that is it, the addon will do the rest.

What it does is that it edits your macro to the appropriate ability every time you swap a talent for that tier.

Note that you will most likely need to swap a talent for that tier or swap you spec for the macro to initialize, though this only has to be done the very first time.
Also make sure you do not have more than one macro per tier as it can cause issues.

Cpu usage is essentially zero if anyone was wondering, as it only operates when you swap a talent.


iNFEH @ Twisting Nether EU or methodwow.com

Optional Files (0)


Post A Reply Comment Options
Unread 08-08-14, 04:52 PM  
infin1te
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 6
Originally Posted by 10leej
I'll be honest it looks like you rolled back to the original 1.0 script. Did they change combat handling of macro's?
Yea I dropped the ace libs a while back.
As for WoD, they changed GetTalentInfo() a bit.
Report comment to moderator  
Reply With Quote
Unread 08-08-14, 11:12 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
I'll be honest it looks like you rolled back to the original 1.0 script. Did they change combat handling of macro's?
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: