Results: 16Comments by: taralx
File: MetaHud - Nuckin Branch02-16-09
Originally posted by Nuckin And o...
Posted By: taralx
Originally posted by Nuckin And ontop of my argument, your action bars have range indicators built in. I rarely look at my action bars. :/ But as a healer, knowing when I'm in the 30-40 yd range is very useful for raiding. Would it help if I could provide a more compact piece of code than those two libraries? I also use the...
File: MetaHud - Nuckin Branch01-30-09
Woot! Update! YOU ROCK, Nuckin!
Posted By: taralx
Woot! Update! YOU ROCK, Nuckin!
File: MetaHud - Nuckin Branch12-10-08
Buff counts
Posted By: taralx
Please integrate buff counts! It's the same as the debuff count code, but for buffs.
File: TomTom12-03-08
I <3 you and your mod so much. Than...
Posted By: taralx
I <3 you and your mod so much. Thank you!
File: MetaHud - Nuckin Branch12-03-08
Cast bar?
Posted By: taralx
Any progress on the enemy cast bar problems? P.S. The glyph page has Blizzard bugs. It's not an addon problem. Reload your UI to make it work for a bit.
File: MetaHud - Nuckin Branch11-20-08
Better DK support
Posted By: taralx
if type == "rage" or type == "Runic Power" then self.needMana = value > 0; else
File: MetaHud - Nuckin Branch11-04-08
My target's casting bar is messed u...
Posted By: taralx
My target's casting bar is messed up. It doesn't appear to update when I switch targets. Try this: 1. Have target start casting. 2. Deselect target before they finish. The casting bar will complete and the spell's name will continue to show whenver you have something targeted.
File: MetaHud - Nuckin Branch11-02-08
Heh, I got beat to it. Had RP worki...
Posted By: taralx
Heh, I got beat to it. Had RP working, was trying to get Runes working... no dice yet. :(
File: MetaHud - Nuckin Branch10-31-08
I'm slowly adding DK support. Not e...
Posted By: taralx
I'm slowly adding DK support. Not easy. :/
File: MetaHud - Nuckin Branch10-29-08
Re: Re: 40 buff/debuff patch
Posted By: taralx
Originally posted by Nuckin Shaten: Why 40? (I don't like to patch unless there is a good reason to) BC upped the limit to 40. http://www.wowwiki.com/API_UnitDebuff
File: MetaHud - Nuckin Branch10-29-08
Originally posted by Nuckin the q...
Posted By: taralx
Originally posted by Nuckin the quick menu is the code left over from the minimap button i partially gutted :p I'll clean it up tonight. And what does metahud need those other libraries for? I'm afraid you confused me a little :o. AAAAAnd... the player drop down menu works for me in party or not when right clicking target text...
File: MetaHud - Nuckin Branch10-28-08
LibDataBroker support: Read ht...
Posted By: taralx
LibDataBroker support: Read http://github.com/tekkub/libdatabroker-1-1/wikis Embed LibStub and LibDataBroker-1.1 (steal them from Atlas or something) Add code to OnLoad: LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("MetaHud", { type = "launcher", text = METAHUD_NAME, icon = METAHUD_ICON, OnClick = function()...
File: MetaHud - Nuckin Branch10-28-08
Yay update! You took out FuBar supp...
Posted By: taralx
Yay update! You took out FuBar support, but forgot to remove references to MetaHudFu. :)
File: MetaHud - Nuckin Branch10-28-08
Originally posted by Nuckin On a...
Posted By: taralx
Originally posted by Nuckin On a side note I am interested in which plugins people actually use, personally when I am playing, I use MetaHud as a stand alone Add-On. I want to know if anyone use's its FuBar functionality for example before I possibly remove it. I (rarely) use the FuBar button for quickly bringing up the opti...
File: MetaHud - Nuckin Branch10-27-08
A fix and a request
Posted By: taralx
A fix I posted on curse: The error happens when using the dropdown to choose a health/mana format. Change line 34 (starting with "info.func") of MetaHudOPT.lua to read: info.func = function() MetaHudO_DropDown_OnClick(index) end; and remove the "info.arg1" line after it. That fixes the dropdowns. :)
File: MetaHud - Nuckin Branch10-24-08
Other changes to merge?
Posted By: taralx
Have you looked at http://wow.curse.com/downloads/wow-addons/details/meta-hud.aspx and the changes there? I'd love to see a unified version with all the various attempts to update it merged.