From 634a7aa765e5128603f6c71a0cb87f3c1a2fc96b Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Mon, 28 May 2018 13:36:41 +0100 Subject: [PATCH] Update quest_exp_reward.md --- research/quest_exp_reward.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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