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

From Realesta Wiki
Jump to: navigation, search
(Created page with "Dear players, We have added Vocation Hunt system. Let me explain how it works: All you have to do is create party and activate shared exp. Case 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:...")
 
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Dear players,
All you have to do is create party and activate <b>Shared Exp</b>.


We have added Vocation Hunt system. Let me explain how it works:
<span style="font-size:150%;">Currently bonus:</span>


All you have to do is create party and activate shared exp.
{| class="wikitable" color:#531E01;"
| Case 1
| 1 Same vocations in party (example 2x Sorcerers) <span style="color: yellow;">+2%</span> more exp.
|- 4;"
| Case 2:
| 2 Different vocations in party (example Sorcerer + Druid) <span style="color: yellow;">+15%</span> more exp.
|-
| Case 3
| 3 Different vocations in party (example Sorcerer + Druid + Pally) <span style="color: yellow;">+30%</span> more exp.
|-
| Case 4:
| 4 Vocation in party (example Sorcerer + Druid + Pally + Knight) <span style="color: yellow;">+60%</span> more exp.
|}


Case 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.


<b>Example:</b>
*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).


Example:
<b>Without bonus it would looks like that:</b></br>
Hydra exp = 2100
2,100 / 4 players = 525 exp.</br>
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).
<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>


Without bonus it would looks like that:
<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>
2100/4 players = 525 exp


We hope you understand it.
minLevel = (highestLevel * 2 / 3)


Happy hunting!
*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 23:12, 12 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:

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.