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,388
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 06-15-13, 07:50 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: Raid marke based coloring

Originally Posted by Calebzor
Could we have an option to color the nameplates health bar part based on the raid marker the unit has?
I'll look into it. Probably won't end up being built in but I can always post a module for it as an optional file.

Originally Posted by rcdyer1984
...
I'm guessing it wouldn't be too difficult but I keep putting it off. I'll try to get to it.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 06-19-13, 10:40 PM  
Hinalover
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Add Druid Thrash to Whitelist

One of the primary debuffs that both Feral and Guardian try to keep up with is a Druid's Thrash. It shows up fine if you don't have the whitelist checked but it is not showing when you have whitelist checked.
Report comment to moderator  
Reply With Quote
Unread 06-21-13, 06:52 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: Add Druid Thrash to Whitelist

Originally Posted by Hinalover
One of the primary debuffs that both Feral and Guardian try to keep up with is a Druid's Thrash. It shows up fine if you don't have the whitelist checked but it is not showing when you have whitelist checked.
It should already be there, it works on my (85) druid. It might be modified to a different spell ID by something. It's difficult to keep on top of all this sometimes.

Thanks for letting me know.
Report comment to moderator  
Reply With Quote
Unread 06-29-13, 03:41 AM  
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 146
Uploads: 6
You might wanna chime in on that topic http://www.wowinterface.com/forums/s...548#post280548
Report comment to moderator  
Reply With Quote
Unread 06-29-13, 08:51 AM  
cxeq
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
how do you make the icons short like that?
Report comment to moderator  
Reply With Quote
Unread 06-29-13, 07:03 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
You mean in terms of LUA? I reduce the height of the icon's texture by 20% (10% on the top and bottom) with this:
Code:
button.icon:SetTexCoord(.1, .9, .2, .8)
Then just set the button's height to ~80% of its width.
Originally Posted by cxeq
how do you make the icons short like that?
Last edited by Kesava : 06-30-13 at 07:30 AM.
Report comment to moderator  
Reply With Quote
Unread 07-07-13, 03:02 PM  
ComputerNerd
A Deviate Faerie Dragon

Forum posts: 12
File comments: 67
Uploads: 0
Could there be an option to indicate when health falls below a certain percentage threshold, such as for an execute ability like Shadowburn ?
I am using tidyplates at present for that, where I can colour the healthbar (or set another indicator) a different colour when at 20% health or below.
Report comment to moderator  
Reply With Quote
Unread 07-08-13, 03:47 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 rcdyer1984
Ishtara would LOVE it if there was an in-game option to change the bar texture
You'll be happy to hear I'll finally be putting that in the next version.
Originally Posted by ComputerNerd
...
I'm focusing on improvements to the current features/codeset at the moment, but yes, that's definitely a possibility.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 07-11-13, 03:31 AM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Tank mode

Hi,

I tried searching here for some info about tank mode with no luck so ....

I noticed there is an option you can check "Tank mode" ... but what if i'm dpsing.. does this options remains active?
I mean... is there some kind of in-built check if i'm prot, guardian, blood, whatever or every time i switch from, let's say, blood to frost i have to uncheck that option?

Notices on my hunter that if i have aggro with that option checked bars are green if i actually have aggro and red when my pet or someone else has it. So i'm guessing i would have to uncheck option for a hunter which is fine due to a fact hunter has only 3 dps specs.

Still would be awesome to implement a small piece of code that will turn on/off tank mode depending of your current specialization.

On a side note i must say.. i tried like 100 different nameplates... yours are just awesome.. easy to configure without 1 million unnecessary options and uber lightweight... thank you man
Report comment to moderator  
Reply With Quote
Unread 07-11-13, 08:23 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: Tank mode

Originally Posted by glupikreten
...
You have to manually check/uncheck the option at the moment, however I'm looking at putting in a "smart" option for tank mode which would automatically enable it when you're in a tank spec.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 07-11-13, 05:15 PM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Re: Re: Tank mode

Originally Posted by Kesava
Originally Posted by glupikreten
...
You have to manually check/uncheck the option at the moment, however I'm looking at putting in a "smart" option for tank mode which would automatically enable it when you're in a tank spec.

Thanks!
Bummer

Would something like this maybe work in your layout.lua

local currentSpec = GetSpecialization()
local currentSpecName = currentSpec and select(2, GetSpecializationInfo(currentSpec)) or "None"
tankSpecs = {Blood, Protection, Guardian, Brewmaster}
isTank = tContains(tankSpecs,currentSpecName)

--if not self.friend and addon.db.profile.tank.enabled then
if not self.friend and isTank then ...

?
Report comment to moderator  
Reply With Quote
Unread 07-11-13, 10:46 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: Re: Re: Tank mode

Actually, just today I pushed the update with the smart option to Curse, here.
Originally Posted by glupikreten
...
Report comment to moderator  
Reply With Quote
Unread 07-12-13, 01:19 AM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Re: Re: Re: Re: Tank mode

Originally Posted by Kesava
Actually, just today I pushed the update with the smart option to Curse, here.
Originally Posted by glupikreten
...
thank you very much... testing....

Well... on my hunter if mob attacks me the bar is red and when i send my pet to taunt the bar remains red... Shouldn't it become green so i can tell i lost aggro? and if a mob is neutral it remains yellow.

And.. why some mobs have smaller but taller nameplate without lvl displayed like in screenshot?

http://i.imgur.com/dQuZTJU.jpg
Last edited by glupikreten : 07-12-13 at 01:57 AM.
Report comment to moderator  
Reply With Quote
Unread 07-12-13, 04:59 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Re: Re: Re: Re: Re: Tank mode

The bar changes colour when you have aggro, not when you lose it. And the smart option doesn't see hunters as tanks, so there'll be no change there either way unless you just set it to "enabled". In which case the bar will change colour when YOU (not your pet) have threat.

Some mobs have smaller nameplates in the default UI, they tend to have lower maximum health and not really be a problem - I call these units "trivial". The height of trivial frames can be changed with the "trivial health bar height" option in the general section of /knp config. I assume you changed that at some point; the default value is 7.
Originally Posted by glupikreten
...
Report comment to moderator  
Reply With Quote
Unread 07-26-13, 11:02 AM  
UnoDe
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hi Kesava!
Is it possible to add (not replace) new versions changes in changelogs? It is a bit confusing now when trying to find the past changes..
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: