5,054
edits
(→The Mastery Pool: Add Zon, clarify that cap increases but not xp needed for each checkpoint) |
(Updated mastery calculation to specify values are realm specific; Removed flooring of the mastery calc as this is only done for the visual value) |
||
Line 8: | Line 8: | ||
==Earning Mastery XP== | ==Earning Mastery XP== | ||
Each time a player completes an action with an associated Mastery Level, they will receive Mastery XP for that item. The | Each time a player completes an action with an associated Mastery Level, they will receive Mastery XP for that item. The MXP per action calculation is: | ||
<math> | <math> \biggl[ \Bigl( \text{Unlocked Actions} \times \frac{\text{Player Total Mastery for Skill}}{\text{Total Mastery for Skill}} \Bigr) + \Bigl( \text{Item Mastery Level} \times \frac{\text{Total Items in Skill}}{10} \Bigr) \biggr] \times \text{Action Time} \times 0.5 \times \left ( 1 + \text{Bonus} \right )</math> | ||
Where: | Where: | ||
* '''Unlocked Actions''' is the number of actions the player has unlocked for the relevant skill. The mastery actions for a skill can be seen in game by either clicking the "Spend Mastery Pool XP" button | * '''Unlocked Actions''' is the number of actions the player has unlocked for the relevant skill in the current [[Realm]]. The mastery actions for a skill can be seen in game by navigating to the skill's page then either clicking the {{Icon|Milestones|nolink=true}} icon in the skilling minibar in the bottom right (Note: The Level 99 'Skill Mastery' Milestone is excluded from this calculation) or clicking the "Spend Mastery Pool XP" button - note however that these display all mastery actions, not just those that the player has met the skill level requirement for. | ||
* '''Player Total Mastery for Skill''' and '''Total Mastery for Skill''' are both numbers shown on each skill tile within the mastery section of the completion log | * '''Player Total Mastery for Skill''' and '''Total Mastery for Skill''' are both numbers shown on each skill tile within the mastery section of the completion log while the 'Set Visible' is set beside 'True Completion'. | ||
** Note that if {{ExpansionIcon|ItA}} is owned, the number in the Completion Log will include masteries from both the {{Icon|Melvor Realm}} and {{Icon|Abyssal Realm}}. You must only include the numbers from the realm the action is in. For example, the {{ItemIcon|Oak Logs|Oak Log}} is chopped in {{Skill|Woodcutting}} in the {{Icon|Melvor Realm}}. The total mastery actions for both realms is 3,168. Setting {{ItA}} as the visible completion shows that 1,188 actions reside in the {{Icon|Abyssal Realm}} so the value that is used in the calculation is <math>3,168 - 1,188 = 1,980</math>. | |||
*** Alternatively, the [[Commands|command]] <code>game.woodcutting.getTotalCurrentMasteryLevelInRealm(game.realms.getObjectByID('melvorD:Melvor'));</code> can be used to get the '''Player Total Mastery for Skill''' where <code>woodcutting</code> can be replaced with any other skill name and <code>'melvorD:Melvor'</code> can be replaced with <code>'melvorItA:Abyssal'</code> for the {{Icon|Abyssal Realm}}. | |||
*** Likewise, <code>game.woodcutting.getTrueMaxTotalMasteryLevelInRealm(game.realms.getObjectByID('melvorD:Melvor'));</code> can be used to get the '''Total Mastery for Skill'''. | |||
* '''Item Mastery Level''' is the mastery level of the item/action currently being crafted/performed | * '''Item Mastery Level''' is the mastery level of the item/action currently being crafted/performed | ||
* '''Total Items in Skill''' is the number of items/actions within the relevant skill | * '''Total Items in Skill''' is the number of items/actions within the relevant skill in the current [[Realm]] which can be found by by navigating to the skill's page then clicking the {{Icon|Milestones|nolink=true}} icon in the skilling minibar in the bottom right (Note: The Level 99 'Skill Mastery' Milestone is excluded from this calculation). This can also be expressed as <math>\tfrac{\text{Total Mastery for Skill}}{99}</math>. | ||
* '''Action Time''' varies depending on the skill: | * '''Action Time''' varies depending on the skill: | ||
** For {{Skill|Farming}}, this is the amount of time (in hours) it took the crop to grow | ** For {{Skill|Farming}}, this is the amount of time (in hours) it took the crop to grow | ||
Line 22: | Line 25: | ||
** For artisan skills (which consume resources to produce items), the action time is a fixed value regardless of the actual time it takes the player to complete an action. Therefore for these skills, reducing the action time increases the Mastery XP gained per second: | ** For artisan skills (which consume resources to produce items), the action time is a fixed value regardless of the actual time it takes the player to complete an action. Therefore for these skills, reducing the action time increases the Mastery XP gained per second: | ||
{{ActionTimeOverrideTable}} | {{ActionTimeOverrideTable}} | ||
* '''Bonus''' is the percentage increase to experience gained. | * '''Bonus''' is the percentage increase to mastery experience gained. The list of active bonuses can be found by hovering over the action's {{Icon|Mastery}} icon. A list of all available bonuses can be found on the respective skills' Boosts page which is found in the [[#Sources|Sources]] section below. | ||
Also note the following {{Skill|Farming}} specific details: | Also note the following {{Skill|Farming}} specific details: |