Vocation Hunt - (Party shared exp bonus): Difference between revisions
From Realera Wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
<span style="font-size:150%;">This is the formula for the smallest level in the party as can be in order to receive shared exp:</span> | <span style="font-size:150%;">This is the formula for the smallest level in the party as can be in order to receive shared exp:</span> | ||
Find out the level range for shared experience. | |||
<html> | |||
<form id="expshareform"> | |||
<input type="number" id="level" name="level" placeholder="Enter character level here..." autocomplete="off"> | |||
<input type="submit" id="submit" value="Submit" onclick="event.preventDefault(); submit_form()"> | |||
</form> | |||
<p id="expresults"></p> | |||
</html> |
Revision as of 12:51, 19 March 2023
All you have to do is create party and activate Shared Exp.
Currently bonus = 15%
Case 1: Same vocations in party(example 2x Sorcerers) +15% more exp.
Case 2: 2 Different vocations in party(example Sorcerer + Druid) +30% more exp.
Case 3: 3 Different vocations in party(example Sorcerer + Druid + Pally) + +45% more exp.
Case 4: 4 Vocation in party(example Sorcerer + Druid + Pally + Knight) + +60% more exp.
- Example:
- Hydra exp = 2100
- With 4 vocations bonus = 60%
- 60% from 2100 = 1260 exp
- 1260 + 2100 = 3360 exp
- 3360/4 players = 840
Every player in party will get 840 (* exp stage).
Without bonus it would looks like that:
2100/4 players = 525 exp
This is the formula for the smallest level in the party as can be in order to receive shared exp:
Find out the level range for shared experience.