WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Name Color (https://www.wowinterface.com/forums/showthread.php?t=57696)

xxmixmaster 11-22-19 06:06 PM

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

xxmixmaster 11-26-19 05:54 AM

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

tinyu 11-26-19 11:08 PM

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.

hasnogaems 11-27-19 08:47 PM

Quote:

Originally Posted by tinyu (Post 334659)
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.

Sylen 11-28-19 04:42 PM

Lua Code:
  1. for _, frame in pairs({PlayerFrame, TargetFrame, FocusFrame}) do
  2.     frame.name:SetVertexColor(1,1,1) --Colours names white
  3. end

xxmixmaster 12-01-19 11:43 AM

Quote:

Originally Posted by Sylen (Post 334672)
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

xxmixmaster 12-09-19 11:55 AM

bump..........


All times are GMT -6. The time now is 08:56 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI