View Single Post
11-16-19, 12:31 PM   #3
Mandraxon
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jul 2009
Posts: 21
hey SDPhantom!
Thanks for the help.

im new at this, just grew tired of things not doing what i wanted and searched arround.

Care to explain deeper "you don't need to wait for an event to change the font properties"

If youd clean up the code i use and add your new extras how would it look.

now what code will be used to move down the Nameplate font slightly where you added
-- Set new anchor(s) here


i tested this
-- Disable target highlight
DefaultCompactNamePlateFriendlyFrameOptions.displaySelectionHighlight=false;
DefaultCompactNamePlateEnemyFrameOptions.displaySelectionHighlight=false;
DefaultCompactNamePlatePlayerFrameOptions.displaySelectionHighlight=false;

but the font does not change to white on all nameplates

what i want is for enemy (npc and player) text to be white with black outline!
at the moment the text folows namplate colour.
so agrro mobs are red. neutral yellow both text and nameplates.
i want nameplates to be the colour but the names white.

Last edited by Mandraxon : 11-16-19 at 12:37 PM.
  Reply With Quote