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

Melee hit tables updated to classic values #209

Closed
wants to merge 1 commit into from
Closed

Melee hit tables updated to classic values #209

wants to merge 1 commit into from

Conversation

mako-taco
Copy link
Contributor

Updated the melee roll calculations for dodge/miss/crit/parry based on the blue post here: https://us.forums.blizzard.com/en/wow/t/bug-hit-tables/185675/12

As well as data taken from the classic beta:
Beta test data magey/classic-warrior#5

Updated the melee roll calculations for dodge/miss/crit/parry based on the blue post  here: https://us.forums.blizzard.com/en/wow/t/bug-hit-tables/185675/12

As well as data taken from the classic beta:
Beta test data magey/classic-warrior#5
@mako-taco
Copy link
Contributor Author

I'll upload some DPSMate screenshots of hittables after I can get a significant amount of data

hitChance += pVictim->GetTotalAuraModifier(SPELL_AURA_MOD_ATTACKER_MELEE_HIT_CHANCE);
else {
// The first hit from gear (and likely talents) was ignored by mobs with > 10 skill difference
int32 hitFromAuras = pVictim->GetTotalAuraModifier(SPELL_AURA_MOD_ATTACKER_MELEE_HIT_CHANCE);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there a way to get the total aura modifiers from gear only? The blue post seems to indicate that talents would not be considered in this penalty.

Copy link
Contributor

Choose a reason for hiding this comment

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

Both are auras, so i wouldn't think so.

@ratkosrb
Copy link
Contributor

I was actually planning on porting Guybrush's implementation. His changes are more extensive, so it seems he fixed some things you forgot.

lh-server/core#236

@mako-taco
Copy link
Contributor Author

didnt know someone else worked on it already! awesome

@mako-taco mako-taco closed this Jun 16, 2019
@mako-taco
Copy link
Contributor Author

I'll comment on his PR. There are some things that I think he has implemented incorrectly.

Velite12 pushed a commit to Velite12/core that referenced this pull request Oct 11, 2021
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.

2 participants