Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-07-21, 04:02 AM   #1
rulezyx
A Flamescale Wyrmkin
 
rulezyx's Avatar
Join Date: Jan 2020
Posts: 106
nameplate classificationIndicator;

Hello,

usually the elite/rare icon indicator will show up on the left side for the default blizzard nameplates.

I want it to show up to the right which is working fine but when I select the nameplate (scales up) then the icon will make a small jump at the wrong direction(left).

Found this part that does prevent the icon scaling but nothing related to it's position.

Heres what I've tried:

Code:
 hooksecurefunc("DefaultCompactNamePlateFrameSetupInternal", function(frame)
    frame.classificationIndicator:ClearAllPoints();
    frame.classificationIndicator:SetPoint("RIGHT", 100, 0)
end)
Blizzard Code here and here.

Example (default) here

Example issue with my code here.

As always I really appreciate any help

Last edited by rulezyx : 09-17-21 at 05:32 PM. Reason: links, screens
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » nameplate classificationIndicator;


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