Download
(283Kb)
Download
Updated: 10-27-22 05:31 PM
Compatibility:
Dragonflight Pre-patch (10.0.0)
Updated:10-27-22 05:31 PM
Created:08-28-12 08:53 PM
Downloads:20,891
Favorites:40
MD5:

oUF Hank Fan Update  Popular! (More than 5000 hits)

Version: 10.0.1
by: gwyd [More]

This is an update of Hank's oUF_Hank addon for WoW 10.0.

Dependancies: oUF by haste.
Optional Dependancies:
oUF_WarlockSpecBars - by tukz
oUF_TotemBar (included) - updated by ckaotik

Note: Development code can be found on github

All credit goes to Hank. I am only trying to keep it running.

== 7.0.0
Compatibility with legion

== 6.0.2
Added a 6th chi class icon when needed
Latency calculation fix for castbar

== 6.0.1
Fixed backgrounds showing for class icons
Fixed animations for players without class icons (low level paly, non-spriest)
Removed animations for eclipse bar (this is a temporary fix to make the addon work for druids, but more work is still needed)
Experimental: added support for auras on player frame

== 6.0
Updated for WoD
Moved combo points to player frame

== 5.2.0
.toc bump
Fixed tag display for untaggable mobs -ckaotik
Updated moonkin eclipse cast counter formulas -ckaotik

== 5.1.0 ==
.toc bump
vehicle health fix
updated dispel types

== 5.0.5 ==
Fixed .toc file after breaking it.

== 5.0.5 ==
Added Warlock and Shaman power bars courtesy of ckaotik.
Updated config to parse focus frame correctly.

== 5.0.4c ==
Added back config functionality
Optional Files (1)
File Name
Version
Size
Author
Date
Type
0
352kB
09-27-12 10:26 AM
Patch


Post A Reply Comment Options
Unread 12-22-22, 12:02 PM  
Gilou
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Can I change the non identify power for NPC ?

https://zupimages.net/up/22/51/u3rn.png

DONE :
(I'm reading all the comments and I'm learning a lot of things already...
My next step is to change how mana is displayed (arcane mage), i'd like to have only the percent of it for me and the current value for my target.
I suppose that changing the color and the size of the mana numbers might be easier and I'm trying to do it by myself. For now i'm still reading the comments BUT if someone was there and could help, it would be awesome.)
Last edited by Gilou : 12-24-22 at 05:41 AM.
Report comment to moderator  
Reply With Quote
Unread 11-26-22, 02:51 PM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
Originally Posted by eni2002
43x Interface/FrameXML/ComboFramePlayer.lua:17: Usage: local power = UnitPower(unitToken [, powerType, unmodified])
[string "=[C]"]: in function `UnitPower'
[string "@Interface/FrameXML/ComboFramePlayer.lua"]:17: in function `UpdatePower'
[string "@Interface/FrameXML/ClassPowerBar.lua"]:58: in function `OnEvent'
[string "@Interface/FrameXML/ClassResourceBarTemplate.lua"]:58: in function <Interface/FrameXML/ClassResourceBarTemplate.lua:38>

Locals:
(*temporary) = nil
(*temporary) = 4

--------------------------------------------------------

druid error
I'm seeing this too (had to create a druid). Not sure what's causing it, but I'm guessing something around druid extra power has changed. I'll look into it. Is it breaking anything at the moment for you or are you not seeing something you expect to?
Report comment to moderator  
Reply With Quote
Unread 11-26-22, 02:47 PM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
Originally Posted by LVNDSCAPE
I've got a fix coming for this, but in the mean time, if you update your config.lua lines 106-114 to look like:
Lua Code:
  1. FontStyleMedium = {"Interface\\AddOns\\oUF_Hank\\fonts\\din1451e.ttf", 16, ""},
  2. -- ToT, TToT, pet
  3. FontStyleSmall = {"Interface\\AddOns\\oUF_Hank\\fonts\\din1451e.ttf", 14, ""},
  4. -- Castbar: Time text, focus spell name
  5. CastBarBig = {"Interface\\AddOns\\oUF_Hank\\fonts\\tahoma.ttf", 15, ""},
  6. -- Castbar: Spell name (player, target)
  7. CastBarMedium = {"Interface\\AddOns\\oUF_Hank\\fonts\\tahoma.ttf", 9, ""},
  8. -- Castbar: Latency
  9. CastBarSmall = {"Interface\\AddOns\\oUF_Hank\\fonts\\tahoma.ttf", 8, ""},


It's just adding that extra empty string parameter since flags are now a required parameter to SetFont.
Last edited by gwyd : 11-26-22 at 02:50 PM.
Report comment to moderator  
Reply With Quote
Unread 10-30-22, 11:01 AM  
LVNDSCAPE
A Murloc Raider

Forum posts: 4
File comments: 45
Uploads: 0




These are the errors I've encountered. Only other addons I've enabled are Plater and Bagnon
Last edited by LVNDSCAPE : 10-30-22 at 11:01 AM.
Report comment to moderator  
Reply With Quote
Unread 10-27-22, 09:13 PM  
eni2002
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
43x Interface/FrameXML/ComboFramePlayer.lua:17: Usage: local power = UnitPower(unitToken [, powerType, unmodified])
[string "=[C]"]: in function `UnitPower'
[string "@Interface/FrameXML/ComboFramePlayer.lua"]:17: in function `UpdatePower'
[string "@Interface/FrameXML/ClassPowerBar.lua"]:58: in function `OnEvent'
[string "@Interface/FrameXML/ClassResourceBarTemplate.lua"]:58: in function <Interface/FrameXML/ClassResourceBarTemplate.lua:38>

