From 7f8fc2c2482799b082518684cc3698908baba21d Mon Sep 17 00:00:00 2001 From: AtlantisRO Date: Mon, 14 Mar 2016 15:20:15 -0700 Subject: Fix to NPC [Iromo's Mother#ep3_2] from [Alberta Boy] Quest. When player is in step 9 from Alberta Boy quest (variable "ep13_2_hiki"), this NPC restart the entire quest, because there is no case to prevent variable > 8. --- npc/quests/quests_alberta.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 3a9aa616b..fa3942e9c 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -2736,7 +2736,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ } alberta_in,120,93,3 script Iromo's Mother#ep3_2 1_M_INNKEEPER,{ - if (ep13_2_hiki == 8) { + if (ep13_2_hiki >= 8) { mes "[Mother]"; mes "Thank you for helping my son."; mes "But I think we can't do anything"; -- cgit v1.2.3-70-g09d2