This fixes the party shared experience that was not providing the correct amount of experience giving the unique vocations count and party size.
Behaviour
Actual
Party shared experience does not provide the correct amount of experience.
e.g.: A monster with 6000 base experience, with stamina bonus without party it gives 9000, within a party with two unique vocations it only gives around 4800.
Party shared experience does provide the correct amount of experience.
Fixes #issuenumber
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[x] Create a party with the desired size and vocations
[x] Kill a monster with shared experience active
Test Configuration:
Server Version: Latest
Client: 13.40
Operating System: Windows 11
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I checked the PR checks reports
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
Description
This fixes the party shared experience that was not providing the correct amount of experience giving the unique vocations count and party size.
Behaviour
Actual
Party shared experience does not provide the correct amount of experience.
e.g.: A monster with 6000 base experience, with stamina bonus without party it gives 9000, within a party with two unique vocations it only gives around 4800.
Party shared experience does provide the correct amount of experience.
Fixes #issuenumber
Type of change
Please delete options that are not relevant.
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist