Click through Request.
Revnn opened this issue ยท 8 comments
Hey man, thanks again for keeping this up.
So i was just wondering if there is a way to make npc and friendly players nameplates click through. Like, if i turn off the nameplates, blizzard's original are click through and you only interact with npcs by clicking on their body, with the nameplates on, it adds a clickable area around the names, which is fine, but having an option to make it click through will help a lot on high population areas when i try to select something but keep on getting people's/npc's target.
Thanks.
Not sure why but that command doesn't do anything on my end, but i have no problem waiting for the update.
Sorry, I forgot that this is something I shortened within the addon. The actual command from the chat should be like this.
/run C_NamePlate.SetNameplateFriendlyClickThrough(true)
Seems I missed to capitalize the 'P' in plate. Sorry about that, don't have access to my computer at the moment so didn't spot it. If it still doesn't do anything I will just have to figure it out when I do.
/run C_NamePlate.SetNamePlateFriendlyClickThrough(true)
There shouldn't be any issues with adding this for the planned 6.22 release. But until then this command should do what you are looking for.
/run SetNameplateFriendlyClickThrough(true)