Download
(505Kb)
Download
Updated: 10-21-20 07:11 AM
Pictures
File Info
Updated:10-21-20 07:11 AM
Created:02-03-11 11:34 AM
Downloads:97,908
Favorites:279
MD5:
Categories:Unit Mods, Combat Mods

KuiNameplates  Popular! (More than 5000 hits)

Version: 2.26.3e
by: Kesava [More]

Prettier nameplates.
Configurable through interface options (/knp or /kuinameplates).
I have a problem/question!
The classic release, previous versions and change logs can be found on Curse: https://www.curseforge.com/wow/addons/kuinameplates/files

Also see the FAQ in the Curse description: https://www.curseforge.com/wow/addons/kuinameplates

Thanks!

** See releases on GitHub or Curse for detailed change notes. Thanks! **
Post A Reply Comment Options
Unread 09-26-12, 11:28 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
At the moment I'm playing around with adding auras so I don't have to rely on PlateBuffs (or anything else for that matter). Next update might be a while unless there's a big bug, particularly since I'm levelling now. Just thought I'd say.
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 02:29 PM  
zegnor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I display panel incorrectly, instead of showing from the top, from the bottom shows the mob, NPC or player
Report comment to moderator  
Reply With Quote
Unread 10-15-12, 05:57 AM  
Strayuss
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
This is a great addon, I would only like to know is there a way to display some other information instead of HP (like XP for example) in the nameplate, or hide the health display completely?
Report comment to moderator  
Reply With Quote
Unread 10-22-12, 08:45 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by Strayuss
This is a great addon, I would only like to know is there a way to display some other information instead of HP (like XP for example) in the nameplate, or hide the health display completely?
Not at the moment. And I wouldn't support that unless I could make it modular, so that this main bit doesn't become too bloated. I'm working on that at the moment so that I can add support for auras, move some other things into their own "modules" and clean up the code a little. No time-frame though.
Report comment to moderator  
Reply With Quote
Unread 10-24-12, 05:24 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
hi Kesava
is that possible to change width and height?
default layout is too width to me, i try read layout.lua but seems height and width are link with uiscale, i'm not a coder so i can't figure out how to change
Report comment to moderator  
Reply With Quote
Unread 10-24-12, 10:18 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
devilArt: At the bottom of layout.lua, near line 1428, there should be code which looks like this:
Code:
-- frame
width  = 110,
height = 11,
It may be a little glitchy but you should be able to change the width and height by changing, obviously, either of those numbers. Addons can't reliably change the size of nameplate's click-boxes, however, so those won't be affected.
Last edited by Kesava : 10-24-12 at 10:19 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-12, 03:59 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
thanks for help
now i can delete Tidy Plates and Threat Plates
Report comment to moderator  
Reply With Quote
Unread 10-26-12, 12:58 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
hi kesava
i understand these code control the font of name text

Code:
	-- name text ---------------------------------------------------------------
	frame.name = kui.CreateFontString(frame.overlay, {
		font = font, size = 10, outline = 'OUTLINE' })
	frame.name:SetJustifyH('LEFT')

	frame.name:SetHeight(8)

	frame.name:SetPoint('LEFT', frame.level, 'RIGHT', -2, 0)
	frame.name:SetPoint('RIGHT', frame.health.p, 'LEFT')
but i need a little modify,
i want use FontA when unit is NPC and use FontB when unit is Player,
could you show me how to change it
i try "unit == NPC", but get error
Report comment to moderator  
Reply With Quote
Unread 10-30-12, 09:46 AM  
Strayuss
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I have experienced an issue with Kui - often (but not always) when I rotate the view by holding the right mouse button and moving my mouse, the nameplates switch between the default and Kui nameplates. Here are the pictures:

http://imgur.com/teBQJ,CiWDS#1

Then I rotated the viewport back and forth (and killed an ogre in between - has nothing to do with the bug) and got this:

http://imgur.com/teBQJ,CiWDS#0

As can be seen, I use the latest LUI, with disabled LUI's nameplate module.
Report comment to moderator  
Reply With Quote
Unread 10-30-12, 01:25 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by devilArt
i want use FontA when unit is NPC and use FontB when unit is Player
That's not possible with how it's coded at the moment and it'd take a lot of explaining to add it manually. Also you'd need to modify it again after every update.

often (but not always) when I rotate the view by holding the right mouse button and moving my mouse, the nameplates switch between the default and Kui nameplates.
I've fixed this in the next version. Something in 5.0 borked its detection of a default nameplate.
Report comment to moderator  
Reply With Quote
Unread 11-16-12, 06:03 AM  
vitaminc1231
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
been using this so far without much problems.

2 issues I have faced:

1. When I turn on 'Fix aliasing', KNP is no longer appearing on top of character, it is some how move to bottom left of the character.

2. When doing Tillers farming, the mobs that 'proc' in the planting process have no nameplate at all, only name.

I have use default settings for all except removing 'fix aliasing' and having "=:m;<:c;" for both nameplates. Any idea what went wrong?
Report comment to moderator  
Reply With Quote
Unread 11-16-12, 05:53 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
1. I might be able to debug that if you tell me what resolution and uiscale (/dump GetCVar('uiscale')) you use, if uiscale is enabled. Keep in mind you have to reload the ui after enabling fix aliasing otherwise plates will just stop updating properly.

2. I believe they don't have nameplates in the default UI either. Nameplates were disabled for "trivial" units, and those seem to be sort-of-incorrectly flagged as trivial. I can't do anything about that, it's a Blizzard thing.
Last edited by Kesava : 11-16-12 at 05:53 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-12, 07:27 PM  
Pekti
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
5.1

Just wanted to check to see, but is anyone else having issues with KNP since 5.1? It's loaded (/knp still brings up the GUI), but there are no changes being made to my nameplates. Everything has reverted back to default. Uncertain if it's just me or not, as I've not heard anything otherwise xD
Report comment to moderator  
Reply With Quote
Unread 11-27-12, 08:25 PM  
Paloladin
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 11
Uploads: 1
Re: 5.1

Originally Posted by Pekti
Just wanted to check to see, but is anyone else having issues with KNP since 5.1? It's loaded (/knp still brings up the GUI), but there are no changes being made to my nameplates. Everything has reverted back to default. Uncertain if it's just me or not, as I've not heard anything otherwise xD
same issue
Report comment to moderator  
Reply With Quote
Unread 11-28-12, 02:10 AM  
glonglon
A Kobold Labourer

Forum posts: 0
File comments: 42
Uploads: 0
Re: Re: 5.1

Originally Posted by Paloladin
Originally Posted by Pekti
Just wanted to check to see, but is anyone else having issues with KNP since 5.1? It's loaded (/knp still brings up the GUI), but there are no changes being made to my nameplates. Everything has reverted back to default. Uncertain if it's just me or not, as I've not heard anything otherwise xD
same issue
Me too, I hope Kesava will release a fix soon
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: