Default toggle: Alt+C
Press Alt+C in-game to show or hide the window. Goes through Windower's bind system, so the keybind is automatically suppressed while the chat bar, search box, or macro editor is open — won't fight with typing.
C for "Checklist".
Slash-command equivalents: //ffxic, //ffxichecklist, //checklist, //clist.
A GUI fork of HiPotionQ8's excellent [XIchecklist] tracker, restyled to match the GSUI-family addon look. Same monstrous data set (every mission, quest, key item, spell, trust, title, RoE objective, warp, Monstrosity progression, MMM, Meeble, Sheol, Atmacite, Vorseal, Ergon, Emporox, fish, zone visited, merit, JP, master level, crafting skill, etc.), same automatic packet-driven detection, same per-character XML state — just a more readable window and a real keyboard hotkey.
Credit: every line of the tracker engine, packet handler, and data table (
maps/totals ~1 MB of hand-curated FFXI content) is HiPotionQ8's work. This fork's contributions are: the addon rename, the Alt+C keyboard toggle, the panel-alpha bump to 250 so the overlay reads as a solid window, and packaging consistent with the other addons in this author's setup. The original repo's permission grant ("this thing is free to use / share / edit / anything i dont care what you do with it") is the only reason this fork can exist — full thanks.
cd path\to\Windower4\addons
git clone https://github.com/mullerdane85-hash/FFXIChecklist.git
In-game:
//lua load FFXIChecklist
To autoload, add lua load FFXIChecklist to scripts\init.txt.
Press Alt+C to toggle the window. The keybind is suppressed while chat is open so typing 'c' in messages still works.
//ffxic, //ffxichecklist, //checklist, and //clist all work. The
original //xic and //xichecklist aliases are also retained for
back-compat with scripts written for HiPotionQ8's addon.
| Command | Description |
|---|---|
//ffxic |
Toggle the window (same as Alt+C) |
//ffxic show / //ffxic hide |
Explicit show/hide |
//ffxic scale <n> |
UI scale factor (default 1, e.g. 0.75) |
//ffxic showcompleted |
Toggle: show completed items in green (default off) |
//ffxic showexcluded |
Toggle: show hidden RoE / Titles items (default off) |
//ffxic copy |
Copy current tab content to clipboard |
//ffxic log <category> |
Print a tab to chat — every category from the original is supported |
//ffxic help |
Print the in-game help blurb |
A handful of categories aren't packet-detectable and only update when you talk to the right NPC once — this is inherited verbatim from the original XIchecklist and is worth knowing:
| Data | Where |
|---|---|
| Titles | All Title NPCs (and the in-game status menu refreshes the current title) |
| Outpost Warps | Any Nation Teleporter |
| MMM Maze Count | Chatnachoq (Lower Jeuno) |
| Proto-Waypoint | Any Proto-Waypoint |
| Fish Caught | Katsunaga (Mhaura), menu: "Types of fish caught" |
| Meeble Burrows | Any Burrow Researcher or Investigator, menu: "Review expedition specifics → Zone" |
| Atmacite Levels | Any Atmacite Refiner, menu: "Enrich Atmacite" |
| Wing Skill | Nation chocobo-stable kids (Arvilauge / Gonija / Kiria-Romaria) |
| Sheol Gaol & Moogle Mastery | ??? in Rabao, "Status Report: Sheol Gaol / Moogle Mastery" |
| Escha Vorseals | Shiftrix in Reisenjima |
| Ergon Locus | Rienne in Western Adoulin |
| Emporox Goodness | Emporox in Reisenjima #8 |
Once captured, the values persist to data/<charname>.xml and don't
need to be re-collected per session.
- By default only INCOMPLETE items show. Toggle
//ffxic showcompletedto also list things you've finished (rendered in green). - First load can freeze for a few seconds while RoE objectives register — normal behavior inherited from the original.
- Zoning refreshes: Quests / Warps / Monstrosity / MMM counts update on zone change, not in real time.
- Monstrosity (monster levels / race & job instincts / monster variants)
- Titles + how-to-obtain hints
- Moblin Maze Mongers (vouchers / runes / maze count)
- Meeble Burrows
- Sheol Gaol / Moogle Mastery goals
- Types of fish caught
- Records of Eminence (RoE)
- Warps (Home Points / Survival Guides / Waypoints / Outposts / Proto-Waypoints / Telepoints / Cavernous Maws / Lycopodium / Eschan Portals)
- Campaign Ops
- Missions (San d'Oria / Bastok / Windurst / Zilart / CoP / TOAU / Assaults / WOTG / ACP / MKD / ASA / SoA / RoV / TVR)
- Quests (San d'Oria / Bastok / Windurst / Jeuno / Aht Urhgan / Crystal War / Outlands / Other / Abyssea / Adoulin / Coalition)
- Key Items (Permanent / Maps / Mounts / Claim Slips / Active Effects / Abyssea / Voidwatch / Mog Garden)
- Spells (White / Black / Summon / Ninjutsu / Bard / Blue) + Trusts
- Atmacite levels, Vorseals, Ergon Locus, Emporox Goodness
- Zones visited
- Leveling stuff (Merits, Job Points, Master Levels, fishing & crafting skills, Wing Skill, Alter Ego Points)
| Change | Why |
|---|---|
| Renamed to FFXIChecklist | Consistent with the other FFXI* addons in this author's repo group |
| Added Alt+C keyboard toggle | The original was slash-command only |
| Bumped UI panel alphas 200-240 → 250 | Original overlay was translucent; window now reads as solid |
New toggle command (and bare //ffxic) |
The Alt+C hotkey routes through it; original only had show/hide |
Back-compat aliases (xic, xichecklist) |
Scripts written for the original keep working |
Tracker logic, packet handlers, the entire maps/ data set, and the
tab/subtab/click handling are untouched — all credit there to
HiPotionQ8.
Jason (2026), GUI fork of HiPotionQ8/XIchecklist. Part of the FFXIWindower personal setup.
[XIchecklist]: HiPotionQ8/XIchecklist on GitHub (no hyperlink here per convention; search the repo name to find the original).