Skip to content

Blm0j5 "Gearing Up" (Black Mage job quest 5/6): implement from scratch (no script exists yet) #154

Description

@swstegall

Summary

Quest Blm0j5 (id 111265), rank 15, is quest 5/6 of the Black Mage job line — the arc that awards the Black Mage Soul Crystal (Soul of the Black Mage, reward credited via #61). It belongs to the Black Mage job (derived from the Thaumaturge class). Per the Mirke transcript, the kobold ally 269th Order Mendicant Da Za (at the western-Thanalan cave, with Kazagg Chah and Dozol Meloc present) produces a stone tablet left by his ancestor Da Gu; the Gem of Shatotto's light reveals an inscription naming four sites that hold the "sacred garb" needed to ward against the Gloom. The player travels to the four marked places and gathers the four wizard's artifacts (petasos, gloves, crakows, tonban); Ququruka's linkpearl message hints the path to the Solace of the Gods will then reveal itself. There is NO script yet — implement from scratch.

Reachability

Gated to active Thaumaturge/Black Mage at the required rank, enforced via #60 (cross-class unlock for the line: Thaumaturge Lv30 + Pugilist Lv15). Follows #153 (Blm0j4, "The Voidgate Breathes Gloomy") as the immediate within-line prerequisite.

What's needed

  • Create scripts/lua/quests/blm/blm0j5.lua with the standard hooks (onStart/onStateChange/onTalk/onPush/onNotice/getJournalMapMarkerList/onFinish).
  • SEQ_ACCEPT offer from 269th Order Mendicant Da Za at the western-Thanalan cave (tablet/inscription cutscene + accept branch).
  • Sequence: mark and visit the four artifact sites and gather the four wizard's pieces — wizard's petasos, wizard's gloves, wizard's crakows, wizard's tonban — tracking collection via per-site IncCounter/SetCounter so the journal advances as each is obtained.
  • onNotice/linkpearl follow-up from Ququruka once all four artifacts are held, then advance toward completion.
  • getJournalMapMarkerList markers for Da Za and the four artifact locations (driven by the collection counters).
  • Reward/CompleteQuest finale via Class/job quest enablement: credit class/job rewards on CompleteQuest (skill points/rank, Soul Crystal, gil/items) #61.
  • Derive the exact four artifact item ids, the four site zones/coords, and dialogue event ids from the Mirke/Gamerescape transcript during impl (the transcript lists the artifacts but the four sites must be resolved during impl).

Reference material

Acceptance criteria

New file: scripts/lua/quests/blm/blm0j5.lua — prerequisite: #153 (Blm0j4).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Garlemald ServerFor work units related to Garlemald Server.enhancementNew feature or request

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions