From 31a4ed81179dc75707e0316842edd43d99d77f18 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Fri, 11 Sep 2009 11:41:33 +0200 Subject: Fixes to caretaker quest Quick, initial testing shows nothing other than this to be strange. --- npc/009-2_Hurnscald/airlia.txt | 10 +++++----- npc/027-2_Caretakers_House/caretaker.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npc/009-2_Hurnscald/airlia.txt b/npc/009-2_Hurnscald/airlia.txt index 36eb1f9e..ee374f74 100644 --- a/npc/009-2_Hurnscald/airlia.txt +++ b/npc/009-2_Hurnscald/airlia.txt @@ -173,12 +173,12 @@ L_Fetch: if (QUEST_Airlia < @Q_STATUS_INITIAL_FETCH_REWARDED) menu "You are welcome.", -, - "I have collected " + @FETCH_AMOUNT_INITIAL + " [" + @FETCH_NAME_INITIAL$ + "]s.", L_Fetch_initial_reward; + "I have collected the " + @FETCH_AMOUNT_INITIAL + " [" + @FETCH_NAME_INITIAL$ + "]s.", L_Fetch_initial_reward; if (QUEST_Airlia == @Q_STATUS_INITIAL_FETCH_REWARDED) menu "You are welcome.", -, - "I have collected " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; + "I have collected the " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; close; L_Fetch_initial_reward: @@ -226,14 +226,14 @@ L_Rewarded: mes "\"Thank you for your help.\""; next; - if (QUEST_Graveyard_Caretaker == @Q_STATUS_HAS_NO_NEW_LETTER) + if (QUEST_Graveyard_Caretaker < @Q_STATUS_HAS_NEW_LETTER) menu - "I have collected " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; + "I have collected the " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; if (QUEST_Graveyard_Caretaker == @Q_STATUS_HAS_NEW_LETTER) menu "I have another letter from your father.", L_Caretaker_later_rewards, - "I have collected " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; + "I have collected the " + @FETCH_AMOUNT + " [" + @FETCH_NAME$ + "]s.", L_Fetch_later_rewards; close; } diff --git a/npc/027-2_Caretakers_House/caretaker.txt b/npc/027-2_Caretakers_House/caretaker.txt index 59585362..174134b0 100644 --- a/npc/027-2_Caretakers_House/caretaker.txt +++ b/npc/027-2_Caretakers_House/caretaker.txt @@ -10,7 +10,7 @@ if (QUEST_Graveyard_Caretaker == 5) goto L_Has_New_Letter; mes "[Caretaker]"; - mes "\"...Another adventurer come to slay the already dead.\""; + mes "\"...Another adventurer comes to slay the already dead.\""; next; menu "And what are you?", L_Who, -- cgit v1.2.3-70-g09d2