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:98,031
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-17-12, 11:30 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: /knp tank toggle

Originally Posted by Zathan666
Pardon my noobness, but is there a way to put debuffs/DoTs on the nameplate frame like tidyplate does??
Not built in, but you can use PlateBuffs when it gets updated (or check the comments on that page for fan updates).

Originally Posted by Katallah
Is this meant to actually toggle the setting or just bring up the settings as if you used "/knp"?
Sorry, the description was out of date - the slash command only opens the interface now. Everything's been moved there so I've updated the description.

Originally Posted by ckaotik
so here are some vars that should be declared as local ^^
Silly mistake, thanks for letting me know. Fixed in the next upload.

Originally Posted by Annekynn
can this addon be used to not show the health bar on friendly targets (just the text/level etc) while maintaining the health bar on enemies?
Not at the moment, but I was playing with the idea. I don't think it'll turn up any time soon.
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 01:06 PM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
Pardon my noobness, but is there a way to put debuffs/DoTs on the nameplate frame like tidyplate does??
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 09:57 AM  
ckaotik
A Fallenroot Satyr
 
ckaotik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 168
Uploads: 5
Leaked global variables

Hey,

I just switched from TidyPlates and I have to say: WOW! Loving these nameplates already
However, I'm a global-variable-nerd, so here are some vars that should be declared as local ^^

Code:
Global variable x tainted by Kui_Nameplates - Interface\AddOns\Kui_Nameplates\layout.lua:766 <unnamed>:InitFrame()
Global variable y tainted by Kui_Nameplates - Interface\AddOns\Kui_Nameplates\layout.lua:767 <unnamed>:InitFrame()
__________________
It all starts to make a creepy kind of sense. Avatar
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 01:17 AM  
Katallah
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
/knp tank toggle

Hi Kesava,

After fighting with tidyplates for something like 2 hours as I rebuild my UI... and still having it refuse to look even remotely attractive, it was such a pleasure to stumble across this.

I have one minor query on the "/knp tank toggle" slash command. Is this meant to actually toggle the setting or just bring up the settings as if you used "/knp"? If it is meant to toggle the setting (which would be preferable though not a massive issue) then its not working as intended.

Cheers,
Kat
Last edited by Katallah : 09-16-12 at 01:18 AM.
Report comment to moderator  
Reply With Quote
Unread 09-14-12, 11:12 AM  
Annekynn
A Fallenroot Satyr

Forum posts: 21
File comments: 144
Uploads: 0
can this addon be used to not show the health bar on friendly targets (just the text/level etc) while maintaining the health bar on enemies?
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 08:19 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 Kardoxxx
1. All the names are displayed as ??? (I guess it's a problem with fonts... I had it with other addons like Titan Panel and had to install some additional fonts and after that they started displaying everything properly).
It's the font, yeah. You'll have to replace yanone.ttf in "AddOns\Kui_Media\f\" with a font with cyrillic support. I thought this one did, but apparently not..

Originally Posted by Kardoxxx
2. There is no cast bar. The icon of an ability appears but there is no actual cast bar. Though on one of your screenshots there is a castbar. Can it be again related to the fonts?
It.. might be the font? It shouldn't be. I haven't seen that myself, though. I'll look in to it.
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 08:15 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
It uses my own colours, which are on line ~16 of layout.lua, looks like ths:
Lua Code:
  1. -- Custom reaction colours
  2. ns.r = {
  3.     { .7, .2, .1 }, -- hated
  4.     { 1, .8, 0 },   -- neutral
  5.     { .2, .6, .1 }, -- friendly
  6. }
Guess I'll add an option to use the default, though. Hadn't really thought about that.
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 02:29 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
I am not sure, couldn't test it. But does this nameplates support FACTION_BAR_COLORS for friendly nameplates? Or could you point me in the direction (just the line where to look) where to put it in myself?
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 10:47 AM  
Kardoxxx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Great addon! I love the looks of the bars...

There are several problems when I use it with the Russian version.

1. All the names are displayed as ??? (I guess it's a problem with fonts... I had it with other addons like Titan Panel and had to install some additional fonts and after that they started displaying everything properly).

2. There is no cast bar. The icon of an ability appears but there is no actual cast bar. Though on one of your screenshots there is a castbar. Can it be again related to the fonts?

Any chance you could look into these issues and fix them please? I really would love to use your addon
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 04:00 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
It's fantastic! I definitely want to use a UI like that. I could make my own using your frames and nameplates, but I am still learning LUA and I would like to code my own things from the ground up. I could use other addons and inappropriate them into the UI I suppose, without having them as separate addons installed.

But to do that, I'd need permission from every author, and I haven't even decided to go that route yet.

However, when I'm finished, it will include a version of Picomenu from nMainBar addon here on the site. I was already given permission to make it stand alone.

Originally Posted by Kesava
Ha. Thanks. I don't know if I will, really. I make most of the visible elements of my UI myself and, well, I just tolerate the bugs and ineptitudes I don't bother to fix with a sort of author-y love. And particularly with my action bar add on, there are a lot of bugs. I could clean it up and post it under suites some day, but it needs a lot of cleaning up. I also can't provide for things I don't take part in or otherwise have no way to test, like arenas. How people test those without just losing a lot, I will never know.

This is my interface though, if you were curious: clean, unclean. Just to tease.
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 09:25 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Ha. Thanks. I don't know if I will, really. I make most of the visible elements of my UI myself and, well, I just tolerate the bugs and ineptitudes I don't bother to fix with a sort of author-y love. And particularly with my action bar add on, there are a lot of bugs. I could clean it up and post it under suites some day, but it needs a lot of cleaning up. I also can't provide for things I don't take part in or otherwise have no way to test, like arenas. How people test those without just losing a lot, I will never know.

This is my interface though, if you were curious: clean, unclean. Just to tease.
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 09:58 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
This and your oUF frames are still my favorite out of all available on this site AND curse.com.

However, I was wondering when you're going to release a UI with these included? Cause you're good at making this kind of stuff, and I'd like to see an entire UI package made by you, and use it!
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 02:24 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
No. However you can use PlateBuffs. Check the comments for my patch (and fostic_popcorn's advice) to make it work on 5.0.4.
Last edited by Kesava : 09-05-12 at 09:28 PM.
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 05:28 AM  
keltan
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
there is no config to see dots on nameplates like tidyplates?
Report comment to moderator  
Reply With Quote
Unread 04-30-12, 09:40 PM  
linguini
A Fallenroot Satyr

Forum posts: 20
File comments: 80
Uploads: 0
how can i get this addon to show class colors for enemy name plates?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: