Protuhj
Protuhj
A check box to to be able to be able to switch the "Exclude" behavior to "Include" behavior would be (I think) one of the easiest ways to do this.
@jliddev what's the matter with this repo: https://github.com/FabysGames/mythicplustimer  From what I can tell, that repo looks fine, but WoWUp won't consume it, and there's nothing useful in any of...
Ok -- if you look at the zip that they give you a link to, the format seems to be wrong. The one I downloaded had a structure like this:...
I created a base release that you can download and load to your Roku, here: https://github.com/Protuhj/myvideobuzz/releases/download/v1.0/v1_0Release.zip
Do we need to add this new way of doing notifications then? How much are you caring about backwards compatibility?
> > > The only way to detect quest completion for treasures appears to be rather unwieldy: https://www.wowinterface.com/forums/showthread.php?t=54696 You should look at some Handy Notes plugins to see how they...
As far as getting the quest IDs yourself, it's a two step process: Step 1) Make a macro with this and run it before you click a treasure ```lua /script...
I'd say supporting this is kinda fundamental to being a bag replacement addon.
A global would work.
I modified the `Scrap\libs\Poncho-2.0\Poncho-2.0.lua` like this: Change the lines (starting at 180) ```lua Lib.Types = Lib.Types or { Abstract = {}, Frame = getmetatable(GameMenuFrame).__index, Button = getmetatable(tempContinueButton).__index, CheckButton = getmetatable(AddonListForceLoad).__index,...