From 565873b56d08e992f20e3b3b5fcf19f3b766b70d Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 24 Jun 2012 22:37:56 +0000 Subject: - Fixed Eden Group Quest Board 91-99 checking for Quests and giving the corresponding Experience if you've completed the Quest but during completion you've reached Baselevel 100 or greater. bugreport:6039 - Fixed Checkquest Problem in Eden Quest Board 71-85. bugreport:6015 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16342 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/eden/71-85.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests/eden/71-85.txt') diff --git a/npc/quests/eden/71-85.txt b/npc/quests/eden/71-85.txt index 9f8e14a1f..160909c93 100644 --- a/npc/quests/eden/71-85.txt +++ b/npc/quests/eden/71-85.txt @@ -44,7 +44,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{ mes "- current mission first. -"; close; } - if (checkquest(10102) == 0) { + if (checkquest(10102) == -1 || checkquest(10102) == 0) { setquest 10102; set slv_quest,1; mes "- Good. Now go find Meidi -"; @@ -81,7 +81,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{ mes "- current mission first. -"; close; } - if (checkquest(10103) == 0) { + if (checkquest(10103) == -1 || checkquest(10103) == 0) { setquest 10103; set slv_quest,2; mes "- Look for Ancellia. -"; @@ -118,7 +118,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{ mes "- current mission first. -"; close; } - if (checkquest(10104) == 0) { + if (checkquest(10104) == -1 || checkquest(10104) == 0) { setquest 10104; set slv_quest,3; mes "- Look for Jeanbai -"; @@ -154,7 +154,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{ mes "- current mission first. -"; close; } - if (checkquest(10105) == 0) { + if (checkquest(10105) == -1 || checkquest(10105) == 0) { setquest 10105; set slv_quest,4; mes "- Look for Risingeter -"; @@ -189,7 +189,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 857,{ mes "- current mission first. -"; close; } - if (checkquest(10106) == 0) { + if (checkquest(10106) == -1 || checkquest(10106) == 0) { setquest 10106; set slv_quest,5; mes "- Loof for Funfi -"; -- cgit v1.2.3-70-g09d2