Update quest_exp_reward.md

This commit is contained in:
Josh Freeman
2018-05-28 13:36:41 +01:00
committed by GitHub
parent 61ae9cffd9
commit 634a7aa765
+4 -1
View File
@@ -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