Download
(1Kb)
Download
Updated: 02-18-10 02:04 PM
Pictures
File Info
Updated:02-18-10 02:04 PM
Created:02-18-10 02:04 PM
Downloads:5,130
Favorites:25
MD5:

ncHoverName  Popular! (More than 5000 hits)

Version: 1.0
by: nightcracker [More]

ncHoverName is a little addon that shows the name of the mob/player you are hovering over in the WorldFrame. Class coloring and reaction coloring is enabled. The name is aligned 20px above your cursor.

Upcoming features:
- None
Suggest features!

Usage:
Install & go. No config.

Optional Files (0)


Post A Reply Comment Options
Unread 03-03-10, 01:38 PM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
Re: Re: Re: Re: Re: Wonder if...

Originally posted by RyuYou
The Threat thing was for more of a Party/Group/Raid, I am healer, just checking
I only wanted to hide the name so I would know that it is the target
That's so cool, but sorry I forgot, about the Elite symbol, whats the code for elite and was thinking some like this "(80+) nightcracker
"+" being the symbol for elite

Where did you learn to code LUA files?
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 01:05 PM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
Re: Re: Re: Re: Wonder if...

Originally posted by nightcracker
Replace the contents of ncHoverName.lua with this contents of this file: http://pastey.net/133726+

Threat is not included since if you want to hide your target, why the heck do you want to know the threat you have on other units? I won't add this, not even for request, I'm sorry.
The Threat thing was for more of a Party/Group/Raid, I am healer, just checking
I only wanted to hide the name so I would know that it is the target
Last edited by RyuYou : 03-03-10 at 01:15 PM.
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 01:00 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: Re: Re: Wonder if...

Originally posted by RyuYou
Ok, can you show me the code for "(80) Nightcracker" instead
also, is the threat thing impossible or can you show me code for it?
or the code for hiding the target name
Replace the contents of ncHoverName.lua with this contents of this file: http://pastey.net/133726+

Threat is not included since if you want to hide your target, why the heck do you want to know the threat you have on other units? I won't add this, not even for request, I'm sorry.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 12:50 PM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
Re: Re: Wonder if...

Originally posted by nightcracker
Target name hiding I MIGHT add. I will certainly add the level like this "Nightcracker(80)" but I will not add threat.
Ok, can you show me the code for "(80) Nightcracker" instead
also, is the threat thing impossible or can you show me code for it?
or the code for hiding the target name
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 12:28 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: Wonder if...

Originally posted by RyuYou
I was wondering if they was a way to add the level to it and the percent threat of the target.


Also, if It was possible to hide the name of your target, when hovering over?
Target name hiding I MIGHT add. I will certainly add the level like this "Nightcracker(80)" but I will not add threat.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 10:43 AM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
Wonder if...

I was wondering if they was a way to add the level to it and the percent threat of the target.


Also, if It was possible to hide the name of your target, when hovering over?
Last edited by RyuYou : 03-03-10 at 10:54 AM.
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 09:30 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: The simple addon

Originally posted by RyuYou
You know I never thought it would be useful, but it a lovely little addon
Great Addon
Thanks!
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-28-10, 11:47 PM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
The simple addon

You know I never thought it would be useful, but it a lovely little addon
Great Addon
Report comment to moderator  
Reply With Quote
Unread 02-19-10, 11:28 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Taigen
This looks great.. however I'm not sure I'd like to use it for players. Could you perhaps add a slash command to disable it for players but have it still be usable on npcs, critters, bosses, ect.?
No.

Find this line:
Code:
if GetMouseFocus():GetName()~="WorldFrame" then return end
And replace that with:
Code:
if GetMouseFocus():GetName()~="WorldFrame" or UnitIsPlayer("mouseover") then return end
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-19-10, 10:27 AM  
Taigen
A Defias Bandit
 
Taigen's Avatar

Forum posts: 3
File comments: 82
Uploads: 0
This looks great.. however I'm not sure I'd like to use it for players. Could you perhaps add a slash command to disable it for players but have it still be usable on npcs, critters, bosses, ect.?
Report comment to moderator  
Reply With Quote
Unread 02-18-10, 07:03 PM  
vacua
A Kobold Labourer
 
vacua's Avatar

Forum posts: 0
File comments: 52
Uploads: 0
Great Addon! One Request please, is it possible to do the name and the current Target of the mouseovertarget ? Like Tooltip addons do. I like the idea of minimalistic infos (name classcolor target) instea of having tooltip (big tooltips) at my cursor so icant see any shit because its so big.


greetz
Report comment to moderator  
Reply With Quote
Unread 02-18-10, 03:02 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Slaxi81
Awesome, thanks for this little but very useful mod !


have a nice day


slaxi
No problem
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 02-18-10, 02:56 PM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Awesome, thanks for this little but very useful mod !


have a nice day


slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Post A Reply



Category Jump: