Vocation Hunt - (Party shared exp bonus): Difference between revisions

From Realera Wiki
Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
 
(15 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 = 15%</span>
<span style="font-size:150%;">Currently bonus:</span>


Case 1: Same vocations in party(example 2x Sorcerers) <span style="color:green;>+15% </span>more exp.</br>
{| class="wikitable" style="background-color:#D3BFA0; color:#531E01;"
Case 2: 2 Different vocations in party(example Sorcerer + Druid) <span style="color:green;>+30% </span> more exp.</br>
|-
Case 3: 3 Different vocations in party(example Sorcerer + Druid + Pally) + <span style="color:green;>+45% </span> more exp.</br>
| Case 1
Case 4: 4 Vocation in party(example Sorcerer + Druid + Pally + Knight) + <span style="color:green;>+60% </span> more exp.</br>
| 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 = 60%</br>
*With 4 vocations bonus = 52%</br>
*60% from 2100 = 1260 exp</br>
*52% from 2100 = 1092 exp</br>
*1260 + 2100 = 3360 exp</br>
*1092 + 2100 = 3192 exp</br>
*3360/4 players = 840</br>
*3192/4 players = 798</br>


Every player in party will get 840 (* exp stage).
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>
<span style="font-size:150%;">Find out the level range for shared experience:</span>
<span style="font-size:150%;"><html>
<html>
<form id="expshareform">
<form id="expshareform">
     <input type="number" id="level" name="level" placeholder="Enter character level here..." autocomplete="off">
     <input type="number" id="level" name="level" placeholder="Enter character level here..." autocomplete="off">
Line 27: Line 38:
</form>
</form>
<p id="expresults"></p>
<p id="expresults"></p>
</html></span>
</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 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.