From 21464b5aca41185493f5c3866a2d447873b07b32 Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Fri, 30 Oct 2015 19:47:23 +0000 Subject: [PATCH] More information on quests --- research/quest_exp_reward.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/research/quest_exp_reward.md b/research/quest_exp_reward.md index ece0bf74d..c2d925746 100644 --- a/research/quest_exp_reward.md +++ b/research/quest_exp_reward.md @@ -8,4 +8,6 @@ The `base` value can be found in the quest itself, offset: `reward_exp_bonus` [h The `paramgrow` value is found in the ParamGrow file! offset: `exp_mod` [https://github.com/viion/XIV-Datamining/blob/master/exd-xivdb-offsets/ParamGrow/param_grow_csv_xivdb.txt#L4](found here) -The `level` is the level of the quest, offset `class_level` [https://github.com/viion/XIV-Datamining/blob/master/exd-xivdb-offsets/Quest/quest_csv_xivdb.txt#L10](found here) \ No newline at end of file +The `level` is the level of the quest, offset `class_level` [https://github.com/viion/XIV-Datamining/blob/master/exd-xivdb-offsets/Quest/quest_csv_xivdb.txt#L10](found here) + +I am unsure how the values `50` and `5` matter so much. The `50` was `45` before the expansion **HeavenSward**. \ No newline at end of file