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.
Login errors are as follows
Message: Interface\AddOns\Quartz\modules\Player.lua:190: table index is nil
Time: 02/08/11 22:03:03
Count: 1
Stack: Interface\AddOns\Quartz\modules\Player.lua:190: in main chunk
Locals: Quartz3 =
SetDefaultModuleLibraries = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:383
SetModuleEnabled = <function> defined @Interface\AddOns\Quartz\Quartz.lua:210
OnInitialize = <function> defined @Interface\AddOns\Quartz\Quartz.lua:57
RegisterChatCommand = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceConsole\AceConsole-3.0.lua:85
EnableModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:348
modules =
}
GetModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:231
IterateEmbeds = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:458
defaultModuleLibraries =
}
ToggleLock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:107
GetModuleEnabled = <function> defined @Interface\AddOns\Quartz\Quartz.lua:206
UnregisterChatCommand = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceConsole\AceConsole-3.0.lua:111
Printf = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceConsole\AceConsole-3.0.lua:69
CastBarTemplate =
}
SetDefaultModulePrototype = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:425
name = "Quartz3"
IsEnabled = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:467
orderedModules =
}
Util =
}
DisableModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:366
GetArgs = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceConsole\AceConsole-3.0.lua:144
Print = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceConsole\AceConsole-3.0.lua:54
optFrames =
}
CreateStatusBar = <function> defined @Interface\AddOns\Quartz\QuartzStatusBar.lua:32
baseName = "Blizzard_DebugTools"
IsModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:484
db =
}
SetDefaultModuleState = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:403
ShowUnlockDialog = <function> defined @Interface\AddOns\Quartz\Quartz.lua:134
RegisterModuleOptions = <function> defined @Interface\AddOns\Quartz\Config.lua:212
SetEnabledState = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:440
defaultModuleState = true
enabledState = true
Lock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:124
Disable = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:330
CopySettings = <function> defined @Interface\AddOns\Quartz\Quartz.lua:198
ChatCommand = <function> defined @Interface\AddOns\Quartz\Config.lua:194
Unlock = <function> defined @Interface\AddOns\Quartz\Quartz.lua:112
OnEnable = <function> defined @Interface\AddOns\Quartz\Quartz.lua:64
IterateModules = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:453
Enable = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:315
NewModule = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:256
ApplySettings = <function> defined @Interface\AddOns\Quartz\Quartz.lua:92
GetName = <function> defined @Interface\AddOns\ArkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:300
SetupOptions = <function> defined @Interface\AddOns\Quartz\Config.lua:203
Merge = <function> defined @Interface\AddOns\Quartz\Quartz.lua:222
}
L =
Set the color to turn the cast bar when taking a flight path = "Set the color to turn the cast bar when takin
---------------------------------------------------
Message: Interface\AddOns\Quartz\modules\Latency.lua:67: Usage: RawHook([object], method, [handler], [hookSecure]): Attempt to hook secure function UNIT_SPELLCAST_START. Use `SecureHook' or add `true' to the argument list to override.
Time: 02/08/11 22:03:16
Count: 1
Stack: [C]: ?
...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:164: in function <...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:118>
...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:325: in function `RawHook'
Interface\AddOns\Quartz\modules\Latency.lua:67: in function <Interface\AddOns\Quartz\modules\Latency.lua:66>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:543: in function `EnableAddon'
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:556: in function `EnableAddon'
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:635: in function <...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:621>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:244: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:267: in function `CombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:521: in function <Interface\FrameXML\UIParent.lua:494>
Locals: <none>
-----------------------------------------------------------------------
Message: Interface\AddOns\Quartz\modules\Tradeskill.lua:88: Usage: RawHook([object], method, [handler], [hookSecure]): Attempt to hook secure function UNIT_SPELLCAST_START. Use `SecureHook' or add `true' to the argument list to override.
Time: 02/08/11 22:03:16
Count: 1
Stack: [C]: ?
...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:164: in function <...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:118>
...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:325: in function `RawHook'
Interface\AddOns\Quartz\modules\Tradeskill.lua:88: in function <Interface\AddOns\Quartz\modules\Tradeskill.lua:87>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:543: in function `EnableAddon'
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:556: in function `EnableAddon'
...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:635: in function <...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:621>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:244: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:267: in function `CombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:521: in function <Interface\FrameXML\UIParent.lua:494>
Locals: <none>
Date: 2011-02-08 19:40:02
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Quartz\modules\Player.lua line 190:
table index is nil
Debug:
(tail call): ?
[C]: ?
Quartz\modules\Player.lua:190: in main chunk
Try this:
Open up your World of Warcraft /Interface/Quartz/modules folder, and open the player.lua with notepad. Find the line with GetSpellInfo(5138), and remove the line. It's Quartz trying to request information about Drain Mana, and it fails because the spell was removed, and this causes multiple issues.
Tnx! I have my settings back :)
Date: 2011-02-08 18:46:36
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Quartz\modules\Player.lua line 190:
table index is nil
Debug:
[C]: ?
Quartz\modules\Player.lua:190: in main chunk
Try the alpha and see if that fixes your issue. It should solve any errors related to "profiles" or "bars resetting" or "RawHook".
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Quartz\modules\Player.lua line 190:
table index is nil
Debug:
(tail call): ?
[C]: ?
Quartz\modules\Player.lua:190: in main chunk
AddOns:
Swatter, v3.2.3 (<%codename%>)
Announce, v
AtlasLoot, vv6.02.00
AtlasLootBurningCrusade, vv6.02.00
AtlasLootCataclysm, vv6.02.00
AtlasLootClassicWoW, vv6.02.00
AtlasLootCrafting, vv6.02.00
AtlasLootWorldEvents, vv6.02.00
AtlasLootWrathoftheLichKing, vv6.02.00
Babylonian, v5.1.DEV.130
Configator, v5.1.DEV.286
DBMCore, v
Decursive, v2.6.1_beta_3
Energized, v1.0
EnergizedOptions, v
Gatherer, v3.2.3
GathererDBWowhead, v1.0.2009-12-09
GearScore, v4.2.02
IceHUD, v1.7.4.2 (Revision: 826)
MageNuggets, v2.077
MikScrollingBattleText, v5.5.91
MinimapButtonFrame, v3.1.4
MinimapButtonFrameSkinPack, v3.0
Omen, v3.1.0
Outfitter, v5.2
PowerAuras, v4.9
Quartz, v3.0.4
SlideBar, v3.2.3 (<%codename%>)
BlizRuntimeLib_enUS v4.0.6.40000 <us>
(ck=313)
I am not able to save any configurations i make to the addon-like any time i set bars they all go back to default placement font ect ect. Also throws a good many lua errors >< Any fix inc for all this, I miss my castbars :*(? This is all since 4.0.6 btw.
Date: 2011-02-08 19:27:34
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\Quartz\modules\Latency.lua line 172:
attempt to call field 'UNIT_SPELLCAST_DELAYED' (a nil value)
Debug:
[C]: UNIT_SPELLCAST_DELAYED()
Quartz\modules\Latency.lua:172:
Quartz\modules\Latency.lua:171
(tail call): ?
[C]: ?()
Quartz\CastBarTemplate.lua:40:
Quartz\CastBarTemplate.lua:38
Quartz\CastBarTemplate.lua:335: ?()
Quartz\CastBarTemplate.lua:126:
Quartz\CastBarTemplate.lua:124
Date: 2011-02-08 19:37:10
ID: 3
Error occured in: Global
Count: 1
Message: ..\FrameXML\PartyMemberFrame.lua line 553:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
..\FrameXML\PartyMemberFrame.lua:553: UpdatePartyMemberBackground()
..\FrameXML\RaidFrame.lua:94: RaidOptionsFrame_UpdatePartyFrames()
..\FrameXML\UIParent.lua:672:
..\FrameXML\UIParent.lua:494
Locals:
---
AceHook-3.0-5 (Ace3):164: in function <Ace3\AceHook-3.0\AceHook-3.0.lua:118>
AceHook-3.0-5 (Ace3):325: in function `RawHook'
Quartz-3.0.4-1-g36a3f6e\modules\Latency.lua:67: in function <Quartz\modules\Latency.lua:66>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-10 (Ace3):543: in function `EnableAddon'
AceAddon-3.0-10 (Ace3):556: in function `EnableAddon'
AceAddon-3.0-10 (Ace3):635: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:621>
<in C code>: in function `LoadAddOn'
PitBull4-v4.0.0-beta19\Main.lua:1138: in function `LoadModules'
...:
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-10 (Ace3):543: in function `EnableAddon'
AceAddon-3.0-10 (Ace3):635: in function <Ace3\AceAddon-3.0\AceAddon-3.0.lua:621>
<in C code>: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:244: in function `UIParentLoadAddOn':
Interface\FrameXML\UIParent.lua:267: in function `CombatLog_LoadUI':
Interface\FrameXML\UIParent.lua:521: in function <Interface\FrameXML\UIParent.lua:494>:
---