Thread: RealUI
View Single Post
02-26-13, 04:46 PM   #394
Kkthnx
A Cobalt Mageweaver
 
Kkthnx's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2011
Posts: 247
Just quick suggestion since r10, You should make the TARGET_ID same as PLAYER_ID when it comes to PVP.

Code:
elseif UnitIsFriend(Unit, TARGET_ID) then
    UF[TARGET_ID].endboxtext.text:SetText(ClassificationShort["pvp"])
    bgColor = {0, 0, 0}
    newColorID = "black"

Just so it matches. Just a thought.

Your outcome is below.

http://postimage.org/image/lavv3gaat/full/
__________________
Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

Last edited by Kkthnx : 02-26-13 at 05:13 PM.