KuiNameplates

KuiNameplates

11M Downloads

Disable name-only on enemies in combat

Yasinahh opened this issue ยท 4 comments

commented

Hi,
Is there a way to toggle the Healthbar from enemys automatic when they are in fight?
and when they are dont in fight only name text

I want to display friendly nameplates without healthbar - Only Name plate text

Can i See Purgeable buffs above the Nameplates?

commented

These are all options in KNP. Your latter two questions are the default settings.

If you want enemies to display in KNP's name-only mode when they're not in combat with you, check the "on enemies" option in /knp name-only. Make sure "on units in combat with you" on the same page is not checked.

Or, run these lines in chat (or via a macro):

/knp set nameonly true
/knp set nameonly_all_enemies true
/knp set nameonly_in_combat false

If you want them to show blizzard's in-world floating names, I don't believe there's any way to automatically do that. Blizzard would need to support it (because add-ons can't arbitrarily hide or show nameplates).

Friends are shown in name-only mode by default. The script above covers that.

Purgable auras are shown by default - in /knp auras, make sure both "show auras" and "show purge" are checked.

Or run this:

/knp set auras_enabled true
/knp set auras_show_purge true

If you can't get them to display how you want, please read the FAQ in the description on Curse. I'd need screenshots to help further.

(You can still reply to closed issues)

commented

big thx 4 ur reply!
Now i see only the healthbars from the enemys who i have attacked.
I want to see all enemys healthbars who are in combat, with me, my group or other players

commented

Right - I'm not sure if there's a direct API for that. Not to say it's not possible, but it's a bit more complex to detect. We're only given an API to detect combat with the player, and the game determines exactly what that means.

I'll reopen the issue and check when I get the chance.

commented

i have this "setup" in tidy plates - all mobs who are in combat gets an healthbar. Way if its with me, my group or other players.
Dunno if this tip can help u^^