Torchmodders

Modding => Modding Questions => Topic started by: Kevin Boyle on June 18, 2018, 09:16:49 am


Title: Question about how to get buff/debuff icons on HUD
Post by: Kevin Boyle on June 18, 2018, 09:16:49 am
http://torchmodders.com/wiki/doku.php?id=affixes_and_effects_-_the_basics

Under ICON
"This sets what icon to use on the HUD while this effect is active on a character or monster. Particularly useful for things like bleeds or buffs."

In this link in Torchmodders Gyt talks about affixes and effects the basics (btw thanks Gyt - very helpful!) usually I "reverse engineer" to get my answers but I can't seem to find any examples of this in any of the affixes I have.

Is there a list somewhere?

Thanks!
Title: Re: Question about how to get buff/debuff icons on HUD
Post by: Viz on June 18, 2018, 05:46:19 pm
As an example, see the affixes of Berserker's Executioner skill. It uses

Code: [Select]
<STRING>ICON:skillicon_retaliate
to indicate the buff.

You can also opt to use Unittheme instead of this.
Title: Re: Question about how to get buff/debuff icons on HUD
Post by: Kevin Boyle on June 18, 2018, 07:06:05 pm

Yes thank you I know about UnitThemes - just wondering if there's an actual list or database of buff and debuff icons that show up on the player HUD while we are playing.
Title: Re: Question about how to get buff/debuff icons on HUD
Post by: Viz on June 18, 2018, 08:23:18 pm
Afaik there is no such list.
Title: Re: Question about how to get buff/debuff icons on HUD
Post by: Phanjam on June 19, 2018, 08:43:48 am
I believe for this to work u also have to have the SHOW IN BUFF LIST:true line in the skill dat