shagu / pfUI

A User Interface Replacement for World of Warcraft: Vanilla & TBC
https://shagu.org/pfUI
MIT License
339 stars 117 forks source link

[WIP] remove stack indication from effect name in order to display correct … #1253

Open pepopo978 opened 6 months ago

pepopo978 commented 6 months ago

…expiration time

not sure if this is specific to turtle wow but scorch timer never gets refreshed because the effect name for each stack is different

it goes Fire Vulnerability Fire Vulnerability (2) Fire Vulnerability (3) Fire Vulnerability (4) Fire Vulnerability (5)

pepopo978 commented 6 months ago

Realized it still wasn't updating scorch properly when at 5 stacks because you need to use different events once you're at 5 stacks.

Not sure the best way to handle this in a generic way right now just checking for spell == "Scorch"