From 810f6e7c0ae4e4353eeeefb5c6d670ecd0ca27cd Mon Sep 17 00:00:00 2001 From: Sirius Date: Mon, 27 May 2013 01:54:58 -0700 Subject: I didn't notice this errors before. --- npc/re/quests/eden/56-70.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'npc/re/quests') diff --git a/npc/re/quests/eden/56-70.txt b/npc/re/quests/eden/56-70.txt index 02e66d452..12beeae26 100644 --- a/npc/re/quests/eden/56-70.txt +++ b/npc/re/quests/eden/56-70.txt @@ -27,31 +27,31 @@ moc_para01,42,38,3 script Mission [56 - 70] 857,{ switch (select("Mission Numbers 1~5:Mission Numbers 6~10:Mission Numbers 11~15")) { case 1: switch (select("What is this Bandage?:Dangerous Alligators.:That wasn't a mermaid...:My country is calling me!")) { - case 1: callsub L_HuntingQuest,3250,15000,5000,930,20; break; - case 2: callsub L_HuntingQuest,3251,16000,6000; break; - case 3: callsub L_HuntingQuest,3252,17000,8000; break; - case 4: callsub L_Quest,3254,18000,8000,7043,10,1056,30; break; + case 1: callsub L_HuntingQuest,3250,15000,5000,930,30; + case 2: callsub L_HuntingQuest,3251,16000,6000; + case 3: callsub L_HuntingQuest,3252,17000,8000; + case 4: callsub L_Quest,3254,18000,8000,7043,10,1056,30; } break; case 2: switch (select("Hunt Wild Boar:Preparing the Summer:A Woman's Grudge:Special ingredients:Puppet Master's Agony")) { - case 1: callsub L_HuntingQuest,3255,16000,7000; break; - case 2: callsub L_Quest,3256,15000,5000,918,30; break; - case 3: callsub L_HuntingQuest,3257,17000,8000; break; - case 4: callsub L_Quest,3258,16000,7000,7198,40; break; - case 5: callsub L_HuntingQuest,3259,17000,7000,1060,30; break; + case 1: callsub L_HuntingQuest,3255,16000,7000; + case 2: callsub L_Quest,3256,15000,5000,918,30; + case 3: callsub L_HuntingQuest,3257,17000,8000; + case 4: callsub L_Quest,3258,16000,7000,7198,40; + case 5: callsub L_HuntingQuest,3259,17000,7000,1060,30; } break; case 3: switch (select("Tiresome Flies:Dangerous Munak:Make the World green:Magic Wand")) { - case 1: callsub L_HuntingQuest,3260,16000,6000; break; - case 2: callsub L_HuntingQuest,3261,16000,7000; break; - case 3: callsub L_Quest,3262,17000,7000,1032,40; break; - case 4: callsub L_Quest,3263,18000,8000,1021,30,7150,30; break; + case 1: callsub L_HuntingQuest,3260,16000,6000; + case 2: callsub L_HuntingQuest,3261,16000,7000; + case 3: callsub L_Quest,3262,17000,7000,1032,40; + case 4: callsub L_Quest,3263,18000,8000,1021,30,7150,30; } break; } - close; + end; L_Quest: if (checkquest(getarg(0)) <= 0) { @@ -60,7 +60,7 @@ L_Quest: next; mes "Would you like to accept this mission?"; next; - if(select("Accept the mission.:Do not accept the mission.") == 2) { + if(select("Accept the mission.:Do not accept the mission.") == 1) { if ((BaseLevel < 56) || (BaseLevel > 70)) { mes "These missions are not fit for my level. I should look for other missions."; close; @@ -194,7 +194,7 @@ L_CheckDetails: case 3255: mes "This mission is assigned by the Payon town hall."; next; - mes "Wild animals are always an annoyance to farmers."; + mes "Wild animals are always annoyances to farmers."; next; mes "They attack our farm and ruin whole crops!! We can't stand it anymore!"; next; -- cgit v1.2.3-60-g2f50