diff --git a/research/quest_exp_reward.md b/research/quest_exp_reward.md index 9d32797f0..ea81f63fc 100644 --- a/research/quest_exp_reward.md +++ b/research/quest_exp_reward.md @@ -1,4 +1,5 @@ -Quest experience points are generated using a small equation. Why this is done I am not sure as the values always seem static. +Quest experience points are generated using a small equation. +Why this is done I am not sure as the values always seem static. ### Formula updated: 28th May, 2018 @@ -21,6 +22,8 @@ All formula's use this as their starting point and ADD onto it. > `EXP =CORE + ((37125 * (Quest.ExpFactor / 100)) + ((Quest.ClassJobLevel_0-60) * (3375 * (Quest.ExpFactor/100))))` +----- + #### Formula in PHP: This is example code, it requires getting the `quest` and `paramGrow` prior