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.
FIX TO THIS:
-edit "Quartz_Buff/Buff.lua" with wordpad
-find "if isMine and duration > 0 then"
-change to "if isMine == "player" and duration > 0 then"
-do this on the 4 lines found
-enjoy
Worked wonders for me, enjoy!
I open C:\Program Files\World of Warcraft\Interface\AddOns\Quartz_Buff\Buff.lua search for even the smallest part of that string (ismine) and that is not even found.
I have the latest release, and JUST downloaded it.
http://www.wowace.com/projects/quartz/
(1) pet casts / spells
(2) other party members spells
I downloaded r13, but havent figured it out yet.
Thanks
The debuff list it's been like that on the PTR for all builds. It didn't have anything to do with the quartz version but with a change on the game itself, since it simply changed for me using the very same version of uartz all the time.
I hoped there ould be a new quartz version adapting to this change but there isnt any yet :(
Thenew version of dotimer fixes this fine, but i'd like quartz back :p
Worked wonders!
The new version of Dotimer filters this, but i'd really like to use quartz instead.
-edit "Quartz_Buff/Buff.lua" with wordpad
-find "if isMine and duration > 0 then"
-change to "if isMine == "player" and duration > 0 then"
-do this on the 4 lines found
-enjoy
I was having the same issue as Dynatos and drpertree with instead of it showing only my debuffs to a target and the cooldowns it showed everyone's debuff in the Battlegrounds to the target. That was jacked in PvP when it covered half my screen. Man can't see he can't fight. Something changed from the previous version to this version.
http://www.wowace.com/projects/quartz/