Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r19
Date:
08-25-2009 09:23 PM
Size:
288.10 Kb
Downloads:
252,516
Favorites:
2,264
MD5:
Pictures
Click to enlarge
Quartz - Modular Casting Bar   Popular! (More than 5000 hits)
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 using the new API introduced in patch 2.1.
*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.
  Optional Files - Quartz - Modular Casting Bar
File Name
Version
Size
Author
Date
Type
2.1
3kB
08-18-2009 11:17 PM
Addon
  Archived Versions - Quartz - Modular Casting Bar
File Name
Version
Size
Author
Date
r7
284kB
Nymbia
10-15-2008 10:23 PM
  Comments - Quartz - Modular Casting Bar
Post A Reply Comment Options
Old 08-10-2009, 12:25 PM  
eddiemars
A Murloc Raider

Forum posts: 7
File comments: 8
Uploads: 0
Quote:
Originally posted by fireflash38

Make sure that the if (caster...) line is similar to this (quotes and all). I remember having to make a change to the lua file when I updated quartz a while back, and I think this is the code segment which fixed it. [/b]
I changed this in the lua and while it did make everyone's buffs and debuffs go away, it also made mine go away. I cannot see anyone's buffs or debuffs now.

Comment away if you know a good replacement.
eddiemars is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-08-2009, 09:18 AM  
Passover
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
Unhappy Not the 1st..

Damn, used to love this, but now i see every raid members De-buff on my screen it sucks.
Like others have posted - I use it, not just for the Cast Bars but for monitering my Debuffs on the target like a DoT timer would.
Till this is fixed i now have to get ANOTHER addon to sort it out in the meantime.
Hope someone can fix it soon
Passover is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2009, 12:55 PM  
Politig
A Kobold Labourer

Forum posts: 1
File comments: 214
Uploads: 0
Hello,

I'm having a problem with quartz loading everything. Quartz is fine, no errors, but none of the modules (Quartz_Player, Quartz_Target, etc.) are loading. Which sucks.

Any advice?
Politig is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2009, 07:17 AM  
fireflash38
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Code:
			if db.targetbuffs then
				for i = 1, 32 do
					local name, rank, texture, applications, _, duration, expirationTime, caster = UnitBuff('target', i)
					local remaining = expirationTime and (expirationTime - GetTime()) or nil
					if not name then
						break
					end
					if (caster=="player" or caster=="pet" or caster=="vehicle") and duration > 0 then
						local t = new()
						tmp[#tmp+1] = t
						t.name = name
						t.texture = texture
						t.duration = duration
						t.remaining = remaining
						t.isbuff = true
						t.applications = applications
					end
				end
			end
Make sure that the if (caster...) line is similar to this (quotes and all). I remember having to make a change to the lua file when I updated quartz a while back, and I think this is the code segment which fixed it.
fireflash38 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2009, 02:57 AM  
ricks322
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 54
Uploads: 1
Update to 3.2 ?

Any idea when an update to 3.2 will be out?
ricks322 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-01-2009, 11:24 AM  
Nymie
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
I recently had to wipe out my WTF folder and am now having to reconfigure absolutely everything, including Quartz. For the life of me, I cannot seem to only display MY debuffs (priest) on the enemy target... in a raid there are 50+ debuffs running down my screen. Where do I turn the debuff display off (not totally but so I only see my SWP, VT, VE, DP...)? Any help would be appreciated.
Nymie is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-09-2009, 12:08 PM  
PerfectH
Coke Man
 
PerfectH's Avatar
Premium Member

Forum posts: 121
File comments: 39
Uploads: 1
Hi, I've downloaded an update recently and I'm now having a problem with the Buff module.

I use it to see my debuff's on my target more easily, much like ClassTimers does.

However, after some recent updates, it now shows ALL debuffs from all players on the same target, and I only want to see my own debuffs. How can I fix this?
__________________

An update is drawing closer, keep an eye on this Signature for future developments! Hold tight!
PerfectH is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-31-2009, 07:02 AM  
ocping
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by rustedangel
I kinda figured that since there hasn't been any response from the author. So I moved on... found something else that works and is far easier to configure.
Can we know which mod that is? Thanks
ocping is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2009, 08:00 AM  
Gordrin
A Kobold Labourer
 
Gordrin's Avatar

Forum posts: 0
File comments: 2
Uploads: 1
Needs Updating Here!

This mod is awesome! And up to date on curse.com, why not here?
Gordrin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2009, 04:53 PM  
slayer0098
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Yes im having an problem i cant get the swing bar to show up at all i tryed deleting the saved vearible from wtf and reseting and installing the mod i have the new version and i still cant find it if anyone can help me with this mod it would be great i love this mod.
slayer0098 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 02:07 PM  
hehehe
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Is it possible to separate the swing timer from the player cast bar?

Last edited by hehehe : 05-10-2009 at 04:08 PM.
hehehe is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 09:35 AM  
asdf
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
Why isn't this addon updated anymore? It's being kept up to date on Curse:

http://wow.curse.com/downloads/wow-a...ls/quartz.aspx

I FAR prefer WoWInterface as a site to update my addons, can we get the Quartz updates cross-posted to WoWI when they're posted to Curse?
asdf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2009, 12:49 PM  
rustedangel
A Kobold Labourer
 
rustedangel's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
Originally posted by Selina
There has been a change in WoW 3.1 to the UnitAura function. Until the addon is updated by it's author there is nothing you can do to make it show only your debuffs.
I kinda figured that since there hasn't been any response from the author. So I moved on... found something else that works and is far easier to configure.
__________________
"No other object has been misidentified as a flying saucer more often than the planet Venus..."
X-Files Ep: 3x20 - Jose Chung's 'From Outer Space'
rustedangel is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2009, 10:42 AM  
Selina
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 8
Uploads: 2
There has been a change in WoW 3.1 to the UnitAura function. Until the addon is updated by it's author there is nothing you can do to make it show only your debuffs.
Selina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-24-2009, 09:20 PM  
rustedangel
A Kobold Labourer
 
rustedangel's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Re: target dot/debuff

Quote:
Originally posted by slipperydawg
Anyone know how to turn off "showing all party or raid members dots or debuffs on the selected target"? Before 3.1 it only showed my dots/debuffs and now i'm getting everyones. I checked the settings and can't find anything. I also tried adding a fresh copy of quartz and still the same issue.
I'd like to know this too, because there are so many debuff's that 1. I can't find mine to keep track of them and 2. it almost completely obstructs my view of the playing field. I don't want to turn it off completely because that's not helpful either.

maybe a screenshot might help:
__________________
"No other object has been misidentified as a flying saucer more often than the planet Venus..."
X-Files Ep: 3x20 - Jose Chung's 'From Outer Space'

Last edited by rustedangel : 04-30-2009 at 04:17 PM.
rustedangel is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.