Locals:
(*temporary) = nil
(*temporary) = 4



--------------------------------------------------------

druid error
Last edited by eni2002 : 10-27-22 at 09:14 PM.
Report comment to moderator  
Reply With Quote
Unread 05-23-21, 01:49 PM  
Lyneus
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Here my classic era version working :

https://drive.google.com/file/d/1qLl...ew?usp=sharing


Somebody can make it works for TBC plz ?
Report comment to moderator  
Reply With Quote
Unread 11-23-20, 07:07 AM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
Re: Doesn't work in FreeUI

Originally Posted by JackOnTheMap
Using latest version of oUF, disabled all addons but oUF and oUF Hank and it will not load. Tried first with my other addons enabled and nothing so I disabled all but.

Didn't try it with other layouts but this was my experience tonight.
Could you turn on lua errors and tell me what errors you see? Additionally, did you copy custom_modifications.default and config.default to custom_modifications and config? Those are there so you can set your own options and not get overwritten each time you install a new version.
Report comment to moderator  
Reply With Quote
Unread 11-18-20, 10:15 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Doesn't work in FreeUI

Using latest version of oUF, disabled all addons but oUF and oUF Hank and it will not load. Tried first with my other addons enabled and nothing so I disabled all but.

Didn't try it with other layouts but this was my experience tonight.
Last edited by JackOnTheMap : 11-18-20 at 10:15 PM.
Report comment to moderator  
Reply With Quote
Unread 08-29-20, 10:09 AM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
I've had to make some changes to oUF (UNIT_HEALTH_FREQUENT to UNIT_HEALTH) to make this work so you will likely need to make similar changes, but if you download a zip of the code from the shadowlands branch on github, you can test it out on ptr. I also uploaded an 8.3 compatible version with some changes I made to rune bars (I honestly don't remember what I was fixing 1+ years ago when I made the change).
Report comment to moderator  
Reply With Quote
Unread 08-27-20, 03:10 PM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
I've got a mostly (as in largely untested) version working on PTR right now. I'll try and get it posted here over the weekend and if people want to test it with whatever class they have, I'd appreciate it. There are issues with rogue combo points right now that will require a rewrite of that which could be a while out because, again, time.
Report comment to moderator  
Reply With Quote
Unread 06-16-20, 03:38 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Thanks

Originally Posted by gwyd
I'll probably make an update for shadowlands compatibility if I get beta access. That being said, if someone wants to take ownership of this, that's fine. Unfortunately, I just haven't had the time to devote to this that I once did.
Thanks in advance for your devotion. Looking forward to getting a working version of it. I'm missing it a lot.
Report comment to moderator  
Reply With Quote
Unread 05-25-20, 12:56 PM  
gwyd
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 47
Uploads: 1
I'll probably make an update for shadowlands compatibility if I get beta access. That being said, if someone wants to take ownership of this, that's fine. Unfortunately, I just haven't had the time to devote to this that I once did.
Report comment to moderator  
Reply With Quote
Unread 04-08-20, 12:39 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Cool Any update on sight?

As posted above.
Report comment to moderator  
Reply With Quote
Unread 10-24-19, 06:05 AM  
Lyneus
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Hi, i have find this :
https://legacy-wow.com/classic-addons/ouf-ruri-classic/
oUF looks working, now, need to find a oUF_Hank version working
Report comment to moderator  
Reply With Quote
Unread 10-03-19, 03:27 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Originally Posted by Lyneus
Can you explain how to process to try to make it work by myself ?
I don't find anybody using this addon... =/
Same that you, looking for a working version on the classic.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: