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

Hit chance doesn't take player level into account. #39

Open
olepg opened this issue Jun 1, 2020 · 0 comments
Open

Hit chance doesn't take player level into account. #39

olepg opened this issue Jun 1, 2020 · 0 comments

Comments

@olepg
Copy link

olepg commented Jun 1, 2020

Change Line 1015 to 1017 to:

	GameTooltip:AddDoubleLine(format("    Level %s NPC: %.2F%%", UnitLevel("Player"), missChanceVsNPC), format("(Dual wield: %.2F%%)", dwMissChanceVsNpc));
	GameTooltip:AddDoubleLine(format("    Level %s Player: %.2F%%", UnitLevel("Player"), missChanceVsPlayer), format("(Dual wield: %.2F%%)", dwMissChanceVsPlayer));
	GameTooltip:AddDoubleLine(format("    Level %s NPC/Boss: %.2F%%", UnitLevel("Player") + 3, missChanceVsBoss), format("(Dual wield: %.2F%%)", dwMissChanceVsBoss));```
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

No branches or pull requests

1 participant