diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index d21e79c60..20a5b54a5 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -5135,7 +5135,7 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{ // Allysia //---------------------------------------------------------------------------- kh_mansion,18,30,4 script Allysia 894,{ - cutin "kh_ellisia",2; + if (KielHyreQuest < 46) { mes "[Allysia]"; mes "Who are you?"; @@ -5144,7 +5144,9 @@ kh_mansion,18,30,4 script Allysia 894,{ close; } - else if (KielHyreQuest >= 46) { + cutin "kh_ellisia",2; + + if (KielHyreQuest < 70) { mes "[Allysia]"; mes "You must be surprised"; mes "by everything that's been"; @@ -5295,7 +5297,7 @@ kh_mansion,18,30,4 script Allysia 894,{ } - else if (KielHyreQuest >= 70) { + else { mes "[Allysia]"; mes "......"; mes "........."; |