View Single Post
02/06/22, 08:08 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,048
Sorry, I had edited my post above and forgot to change the upper text about "not possible"! My fault.
It is possible as I found out later by Votans addons. What I meant was that it is not possible to show floating marker icons above heads of enemies or NPCs or group members (group members can only get the shown arrow replaced by another texture, that's all).

Oh yeah I missunderstood your idea then. You mean to add the textures to the group UI "frame" where you see the whole groups health etc.
Check the code of addons related to group frames then to learn it at best I'd say:

e.g.
https://www.esoui.com/downloads/info...oupFrames.html
https://www.esoui.com/downloads/info...nitFrames.html

ZOs named them unit frames, so the source can be found here:
https://github.com/esoui/esoui/blob/...me/unitframes/

https://github.com/esoui/esoui/blob/...frames.lua#L10 (ZO_GroupUnitFrame)

Last edited by Baertram : 02/06/22 at 08:21 AM.
  Reply With Quote