| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-04-11 02:40 PM |
| Created: | unknown |
| Downloads: | 5,231 |
| Favorites: | 25 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
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 ? |
|
|
|
|
|
|
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)); |
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
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? |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 16
Uploads: 0
|
Yeah, it goes back down to 10KB~ a sec or two out of combat, as i said no biggie, Love the mod!
![]() |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 16
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.
|
|
|
|
|
||
|
||
|
|
|
|
|
|
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 |
|
|
|
|
||
I think it would be a bit much to look at also just use grid |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 8
Uploads: 1
|
Might be a bit off-scope, but is it possible to make some similar raidframes?
|
|
|
|
|
||
<RelDimension x="-0.03" y="-0.09"/> the y="-0.09" means 9% of the screen height below the center of the screen. to move it up try higher values like -0.05 or 0 or 0.05 as for ram usage, i guess each time it updates the values it holds the old values in ram. this prolly saves cpu time in exchange for an insignificant increase in ram usage. until the UI does a "garbage collection" and gets rid of them all in one go. don't know for sure tho. im not too worried about it. |
||
|
|
|
|
||
|
||
|
|
![]() |