Pre-2005 exp_base table reconstructed from wiki sources #9614
eyes-and-brain
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
The repository already has
modules/wotg/sql/2007_exp_tables.sql, which restores the pre-2011-02-15 experience gain table. I noticed there is no equivalent file for theexp_basetable (required EXP per level), which was also changed in the April 2005 version update.That update significantly reduced the required experience points for levels 51–75. Without a corresponding SQL file, there is no way to restore the pre-patch state for era-accurate setups.
Reconstruction
I reconstructed the pre-2005-04-21
exp_basevalues from the FFXIclopedia wiki article on Experience Points, which documents both the old and new NEXT EXP values alongside a difference column.Verification:
exp_base.sqlexactly across all levelsA few data points to illustrate the scale of the change:
SQL
Proposed location
Source
FFXIclopedia wiki — Experience Points article
(The article explicitly documents the pre-2005-04-21 NEXT EXP table with difference values, making reconstruction straightforward and verifiable.)
Beta Was this translation helpful? Give feedback.
All reactions