Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

pepopo978
Copy link

…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
Copy link
Author

pepopo978 commented Jan 26, 2024

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"

@shagu shagu changed the title remove stack indication from effect name in order to display correct … [WIP] remove stack indication from effect name in order to display correct … Feb 26, 2024
shagu and others added 19 commits September 23, 2024 12:51
Due to the secure frame requirements in TBC, this option only exists in vanilla.

The feature is also experimental, as it removes the OnEnter/OnLeave events. There
is a ':Click' that can be called on the parent, but there is no ':Enter' or ':Leave'
that could be called to run the scripts. The parent also have no GetScript("OnEnter")
so there's no way to access the script that changes the color and shows the tooltip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants