Thread Tools Display Modes
12/11/15, 02:36 PM   #1
CircesRevenge
Join Date: Jun 2014
Posts: 3
create customized crown icons?

I'm pretty sure I'm not going to word this correctly but here goes....

Is it possible to create an addon that would allow you to customize the white identifiers that float above group members heads? The leader of a group gets a crown above their head. I would love it if the healers/tanks could each have a seperate custom identifier.

Did that make any sense?
  Reply With Quote
12/11/15, 04:24 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
You can change it, but cannot personalize for each member. it's everyone or nothing.
  Reply With Quote
12/18/15, 02:30 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Check out the addon PapaCrown (I hope it still works, didn't test it):
http://www.esoui.com/downloads/info1019-PapaCrown.html

It will change the size of the group leader and you can watch the source code to see how to interact with the icon.
Maybe you are able to exchange the texture then too like it is described in the addon:
Changing the color of the icon is impossible, but you can change the texture file it references. For example, replace the line of code in the addon with this to get the red ebonheart pact banner:

SetFloatingMarkerInfo(MAP_PIN_TYPE_GROUP_LEADER, 64, "EsoUI/Art/MapPins/AvA_flagEbonheart.dds")

If you decide to change it...be sure to close your game and log back in; just reloading UI will crash it.

But as Ayantir said: It will only change the icon for all members of a group not for single ones.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » create customized crown icons?


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