Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
17 stars 13 forks source link

New 'known:' and 'noknown:' conditionals #199

Closed Kaaasper closed 6 months ago

Kaaasper commented 1 year ago

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.

aurelion314 commented 6 months ago

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