View Single Post
04/12/15, 12:54 AM   #4
Area51
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 20
Originally Posted by Baertram View Post
The only thing that I know is "PapaCrown" which will change the size of the group leader icon.
And if I understood Garkin's posts right there is no way to give the party members different icons. Maybe it is just possible to change their size as well.

Did you try a minimap like "Fyrakin's Minimap" already? It will show you the group members at the border of the minimap, if you eanble it, so you always see where they are loacted, with you in the middle.

You can't quite change the color but you can use a different texture... if you replace the line of code in "PapaCrown" with this, you'll get the ebhonheart banner above your head (red):

SetFloatingMarkerInfo(MAP_PIN_TYPE_GROUP_LEADER, 64, "EsoUI/Art/MapPins/AvA_flagEbonheart.dds", "EsoUI/Art/MapPins/AvA_flagNeutral.dds", false, false)
  Reply With Quote