You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port quest Whm0j6 (id 111246, rank 15) — "The Chorus of Cataclysm", the 6th and final quest in the White Mage job line, capping the arc that grants the White Mage Soul Crystal. White Mage derives from the Conjurer base class; this finale is given by Raya-O-Senna at her cave in the North Shroud. Per the transcript: with the elementals' keening rising to a crescendo, Raya-O sends you on your last mission — to grant peace to the enraged elementals southwest of Camp Bentbranch. At Everschade / Sorrel Haven in the Central Shroud you face six elementals (Firebound/Earthbound/Icebound Wrath + Water/Wind/Lightning), each dropping an elemental "eye"; as their combined rage flares, Oha-Sok intervenes, the elementals freely give themselves unto the garb of succor, and Oha-Sok becomes the fifth artifact — the healer's robe. You return for Raya-O's closing words and the Benediction spell. There is no script yet — implement from scratch.
Reachability
Rank-gated to active Conjurer/White Mage at the required rank, enforced via #60. Within the line this follows #148 ("In Search of Succor") — gate on the sequential prerequisite so it is only offerable after that quest completes. The Everschade six-elemental climax is the line's big duty, built per-quest using the content-area pattern (working reference: man0g0 SEQ_005 / #28 — CLOSED/resolved).
What's needed
Create scripts/lua/quests/whm/whm0j6.lua with the standard hooks (onStart/onStateChange/onTalk/onPush/onNotice/getJournalMapMarkerList/onFinish).
SEQ_ACCEPT offer/accept from Raya-O-Senna at the North Shroud cave (refuse/accept branch text + the missing-fifth-artifact / final-mission exposition per transcript).
Sequence: talk to Raya-O → travel southwest of Camp Bentbranch to Everschade / Sorrel Haven, Central Shroud → opening elemental dialogue (Firebound Wrath / Water Elemental) → fight Firebound Wrath, Earthbound Wrath, Icebound Wrath, Water Elemental, Wind Elemental, Lightning Elemental (each drops its element's "eye") → on defeating the last, the Oha-Sok intervention cutscene → obtain the healer's robe (Oha-Sok / fifth artifact) → return to Raya-O for the closing scene.
Summary
Port quest
Whm0j6(id 111246, rank 15) — "The Chorus of Cataclysm", the 6th and final quest in the White Mage job line, capping the arc that grants the White Mage Soul Crystal. White Mage derives from the Conjurer base class; this finale is given by Raya-O-Senna at her cave in the North Shroud. Per the transcript: with the elementals' keening rising to a crescendo, Raya-O sends you on your last mission — to grant peace to the enraged elementals southwest of Camp Bentbranch. At Everschade / Sorrel Haven in the Central Shroud you face six elementals (Firebound/Earthbound/Icebound Wrath + Water/Wind/Lightning), each dropping an elemental "eye"; as their combined rage flares, Oha-Sok intervenes, the elementals freely give themselves unto the garb of succor, and Oha-Sok becomes the fifth artifact — the healer's robe. You return for Raya-O's closing words and the Benediction spell. There is no script yet — implement from scratch.Reachability
Rank-gated to active Conjurer/White Mage at the required rank, enforced via #60. Within the line this follows #148 ("In Search of Succor") — gate on the sequential prerequisite so it is only offerable after that quest completes. The Everschade six-elemental climax is the line's big duty, built per-quest using the content-area pattern (working reference: man0g0 SEQ_005 / #28 — CLOSED/resolved).
What's needed
scripts/lua/quests/whm/whm0j6.luawith the standard hooks (onStart/onStateChange/onTalk/onPush/onNotice/getJournalMapMarkerList/onFinish).SEQ_ACCEPToffer/accept from Raya-O-Senna at the North Shroud cave (refuse/accept branch text + the missing-fifth-artifact / final-mission exposition per transcript).SetENpcrosters +getJournalMapMarkerListmarkers (cave, Everschade, return).CompleteQuestvia Class/job quest enablement: credit class/job rewards on CompleteQuest (skill points/rank, Soul Crystal, gil/items) #61.Reference material
scripts/lua/quests/pgl/pgl200.luamirke-menagerie-context.mdunder the "WHITE MAGE" section +ffxiv_gamerescape_1x_context.mdforLoremonger:The Chorus of Cataclysmffxiv_classic_wiki_context.md,ffxiv_mozk_tabetai_context.md(healer's robe)Acceptance criteria
New file:
scripts/lua/quests/whm/whm0j6.lua— prerequisite #148.