diff options
Diffstat (limited to 'npc/re/quests/eden/86-90.txt')
-rw-r--r-- | npc/re/quests/eden/86-90.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/quests/eden/86-90.txt b/npc/re/quests/eden/86-90.txt index 14f8a56f2..029a482ad 100644 --- a/npc/re/quests/eden/86-90.txt +++ b/npc/re/quests/eden/86-90.txt @@ -47,7 +47,7 @@ moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ mes "-^4d4dff'Eden Group Mark'^000000-"; mes "-to receive these missions.-"; next; - switch(select("Just walk away.:^0000FFEden Group^000000 missions?:How can I be a member of the ^0000FFEden Group^000000?")) { + switch(select("Just walk away.", "^0000FFEden Group^000000 missions?", "How can I be a member of the ^0000FFEden Group^000000?")) { case 1: close; case 2: @@ -130,12 +130,12 @@ moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ mes "[86-90 Mission Board]"; mes "There are several requests on this board."; next; - switch(select("^8B4513Turtle Island^000000:^8B4513Clock Tower Dungeon^000000:^8B4513Expansion Towns^000000:^8B4513Other Regions^000000")) { + switch(select("^8B4513Turtle Island^000000", "^8B4513Clock Tower Dungeon^000000", "^8B4513Expansion Towns^000000", "^8B4513Other Regions^000000")) { case 1: mes "^8B4513Turtle Island^000000."; mes "Which monster will you hunt or have you finished hunting?"; next; - switch(select("^0000FFDragon Tail^000000:^0000FFSpring Rabbit^000000:^0000FFPest^000000")) { + switch(select("^0000FFDragon Tail^000000", "^0000FFSpring Rabbit^000000", "^0000FFPest^000000")) { case 1: callsub L_Quest,4167,"Dragon Tail",76000,"µå·¡°ïÅ×ÀÏÄ«µå","There is a monster that only can be found on ^8B4513Turtle Island^000000.","s"; case 2: callsub L_Quest,4168,"Spring Rabbit",82000,"½ºÇÁ¸µ·¡ºøÄ«µå","There is a monster that only can be found on ^8B4513Turtle Island^000000.","s"; case 3: callsub L_Quest,4169,"Pest",82000,"Æ佺Ʈīµå","There is a monster that only can be found on ^8B4513Turtle Island^000000.","s"; @@ -144,7 +144,7 @@ moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ mes "^8B4513Clock Tower Dungeon^000000."; mes "Which monster will you hunt or have you finished hunting?"; next; - switch(select("^0000FFBathory^000000:^0000FFAlarm^000000")) { + switch(select("^0000FFBathory^000000", "^0000FFAlarm^000000")) { case 1: callsub L_Quest,4170,"Bathory",72000,"¹Ù¼Ò¸®Ä«µå","The Clock Tower Dungeon is full of dangerous monsters."; case 2: callsub L_Quest,4171,"Alarm",76000,"¾Ë¶÷Ä«µå","The Clock Tower Dungeon is full of dangerous monsters."; } @@ -152,7 +152,7 @@ moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ mes "^8B4513Expansion Cities^000000"; mes "Which monster will you hunt or have you finished hunting?"; next; - switch(select("^0000FFBaba Yaga^000000:^0000FFYao Jun^000000:^0000FFFirelock Soldier^000000:^0000FFZipper Bear^000000")) { + switch(select("^0000FFBaba Yaga^000000", "^0000FFYao Jun^000000", "^0000FFFirelock Soldier^000000", "^0000FFZipper Bear^000000")) { case 1: callsub L_Quest,4172,"Baba Yaga",72000,"","The witch Baba Yaga can be found in the outskirts of Moscovia."; case 2: callsub L_Quest,4173,"Yao Jun",117000,"Çý±ºÄ«µå","There are human-like monsters that roam around the dungeon in Louyang."; case 3: callsub L_Quest,4174,"Firelock Soldier",82000,"±¸½ÄÁ¶ÃѺ´Ä«µå","There are human-like monsters that roam around the dungeon in Amatsu.","s"; @@ -163,7 +163,7 @@ moc_para01,48,175,3 script 86-90 Mission Board 4_BOARD3,{ mes "Here is a list of random requests to hunt monsters in other regions of Rune Midgard."; mes "Which monster will you hunt or have you finished hunting?"; next; - switch(select("^0000FFGround Petite^000000:^0000FFRafflesia^000000:^0000FFVenomous^000000:^0000FFPitman^000000:^0000FFYellow Novus^000000")) { + switch(select("^0000FFGround Petite^000000", "^0000FFRafflesia^000000", "^0000FFVenomous^000000", "^0000FFPitman^000000", "^0000FFYellow Novus^000000")) { case 1: callsub L_Quest,4176,"Ground Petite",72000,"Áö»ó»Ú¶ìÄ«µå","There are dragon type monsters swarming the western region of Geffen."; case 2: callsub L_Quest,4177,"Rafflesia",72000,"¶óÇ÷¹½Ã¾ÆÄ«µå","There are plant type monsters infesting the fields of Lighthalzen."; case 3: callsub L_Quest,4178,"Venomous",72000,"º£³ë¸Ó½º","There are formless monsters floating around the fields of Einbroch."; @@ -212,7 +212,7 @@ L_Quest: mes "Hunt 30 "+getarg(1)+" monsters there and post your success on this board."; next; if (getarg(3) != "") cutin getarg(3),255; - if(select("I'll hunt them.:No thanks.") == 1) { + if(select("I'll hunt them.", "No thanks.") == 1) { mes "[86-90 Mission Board]"; mes "When you have completed the mission, post it on this board and collect your reward."; if (.@playtime) erasequest .@quest2; |