Download
(56Kb)
Download
Updated: 06-26-09 08:04 PM
Pictures
File Info
Updated:06-26-09 08:04 PM
Created:06-24-09 07:47 PM
Downloads:9,491
Favorites:31
MD5:

atrNameplates  Popular! (More than 5000 hits)

Version: 1.0.2
by: Atrophia [More]

Nameplates made to accompany atrUF, though they should also work seperately.

If you want to configure them you will need to know how to edit the .lua
I have no problem with anyone doing that, but due to time constraints I'm highly unlikely to be able to offer much help in you doing it.

Currently not undergone extensive testing with this, what I have done has gone by smoothly. Theres possibly an issue with healthbar colors sometimes not resetting to black, if you encounter anything else please let me know what and how (if known).

1.0.2
  • More styling tweaks.
  • Castbars now restyled fully.

1.0.1
  • General styling improvements, at the expensive of no longer using strictly the default frames.
  • Health percentage text added.
  • Raid icons styled properly.
Post A Reply Comment Options
Unread 07-01-09, 02:28 PM  
LiquidEnforcer
A Kobold Labourer
 
LiquidEnforcer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 4
Uploads: 1
How about hiding the B+ when its a boss and just show the name/percent? In those cases you typically know what your fighting and the absence of the label itself would let you know its a boss.

Also, any chance of getting aggro coloring on bars similar to Aloft? Your bars are pretty much perfect for me except that tiny little missing feature which is fairly important to me as a tank.
Report comment to moderator  
Reply With Quote
Unread 06-27-09, 07:18 AM  
Atrophia
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 17
Uploads: 4
lol I forget to edit back the update frequency, it was set to 2 seconds instead of .2 I was testing something ^^

If you open the atrNameplates.lua file you change that up the top. I'll add a fix tonight, want to work on a few other adjustments also.
Report comment to moderator  
Reply With Quote
Unread 06-27-09, 03:35 AM  
Bakke84
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Murlctt
I love how it looks, but i dont know if im the only one having the problem where the update rate from real time health to the health in the plate is rather slow.
not your not alone. i have the same problem.
also. how do i change the "invert" hp bar? as i want that normally it will show the bar in full purple when people have full hp
Report comment to moderator  
Reply With Quote
Unread 06-27-09, 01:50 AM  
Murlctt
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I love how it looks, but i dont know if im the only one having the problem where the update rate from real time health to the health in the plate is rather slow.
Report comment to moderator  
Reply With Quote
Unread 06-26-09, 06:27 PM  
Atrophia
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 17
Uploads: 4
This is essentially whats determining the frame size.

Code:
    frame.container = CreateFrame("Frame", nil, frame)
    frame.container:SetPoint("TOPLEFT", 0, 0)
    frame.container:SetPoint("BOTTOMRIGHT", 0, 5)
The issue is that to style the frame properly I need to make my own frames, while the actual clickable area is determined by the default frame size. So you can make the health bar smaller but then you have an invisible area around it which means it would seem your clicking is picking the wrong target.

The obvious answer there is to alter the default frame size to match it. Only that can't be done while in combat and from my testing to make it constantly match the area you see you need to resize the frame each update so when you would get in combat it would break.

Perhaps theres another solution that I've simply missed. Maybe I can disable the normal clicking behaviour of the default frame and apply it only to my own frame.

At the moment I'm keeping the width of the default frames and pinning the health you see to the top left. So the healths height can be shrunk meaning the invisible clickable area is just above the model and where the castbar is. Thats completely natural as you would expect that area to target that unit anyway.
Last edited by Atrophia : 06-26-09 at 06:46 PM.
Report comment to moderator  
Reply With Quote
Unread 06-26-09, 03:51 PM  
slyph
A Murloc Raider

Forum posts: 5
File comments: 15
Uploads: 0
size

yah, the plates look great but a tad on the large size, would like to be able to scale em down and make sure the text doesnt get to small so i can resize that
Report comment to moderator  
Reply With Quote
Unread 06-26-09, 09:39 AM  
lanacan
A Warpwood Thunder Caller
 
lanacan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 94
File comments: 177
Uploads: 13
Originally posted by Doriginal1
Hi, just curious what lines I would have to modify to make these frames a bit smaller? Thanks for any help, and great work!
I was wondering as well, I poked around the lua but maybe I missed something as I didn't see it.
__________________
Busy modifying your code for my own UI.
Report comment to moderator  
Reply With Quote
Unread 06-26-09, 06:08 AM  
Doriginal1
A Fallenroot Satyr
 
Doriginal1's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 26
File comments: 13
Uploads: 1
Hi, just curious what lines I would have to modify to make these frames a bit smaller? Thanks for any help, and great work!
Report comment to moderator  
Reply With Quote
Unread 06-24-09, 09:03 PM  
Yinchie
A Murloc Raider

Forum posts: 4
File comments: 50
Uploads: 0
Thumbs up Sweet

Just a bit on the big side but still quite nice.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: