Those of you who prefer a longer loading screen can simply use the override function in AddonLoader and set everything to "Always", and that's a lot easier than re-adding AddonLoader support after every update. :p
I quickly made a GCD plugin, and it was a lot easier to make than I had thought. So this will be in the next release.
As for merged tradeskills, I already worked on this for a bit, and most of the code is actually in the CastBar plugin already, but I never finished it, so I just commented it out. Shouldn't be too hard finishing this.
"X-LoadOn: Delayed" isn't the only thing AddonLoader is good for. Even if someone doesn't want to do delayed loads, they may still not want to load other addons until they're required.
Yet again stupid question from a stupid russian: are there any plans to port Quartz to Ace3? <3 this addon, but it's sort of one of the four addons i'm configuring through Rock, and the other three are fubar plugins.
Quartz is actually Ace2-based. If you can configure it via RockConfig, it's probably because it uses Waterfall or whatever.
I doubt anyone will port Quartz to Ace3, but if Nev does a rewrite he might use Ace3 or whatever from the start :)
This is the current plan. Note we haven't actually started to write anything yet. Nev's busy with Sraidframes and Bartender4, I'm busy with WoWEquip, some minor Omen stuff and getting a Nev a Mapster patch to add instance maps.
wow .... do you guys ever find the time to play ? I was just thinking about that seeing how much modifications Blizz made in some basic functions and seeing how fast you all react I have only one word :
ACB (AzCastBar) now has GCD and tradeskill merge features, so I'm pretty happy with it as a Quartz substitute for now. Will definitely keep an eye out for Quartz' successor though.
let me make this clear i am not looking to make a bot or anything like that.
i have been requested by my guild to write a few macros which will assist in raiding. and for a few of them i need to identify global cooldowns and i know that the addon quartz can report it in some manner.
i was attempting to do this through frame identification.
my macro is very wrong and i know it. so could i ask for some assistance with it
here it is
thanks in advance for your time with this matter
/run if (Quartz.gcdbar.Private.UIParent.Frame.QuartzGCDBar :OnHide)) then SendChatMessage("hello", "SAY", nil) end
or is there another way to go about doing this.
thanks for your time
X
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
"X-LoadOn: Delayed" isn't the only thing AddonLoader is good for. Even if someone doesn't want to do delayed loads, they may still not want to load other addons until they're required.
I doubt anyone will port Quartz to Ace3, but if Nev does a rewrite he might use Ace3 or whatever from the start :)
This is the current plan. Note we haven't actually started to write anything yet. Nev's busy with Sraidframes and Bartender4, I'm busy with WoWEquip, some minor Omen stuff and getting a Nev a Mapster patch to add instance maps.
you are amazing and
Thank you
Let us know so we can alpha test ;)
i have been requested by my guild to write a few macros which will assist in raiding. and for a few of them i need to identify global cooldowns and i know that the addon quartz can report it in some manner.
i was attempting to do this through frame identification.
my macro is very wrong and i know it. so could i ask for some assistance with it
here it is
thanks in advance for your time with this matter
/run if (Quartz.gcdbar.Private.UIParent.Frame.QuartzGCDBar :OnHide)) then SendChatMessage("hello", "SAY", nil) end
or is there another way to go about doing this.
thanks for your time
X