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.
This, so much. As a priest, my Shadow and Holy/Disc set up is very different.
I want to hide targets blizzard cast bar.
no exist "hide blizzard cast bar" button in target option.
Swing timer bar still doesn't seem to work with Havoc Demon Hunters. Not sure what the problem is here as I am not getting an error per sey, it just doesn't do what it is supposed to.
Have been getting this error since last update.
Message: Interface\AddOns\Quartz\modules\Player.lua:99: attempt to call method 'UpdateChannelingTicks' (a nil value)
Time: 01/17/17 11:30:29
Count: 1
Stack: Interface\AddOns\Quartz\modules\Player.lua:99: in function <Interface\AddOns\Quartz\modules\Player.lua:95>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...rtifactPathFinder\Libs\AceAddon-3.0\AceAddon-3.0.lua:558: in function `EnableAddon'
...rtifactPathFinder\Libs\AceAddon-3.0\AceAddon-3.0.lua:571: in function `EnableAddon'
...rtifactPathFinder\Libs\AceAddon-3.0\AceAddon-3.0.lua:651: in function <...rtifactPathFinder\Libs\AceAddon-3.0\AceAddon-3.0.lua:636>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:407: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:430: in function `CombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:1012: in function <Interface\FrameXML\UIParent.lua:907>
Locals: <none>
FYI
Love the addon!
Is there any way to change the width of the GCD bar or can a option be added to have GCD scale with the player cast bar? Please and thank you. :)
Is there any way to disable player cast bar during mind control/posess and only show it for controlled mob?
https://i.imgur.com/iId3pXG.jpg
Also, latency bar text shows inaccurate info, it's different from what is displayed in the default UI. Would also be nice if it could be colored green/yellow/red depending on how high ping is.
You guys are are awesome! Thank you so much.
11 problems show up now.
Time: 01/13/17 06:00:31
Count: 1
Stack: Interface\AddOns\Quartz\modules\Player.lua:221: in main chunk
Is there a way in which I can submit an update? I'd really like to see the trivial changes to support multiple specs incorporated into the addon, rather than have to keep re-applying them in my own copy :-)
Since 7.1.5 Quartz channeling ticks don't show up, and latency bar doesn't show up
i second this^
edit: thanks for the quick fix!
Every time I log out since 7.1.5, my Quartz preferences are reset.
Having a lot of issues lately, picking up bugs in the Player, Latency, and Tradeskill luas. Tradeskill merge also no longer works.
Same here, I miss tradeskill merge so much :(
currently getting this error upon login.
Date: 2017-01-10 15:52:06
The following lua lines in modules\Player.lua fail to execute in patch 7.1.5:
Player.lua:221 : [GetSpellInfo(689)] = 6, -- drain life
Player.lua:229 : [GetSpellInfo(48045)] = 5, -- mind sear
Commenting those two lines out seems to fix further lua problems. Luckily I don't play warlock or priest :)
Getting same error on my Warlock :(
Makes sense. Mind Sear was removed, and Drain Life was modified. There's a new spell ID for it in Wowhead: 234153
Comment out (or remove) the line for Mind Sear, and change 689 to the new spell ID.
Confirmed this worked for me. There are 2 spots where I changed it. Being a warlock or priest you will need to change the 2 spots. (edited. Added new spell ID and comments, so this can be copy pasted for ease of use)
Player.lua:197 : [GetSpellInfo(234153)] = 6, -- drain life
-- Player.lua:207 : [GetSpellInfo(48045)] = 5, -- mind sear
Player.lua:221 : [GetSpellInfo(234153)] = 6, -- drain life
-- Player.lua:229 : [GetSpellInfo(48045)] = 5, -- mind sear
Please add an option to add text outlines