Quartz
Quartz is a modular approach to a casting bar addon. An overview of (hopefully most of) the modules:
*Player
The core of Quartz is lightweight implementation of a standard casting bar, with configurable size, text and icon positioning, and colors.
*Target/Focus
Implementation of target and focus casting bars in similar fashion to the player cast bar.
*Buffs
Display of target and focus buffs and debuffs as duration bars.
*Flight
Hooks into FlightMap or InFlight to display the current flight progress on your casting bar.
*Global Cooldown
Displays a tiny spark-bar to show your Global Cooldown near the cast bar. Helpful for those who'd rather not squint at their action bars to see when they can cast again.
*Interrupt
Changes the color and text of your casting bar to help show that your cast has been interrupted (and show who interrupted it).
*Latency
Displays the amount of time spent between cast send and start events, in the form of a bar at the end of your casting bar, with optional text that displays the actual duration of the lag. This helps in canceling casts when they will not actually be interrupted, especially for users with consistently high pings.
*Mirror
Shows the 'basic' timers such as breath and feign death, as well as some 'odd' ones such as party invite time, resurrect timeout, and arena game start, and a framework for injecting custom timers into the bars.
*Range
Recolors the casting bar when your cast target moves out of range mid-cast.
*Swing
Displays a swing timer for your melee weapon as well as hunter autoshot.
*Timer
Allows for creating custom timers displayed on the mirror bars.
*Tradeskill Merge
Merges multiple casts of the same tradeskill item into one big cast bar.
Use /quartz to bring up the configuration menu.
Alright, I have a question. Is there any way possible to show my cooldown bars in quartz when I have no one selected? So, it shows player timers? That way Im able to select the boss and see how my own timers are doing. So far, I have not found any solution to this :S
I was getting this issue also, but a complete freeze lasting in the range of a second to 5+ seconds when my target would cast something. *note* I'm using Elvui and the extra skins addon that skins quartz aswell, so it may be an issue with the quartz skin itself.
I also am not able to see Quartz's buff bar. I can see debuffs I put on a target, but not my friendly buffs. I've tried disabling all my mods but Quartz and still no luck. Is this a bug perhaps??
Where in this awesome mod are the controls for the timer for drowning, fatigue, and such. I just want to move that bar back to where it was and make it bigger and can't for the life of me figure out where it is...
When running multiple tradeskill actions, that spark is off by the height of the icon. The calculation appears to be based on the total width of the whole bar (icon included) instead of just the cast bar portion.
Make the following fix in Tradeskill.lua to correct it (do not add the line numbers
):
Original line 49 -
49 castBarSpark:SetPoint("CENTER", castBar, "LEFT", perc * Player.db.profile.w, 0)
Add the following lines before it, and change the line to -
49 local hAdjust = 0
50 if not Player.db.profile.hideicon then
51 hAdjust = Player.db.profile.h
52 end
53 castBarSpark:SetPoint("CENTER", castBar, "LEFT", perc * (Player.db.profile.w - hAdjust), 0)
That will make the spark stay on the bar...
Hi is there a way do make target cast bar always under buff / debuff ? When there is a lot of buff/debuff, my quartz cast bar is over buff/debuff :s Like the basic UI cast which always follow last buff
Hi.
I am having a big problem with Quartz.
I cannot display the buff bar?
I have tried to disable all other mods to see if there was some sort of conflict, but nothing fixed it. I am hoping someone will read this and can help me out?
Thanks
Please adjust the buffs options so that it can be configured to only display buffs/debuffs cast by the player. I don't want to see the buffs/debuffs from my pet or party/raid members.
Thanks
Hello,
I abolsutely love Quartz as a cast bar, I have been using it for years!
I have a small request however: would it be possible to add in ticks for Malefic Grasp like Drain Soul has. It comes in very useful to know when the damage is actually going to tick!
Thanks :D
Is there a way to remove debuffs? I don't need to see a lot of the stuff that comes up, like deadly poison and a host of other passive debuffs that don't need to be tracked.
Hello
Allerst to thank you for this great addon and ensure that you continue to work it.
Unfortunately, I have a small problem, which I hope to describe to some extent. When I fished before the update in the quartz bar the time is up. This is now no longer so, so you have to guess when the time runs out for fishing. Please do it again as it was before.
thank-you
Michael
Hallo
Zu allerst herzlichen Dank für dieses super Addon und dafür das du daran weiter arbeitest.
Leider habe ich ein kleines problem, was ich hoffentlich einigermaßen beschreiben kann. Wenn ich vor dem update geangelt habe ist in der Quartzleiste die Zeit abgelaufen. Dieses geht jetzt aber nicht mehr so, man muss also raten wann die Zeit für das Angeln abläuft. Bitte mache es wieder so wie es vorher war.
Dankeschön
Michael
Blizzard got rid of the cast bar for fishing in general. It's not just with Quartz.
Hi! Problems with charset. Print ????????? on castbar for Cirillics :(
Sorry for my English.
+
the same problems
the whole configs are gone ....
any idea how to fix this or am i not the only one?
The enemy cast bars has a bug on H-Madness (Impale). Kept lagging me out but last night I finally got an error that I could very briefly read before I closed it due to being in the middle of something. Turned off Quartz. No more lag.
Is it possible to set custom colors to DoTs?