From f68d0c0b7c7c2285c03d9546ecf7121be3b3875c Mon Sep 17 00:00:00 2001 From: Sirius Date: Sun, 26 May 2013 16:43:46 -0700 Subject: Thanks to Euphy for pointing out a problem with the level check that shouldn't be at beginning of the script. --- npc/re/quests/eden/56-70.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/re/quests/eden') diff --git a/npc/re/quests/eden/56-70.txt b/npc/re/quests/eden/56-70.txt index 95b62955d..4bf3f9863 100644 --- a/npc/re/quests/eden/56-70.txt +++ b/npc/re/quests/eden/56-70.txt @@ -20,10 +20,6 @@ moc_para01,42,38,3 script Mission [56 - 70] 857,{ mes "To get these missions, I need to Join the Eden Group first. I must find Secretary Lime Evenor and become a member."; close; } - if ((BaseLevel < 56) && (BaseLevel > 70)) { - mes "These missions are not fit for my level. I should look for other missions."; - close; - } mes "Here is the list of various adventures for level 56~70 adventurers."; next; mes "Lots of missions such as a Monster Hunting, Delivery Goods, Finding People."; @@ -65,6 +61,10 @@ L_Quest: mes "Would you like to accept this mission?"; next; if(select("Accept the mission.:Do not accept the mission.") == 2) { + if ((BaseLevel < 56) && (BaseLevel > 70)) { + mes "These missions are not fit for my level. I should look for other missions."; + close; + } setquest getarg(0); mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission."; next; @@ -97,6 +97,10 @@ L_HuntingQuest: mes "Would you like to accept this mission?"; next; if(select("Accept the mission.:Do not accept the mission.") == 2) { + if ((BaseLevel < 56) && (BaseLevel > 70)) { + mes "These missions are not fit for my level. I should look for other missions."; + close; + } setquest getarg(0); mes "I have successfully accepted the mission. I have to come back and confirm my work after I complete the mission."; next; -- cgit v1.2.3-60-g2f50