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.
-
View User Profile
-
Send Message
Posted Nov 28, 2012Update please
-
View User Profile
-
Send Message
Posted Nov 27, 20125.1 update?
-
View User Profile
-
Send Message
Posted Nov 22, 2012Even though I have mirror cast bar off it's still showing. Any ideas how I can make that ugly bar go away? Thx!
-
View User Profile
-
Send Message
Posted Nov 7, 2012So I'm finding myself switching specs a lot and have macros to make it faster/switch my gear specs @ the same time.
Anyway to make a macro that switches to a certain Quartz profile on command? Because there are certain functions I like having on and off depending on my spec.
I've looked this idea up but the only code/macos I've found do not work.
Thanks!
-
View User Profile
-
Send Message
Posted Oct 24, 2012Any way to make spinning crane kick show up (since it is channeled)? All my other spells on all my toons appear just fine with the noticeable exception of this one.
-
View User Profile
-
Send Message
Posted Oct 22, 201211x Quartz-3.1.1\modules\Tradeskill.lua:163: attempt to index field "Bar" (a nil value)
Quartz-3.1.1\modules\Tradeskill.lua:163: in function "ApplySettings"
Quartz\Quartz-3.1.1.lua:103: in function "ApplySettings"
Quartz\Quartz-3.1.1.lua:90: in function <Quartz\Quartz.lua:65>
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[1]":9: in function <string>:"safecall Dispatcher[1]":5
(tail call): ?
AckisRecipeList-2.4.2\libs\AceAddon-3.0\AceAddon-3.0-11.lua:543: in function "EnableAddon"
AckisRecipeList-2.4.2\libs\AceAddon-3.0\AceAddon-3.0-11.lua:636: in function <AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:621>
<in C code>
FrameXML\UIParent.lua:299: in function "UIParentLoadAddOn"
FrameXML\UIParent.lua:322: in function "CombatLog_LoadUI"
FrameXML\UIParent.lua:692: in function <FrameXML\UIParent.lua:657>
Locals:
nil
-
View User Profile
-
Send Message
Posted Oct 20, 2012The sole reason I'm going with a competing castbar addon is for Quartz' lack of an option to flip the castbar animation. Big annoyance for players who enjoy a clean and pretty UI. Otherwise a great addon though.
-
View User Profile
-
Send Message
Posted Oct 13, 2012Hi,
Would it be possible to give the mirror bars an independant scale value? Right now they inherit the Player bar scale. I have mine set very low (0.6) for border reasons, but it means the mirror bars are way too small, even with the values maxed. I've hardcoded mine temporarily to 0.9 for the mirror bars and it works fine, but it would be useful to have a slider. :)
-
View User Profile
-
Send Message
Posted Oct 12, 2012There's no option under Interface -> Quartz -> Target to disable the default Blizzard cast bar for my target frame. Any way to take care of this problem?
-
View User Profile
-
Send Message
Posted Oct 10, 2012Alright, 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
-
View User Profile
-
Send Message
Posted Oct 17, 2012I 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.
-
View User Profile
-
Send Message
Posted Oct 8, 2012-
View User Profile
-
Send Message
Posted Oct 6, 2012I 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??
-
View User Profile
-
Send Message
Posted Oct 4, 2012Where 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...
-
View User Profile
-
Send Message
Posted Sep 30, 2012-
View User Profile
-
Send Message
Posted Sep 23, 2012When 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...
-
View User Profile
-
Send Message
Posted Nov 28, 2012-
View User Profile
-
Send Message
Posted Sep 22, 2012Hi 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
-
View User Profile
-
Send Message
Posted Sep 22, 2012Hi.
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
-
View User Profile
-
Send Message
Posted Sep 10, 2012Please 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