Vocation Hunt - (Party shared exp bonus): Difference between revisions
From Realesta Wiki
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
<b>Without bonus it would looks like that:</b></br> | <b>Without bonus it would looks like that:</b></br> | ||
2,100 / 4 players = 525 exp.</br> | 2,100 / 4 players = 525 exp.</br> | ||
<span style="font-size:150%;">Find out the level range for shared experience:</span> | |||
<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 19:55, 10 January 2025
All you have to do is create party and activate Shared Exp.
Currently bonus:
Case 1 | 1 Same vocations in party (example 2x Sorcerers) +2% more exp. |
Case 2: | 2 Different vocations in party (example Sorcerer + Druid) +15% more exp. |
Case 3 | 3 Different vocations in party (example Sorcerer + Druid + Pally) +30% more exp. |
Case 4: | 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) +60% more exp. |
Example:
- Hydra exp = 2,100 exp.
- With 4 vocations bonus = 60%.
- 60% from 2,100 = 1,260 exp.
- 1,260 + 2,100 = 3,360 exp.
- 3,360 / 4 players = 840 exp.
Every player in party will get 840 (* exp stage).
Without bonus it would looks like that:
2,100 / 4 players = 525 exp.
Find out the level range for shared experience: