Results: 130Comments by: hankthetank
File: oUF_Hank10-21-10
... oUF.Tags = function(unit)...
Posted By: hankthetank
... oUF.Tags = function(unit) local color = RAID_CLASS_COLORS return ("FF%.2x%.2x%.2x"):format(color.r * 255, color.g * 255, color.b * 255) end ... Did you miss that part of the code snippet? Adding profiles to your aura filtering should be realizable in this fashion: local function AuraSettings(unit) local ret...
File: oUF_Hank10-21-10
Originally posted by hankthetank...
Posted By: hankthetank
Originally posted by hankthetank Updated. Eclipse bar yet to be implemented. Originally posted by Pyrates Hey very nice uf's, thanks for making those :) I noticed there isn't an icon shown for pvp, is that intended, or would that be hard to add? (e) Also, I'd like to replace your castbar. How would I do that most efficientl...
File: oUF_Hank10-19-10
Content of custom_modifications.lua...
Posted By: hankthetank
Content of custom_modifications.lua: local cfg = oUF_Hank_config oUF_Hank_hooks = {} oUF_Hank_hooks.NoOmniCC = { PostCreateIcon = function(icons, icon) icon.cd.noCooldownCount = true end, }
File: oUF_Hank10-19-10
Originally posted by Lemone 1. How...
Posted By: hankthetank
Originally posted by Lemone 1. How do I remove the cooldown timer from buffs and debuffs below the frames 2. How do I only show my buffs and debuffs without having to whitelist and blacklist every single buff that might occur on a target 3. How do I add a group role icon next to rested iceons and grp leader icon. 1) I assume you...
File: oUF_Hank10-15-10
Re: Re: Re: focus
Posted By: hankthetank
Originally posted by ninnette I've readed yet. Are you saying that i've to do a whitelist with all the boss habilities of the game. I thought that there was any fix for see all debuffs. Sorry for the incovenience (and my english), 9tte Well you could set the focus frame up to show all debuffs but the irrelevant ones wh...
File: oUF_Hank10-15-10
Re: focus
Posted By: hankthetank
People... seriously... FAQs Define a whitelist for the focus auras.
File: oUF_Hank10-14-10
Originally posted by lodewijk Tha...
Posted By: hankthetank
Originally posted by lodewijk Thanks for the update! BUT ... grrrrr custom_modifications.lua is overwritten again :( As written in the FAQs: Before you patch oUF_Hank make sure to backup your custom_modifications.lua and overwrite the patched one with your backed up version. Another more neat solution is to rename y...
File: oUF_Hank10-14-10
Updated. Eclipse bar yet to be impl...
Posted By: hankthetank
Updated. Eclipse bar yet to be implemented. This release is not backwards compatible with oUF 1.4. http://img43.imageshack.us/img43/2381/wowscrnshot101410100132.png
File: ICC Lich King Addon Pack10-14-10
Originally posted by hankthetank Th...
Posted By: hankthetank
Originally posted by hankthetank There is no config. You can edit the code though. Well, now there is one. Updated for 4.0.1
File: oUF_Hank10-10-10
Alright people, the patch is hittin...
Posted By: hankthetank
Alright people, the patch is hitting live servers soon™ Once I accustomed myself to the crap factor of healing in 4.0.1 I'll update the layout integrating new resource systems and address some small bugs like: - reputation not updating - context menus in vehicles - occasional castbar fadeout animations after instant casts...
File: oUF_Hank10-02-10
Originally posted by Rykaerdoe Is...
Posted By: hankthetank
Originally posted by Rykaerdoe Is there any easy way to make them click-through? Add this piece of code to your custom_modifications.lua: oUF_Hank_hooks.ClickThrough = { sharedStyle = function(self, unit) self:SetScript("OnClick", function() end) self:SetScript("OnEnter", function() end) end, } Delete the "OnEnt...
File: InstanceCounters09-14-10
Found this quite useful when farmin...
Posted By: hankthetank
Found this quite useful when farming Dire Maul. As Tuhljin stated you need to make 2 changes to make it work correctly: -- -- -- -- -- -- -- { Name, Year, Month, Day, Hour, Minute, Been Reset, Player, Realm } INSTANCECOUNTERSinstances = { {"---", -1, -1, -1, -1, -1, false, "---", "---"}, {"---", -1, -1, -1, -1, -1, f...
File: oUF_Hank08-28-10
It's all inside the config file:...
Posted By: hankthetank
It's all inside the config file: Disable the cast bar, line 107: Castbar = false, Changing power font, line 93: FontStyleMedium = ........ (see http://www.wowwiki.com/API_Font_SetFont for values) Chaning the mana color, line 39: colors = setmetatable({ ..... power = setmetatable({ MANA = {0.31, 0.45,...
File: oUF_Hank07-26-10
Re: Ui
Posted By: hankthetank
Originally posted by neov Any chance you can list some of the other add-ons you've got there? http://img52.imageshack.us/img52/9203/wowscrnshot071210190020.jpg
File: oUF_Hank07-24-10
is there a way i can enable player...
Posted By: hankthetank
is there a way i can enable player and target levels though? hank_v3.lua if unit == "player" then self:Tag(power, "") elseif unit == "target" or unit == "focus" then self:Tag(power, cfg.ShowThreat and " || " or " || ") end You can add the tag or here like this: if unit == "player" then self:Tag(power, "Lvl || ") els...
File: oUF_Hank07-21-10
New version ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ...
Posted By: hankthetank
New version ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ - Display for experience & reputation - Updated to new oUF_SpellRange version - Bugfix for unknown power types Hover over the player frame for a brief moment to bring up the new display. Options for deactivation and delay included in config.lua. oUF_Hank just reached popular s...
File: Raid icons07-21-10
Re: Need help
Posted By: hankthetank
Originally posted by Ghiradelli I can't seem to get it to work. I followed the instructions on from. creat a new folder put the .blp file in there...etc. Started WoW but the normal raid icons still appear. Have you read this? This will overwrite the standard icons in UI elements like unit frames or raid icon context menus. T...
File: oUF_Hank07-21-10
Re: Problem w/ raiding
Posted By: hankthetank
Originally posted by Humann So after a couple of weeks of having this UI, i still absolutely love it. But there one small problem...when raiding ICC 25man it tends to bog down my computer. I know it's the addon because i will disable it and everything is smooth again. Do you know if there is any one particular part that is reall...
File: oUF_Hank07-15-10
Originally posted by Syliha http:...
Posted By: hankthetank
Originally posted by Syliha http://www.abload.de/img/screenshottargetqfpy.jpg there you go... new version nothing customized =( Edit: Without spellrange it's working fine ;) Like I said: Use the prior version of oUF_SpellRange or disable range checks until the next release Regarding the error report: See my prior post or...
File: oUF_Hank07-14-10
Originally posted by Humann Love...
Posted By: hankthetank
Originally posted by Humann Love this addon, was just wondering what addon you were using for your Map and Buff Timers? Also, what cast bar addon you have under the health bars. THX! Forte, SexyMap, Elkano's hmm, anyone else having problems with the target windows and focus windows? mine are stuck in default... Could you e...
File: oUF_Hank07-08-10
Originally posted by Mourdin look...
Posted By: hankthetank
Originally posted by Mourdin looks great hank, thanks for the update...love the brighter font for mana, really helps. I know this has been asked, but i cant see to find the post about it, how do i change the number of debuffs shown on my target frame? I think the default is like 30 or so, so when i target something with alot of...
File: oUF_Hank07-07-10
Originally posted by strickland n...
Posted By: hankthetank
Originally posted by strickland nice, tho what raidframe layout your using in the screenshot, is that grid? Thanks. yup that's grid
File: oUF_Hank07-06-10
New verion: 3.0.6 ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ...
Posted By: hankthetank
New verion: 3.0.6 ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ - Updated to oUF 1.4 - Got rid of some obsolete code - Removed ugly hacky hooks - Minor bugfixes Nothing new here except the upgrade to oUF 1.4. Just some tweaking, code improvement and minor bugfixes.
File: oUF_Hank07-04-10
Originally posted by Lastbreath I...
Posted By: hankthetank
Originally posted by Lastbreath Im blind or on new update there isnt Classcolor option ? There are alot of changes that come with the new oUF core version. I need to maintain some other projects before I can address myself to updating this layout to the new version. Just hang on a few days. Currently I'm testing the new version...
File: oUF_Hank06-28-10
Originally posted by Mourdin hank...
Posted By: hankthetank
Originally posted by Mourdin hank no longer working with new oUF. =( ugh... time for an update apparently