Thread Tools Display Modes
11-22-19, 06:06 PM   #1
xxmixmaster
A Murloc Raider
Join Date: May 2017
Posts: 5
Name Color

Hey is there any addon or script to change player/target/focus name to white or whatever color !?

https://i.imgur.com/b0VETOz.jpg
  Reply With Quote
11-26-19, 05:54 AM   #2
xxmixmaster
A Murloc Raider
Join Date: May 2017
Posts: 5
Name Color

Hey is there any addon or script to change player/target/focus name color to white or whatever color !?

https://i.imgur.com/b0VETOz.jpg
  Reply With Quote
11-26-19, 11:08 PM   #3
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
Did you try searching Name? or Color?if you did you'd have found this.

https://www.wowinterface.com/downloa...ateColors.html

I hope this is what you're looking for.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
11-27-19, 08:47 PM   #4
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Originally Posted by tinyu View Post
Did you try searching Name? or Color?if you did you'd have found this.

https://www.wowinterface.com/downloa...ateColors.html

I hope this is what you're looking for.
Is it actually color what OP want? From screenshot I only see colored nameplates. And from OP screenshot I assume he want to change target and focus frame text colors.
  Reply With Quote
11-28-19, 04:42 PM   #5
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 50
Lua Code:
  1. for _, frame in pairs({PlayerFrame, TargetFrame, FocusFrame}) do
  2.     frame.name:SetVertexColor(1,1,1) --Colours names white
  3. end
  Reply With Quote
12-01-19, 11:43 AM   #6
xxmixmaster
A Murloc Raider
Join Date: May 2017
Posts: 5
Originally Posted by Sylen View Post
Lua Code:
  1. for _, frame in pairs({PlayerFrame, TargetFrame, FocusFrame}) do
  2.     frame.name:SetVertexColor(1,1,1) --Colours names white
  3. end
Works perfect can you find as well the script for making target/focus frame background transparent cuz default if you target friendly target its blue and if its enemy its red can be showed like playerframe w/o background .

ty in advance.

https://imgur.com/CIiEzWf
  Reply With Quote
12-09-19, 11:55 AM   #7
xxmixmaster
A Murloc Raider
Join Date: May 2017
Posts: 5
bump..........
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Name Color

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off