-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Exori Gran Con skill wheel bugged #3313
Comments
The problem is within PR 3122 |
From my tests, it seems that this applies to all spell bonuses from the wheel. It looks like the bonuses are not being subtracted in PvP, where you should be receiving 50% damage. |
This is due to wheel damage being calculated before the creature events at: https://github.com/opentibiabr/canary/blob/main/src/game/game.cpp#L7457 Move this whole creature event section to be here: https://github.com/opentibiabr/canary/blob/main/src/game/game.cpp#L7233 |
the solution is not understood |
Move this block from the line 7457 on game.cpp to the line 7233 on game.cpp. Recompile and run.
|
I will test it as well @lBaah thanks. if this works would you mind making the pr or should I make it? |
@lBaah that solution worked like a charm, do you will make a pr for this? |
I will not make a PR. You guys can create one. I'm only helping with some issues as they appear when I have the time. |
No need to close the issue |
Priority
Critical
Area
What happened?
When having the skill wheel to boost your exori gran con, you can make over 10k damage with 1 hit.
i tested it with a Paladin level 700 / skill 101
What OS are you seeing the problem on?
Windows, Linux
Code of Conduct
The text was updated successfully, but these errors were encountered: