View Single Post
05-02-21, 05:10 PM   #16
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Adding this after the PlaySound line changed the color of the name of the player when the nameplate is created.

Lua Code:
  1. local nameplate = C_NamePlate.GetNamePlateForUnit(unit)
  2. nameplate.UnitFrame.name:SetTextColor(1,0,1,1)
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote