Jelajahi Sumber

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.
AtlantisRO 9 tahun lalu
induk
melakukan
438e33a8d3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      npc/quests/quests_alberta.txt

+ 1 - 1
npc/quests/quests_alberta.txt

@@ -2738,7 +2738,7 @@ alberta_in,131,95,5	script	Iromo#ep3_2	706,{
 }
 
 alberta_in,120,93,3	script	Iromo's Mother#ep3_2	53,{
-	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";