Download
(6Kb)
Download
Updated: 02-02-20 01:30 PM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
Updated:02-02-20 01:30 PM
Created:unknown
Downloads:8,431
Favorites:29
MD5:
Categories:Unit Mods, Graphic UI Mods

TextHUD  Popular! (More than 5000 hits)

Version: 80300
by: Awbee [More]

This mod displays health, mana, and resources (combo points, holy power, etc) for you (and your pet if you have one) as text in the lower middle of your screen.

Also includes optional folders to support target and party. You can disable or delete either of these.

- TOC updated for 8.3

- TOC updated for 6.0
- Chi now shows for Monks with mana.

- TOC updated for 5.4
- Added support for Holy Power, Soul Shards, Demonic Fury, Burning Embers, Shadow Orbs, Eclipse, Lightning Shield, Maelstrom Weapon

- TOC updated for 5.2
- Added support for Monk (Chi) and Mage (Arcane Charges) - Thanks Sambis
Post A Reply Comment Options
Unread 02-10-20, 01:49 AM  
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 98
File comments: 32
Uploads: 3
Re: Re: Retail update?

Originally Posted by Awbee
Originally Posted by aallkkaa
Are there any plans for this mod to be updated for Retail?
been playing classic mainly but I'll take a look.
Thanks!
Report comment to moderator  
Reply With Quote
Unread 02-02-20, 11:01 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Retail update?

Originally Posted by aallkkaa
Are there any plans for this mod to be updated for Retail?
been playing classic mainly but I'll take a look.
Report comment to moderator  
Reply With Quote
Unread 02-02-20, 12:29 AM  
aallkkaa
A Warpwood Thunder Caller
 
aallkkaa's Avatar
AddOn Author - Click to view AddOns

Forum posts: 98
File comments: 32
Uploads: 3
Retail update?

Are there any plans for this mod to be updated for Retail?
Report comment to moderator  
Reply With Quote
Unread 02-22-12, 04:30 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally Posted by sornok
I 've kinda wanted to use this as a "player text nameplate". I tweaked the .xml file a bit to change the size and position of text.

But what I cannot do is to make it anchor relative to the player ? I see that it is anchored on UIParent, is there a way to anchor it on the player so that when I zoom in/out the distance from myself remains the same ?
no

it would have to be built as a name plate mod or something

would prolly involve a lot of recoding
Report comment to moderator  
Reply With Quote
Unread 02-20-12, 03:17 AM  
sornok
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I 've kinda wanted to use this as a "player text nameplate". I tweaked the .xml file a bit to change the size and position of text.

But what I cannot do is to make it anchor relative to the player ? I see that it is anchored on UIParent, is there a way to anchor it on the player so that when I zoom in/out the distance from myself remains the same ?
Report comment to moderator  
Reply With Quote
Unread 06-13-11, 01:55 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
sure. in TextHUDParty.lua change:

getglobal("TextHUDParty_Party"..i.."HealthText"):SetText(string.format("%4.0f", j));

to:

getglobal("TextHUDParty_Party"..i.."HealthText"):SetText(UnitHealth("party"..i));
Report comment to moderator  
Reply With Quote
Unread 06-12-11, 09:29 PM  
pinchyweda
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Percent vs. Value

Can I switch the percent to value for the party members too?

Great Add-On I am using RealUI because I like the text feel and yours fits in great!!!

Thanks
Report comment to moderator  
Reply With Quote
Unread 06-05-10, 11:03 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
find something like:

TextHUD_PlayerHealthText:SetText(string.format("%4.0f", UnitHealth("player") / UnitHealthMax("player") * 100));

and change it to:

TextHUD_PlayerHealthText:SetText(UnitHealth("player"));

in the .lua files
Report comment to moderator  
Reply With Quote
Unread 06-04-10, 06:44 PM  
Linkis
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
nice mod.. reminds me of final fantasy.
How do you display the health and mana values as the actual values and not percents?
Report comment to moderator  
Reply With Quote
Unread 05-20-10, 06:59 PM  
Axaion
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Yeah, it goes back down to 10KB~ a sec or two out of combat, as i said no biggie, Love the mod!
Report comment to moderator  
Reply With Quote
Unread 05-20-10, 01:07 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
it seems to generate garbage every time it updates. but after a few mins it should reset and go back down. dunno how to fix it.
Report comment to moderator  
Reply With Quote
Unread 05-19-10, 09:57 PM  
Axaion
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Proberly nothing important, but After hitting a target dummy nonstop for bout 40 mins the addon is using 4.05MB memory - not using much of anything else though. ^_-

thanks for a great addon, just thought id mention it

Actually, seems theres a small memory leak, its using 2.6kb/s constantly no matter what )
Last edited by Axaion : 05-19-10 at 09:59 PM.
Report comment to moderator  
Reply With Quote
Unread 12-24-09, 09:27 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally posted by alanharper
i love good and simple addon's like this one

have only one question: is there a way to hide the names of player and pet ? only the numbers would be enough for me

thank you
not really, no. unless you want to edit the code yourself.
Report comment to moderator  
Reply With Quote
Unread 10-28-09, 10:51 AM  
alanharper
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
i love good and simple addon's like this one

have only one question: is there a way to hide the names of player and pet ? only the numbers would be enough for me

thank you
Report comment to moderator  
Reply With Quote
Unread 08-04-09, 06:19 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally posted by Gnarkill
Might be a bit off-scope, but is it possible to make some similar raidframes?
where would i put all that text?

I think it would be a bit much to look at also

just use grid
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: