Cell - Unit Frames

Cell - Unit Frames

343k Downloads

[Feature] Unitname on castbar

Chemipo opened this issue · 1 comments

commented

Describe the feature

For example, when you cast a heal on a player, the name of the player is also shown on the castbar.
The same if you cast damage on an enemy.
Preferably with options for player- and enemy-name.
Skærmbillede 2024-10-26 110207

Describe the implementation

Skærmbillede 2024-10-26 110207

commented

This has now been implemented - The option for Player/Enemy won't be implemented since the only reliable source of a target name is this event UNIT_SPELLCAST_SENT which only provides a name and not a Unit, so whether it's friendly or not can't be easily determined.