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

fix warrior rend ticking and "snapshot" behavior #1145

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

zoristaken
Copy link
Contributor

rend ticking on mortal strike/thunder clap refreshes was fixed with the new patch.

old:
image

new:
image
image

@zoristaken
Copy link
Contributor Author

there might be some snapshot rolling over like wotlk corruption for aff lock going on, needs more tests

@zoristaken
Copy link
Contributor Author

there might be some snapshot rolling over like wotlk corruption for aff lock going on, needs more tests

better example:
https://classic.warcraftlogs.com/reports/7GhKxnLt6R3gXNkD#fight=6&type=damage-done&source=1&pins=2%24Off%24%23244F4B%24expression%24ability.name%20in%20(%22Mortal%20Strike%22,%20%22Thunder%20Clap%22,%20%22Rend%22)&view=events

  1. normal rend without procs (2340)
  2. popped angerforge + potion, kept refreshing with mortal strike still same damage
  3. rend recast at 51 seconds, new baseline damage (3535)
  4. kept refreshing with mortal strike until the end, damage didn't change

thunder clap:
https://classic.warcraftlogs.com/reports/J4kaGQFYBy28rPK3#fight=7&view=events&type=damage-done&source=1&pins=2%24Off%24%23244F4B%24expression%24ability.name%20in%20(%22Thunder%20Clap%22,%20%22Rend%22)

  1. normal rend on target 1 with snapshot (3557)
  2. thunder clap refreshes on target 1, but doesn't update value, just like mortal strike refresh
  3. thunder clap applies rend to target 2, with new value according to current stats

@zoristaken zoristaken changed the title fix warrior rend ticking on slaughter refreshes fix warrior rend ticking and "snapshot" behavior Oct 30, 2024
@zoristaken
Copy link
Contributor Author

@Tharre I added the dot behavior I described on discord, would like your review on this. We can hold on the merge if we can get some confirmation it's intended

@zoristaken
Copy link
Contributor Author

zoristaken commented Oct 30, 2024

https://www.youtube.com/watch?v=2yYrZqDSLig rend is dynamically updating, can see that at 44 seconds rend ticks for 5229 with potion up, and then at 56 seconds without potion up it does 4844. Mortal strike being the only ability refreshing rend

edit: opened a bug report
ClassicWoWCommunity/cata-classic-bugs#1532

@Tharre Tharre self-requested a review October 30, 2024 18:54
Copy link
Contributor

@Tharre Tharre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zoristaken zoristaken marked this pull request as draft October 31, 2024 20:46
@zoristaken zoristaken marked this pull request as ready for review November 1, 2024 00:59
@zoristaken
Copy link
Contributor Author

confirmed as intended, except the snapshotting, which should be removed later on when they fix that part.

Feel free to merge as I don't have the permissions

@Tharre Tharre merged commit 85bcf78 into wowsims:master Nov 1, 2024
3 checks passed
@zoristaken zoristaken deleted the fix-warrior-rend branch November 1, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants