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.
Thanks in advance.
Is there any way to set it the way it used to be? I used it for timers for my stuns (i'm a rogue) and having all the extra timers from other players is messin with me. Thanks.
Interface\AddOns\Quartz_Buff\Buff.lua:372: attempt to compare number with string
Stack trace:
-----------
[C]: in function `FocusUnit'
Interface\FrameXML\ChatFrame.lua:1118: in function `?'
Interface\FrameXML\ChatFrame.lua:3173: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:2911: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
"to"
"<Script file="Quartz_Player\Player.lua"/>"
<Script file="Player\Player.lua"/>
to
<Script file="Quartz_Player\Player.lua"/>
for those of you having problems getting it to show up.
if you go into the addon folder there is a file called "modules.xml"
right-click it and hit "edit"
there are 14 lines that need a small edit with names of the modules loaded into quartz, you need to add Quartz_ to them:
<Script file="Player\Player.lua"/>
to
<Script file="Quartz_Player\Player.lua"/>
heres the rest of what it should say:
<Script file="Player\Player.lua"/>
to
<Script file="Quartz_Player\Player.lua"/>
Right now, I've moved things around so they're all inside the Quartz folder, but I'm not looking forward to doing that every time it gets updated.
Date: 2008-10-16 21:05:06
ID: 50
Error occured in: Global
Count: 1
Message: ..\AddOns\Quartz_Buff\Buff.lua line 372:
attempt to compare number with string
Debug:
(tail call): ?
Ace2\AceEvent-2.0\AceEvent-2.0.lua:369:
Ace2\AceEvent-2.0\AceEvent-2.0.lua:345
Great work, btw~
One of the better addons out there.
if you go into the addon folder there is a file called "modules.xml"
right-click it and hit "edit"
there are 14 lines that need a small edit with names of the modules loaded into quartz, you need to add Quartz_ to them:
<Script file="Player\Player.lua"/>
to this:
<Script file="Quartz_Player\Player.lua"/>
Quartz
Pitbull
Cartographer
The problem is as follows:
Clicking the addons button on the character screen, shows the above mentioned mods, with all it's modules in RED, saying dependency missing, and as the dependency, written the name of the mod ie. Pitbull. The confusing thing is all the people for which the mods are actually working, since I've tried absolutely everything, deleting "Interface" and "WTF" countless times, and going from scratch, with no difference at all :( I have seen 3 or 4 posts with the same problem, with no response...
Please help me fix this issue, I haven't played the game at all since the patch, because without those 3 mods, WoW just isn't WoW. Thanks for creating them, and thanks in advance for the replies (if I get any),
cheers