#Internal Cooldown Progress Bar

7 messages · Page 1 of 1 (latest)

desert eagle
#

Hi,

I'd like to make Progress Bars for Trinket/weapon/Cloak Procs.
Uptime Progress Bar from right to left.
Cooldown Progress Bar from left to right.

The uptime Bar was easy to make with Player Aura Spell ID and its working.
The Cooldown Bar gives me headaches tho.

I found information on this discord and tried the following:
Creating new Progress Bar
-> Set Trigger 1: Aura
-> Exact Spell ID (142157 buff from light of the cosmos trinket)
-> When Aura is found

-> Set Trigger 2: Combat Log
-> Subevent Spell
-> Subevent Suffix Aura removed
-> Source Unit Player
-> Subevent Info Spell ID 142157
-> Duration 35

-> Set "Required for Activation" to Any Triggers
-> Set Dynamic information to "from first active Trigger"

The Cooldown WA with above Settings doesn't show up.
What did I do wrong or what can i do to make this work?

Thanks in advance!

dusky raptor
#

Link it

#

And a screenshot of the buff with some id shower

patent lynx
#

the problem is most likely wrong spell ID, there's two IDs for Inner Brilliance (126577 + 142157).
in general you shouldn't use "Exact Spell ID" unless you specifically want to avoid some other buff with the same name. for 99% of cases it's best to use Name(s) / Spell Names, you can also put IDs into those fields which will match anything with the same name.

desert eagle
#

it was the spell ID... Thanks a lot!

dusky raptor
#

I thought you said the buff works

desert eagle
#

the buff worked with Spell ID 142157, but the cooldown didn't.