From b430fa253bca3930603bf16076a74a83e6f48b19 Mon Sep 17 00:00:00 2001 From: Emistry Date: Wed, 14 Jan 2015 16:38:57 +0800 Subject: Incorrect quest progress checking. I think the quest progress check is incorrect. should be these 4 quests I believe. ``` 7423,0,0,0,0,0,0,0,"A rumor about the King 1" 7424,0,0,0,0,0,0,0,"A rumor about the King 2" 7425,0,0,0,0,0,0,0,"A rumor about the King 3" 7426,0,0,0,0,0,0,0,"A rumor about the King 4" ``` --- npc/re/quests/quests_eclage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/quests/quests_eclage.txt b/npc/re/quests/quests_eclage.txt index f652274fc..cb57f1681 100644 --- a/npc/re/quests/quests_eclage.txt +++ b/npc/re/quests/quests_eclage.txt @@ -14718,7 +14718,7 @@ ecl_in01,32,52,5 script Traveler Fome#tl01 4_F_DOGTRAVELER,3,3,{ mes "The fact that you made it here actually seems just short of a miracle..."; close; } - .@totaltemp = questprogress(7424) + questprogress(7424) + questprogress(7425) + questprogress(7426); + .@totaltemp = questprogress(7423) + questprogress(7424) + questprogress(7425) + questprogress(7426); .@total = questprogress(7411) + questprogress(7412) + questprogress(7413); if (ep14_2_mylord < 2 || (ep14_2_mylord == 2 && questprogress(7411) != 1)) { mes "[Fome]"; -- cgit v1.2.3-60-g2f50