Target indicator/Base highlighter.

Target indicator/Base highlighter.

by locksmith673 » Thu Oct 15, 2015 6:55 am

Is there any sort of macros that can put a simple indicator above your target? or possible just highlight the base like in latter versions of wow?
locksmith673
Grunt
Grunt
 

Re: Target indicator/Base highlighter.

by LYQ » Thu Oct 15, 2015 7:07 am

the basic blizzard way in vanilla is that, if you have a target, the nameplates of all other mobs/npcs are more transparent while the nameplate of your target is still 100% visible.

I'm not sure if it's possible to create another thing. Probably related to the missing GUID in vanilla.
It's definitively possible to do such a thing for Players, but probably not doable for mobs - because it could probably bug out if you have multiple mobs with the same name and you're targeting one of them.
LYQ / Virose
Talentsaver (viewtopic.php?f=63&t=15429) - Totemtimers Enhanced (viewtopic.php?f=63&t=24422)
NostalriusAcceptTrade (viewtopic.php?f=63&t=31729)
User avatar
LYQ
Sergeant Major
Sergeant Major
 

Re: Target indicator/Base highlighter.

by locksmith673 » Thu Oct 15, 2015 10:31 am

LYQ wrote:the basic blizzard way in vanilla is that, if you have a target, the nameplates of all other mobs/npcs are more transparent while the nameplate of your target is still 100% visible.

I'm not sure if it's possible to create another thing. Probably related to the missing GUID in vanilla.
It's definitively possible to do such a thing for Players, but probably not doable for mobs - because it could probably bug out if you have multiple mobs with the same name and you're targeting one of them.
i see, can you recommend some nameplates that can fade?
locksmith673
Grunt
Grunt
 

Re: Target indicator/Base highlighter.

by LYQ » Thu Oct 15, 2015 12:57 pm

I think the default one from blizzard should already do that tbh, but I'm using my own nameplates which is based on CustomNameplates from Bonho/modified by hiddeh
LYQ / Virose
Talentsaver (viewtopic.php?f=63&t=15429) - Totemtimers Enhanced (viewtopic.php?f=63&t=24422)
NostalriusAcceptTrade (viewtopic.php?f=63&t=31729)
User avatar
LYQ
Sergeant Major
Sergeant Major
 

Re: Target indicator/Base highlighter.

by modernist » Thu Oct 15, 2015 1:02 pm

you could match the name strings of nameplates to GetUnitName'target' and then show a frame if it passes i suppose

e: here https://gist.github.com/obble/9120f63b4143b825d8c2 choose your own texture
e2: just realised that this fucks up if more than 1 plate with the same text shows up, so script is amended to also check the healthbar alpha isn't < 1. I wish there was a solid alternative to using onupdate to check for these -__-

Image
modernist
Sergeant Major
Sergeant Major
 

Re: Target indicator/Base highlighter.

by locksmith673 » Thu Oct 15, 2015 11:41 pm

LYQ wrote:I think the default one from blizzard should already do that tbh, but I'm using my own nameplates which is based on CustomNameplates from Bonho/modified by hiddeh
care to share? :mrgreen:
locksmith673
Grunt
Grunt
 


Return to Addons & macros