About the data

Every number on this site is read from the LandSandBoat server source, not from a wiki. This page explains the method so you can verify anything you see.

The source

The data comes from commit 73cb1ffc60 of the LandSandBoat project, an open-source FFXI server emulator. A build script (tools/build_db.py) parses the server’s SQL, Lua, YAML, and C++ files into a SQLite database. A second set of scripts generates this site’s pages from that database.

Nothing is hand-written. If a number appears on an item or zone page, it was read from a specific file in the server source, and that file path is shown alongside it.

What’s parsed

Source typeRows
battlefield4,696
besieged_vendor4
chocobo_dig853
clamming72
conquest_vendor99
curio_vendor92
desynthesis1,184
excavation50
field_casket1,451
fishing1,236
gardening2,418
guild_points8
guild_shop1,949
guild_vendor208
harvesting79
logging134
mining107
mob_crystal856
mob_drop16,067
mob_steal1,894
npc_shop1,034
quest210
regional_vendor70
synthesis6,151
treasure_chest183
treasure_coffer113

Total: 41,218 source rows across 7,189 items and 4,443 recipes.

Where the files live

Each source row records the file it was parsed from. The main file types and what they contain:

How rates work

Drop rates

Mob drop rates are the server’s configured percentage per kill. The server rolls each drop independently, so a mob with a 24% and a 15% drop gives you those exact chances per kill. Some servers apply a DROP_RATE_MULTIPLIER — the rates shown here are the base values before any multiplier.

Gathering rates

HELM (mining, logging, harvesting, excavation) rates are per-swing chances from the zone’s data.lua. Each swing rolls against the full table; the percentages shown are the relative weights normalized to 100%.

Crafting math

Skill-up chances, success rates, and HQ odds are computed from the formulas in synthutils.cpp. The specific rules: 60% skill-up chance under skill 50, 25% at 50+. HQ rates: 1.56% (0–10 gap), 6.25% (11–30), 25% (31–50), 50% (51+), with 25% chance to upgrade each tier.

Era scope

This site targets era-75 private servers. Content included: base game, Rise of the Zilart, Chains of Promathia, Treasures of Aht Urhgan, and Wings of the Goddess (flagged). Excluded: Abyssea, Seekers of Adoulin, Rhapsodies of Vana’diel.

Content tagged as WotG is marked with a badge because not all era servers enable the same WotG content.

What’s not here

Honest gaps in the data:

When data is missing, the site says so rather than guessing.

Phoenix-specific unknowns

Phoenix runs a private fork of LandSandBoat. These settings may differ from the upstream defaults shown here:

Where any of these would change an answer, the site notes it rather than assuming Phoenix’s value.

Verify it yourself

The full source is at github.com/LandSandBoat/server. Every source annotation on item pages links to the file path — navigate to it in the repo at commit 73cb1ffc60 to see the raw data this site parsed.