From 68aed0cb37da23e48e040b1e2ea8743bffad0bab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 May 2022 19:31:46 -0300 Subject: Add the final source of Sunny Crystal - And the final part of Milly's Quest. --- npc/items/books.txt | 3 +++ npc/items/miscrecipes.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/items') diff --git a/npc/items/books.txt b/npc/items/books.txt index 71f680365..1c5048677 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -480,6 +480,7 @@ function myself { .@quirin = QUIRINO_WINNER; .@gemini = GEMINI_WINNER; .@ghq = GHQ_WINNER; + .@doct = EPISODE_WINNER; .@fort = FORT_1ST_VISIT; .@seal = MOUBOOTAUR_WINNER; detachrid(); @@ -497,6 +498,8 @@ function myself { mesc l("Won Quirino Voraz Arena %s ago", FuzzyTime(.@quirin)); if (.@ghq) mesc l("First Grand Hunter challenge cleared %s ago", FuzzyTime(.@ghq)); + if (.@doct) + mesc l("Completed The Episode of Ozthokk %s ago", FuzzyTime(.@doct)); if (.@fort) mesc l("First visit to Fortress Is. %s ago", FuzzyTime(.@fort)); if (.@seal) diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 1a1db267d..d94356fa6 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -52,7 +52,7 @@ function script LegendaryBlueprint { dispbottom l("Wait a minute... This is written in Mananese! I can't read it!"); return; } - // Current: 4x Mylarin & 1x Sunny Crystal (can be cheated for 2) + // Current: 3x Mylarin & 2x Sunny Crystal (can be cheated for 2) // Needed: 2x Mylarin & 2x Sunny Crystal // Setup -- cgit v1.2.3-70-g09d2