This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Readd the ability to disable the player module, please :p
--- Player.lua Wed Feb 10 17:28:52 2010 +++ Player.lua-mine Wed Feb 10 17:28:27 2010 @@ -159,6 +159,18 @@ get = getOpt, set = setOpt, args = { + toggle = { + type = "toggle", + name = L["Enable"], + desc = L["Enable"], + get = function() + return Quartz3:GetModuleEnabled(MODNAME) + end, + set = function(info, v) + Quartz3:SetModuleEnabled(MODNAME, v) + end, + order = 100, + }, lock = { type = "toggle", name = L["Lock"],
Well it was mostly not in there, because without the player module Quartz loses its main porpuse .. but i'll think about it. Options are everything, no? :)
Thanks :p On my DK I use IceHud's built-in cast bar for myself since the only things I ever cast are hearth or mount, and then use Quartz for target cast bar (large and in charge for boss fights) and mirror bars (for da pretties)
To post a comment, please login or register a new account.