Mega Macro

Mega Macro

39.7k Downloads

New 'known:' and 'noknown:' conditionals

Kaaasper opened this issue · 1 comments

commented

In dragonflight two new macro conditionals were added to check if a talent was learned or not. Their use is outlined in this wowhead post.

I tried simply adding them to the Conditionals list locally which makes the macros work, but as far as I can tell none of the parsing functions allow for spaces. This means words beyond the first when a talent's name is used in the conditional will appear red in the macro editor. It is not a huge bother for someone familiar with the issue, but I imagine a clean implementation in the official release will require someone takes a look at the parsing as well.

commented

This previously went live in #195 and a bug fix went live with #188. This can be closed. @Sellorio