Vocation Hunt - (Party shared exp bonus): Difference between revisions
From Realera Wiki
(Created page with "All you have to do is create party and activate Shared Exp. Case 1: Same vocations in party(example 2x Sorcerers) +10% more exp. Case 2: 2 Different vocations in party(example Sorcerer + Druid) +20% 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) + 40% more exp. Example: Hydra exp = 2100 With 4 vocations bonus = 40% 40% from 2100 = 840 exp 840 + 210...") |
No edit summary |
||
(38 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> | |||
{| class="wikitable" style="background-color:#D3BFA0; color:#531E01;" | |||
|- | |||
| Case 1 | |||
| 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;>+25% </span> more exp. | |||
|- style="background-color:#F0DFC4;" | |||
| Case 4 | |||
| 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) + <span style="color:yellow;>+50% </span> more exp. | |||
|} | |||
*Example:</br> | |||
*Hydra exp = 2100</br> | |||
*With 4 vocations bonus = 52%</br> | |||
*52% from 2100 = 1050 exp</br> | |||
*1050 + 2100 = 3150 exp</br> | |||
*3150/4 players = 787</br> | |||
Without bonus it would looks like that: | Every player in party will get 787 exp (* stage). | ||
2100/4 players = 525 exp | |||
Without bonus it would looks like that:</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> | |||
minLevel = (highestLevel * 2 / 3) | |||
*Example the highest level in party is 120:<br> | |||
*minLevel = (120 * 2 / 3)<br> | |||
*minLevel = 80<br> | |||
*Below level 80 we will not receive exp in this party.<br> |
Latest revision as of 17:41, 1 October 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) + +25% more exp. |
Case 4 | 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) + +50% more exp. |
- Example:
- Hydra exp = 2100
- With 4 vocations bonus = 52%
- 52% from 2100 = 1050 exp
- 1050 + 2100 = 3150 exp
- 3150/4 players = 787
Every player in party will get 787 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.