Vocation Hunt - (Party shared exp bonus): Difference between revisions
From Realera Wiki
No edit summary |
No edit summary |
||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
All you have to do is create party and activate Shared Exp. | All you have to do is create party and activate Shared Exp. | ||
<span style="font-size:150%;">Currently bonus | <span style="font-size:150%;">Currently bonus:</span> | ||
Case 1 | {| class="wikitable" style="background-color:#D3BFA0; color:#531E01;" | ||
Case 2 | |- | ||
Case 3 | | Case 1 | ||
Case 4 | | Same vocations in party(example 2x Sorcerers) <span style="color:yellow;>+3% </span>more exp. | ||
|- style="background-color:#F0DFC4;" | |||
| Case 2 | |||
| 2 Different vocations in party(example Sorcerer + Druid) <span style="color:yellow;>+10% </span> more exp. | |||
|- | |||
| Case 3 | |||
| 3 Different vocations in party(example Sorcerer + Druid + Pally) + <span style="color:yellow;>+24% </span> more exp. | |||
|- style="background-color:#F0DFC4;" | |||
| Case 4 | |||
| 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) + <span style="color:yellow;>+52% </span> more exp. | |||
|} | |||
*Example:</br> | *Example:</br> | ||
*Hydra exp = 2100</br> | *Hydra exp = 2100</br> | ||
*With 4 vocations bonus = | *With 4 vocations bonus = 52%</br> | ||
* | *52% from 2100 = 1092 exp</br> | ||
* | *1092 + 2100 = 3192 exp</br> | ||
* | *3192/4 players = 798</br> | ||
Every player in party will get | Every player in party will get 735 exp (* stage). | ||
Without bonus it would looks like that:</br> | Without bonus it would looks like that:</br> | ||
2100/4 players = 525 exp</br> | 2100/4 players = 525 exp (* stage)</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> | |||
<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> | ||
Line 24: | Line 45: | ||
minLevel = (highestLevel * 2 / 3) | minLevel = (highestLevel * 2 / 3) | ||
Example the highest level in party is | *Example the highest level in party is 120:<br> | ||
*minLevel = (120 * 2 / 3)<br> | |||
minLevel = (120 * 2 / 3)<br> | *minLevel = 80<br> | ||
minLevel = 80 | *Below level 80 we will not receive exp in this party.<br> | ||
Below level 80 we will not receive exp in this party. |
Revision as of 11:38, 23 January 2024
All you have to do is create party and activate Shared Exp.
Currently bonus:
Case 1 | Same vocations in party(example 2x Sorcerers) +3% more exp. |
Case 2 | 2 Different vocations in party(example Sorcerer + Druid) +10% more exp. |
Case 3 | 3 Different vocations in party(example Sorcerer + Druid + Pally) + +24% more exp. |
Case 4 | 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) + +52% more exp. |
- Example:
- Hydra exp = 2100
- With 4 vocations bonus = 52%
- 52% from 2100 = 1092 exp
- 1092 + 2100 = 3192 exp
- 3192/4 players = 798
Every player in party will get 735 exp (* stage).
Without bonus it would looks like that:
2100/4 players = 525 exp (* stage)
Find out the level range for shared experience:
This is the formula for the smallest level in the party as can be in order to receive shared exp:
minLevel = (highestLevel * 2 / 3)
- Example the highest level in party is 120:
- minLevel = (120 * 2 / 3)
- minLevel = 80
- Below level 80 we will not receive exp in this party.