From a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 11 Jul 2012 15:02:20 +0000 Subject: * Optimized 13.2 quests, enjoy another 120kb of free space :P (npc/quests/quests_13_2.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16398 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/pre-re/quests/quests_13_1.txt | 2 +- npc/pre-re/quests/quests_13_2.txt | 14663 +++++++++++------------------------- 2 files changed, 4240 insertions(+), 10425 deletions(-) (limited to 'npc/pre-re/quests') diff --git a/npc/pre-re/quests/quests_13_1.txt b/npc/pre-re/quests/quests_13_1.txt index 73f5aa8ce..511fe7aca 100644 --- a/npc/pre-re/quests/quests_13_1.txt +++ b/npc/pre-re/quests/quests_13_1.txt @@ -9055,7 +9055,7 @@ function Catwarp; next; if ((ep13_yong1 > 99) && (ep13_yong1 < 200)) { switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: Catwarp(4590,1); + case 1: Catwarp(4590,1); case 2: Catwarp(4590,2); case 3: Catwarp(4590,3); case 4: Catwarp(4590,4); diff --git a/npc/pre-re/quests/quests_13_2.txt b/npc/pre-re/quests/quests_13_2.txt index 45333374b..7e6fe10f4 100644 --- a/npc/pre-re/quests/quests_13_2.txt +++ b/npc/pre-re/quests/quests_13_2.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.2 +//= 2.4 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -41,11 +41,13 @@ //= 2.1 Fixed Myterious Rock 31, and Cart Hand Agents. //= 2.2 Added a missing close. (bugreport:4520) [L0ne_W0lf] //= 2.3 Fixed EF_Wind not showing. (bugreport:5149) [Masao] +//= 2.4 Optimized (6000+ lines reduced!). [Euphy] //============================================================ // Cat Hand Addition. //============================================================ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ +function Catwarp; if (ep13_yong1 < 3) { mes "[Cat Hand Agent]"; mes "Welcome to Cat Trading."; @@ -62,7 +64,8 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; switch(select("Save your location:Cancel")) { case 1: - savepoint "spl_fild02",32,225; + if (strnpcinfo(2) == "spl") savepoint "spl_fild02",32,225; + else savepoint "man_fild02",129,61; mes "[Cat Hand Agent]"; mes "Thank you."; mes "Your location has been saved."; @@ -81,7 +84,8 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; switch(select("Save your location:Use Storage:Cancel")) { case 1: - savepoint "spl_fild02",32,225; + if (strnpcinfo(2) == "spl") savepoint "spl_fild02",32,225; + else savepoint "man_fild02",129,61; mes "[Cat Hand Agent]"; mes "Thank you."; mes "Your location has been saved."; @@ -127,7 +131,8 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; switch(select("Save your location:Use Storage:Use Cat Warp (Midgard):Cancel")) { case 1: - savepoint "spl_fild02",32,225; + if (strnpcinfo(2) == "spl") savepoint "spl_fild02",32,225; + else savepoint "man_fild02",129,61; mes "[Cat Hand Agent]"; mes "Thank you."; mes "Your location has been saved."; @@ -167,352 +172,65 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; if ((ep13_yong1 > 39) && (ep13_yong1 < 50)) { switch(select("Prontera -> 5500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - close; + case 1: Catwarp(5500,2); + case 2: close; } } else if ((ep13_yong1 > 49) && (ep13_yong1 < 60)) { switch(select("Alberta -> 5500z:Prontera -> 5500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - close; + case 1: Catwarp(5500,1); + case 2: Catwarp(5500,2); + case 3: close; } } else if ((ep13_yong1 > 59) && (ep13_yong1 < 70)) { switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Cancel")) { - case 1: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - close; + case 1: Catwarp(5025,1); + case 2: Catwarp(5025,2); + case 3: Catwarp(5025,3); + case 4: close; } } else if ((ep13_yong1 > 69) && (ep13_yong1 < 80)) { switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Geffen -> 5025z:Cancel")) { - case 1: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - close; + case 1: Catwarp(5025,1); + case 2: Catwarp(5025,2); + case 3: Catwarp(5025,3); + case 4: Catwarp(5025,4); + case 5: close; } } else if ((ep13_yong1 > 79) && (ep13_yong1 < 90)) { switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Cancel")) { - case 1: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - close; + case 1: Catwarp(4765,1); + case 2: Catwarp(4765,2); + case 3: Catwarp(4765,3); + case 4: Catwarp(4765,4); + case 5: Catwarp(4765,5); + case 6: close; } } else if ((ep13_yong1 > 89) && (ep13_yong1 < 100)) { switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Morroc -> 4765z:Cancel")) { - case 1: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - close; + case 1: Catwarp(4765,1); + case 2: Catwarp(4765,2); + case 3: Catwarp(4765,3); + case 4: Catwarp(4765,4); + case 5: Catwarp(4765,5); + case 6: Catwarp(4765,6); + case 7: close; } } else if (ep13_yong1 > 99) { switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - close; + case 1: Catwarp(4590,1); + case 2: Catwarp(4590,2); + case 3: Catwarp(4590,3); + case 4: Catwarp(4590,4); + case 5: Catwarp(4590,5); + case 6: Catwarp(4590,6); + case 7: Catwarp(4590,7); + case 8: close; } } else { @@ -534,7 +252,8 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; switch(select("Save your location:Use Storage:Use Cat Warp (Midgard):Use Cat Warp (Jottunheim):Cancel")) { case 1: - savepoint "spl_fild02",32,225; + if (strnpcinfo(2) == "spl") savepoint "spl_fild02",32,225; + else savepoint "man_fild02",129,61; mes "[Cat Hand Agent]"; mes "Thank you."; mes "Your location has been saved."; @@ -574,402 +293,58 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ next; if ((ep13_yong1 > 99) && (ep13_yong1 < 200)) { switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - close; + case 1: Catwarp(4590,1); + case 2: Catwarp(4590,2); + case 3: Catwarp(4590,3); + case 4: Catwarp(4590,4); + case 5: Catwarp(4590,5); + case 6: Catwarp(4590,6); + case 7: Catwarp(4590,7); + case 8: close; } } else if ((ep13_yong1 > 199) && (ep13_yong1 < 250)) { switch(select("Alberta -> 4170z:Prontera -> 4170z:Izlude -> 4170z:Geffen -> 4170z:Payon -> 4170z:Morroc -> 4170z:Al De Baran -> 4170z:Juno -> 4170z:Cancel")) { - case 1: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - close; + case 1: Catwarp(4170,1); + case 2: Catwarp(4170,2); + case 3: Catwarp(4170,3); + case 4: Catwarp(4170,4); + case 5: Catwarp(4170,5); + case 6: Catwarp(4170,6); + case 7: Catwarp(4170,7); + case 8: Catwarp(4170,8); + case 9: close; } close; } else if ((ep13_yong1 > 249) && (ep13_yong1 < 300)) { switch(select("Alberta -> 4025z:Prontera -> 4025z:Izlude -> 4025z:Geffen -> 4025z:Payon -> 4025z:Morroc -> 4025z:Al De Baran -> 4025z:Juno -> 4025z:Einbroch -> 4025z:Cancel")) { - case 1: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "einbroch",158,301; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 10: - close; + case 1: Catwarp(4025,1); + case 2: Catwarp(4025,2); + case 3: Catwarp(4025,3); + case 4: Catwarp(4025,4); + case 5: Catwarp(4025,5); + case 6: Catwarp(4025,6); + case 7: Catwarp(4025,7); + case 8: Catwarp(4025,8); + case 9: Catwarp(4025,9); + case 10: close; } close; } else if (ep13_yong1 > 299) { switch(select("Alberta -> 3970z:Prontera -> 3970z:Izlude -> 3970z:Geffen -> 3970z:Payon -> 3970z:Morroc -> 3970z:Al De Baran -> 3970z:Juno -> 3970z:Einbroch -> 3970z:Lighthalzen -> 3970z:Cancel")) { - case 1: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "einbroch",158,301; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 10: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "lighthalzen",163,64; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 11: - close; + case 1: Catwarp(3970,1); + case 2: Catwarp(3970,2); + case 3: Catwarp(3970,3); + case 4: Catwarp(3970,4); + case 5: Catwarp(3970,5); + case 6: Catwarp(3970,6); + case 7: Catwarp(3970,7); + case 8: Catwarp(3970,8); + case 9: Catwarp(3970,9); + case 10: Catwarp(3970,10); + case 11: close; } close; } @@ -980,34 +355,22 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ close; } case 4: - switch(select("Alliance Forces Post -> 5500z:Manuk Camp -> 7500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "mid_camp",62,127; - close; - } - else { + if (strnpcinfo(2) == "spl") switch(select("Alliance Forces Post -> 5500z:Manuk Camp -> 7500z:Cancel")) { + case 1: Catwarp(5500,13); + case 2: Catwarp(5500,12); + case 3: mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 7500) { - set zeny,zeny-7500; - warp "man_fild02",129,61; + mes "Thank you for using our service."; close; } - else { + else switch(select("Alliance Forces Post -> 5500z:Splendide Camp -> 7500z:Cancel")) { + case 1: Catwarp(5500,13); + case 2: Catwarp(5500,11); + case 3: mes "[Cat Hand Agent]"; - mes "Don't play with money."; + mes "Thank you for using our service."; close; } - case 3: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; - close; - } case 5: mes "[Cat Hand Agent]"; mes "Thank you for using our service."; @@ -1020,1614 +383,713 @@ spl_fild02,25,211,4 script Cat Hand Agent#spl 421,{ mes "Please give me some Piece of Fish."; close; } +function Catwarp { + if (Zeny < getarg(0)) { + mes "[Cat Hand Agent]"; + mes "Don't play with money."; + close; } + set Zeny, Zeny-getarg(0); + switch(getarg(1)) { + case 1: warp "alberta",117,56; close; + case 2: warp "prontera",116,72; close; + case 3: warp "izlude",91,105; close; + case 4: warp "geffen",120,39; close; + case 5: warp "payon",161,58; close; + case 6: warp "morocc",156,46; close; + case 7: warp "aldebaran",168,112; close; + case 8: warp "yuno",158,125; close; + case 9: warp "einbroch",158,301; close; + case 10: warp "lighthalzen",163,64; close; + case 11: warp "spl_fild02",32,225; close; + case 12: warp "man_fild02",129,61; close; + case 13: warp "mid_camp",62,127; close; + } +} +} + +man_fild02,132,47,4 duplicate(Cat Hand Agent#spl) Cat Hand Agent#man 421 + +- script Mysterious Rock#30::manukrock2 -1,{ + if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { + specialeffect2 EF_REPAIRWEAPON; + progressbar "ffff00",10; + set .@rhea_ran,rand(1,20); + if (.@rhea_ran < 13) getitem 7049,1; //Stone + else if (.@rhea_ran == 13) getitem 990,1; //Boody_Red + else if (.@rhea_ran == 14) getitem 991,1; //Crystal_Blue + else if (.@rhea_ran == 15) getitem 992,1; //Wind_Of_Verdure + else if (.@rhea_ran == 16) getitem 993,1; //Yellow_Live + else if (.@rhea_ran == 17) getitem 6080,1; //Manuk_Coin + else getitem 6048,1; //Unidentified_Mineral + initnpctimer; + disablenpc strnpcinfo(0); + end; } + else { + mes "This rock contains unidentified minerals."; + mes "It's not possible to mine more than the limit."; + close; } + end; + +OnTimer120000: + enablenpc strnpcinfo(0); + stopnpctimer; + end; } -man_fild02,132,47,4 script Cat Hand Agent#man 421,{ - if (ep13_yong1 < 3) { - mes "[Cat Hand Agent]"; - mes "Welcome to Cat Trading."; - mes "I guess you're a first-time customer, huh?"; - next; - mes "[Cat Hand Agent]"; - mes "For more details about our contract, you need to talk to our staff first."; - close; - } - else if ((ep13_yong1 > 2) && (ep13_yong1 < 20)) { - mes "[Cat Hand Agent]"; - mes "Cat Trading's available services are as followed."; - mes "For additional services, please consult Agent Gyaruk."; - next; - switch(select("Save your location:Cancel")) { - case 1: - savepoint "man_fild02",129,61; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your location has been saved."; - mes "You can now directly return to this camp."; - close; - case 2: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; - close; - } - } - else if ((ep13_yong1 > 19) && (ep13_yong1 < 40)) { - mes "[Cat Hand Agent]"; - mes "Cat Trading's available services are as followed."; - mes "For additional services, please consult Agent Gyaruk."; - next; - switch(select("Save your location:Use Storage:Cancel")) { - case 1: - savepoint "man_fild02",129,61; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your location has been saved."; - mes "You can now directly return to this camp."; - close; - case 2: - if(basicskillcheck() && getskilllv("NV_BASIC") < 6){ - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you"; - mes "need the Novice's"; - mes "Basic Skill Level 6 to"; - mes "use the Storage Service."; - close; - } - else if (Zeny >= 60) { - set zeny,zeny-60; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your storage will be opened shortly."; - close2; - openstorage; - end; - } - else { - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you don't"; - mes "have enough money?"; - mes "Cat Trading's storage"; - mes "service is 60 zeny."; - mes "It's cheap, isn't it?"; - close; +man_fild02,146,81,0 duplicate(manukrock2) Mysterious Rock#31 844 +man_fild02,140,148,0 duplicate(manukrock2) Mysterious Rock#32 844 +man_fild02,88,263,0 duplicate(manukrock2) Mysterious Rock#33 844 +man_fild02,146,365,0 duplicate(manukrock2) Mysterious Rock#34 844 +man_fild02,336,305,0 duplicate(manukrock2) Mysterious Rock#35 844 +man_fild02,248,124,0 duplicate(manukrock2) Mysterious Rock#36 844 +man_fild02,285,115,0 duplicate(manukrock2) Mysterious Rock#37 844 +man_fild02,346,116,0 duplicate(manukrock2) Mysterious Rock#38 844 +man_fild02,358,174,0 duplicate(manukrock2) Mysterious Rock#39 844 +man_fild02,241,227,0 duplicate(manukrock2) Mysterious Rock#40 844 + +spl_fild03,226,151,0 script School of Fish#5::FishingHole_spl3 844,{ + if ((checkquest(12060,PLAYTIME) == -1) && (countitem(6039) < 20)) { + specialeffect2 EF_BUBBLE; + specialeffect2 EF_INVENOM; + set .@fcast,15; + if (isequipped(2550)) //Fisher's_Muffler + set .@fcast,.@fcast - 2; + if (isequipped(2443)) //Fish_Shoes + set .@fcast,.@fcast - 2; + if (isequipped(2764)) //Small_Fishing_Rod + set .@fcast,.@fcast - 3; + if (isequipped(2775)) //Lure + set .@fcast,.@fcast - 1; + if (isequipped(1599)) //Ahura_Mazda + set .@fcast,.@fcast - 3; + if (isequipped(2199)) //Angra_Manyu + set .@fcast,.@fcast - 4; + progressbar "ffff00",.@fcast; + if (ep13_1_rhea == 13) { + if (rand(1,20) == 2) { + getitem 6037,1; //Rough_File + set ep13_1_rhea,14; + specialeffect2 EF_BUBBLE; + mapannounce strcharinfo(3),strcharinfo(0) + " has caught a Loose File.",bc_map,"0xff77ff"; } - case 3: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; + } + set .@rhea_ran,rand(1,70); + if (.@rhea_ran < 20) getitem 6039,1; //Piece_Of_Fish + else if (.@rhea_ran == 20) getitem 908,1; //Spawn + else if (.@rhea_ran == 21) getitem 909,1; //Jellopy + else if (.@rhea_ran == 22) getitem 963,1; //Sharp_Scale + else if (.@rhea_ran == 23) getitem 956,1; //Gill + else if (.@rhea_ran == 24) getitem 6049,1; //Marlin + else if (.@rhea_ran == 25) getitem 918,1; //Sticky_Webfoot + else if (.@rhea_ran == 26) getitem 960,1; //Nipper + else if (.@rhea_ran == 27) getitem 910,1; //Garlet + else if (.@rhea_ran == 28) getitem 6081,1; //Splendide_Coin + else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) getitem 7049,1; //Stone + else { + mes "Nothing was caught."; close; } + set .@rhea_ran5,rand(1,200); + if (.@rhea_ran5 == 3) { + getitem 644,1; //Gift_Box + mapannounce strcharinfo(3),strcharinfo(0) + " has caught a Gift Box.",bc_map,"0x00ffff"; + } + set .@rhea_ran3,rand(1,500); + if (.@rhea_ran3 == 3) { + getitem 603,1; //Old_Blue_Box + mapannounce strcharinfo(3),strcharinfo(0) + " has caught an Old Blue Box.",bc_map,"0x00ffff"; + } + set .@rhea_ran4,rand(1,3000); + if (.@rhea_ran4 == 3) { + getitem 617,1; //Old_Violet_Box + mapannounce strcharinfo(3),strcharinfo(0) + " has caught an Old Purple Box.",bc_map,"0x44ff44"; + } } - else if ((ep13_yong1 > 39) && (ep13_yong1 < 100)) { - mes "[Cat Hand Agent]"; - mes "Cat Trading's available services are as followed."; - mes "For additional services, please consult Agent Gyaruk."; - next; - switch(select("Save your location:Use Storage:Use Cat Warp (Midgard):Cancel")) { - case 1: - savepoint "man_fild02",129,61; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your location has been saved."; - mes "You can now directly return to this camp."; - close; - case 2: - if(basicskillcheck() && getskilllv("NV_BASIC") < 6){ - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you"; - mes "need the Novice's"; - mes "Basic Skill Level 6 to"; - mes "use the Storage Service."; - close; - } - else if (Zeny >= 60) { - set zeny,zeny-60; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your storage will be opened shortly."; - close2; - openstorage; - end; - } - else { - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you don't"; - mes "have enough money?"; - mes "Cat Trading's storage"; - mes "service is 60 zeny."; - mes "It's cheap, isn't it?"; + else { + mes "Fish are swimming in the water."; + close; + } + end; +} +spl_fild03,268,230,0 duplicate(FishingHole_spl3) School of Fish#6 844 +spl_fild03,293,253,0 duplicate(FishingHole_spl3) School of Fish#7 844 +spl_fild03,165,100,0 duplicate(FishingHole_spl3) School of Fish#8 844 +spl_fild03,317,190,0 duplicate(FishingHole_spl3) School of Fish#9 844 +spl_fild01,41,118,0 duplicate(FishingHole_spl3) School of Fish#10 844 +spl_fild01,317,361,0 duplicate(FishingHole_spl3) School of Fish#11 844 +spl_fild01,55,269,0 duplicate(FishingHole_spl3) School of Fish#12 844 +spl_fild01,332,131,0 duplicate(FishingHole_spl3) School of Fish#13 844 +spl_fild01,170,74,0 duplicate(FishingHole_spl3) School of Fish#14 844 + +// Two Tribes +//============================================================ +spl_in01,32,306,3 script Splendide Guard#ep13md01 447,2,2,{ + if (checkweight(1201,2) == 0) { + mes "Wait a moment!!"; + mes "You have too many items."; + mes "You can't receive this."; + mes "Lighten your weight and"; + mes "try again."; + close; + } + if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { + if (ep13_mdrama == 0) { + mes "[Splendide Guard]"; + mes "Outsider?"; + mes "Outsiders have been coming more frequently."; + next; + mes "[Splendide Guard]"; + mes "It seems like our superiors have permitted your entrance, so I won't stop you either."; + next; + mes "[Arc]"; + mes "My name is Arc."; + mes "By the way, hmm... Can you understand what I'm saying?"; + next; + switch(select("Yes.:Shake my head")) { + case 1: + mes "[Arc]"; + mes "What? Did you just say 'Yes'?"; + mes "Can't believe we understand eachother!"; + mes "When did you learn our language?"; + mes "What is your race called?"; + next; + mes "- I show my ring to Arc and explain everything including how I ended up here... -"; + next; + mes "[Arc]"; + mes "So...hmm, That's how it is..."; + mes "The source of that huge shock and mysterious explosion..."; + next; + mes "[Arc]"; + mes "Quite an interesting story."; + mes "That's why you humans were exploring here and there..."; + next; + mes "[Arc]"; + mes "Now I clearly understand that you are not sent by the giants of Manuk."; + mes "Thank you for telling me these interesting stories."; + set ep13_mdrama,1; + close; + case 2: + mes "[Arc]"; + mes "Oh? Is that so?"; + mes "We use different languages as expected..."; + mes "That's a bit frustrating."; close; } - case 3: - // Custom Translation. - mes "[Cat Hand Agent]"; - mes "With " + ep13_yong1 + " credit points, we offer the following warp services. Please remember, you can't come back easily once you move to Midgard."; + } + else if (ep13_mdrama == 1) { + mes "[Arc]"; + mes "By the way, you..."; + mes "No, never mind..."; + mes "What is your name?"; next; - if ((ep13_yong1 > 39) && (ep13_yong1 < 50)) { - switch(select("Prontera -> 5500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - close; - } - } - else if ((ep13_yong1 > 49) && (ep13_yong1 < 60)) { - switch(select("Alberta -> 5500z:Prontera -> 5500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - close; - } - } - else if ((ep13_yong1 > 59) && (ep13_yong1 < 70)) { - switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Cancel")) { + select("" + strcharinfo(0) + ""); + mes "[Arc]"; + mes "Ah, right. " + strcharinfo(0) +"!"; + mes "That's a strange pronunciation."; + mes "I might mispronunce it, so please understand..."; + next; + mes "[Arc]"; + mes "Anyways, I have a favor to ask you. Is it okay?"; + next; + switch(select("What favor?:Not now.")) { + case 1: + mes "[Arc]"; + mes "Um...Ah..It's..."; + mes "A little...complicated..."; + next; + mes "- Arc looks around to check if someone else is around. Satisfied you're alone he continues with his story in a low tone. -"; + next; + mes "[Arc]"; + mes "Frankly, I'm worried about a friend of mine who left without permission saying that she's going to check on your camp. She hasn't come back since then."; + next; + mes "[Arc]"; + mes "But, I can't leave this post to look for her 'cause I have a duty to guard the research data stored here."; + next; + mes "[Arc]"; + mes "Since she left without permission, I can't even report to my superiors... that will just end up as a bigger problem."; + next; + mes "[Arc]"; + mes "The thought of it just worries me..."; + mes "As a matter of fact, we are trying not to have any contact with the giants of Manuk so we stay away from each other's territory."; + next; + mes "[Arc]"; + mes "That camp of yours is located in the area that has been acting as the neutral zone between our two races..."; + next; + mes "[Arc]"; + mes "If she has gotten close to their side then she might have gone over to the snow fields..."; + mes "That will make it even more difficult for us to look for her..."; + next; + mes "[Arc]"; + mes "The Manuk giants might misunderstand this as provoking them...Couldn't they?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "So...the point is, you want me to look for your friend. Right?"; + mes "Because you can't do it yourself from all these complicated situations?"; + next; + mes "[Arc]"; + mes "Exactly!"; + mes "You're quite observant."; + next; + switch(select("Sure, I will do it.:Sorry, can't help you.")) { case 1: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: + mes "[" + strcharinfo(0) + "]"; + mes "But, I'm going to need more information if I'm going to look for her."; + next; + mes "[Arc]"; + mes "You don't have to worry about that..."; + mes "^4d4dffTerra^000000 has a habit of making a knot out of plants to mark her destination."; + next; + mes "[Arc]"; + mes "She does it so that she won't get lost."; + mes "If you find a trail of knotted plants it should lead you to where she is."; + next; + mes "[Arc]"; + mes "It can be hard to look for them, but it's better than doing nothing..."; + mes "Please, I beg of you."; + next; + mes "[Arc]"; + mes "Ah, and please keep this a secret from the other Laphines."; + next; + mes "[Arc]"; + mes "Remember " + strcharinfo(0) + "... you must keep this to yourself..."; + mes "Please, find her."; + set ep13_mdrama,2; + setquest 7056; close; - } - } - else if ((ep13_yong1 > 69) && (ep13_yong1 < 80)) { - switch(select("Alberta -> 5025z:Prontera -> 5025z:Izlude -> 5025z:Geffen -> 5025z:Cancel")) { - case 1: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } case 2: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 5025) { - set zeny,zeny-5025; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: + mes "[Arc]"; + mes "It sure was an unreasonable favor..."; + mes "You too were sent here to carry on a mission..."; + mes "That was thoughtless of me..."; close; } + case 2: + mes "[Arc]"; + mes "Is that so? Of course."; + mes "You were sent here to carry on your own mission..."; + close; } - else if ((ep13_yong1 > 79) && (ep13_yong1 < 90)) { - switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Cancel")) { - case 1: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - close; - } - } - else if ((ep13_yong1 > 89) && (ep13_yong1 < 100)) { - switch(select("Alberta -> 4765z:Prontera -> 4765z:Izlude -> 4765z:Geffen -> 4765z:Payon -> 4765z:Morroc -> 4765z:Cancel")) { - case 1: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4765) { - set zeny,zeny-4765; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - close; - } - } - else if (ep13_yong1 > 99) { - switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - close; - } - } - else { - // Custom Translation. - mes "[Cat Hand Agent]"; - mes "I am sorry, but you don't have enough credit points to use the warp service. Please come back when you have more points."; - close; - } - case 4: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; + } + else if (ep13_mdrama == 2) { + mes "[Arc]"; + mes "^4d4dffTerra^000000 has a habit of making a knot out of plants to mark her destination."; + mes "Keep that in mind when searching for her. And don't tell any other Laphine's about her missing."; + next; + mes "[Arc]"; + mes "You " + strcharinfo(0) + " are the only one I could ask for help..."; + mes "Do me this favor please."; close; } - } - else if (ep13_yong1 > 99) { - mes "[Cat Hand Agent]"; - mes "Cat Trading's available services are as followed."; - mes "For additional services, please consult Agent Gyaruk."; - next; - switch(select("Save your location:Use Storage:Use Cat Warp (Midgard):Use Cat Warp (Jottunheim):Cancel")) { - case 1: - savepoint "man_fild02",129,61; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your location has been saved."; - mes "You can now directly return to this camp."; + else if ((ep13_mdrama > 3) && (ep13_mdrama < 7)) { + mes "[Arc]"; + mes "Did you find anything?"; + mes "Have you found any knotted plants?"; + mes "Yeah, that's the mark"; + mes "that Terra leaves."; + next; + mes "[Arc]"; + mes "Keep it up and find her"; + mes "for me."; close; - case 2: - if(basicskillcheck() && getskilllv("NV_BASIC") < 6){ - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you"; - mes "need the Novice's"; - mes "Basic Skill Level 6 to"; - mes "use the Storage Service."; - close; - } - else if (Zeny >= 60) { - set zeny,zeny-60; - mes "[Cat Hand Agent]"; - mes "Thank you."; - mes "Your storage will be opened shortly."; - close2; - openstorage; - end; - } - else { - mes "[Cat Hand Agent]"; - mes "I'm sorry, but you don't"; - mes "have enough money?"; - mes "Cat Trading's storage"; - mes "service is 60 zeny."; - mes "It's cheap, isn't it?"; - close; - } - case 3: - // Custom Translation. - mes "[Cat Hand Agent]"; - mes "With " + ep13_yong1 + " credit points, we offer the following warp services. Please remember, you can't come back easily once you move to Midgard."; + } + else if (ep13_mdrama == 7) { + mes "[Arc]"; + mes "Ah, Well met!"; + mes "What do I do now?!"; next; - if ((ep13_yong1 > 99) && (ep13_yong1 < 200)) { - switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4590) { - set zeny,zeny-4590; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - close; - } - } - else if ((ep13_yong1 > 199) && (ep13_yong1 < 250)) { - switch(select("Alberta -> 4170z:Prontera -> 4170z:Izlude -> 4170z:Geffen -> 4170z:Payon -> 4170z:Morroc -> 4170z:Al De Baran -> 4170z:Juno -> 4170z:Cancel")) { - case 1: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 4170) { - set zeny,zeny-4170; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - close; - } - close; - } - else if ((ep13_yong1 > 249) && (ep13_yong1 < 300)) { - switch(select("Alberta -> 4025z:Prontera -> 4025z:Izlude -> 4025z:Geffen -> 4025z:Payon -> 4025z:Morroc -> 4025z:Al De Baran -> 4025z:Juno -> 4025z:Einbroch -> 4025z:Cancel")) { - case 1: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - if (Zeny >= 4025) { - set zeny,zeny-4025; - warp "einbroch",158,301; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 10: - close; - } - close; - } - else if (ep13_yong1 > 299) { - switch(select("Alberta -> 3970z:Prontera -> 3970z:Izlude -> 3970z:Geffen -> 3970z:Payon -> 3970z:Morroc -> 3970z:Al De Baran -> 3970z:Juno -> 3970z:Einbroch -> 3970z:Lighthalzen -> 3970z:Cancel")) { - case 1: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "alberta",117,56; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "prontera",116,72; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "izlude",91,105; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 4: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "geffen",120,39; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 5: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "payon",161,58; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 6: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "morocc",156,46; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 7: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "aldebaran",168,112; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 8: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "yuno",158,125; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 9: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "einbroch",158,301; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 10: - if (Zeny >= 3970) { - set zeny,zeny-3970; - warp "lighthalzen",163,64; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 11: - close; - } - close; - } - else { - // Custom Translation - mes "[Cat Hand Agent]"; - mes "I am sorry, but you don't have enough credit points to use the warp service. Please come back when you have more points."; - close; - } - case 4: - switch(select("Alliance Forces Post -> 5500z:Splendide Camp -> 7500z:Cancel")) { - case 1: - if (Zeny >= 5500) { - set zeny,zeny-5500; - warp "mid_camp",62,127; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 2: - if (Zeny >= 7500) { - set zeny,zeny-7500; - warp "spl_fild02",32,225; - close; - } - else { - mes "[Cat Hand Agent]"; - mes "Don't play with money."; - close; - } - case 3: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; - close; - } - case 5: - mes "[Cat Hand Agent]"; - mes "Thank you for using our service."; + select("What? What happened?"); + mes "- Arc looks like he was thrown into confusion about something. -"; + next; + mes "[Arc]"; + mes "Terra..."; + next; + mes "[Arc]"; + mes "Terra came back!!!"; + mes "but, she was covered all over with wounds..."; + next; + select("Covered with wounds?"); + mes "[Arc]"; + mes "She didn't even get treatment!"; + mes "She just took the Bradium with that exhausted body!"; + next; + mes "[Arc]"; + mes "Didn't even tell me the reason!"; + mes "I told her no, but she wouldn't listen to me!"; + mes "It happened all of a sudden."; + next; + mes "[Arc]"; + mes "" + strcharinfo(0) + "!"; + mes "What shoud I do now?"; + mes "What do I have to do?"; + mes "Terra left again and she was hurt..."; + next; + mes "[Arc]"; + mes "And I just stood here...doing nothing."; + next; + select("You have a strong sense of responsibility."); + mes "[Arc]"; + mes "......anyways."; + mes "I couldn't either stop her, or follow her..."; + mes "What now...?"; + mes "Why did she take the Bradium...?"; + next; + mes "- You tell Arc about the Giant from the cave. -"; + next; + mes "[Arc]"; + mes "What? Is that what happened?"; + mes "Bradium...is certainly a precious ore for Sapha."; + mes "They use a refined Bradium ore..."; + next; + mes "[Arc]"; + mes "You said that a Sapha was hurt?"; + mes "And its body was already stiff?"; + mes "Impossible!"; + mes "Terra!!"; + next; + mes "- Arc suddenly began gathering up his gear. -"; + set ep13_mdrama,8; close; } - } - else { - mes "[Cat Hand Agent]"; - mes "... ... ... ..."; - mes "Please give me some Piece of Fish."; - close; - } -} - -man_fild02,146,81,0 script Mysterious Rock#31 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin + else if (ep13_mdrama == 8) { + mes "[Arc]"; + mes "Where was that cave where you found that Sapha?"; + mes "There was no such cave when we inspected our surrounding areas."; + next; + select("What are you trying to do?"); + mes "[Arc]"; + mes "Can't you see?"; + mes "I'm going out to look for Terra. She took the Bradium with her, it has got to be something to do with that Sapha."; + next; + select("Is it okay for you to leave your post?"); + mes "[Arc]"; + mes "It's.. ..."; + mes "...No...."; + mes "Shit, then what should I do!!"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I will go. I'm the one who knows exactly where that cave is."; + mes "I will go and bring her back."; + mes "If Terra headed for that cave, I should be able to find her."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Let's hear rest of the story from Terra."; + mes "It is important for you to guard this place, isn't it?"; + mes "If Terra really took the Bradium without any permission..."; + next; + mes "[Arc]"; + mes "The higher ups won't just remain still..."; + mes "I'm sorry to ask you but..."; + mes "Please go and bring her back here..."; + set ep13_mdrama,9; + changequest 7058,7059; + close; } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral + else if ((ep13_mdrama > 8) && (ep13_mdrama < 13)) { + mes "[Arc]"; + mes "I'm really sorry for getting you into this mess....."; + mes "...Please, find Terra."; + close; } - initnpctimer; - disablenpc "Mysterious Rock#31"; - end; - } - else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; - close; - } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#31"; - stopnpctimer; - end; -} - -man_fild02,140,148,0 script Mysterious Rock#32 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone + else if (ep13_mdrama == 13) { + mes "[Arc]"; + mes "What? A wounded Laphine in the Sapha's village?"; + mes "Was it Terra?! Was she captured by those Sapha bastards?!"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Calm down. I couldn't check out exactly who the captured Laphine was."; + mes "And they seem to have no intention of harming the Laphine."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Also, they were looking for something that can cure a wounded Laphine..."; + mes "If we bring some medicine to them, we might have a chance to see who the Laphine is."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I understand how anxious you feel.. but that is the only way I can think of finding out who it is."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I will take some things to treat the wounds with me and if it turns out that the captured Laphine is Terra, I will bring her back."; + next; + mes "[Arc]"; + mes ".........."; + mes "OK, that seems like the best thing we can do for this situation..."; + next; + mes "[Arc]"; + mes "Do you by any chance know about the 'Yggdrasil'?"; + mes "There's nothing better than the Yggdrasilberry to treat wounds..."; + mes "Especially for us Laphine..."; + next; + mes "[Arc]"; + mes "If you have a Yggdrasilberry, you can use it to cure that Laphine..."; + mes ".Yggdrasil is the tree of life... its roots are in touch with everything in this world."; + next; + mes "[Arc]"; + mes "I have..."; + mes "...only three Yggdrasilberries..."; + next; + mes "[Arc]"; + mes "I will give you these but they won't be enough..."; + mes "Outside... there is a huge tree... where the root of the Yggdrasil is exposed.... it should be there."; + next; + mes "[Arc]"; + mes "Sometimes you can find Yggdrasilberries around there."; + mes "Go find few more and bring them with you. Hurry!"; + set ep13_mdrama,14; + getitem 607,3; //Yggdrasilberry + changequest 7062,7063; + close; } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red + else if ((ep13_mdrama > 13) && (ep13_mdrama < 18)) { + mes "[Arc]"; + mes "There's a huge root of the tree near a swamp at the outskirts of this area."; + mes "That's where the tree of life's root is exposed."; + next; + mes "[Arc]"; + mes "You should be able to find some Yggdrasilberries there."; + next; + mes "[Arc]"; + mes "You will need at least 6~7 of them..."; + mes ".... .. I hope she is safe.."; + next; + mes "[Arc]"; + mes "As soon as you are done collecting the berries, bring them to the Sapha Village right away!!!"; + mes "Terra... please be safe."; + close; } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue + else if ((ep13_mdrama > 17) && (ep13_mdrama < 25)) { + mes "[Arc]"; + mes "...Oh where is Terra...?"; + close; } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure + else if (ep13_mdrama == 25) { + mes "[Arc]"; + mes "" + strcharinfo(0) + "!!"; + mes "Terra's back!!!"; + mes "She is back in one piece!"; + mes "...She hasn't been saying a single word since her return, I told her to rest in Yai..."; + next; + mes "[Arc]"; + mes "Please come by if you don't mind..."; + mes "Terra's Yai."; + mes "Which is her Private Residence... It's located at the Southeast direction from here."; + mes "I would like to hear a detailed account of what happened."; + set ep13_mdrama,26; + changequest 7070,7071; + close; } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live + else if (ep13_mdrama == 26) { + mes "[Arc]"; + mes "What happened....while she was gone?"; + mes "I would like to hear a detailed account fn what happened..."; + mes "Please go to Terra's Yai later."; + close; } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin + else if (ep13_mdrama > 26) { + mes "[Arc]"; + mes "I really appreciate what you've done for us."; + mes "But, I'm worried about Terra."; + mes "I hope she can be her old self..."; + close; } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral + else { + mes "[Arc]"; + mes "Ah~Ah~Stop right there..."; + mes "This area is off-limits to unauthorized personnel."; + close; } - initnpctimer; - disablenpc "Mysterious Rock#32"; - end; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; - close; + if (ep13_mdrama > 0) { + mes "[Arc]"; + mes "Yur,Dur AnoVa?"; + mes "Wha? Dieb OsaDur .. "; + mes "ah..RuffThus NeAsh. man nesAsh OdesAlah ?"; + next; + mes "- I can't understand what he's saying... Oh god how frustrating. -"; + close; + } + else { + mes "[Splendide Guard]"; + mes "NeiVil !"; + mes "narNoth nesMush."; + mes "AnuDur AmanDana Goth nar!"; + next; + mes "- We don't seem to understand eachother. -"; + close; + } } end; -OnTimer120000: - enablenpc "Mysterious Rock#32"; - stopnpctimer; - end; -} - -man_fild02,88,263,0 script Mysterious Rock#33 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral +OnTouch: + if (isequipped(2782) == 1) { + if (ep13_mdrama < 1) { + mes "[Splendide Guard]"; + mes "Halt."; + mes "This area is restricted unless you have been given permission."; + mes "Especially to outsiders like you."; + close; } - initnpctimer; - disablenpc "Mysterious Rock#33"; - end; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; + mes "[Splendide Guard]"; + mes "Tal-!"; + mes "AnuDur AmanDana Goth nar!"; + mes "Agoltas Me..."; + next; + mes "- Looks like we don't understand each other. This could be troublesome... -"; close; } end; - -OnTimer120000: - enablenpc "Mysterious Rock#33"; - stopnpctimer; - end; } -man_fild02,146,365,0 script Mysterious Rock#34 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#34"; - end; +spl_fild02,45,214,0 script ????#ep13_mdplant01 844,{ + if (ep13_mdrama == 2) { + cutin "ep13_plant01",2; + mes "Weeds are easy to find around here..."; + mes "A closer look reveals that there's one knotted stem..."; + mes "It looks like this is Terra's trace that Arc told me about."; + next; + mes "A knotted leaf is pointing toward the^4d4dff Southern^000000 direction."; + set ep13_mdrama,3; + changequest 7056,7057; + close2; + } + else if (ep13_mdrama > 2) { + mes "This is a marking Terra left to remember the way back home."; + mes "A knotted leaf is pointing^4d4ff South^000000."; + close2; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; - close; + mes "Weeds are easy to find around here..."; + mes "There's nothing too special about it."; + close2; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#34"; - stopnpctimer; + cutin "ep13_plant01",255; end; } -man_fild02,336,305,0 script Mysterious Rock#35 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#35"; - end; +spl_fild02,122,106,0 script ????#ep13_mdplant02 844,{ + if (ep13_mdrama > 2) { + cutin "ep13_plant01",2; + mes "Weeds are easy to find around here..."; + mes "A closer look reveals that there's one knotted stem..."; + mes "It looks like this is Terra's trace that Arc told me about."; + next; + mes "A knotted leaf is pointing ^4d4dff East^000000."; + close2; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; - close; + mes "Weeds are easy to find around here..."; + mes "There's nothing too special about it."; + close2; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#35"; - stopnpctimer; + cutin "ep13_plant01",255; end; } -man_fild02,248,124,0 script Mysterious Rock#36 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#36"; - end; +spl_fild02,329,191,0 script ????#ep13_mdplant03 844,{ + if (ep13_mdrama > 2) { + cutin "ep13_plant01",2; + mes "Weeds are easy to find around here..."; + mes "A closer look reveals that there's one knotted stem..."; + mes "It looks like this is Terra's trace that Arc told me about."; + next; + mes "A knotted leaf is pointing ^4d4dff North^000000."; + close2; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; - close; + mes "Weeds are easy to find around here..."; + mes "There's nothing too special about it."; + close2; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#36"; - stopnpctimer; + cutin "ep13_plant01",255; end; } -man_fild02,285,115,0 script Mysterious Rock#37 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#37"; - end; - } - else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; +spl_fild02,328,323,0 script ????#ep13_mdplant04 844,{ + if (ep13_mdrama == 3) { + mes "There are footprints here as well as signs that someone has fallen."; + mes "It looks like someone was fighting here?"; + mes "But who?"; + next; + mes "There are footprints heading ^4d4dffNorth^000000."; + set ep13_mdrama,4; close; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#37"; - stopnpctimer; - end; -} - -man_fild02,346,116,0 script Mysterious Rock#38 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#38"; - end; + else if (ep13_mdrama > 3) { + mes "Someone must have had a fight here."; + mes "There are footprints heading ^4d4dffNorth^000000."; + close; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; + mes "There are footprints here that seem to be leading towards something."; close; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#38"; - stopnpctimer; - end; } -man_fild02,358,174,0 script Mysterious Rock#39 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#39"; - end; - } - else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; +spl_fild01,341,109,0 script ????#ep13_mdplant05 844,{ + if (ep13_mdrama == 4) { + mes "There's evidence that there was a fight here too."; + mes "These footsteps can't be a Laphine's..."; + next; + mes "There are footprints that lead to^4d4dff the Root of a huge tree^000000."; + set ep13_mdrama,5; close; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#39"; - stopnpctimer; - end; -} - -man_fild02,241,227,0 script Mysterious Rock#40 844,{ - if ((countitem(6048) < 3) && (checkquest(12062,PLAYTIME) == -1)) { - specialeffect2 EF_REPAIRWEAPON; - progressbar "ffff00",10; - set .@rhea_ran,rand(1,20); - if (.@rhea_ran < 13) { - getitem 7049,1; //Stone - } - else if (.@rhea_ran == 13) { - getitem 990,1; //Boody_Red - } - else if (.@rhea_ran == 14) { - getitem 991,1; //Crystal_Blue - } - else if (.@rhea_ran == 15) { - getitem 992,1; //Wind_Of_Verdure - } - else if (.@rhea_ran == 16) { - getitem 993,1; //Yellow_Live - } - else if (.@rhea_ran == 17) { - getitem 6080,1; //Manuk_Coin - } - else if (.@rhea_ran > 18) { - getitem 6048,1; //Unidentified_Mineral - } - initnpctimer; - disablenpc "Mysterious Rock#40"; - end; + else if (ep13_mdrama > 4) { + mes "There are footprints that lead to^4d4dff the Root of a huge tree^000000."; + close; } else { - mes "This rock contains unidentified minerals."; - mes "It's not possible to mine more than the limit."; + mes "There are footprints here that seem to be leading towards something."; close; } - end; - -OnTimer120000: - enablenpc "Mysterious Rock#40"; - stopnpctimer; - end; } -spl_fild03,226,151,0 script School of Fish#5::FishingHole_spl3 844,{ - if ((checkquest(12060,PLAYTIME) == -1) && (countitem(6039) < 20)) { - specialeffect2 EF_BUBBLE; - specialeffect2 EF_INVENOM; - set .@fcast,15; - if (isequipped(2550)) { //Fisher's_Muffler - set .@fcast,.@fcast - 2; - } - if (isequipped(2443)) { //Fish_Shoes - set .@fcast,.@fcast - 2; - } - if (isequipped(2764)) { //Small_Fishing_Rod - set .@fcast,.@fcast - 3; - } - if (isequipped(2775)) { //Lure - set .@fcast,.@fcast - 1; - } - if (isequipped(1599)) { //Ahura_Mazda - set .@fcast,.@fcast - 3; - } - if (isequipped(2199)) { //Angra_Manyu - set .@fcast,.@fcast - 4; - } - progressbar "ffff00",.@fcast; - if (ep13_1_rhea == 13) { - if (rand(1,20) == 2) { - getitem 6037,1; //Rough_File - set ep13_1_rhea,14; - specialeffect2 EF_BUBBLE; - mapannounce "spl_fild03","" + strcharinfo(0) + " has caught a Loose File.",bc_map,"0xff77ff"; - } - } - set .@rhea_ran,rand(1,70); - if (.@rhea_ran < 20) { - getitem 6039,1; //Piece_Of_Fish - } - else if (.@rhea_ran == 20) { - getitem 908,1; //Spawn - } - else if (.@rhea_ran == 21) { - getitem 909,1; //Jellopy - } - else if (.@rhea_ran == 22) { - getitem 963,1; //Sharp_Scale - } - else if (.@rhea_ran == 23) { - getitem 956,1; //Gill - } - else if (.@rhea_ran == 24) { - getitem 6049,1; //Marlin - } - else if (.@rhea_ran == 25) { - getitem 918,1; //Sticky_Webfoot - } - else if (.@rhea_ran == 26) { - getitem 960,1; //Nipper - } - else if (.@rhea_ran == 27) { - getitem 910,1; //Garlet - } - else if (.@rhea_ran == 28) { - getitem 6081,1; //Splendide_Coin - } - else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) { - getitem 7049,1; //Stone - } - else { - mes "Nothing was caught."; +spl_fild01,375,109,0 script to_dun01#ep13_2 -1,2,2,{ +OnTouch: + if (ep13_mdrama == 5) { + mes "There's a stem entangled inside an opening in the roots of a huge tree..."; + mes "It looks like something slipped here."; + next; + mes "A cold breeze is blowing out from deep inside the tree."; + next; + switch(select("Follow the trace.:Looks dangerous... head back.")) { + case 1: + mes "You take a one step forward carefully through the muddy roots and slip."; + set ep13_mdrama,6; + close2; + percentheal -30,0; + warp "nyd_dun01",72,125; + end; + case 2: + mes "It's too dark to see anything inside...but it feels like there's a big hole at the bottom."; + mes "I'd better step back...It looks dangerous."; close; } - set .@rhea_ran5,rand(1,200); - if (.@rhea_ran5 == 3) { - getitem 644,1; //Gift_Box - mapannounce "spl_fild03","" + strcharinfo(0) + " has caught a Gift Box.",bc_map,"0x00ffff"; - } - set .@rhea_ran3,rand(1,500); - if (.@rhea_ran3 == 3) { - getitem 603,1; //Old_Blue_Box - mapannounce "spl_fild03","" + strcharinfo(0) + " has caught an Old Blue Box.",bc_map,"0x00ffff"; - } - set .@rhea_ran4,rand(1,3000); - if (.@rhea_ran4 == 3) { - getitem 617,1; //Old_Violet_Box - mapannounce "spl_fild03","" + strcharinfo(0) + " has caught an Old Purple Box.",bc_map,"0x44ff44"; + } + else if (ep13_mdrama > 5) { + mes "Between huge roots, there is a hole leads to the underground cave."; + next; + switch(select("Go inside.:I'm not going in there.")) { + case 1: + mes "Again, you slip through the muddy roots."; + close2; + percentheal -30,0; + warp "nyd_dun01",72,125; + end; + case 2: + mes "You decide to come back later."; + close; } } else { - mes "Fish are swimming in the water."; + mes "Strange looking stems are entangled inside an opening of huge roots."; + mes "Surface looks unstable...I should step away before I slip on it."; close; } - end; } -spl_fild03,268,230,0 duplicate(FishingHole_spl3) School of Fish#6 844 -spl_fild03,293,253,0 duplicate(FishingHole_spl3) School of Fish#7 844 -spl_fild03,165,100,0 duplicate(FishingHole_spl3) School of Fish#8 844 -spl_fild03,317,190,0 duplicate(FishingHole_spl3) School of Fish#9 844 - -spl_fild01,41,118,0 script School of Fish#10::FishingHole_spl1 844,{ - if ((checkquest(12060,PLAYTIME) == -1) && (countitem(6039) < 20)) { - specialeffect2 EF_BUBBLE; - specialeffect2 EF_INVENOM; - set .@fcast,15; - if (isequipped(2550)) { //Fisher's_Muffler - set .@fcast,.@fcast - 2; - } - if (isequipped(2443)) { //Fish_Shoes - set .@fcast,.@fcast - 2; - } - if (isequipped(2764)) { //Small_Fishing_Rod - set .@fcast,.@fcast - 3; - } - if (isequipped(2775)) { //Lure - set .@fcast,.@fcast - 1; - } - if (isequipped(1599)) { //Ahura_Mazda - set .@fcast,.@fcast - 3; - } - if (isequipped(2199)) { //Angra_Manyu - set .@fcast,.@fcast - 4; - } - progressbar "ffff00",.@fcast; - if (ep13_1_rhea == 13) { - if (rand(1,20) == 2) { - getitem 6037,1; //Rough_File - set ep13_1_rhea,14; - specialeffect2 EF_BUBBLE; - mapannounce "spl_fild01","" + strcharinfo(0) + " has caught a Loose File.",bc_map,"0xff77ff"; - } - } - set .@rhea_ran,rand(1,70); - if (.@rhea_ran < 20) { - getitem 6039,1; //Piece_Of_Fish - } - else if (.@rhea_ran == 20) { - getitem 908,1; //Spawn - } - else if (.@rhea_ran == 21) { - getitem 909,1; //Jellopy - } - else if (.@rhea_ran == 22) { - getitem 963,1; //Sharp_Scale - } - else if (.@rhea_ran == 23) { - getitem 956,1; //Gill - } - else if (.@rhea_ran == 24) { - getitem 6049,1; //Marlin - } - else if (.@rhea_ran == 25) { - getitem 918,1; //Sticky_Webfoot - } - else if (.@rhea_ran == 26) { - getitem 960,1; //Nipper - } - else if (.@rhea_ran == 27) { - getitem 910,1; //Garlet - } - else if (.@rhea_ran == 28) { - getitem 6081,1; //Splendide_Coin - } - else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) { - getitem 7049,1; //Stone - } - else { - mes "Nothing was caught."; - close; - } - set .@rhea_ran5,rand(1,200); - if (.@rhea_ran5 == 3) { - getitem 644,1; //Gift_Box - mapannounce "spl_fild01","" + strcharinfo(0) + " has caught a Gift Box.",bc_map,"0x00ffff"; - } - set .@rhea_ran3,rand(1,500); - if (.@rhea_ran3 == 3) { - getitem 603,1; //Old_Blue_Box - mapannounce "spl_fild01","" + strcharinfo(0) + " has caught a Old Blue Box.",bc_map,"0x00ffff"; - } - set .@rhea_ran4,rand(1,3000); - if (.@rhea_ran4 == 3) { - getitem 617,1; //Old_Violet_Box - mapannounce "spl_fild01","" + strcharinfo(0) + " has caught a Old Purple Box.",bc_map,"0x44ff44"; - } - } - else { - mes "Fish are swimming in the water."; - close; - } - end; -} - -spl_fild01,317,361,0 duplicate(FishingHole_spl1) School of Fish#11 844 -spl_fild01,55,269,0 duplicate(FishingHole_spl1) School of Fish#12 844 -spl_fild01,332,131,0 duplicate(FishingHole_spl1) School of Fish#13 844 -spl_fild01,170,74,0 duplicate(FishingHole_spl1) School of Fish#14 844 - -// Two Tribes -//============================================================ -spl_in01,32,306,3 script Splendide Guard#ep13md01 447,2,2,{ +nyd_dun01,58,223,0 script Petrified Sapha#ep13md03 844,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -2636,564 +1098,450 @@ spl_in01,32,306,3 script Splendide Guard#ep13md01 447,2,2,{ mes "try again."; close; } - if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { - if (ep13_mdrama == 0) { - mes "[Splendide Guard]"; - mes "Outsider?"; - mes "Outsiders have been coming more frequently."; + if (ep13_mdrama == 6) { + mes "This is the only spot where sunlight is shining down through a hole in the ceiling."; + next; + mes "Looking up I see the roots of the tree and stems digging up a mud-plastered wall, so the sunlight could shine through....2.j...There is a statue of Giant on the ground."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "A statue in a place like this..."; + mes "Interesting."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Hm, This resembles... that giant tribe in Manuk..."; + mes "Huh? It's wearing a muffler..."; + mes "...It can't be!"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "It has a lot of scars on it... as if it had been in a severe fight..."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "And it appears like it's holding something in its arms..."; + mes "Just what happened here?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I can't imagine what happened here, but I don't see Terra's marks anymore..."; + mes "and this cave looks unsafe... I'd better go back to Arc for now."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Could it be... Terra was fighting this Giant?"; + set ep13_mdrama,7; + changequest 7057,7058; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Anyways... How do I get out of here?"; + mes "That hole I came in is too slippery to climb back out..."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Light is coming in from the ceiling above... Maybe I should just climb a stem around here..."; + close; + } + else if ((ep13_mdrama == 7) || (ep13_mdrama == 8)) { + mes "[" + strcharinfo(0) + "]"; + mes "I'm done with this place."; + mes "I should go back to Arc..."; + mes "Let's find an exit."; + close; + } + else if (ep13_mdrama == 9) { + mes "I came back here, but there's no trace of Terra..."; + mes "There's only one thing different from the last time..Small particles of an ore are sprinkled around the Sapha's dead body."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "So...Terra was here....."; + mes "Powdered Bradium..."; + mes "What was she trying to do with this Sapha?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I can't just go back to Arc without anything... he'd be so disappointed..."; + mes "Hmm, Should I go to the Sapha's village?"; + set ep13_mdrama,10; + changequest 7059,7060; + close; + } + else if (ep13_mdrama == 10) { + mes "[" + strcharinfo(0) + "]"; + mes "I can't find any traces of Terra anymore."; + mes "One thing that bugs me is...These particles of an ore."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I should go back to Arc and ask about it, or go to Sapha's Village and investigate some more."; + close; + } + else if ((ep13_mdrama > 10) && (ep13_mdrama < 21)) { + mes "A giant from the race called Sapha is petrified here."; + mes "It looks like it's dead..."; + close; + } + else if (ep13_mdrama == 21) { + mes "I need to bring back some evidence of this giant in the cave."; + mes "What should I bring with me?"; + next; + switch(select("Hair:Muffler:Pants:Fragment of Bradium")) { + case 1: + mes "It won't come off. It's as if it is a tree rooted on a rock."; + close; + case 2: + mes "You carefully strip a worn muffler off of the Sapha's neck."; + mes "We will see if this muffler belongs to Ogen or not."; next; - mes "[Splendide Guard]"; - mes "It seems like our superiors have permitted your entrance, so I won't stop you either."; + mes "And...what else should I take?"; next; - mes "[Arc]"; - mes "My name is Arc."; - mes "By the way, hmm... Can you understand what I'm saying?"; + switch(select("Hair:Pants:Fragment of Bradium")) { + case 1: + mes "It won't come off. It's as if it is a tree rooted on a rock."; + close; + case 2: + mes "... I don't want to take off a dead MAN's pants..."; + close; + case 3: + mes "You pick up a fragment of Bradium scattered on the ground."; + mes "This should be enough."; + set ep13_mdrama,22; + getitem 6085,1; //Shaggy_Muffler + getitem 6084,1; //Bradium_Fragments + changequest 7066,7067; + close; + } + case 3: + mes "... I don't want to take off a dead MAN's pants..."; + close; + case 4: + mes "You pick up a fragment of Bradium scattered on the ground."; + mes "This will prove Terra's effort..."; + mes "And what else?"; next; - switch(select("Yes.:Shake my head")) { + switch(select("Hair:Muffler:Pants")) { case 1: - mes "[Arc]"; - mes "What? Did you just say 'Yes'?"; - mes "Can't believe we understand eachother!"; - mes "When did you learn our language?"; - mes "What is your race called?"; - next; - mes "- I show my ring to Arc and explain everything including how I ended up here... -"; - next; - mes "[Arc]"; - mes "So...hmm, That's how it is..."; - mes "The source of that huge shock and mysterious explosion..."; - next; - mes "[Arc]"; - mes "Quite an interesting story."; - mes "That's why you humans were exploring here and there..."; - next; - mes "[Arc]"; - mes "Now I clearly understand that you are not sent by the giants of Manuk."; - mes "Thank you for telling me these interesting stories."; - set ep13_mdrama,1; + mes "It won't come off. It's as if it is a tree rooted on a rock."; close; case 2: - mes "[Arc]"; - mes "Oh? Is that so?"; - mes "We use different languages as expected..."; - mes "That's a bit frustrating."; + mes "You carefully strip a worn muffler off of the Sapha's neck."; + mes "We will see if this muffler belongs to Ogen or not..."; + mes "This should be enough."; + set ep13_mdrama,22; + getitem 6085,1; //Shaggy_Muffler + getitem 6084,1; //Bradium_Fragments + changequest 7066,7067; + close; + case 3: + mes "... I don't want to take off a dead MAN's pants..."; close; } } - else if (ep13_mdrama == 1) { - mes "[Arc]"; - mes "By the way, you..."; - mes "No, never mind..."; - mes "What is your name?"; + } + else if (ep13_mdrama == 22) { + mes "Petrified Sapha."; + mes "Now I have the muffler, let's go back to Luik and Snorren."; + close; + } + else if (ep13_mdrama == 23) { + if (isequipped(2782) == 1) { + donpcevent "Snorren#ep13md17::OnEnable"; + mes "[Snorren]"; + mes "Ogen!!!!!!"; + mes "...Ogen... Ogen..."; + mes "....Ogeeen......"; next; - select("" + strcharinfo(0) + ""); - mes "[Arc]"; - mes "Ah, right. " + strcharinfo(0) +"!"; - mes "That's a strange pronunciation."; - mes "I might mispronunce it, so please understand..."; + select("You don't mean..?"); + mes "[Snorren]"; + mes "This.. is.. worse than I could have imagined....."; + mes "Ogen... this doesn't look like it can be reversed..."; next; - mes "[Arc]"; - mes "Anyways, I have a favor to ask you. Is it okay?"; + mes "[Snorren]"; + mes "No matter how much bradium fluid we inject... Ogen can't come back alive..."; next; - switch(select("What favor?:Not now.")) { - case 1: - mes "[Arc]"; - mes "Um...Ah..It's..."; - mes "A little...complicated..."; - next; - mes "- Arc looks around to check if someone else is around. Satisfied you're alone he continues with his story in a low tone. -"; - next; - mes "[Arc]"; - mes "Frankly, I'm worried about a friend of mine who left without permission saying that she's going to check on your camp. She hasn't come back since then."; - next; - mes "[Arc]"; - mes "But, I can't leave this post to look for her 'cause I have a duty to guard the research data stored here."; - next; - mes "[Arc]"; - mes "Since she left without permission, I can't even report to my superiors... that will just end up as a bigger problem."; - next; - mes "[Arc]"; - mes "The thought of it just worries me..."; - mes "As a matter of fact, we are trying not to have any contact with the giants of Manuk so we stay away from each other's territory."; - next; - mes "[Arc]"; - mes "That camp of yours is located in the area that has been acting as the neutral zone between our two races..."; - next; - mes "[Arc]"; - mes "If she has gotten close to their side then she might have gone over to the snow fields..."; - mes "That will make it even more difficult for us to look for her..."; - next; - mes "[Arc]"; - mes "The Manuk giants might misunderstand this as provoking them...Couldn't they?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "So...the point is, you want me to look for your friend. Right?"; - mes "Because you can't do it yourself from all these complicated situations?"; - next; - mes "[Arc]"; - mes "Exactly!"; - mes "You're quite observant."; - next; - switch(select("Sure, I will do it.:Sorry, can't help you.")) { - case 1: - mes "[" + strcharinfo(0) + "]"; - mes "But, I'm going to need more information if I'm going to look for her."; - next; - mes "[Arc]"; - mes "You don't have to worry about that..."; - mes "^4d4dffTerra^000000 has a habit of making a knot out of plants to mark her destination."; - next; - mes "[Arc]"; - mes "She does it so that she won't get lost."; - mes "If you find a trail of knotted plants it should lead you to where she is."; - next; - mes "[Arc]"; - mes "It can be hard to look for them, but it's better than doing nothing..."; - mes "Please, I beg of you."; - next; - mes "[Arc]"; - mes "Ah, and please keep this a secret from the other Laphines."; - next; - mes "[Arc]"; - mes "Remember " + strcharinfo(0) + "... you must keep this to yourself..."; - mes "Please, find her."; - set ep13_mdrama,2; - setquest 7056; - close; - case 2: - mes "[Arc]"; - mes "It sure was an unreasonable favor..."; - mes "You too were sent here to carry on a mission..."; - mes "That was thoughtless of me..."; - close; - } - case 2: - mes "[Arc]"; - mes "Is that so? Of course."; - mes "You were sent here to carry on your own mission..."; - close; - } - } - else if (ep13_mdrama == 2) { - mes "[Arc]"; - mes "^4d4dffTerra^000000 has a habit of making a knot out of plants to mark her destination."; - mes "Keep that in mind when searching for her. And don't tell any other Laphine's about her missing."; - next; - mes "[Arc]"; - mes "You " + strcharinfo(0) + " are the only one I could ask for help..."; - mes "Do me this favor please."; - close; - } - else if ((ep13_mdrama > 3) && (ep13_mdrama < 7)) { - mes "[Arc]"; - mes "Did you find anything?"; - mes "Have you found any knotted plants?"; - mes "Yeah, that's the mark"; - mes "that Terra leaves."; - next; - mes "[Arc]"; - mes "Keep it up and find her"; - mes "for me."; - close; - } - else if (ep13_mdrama == 7) { - mes "[Arc]"; - mes "Ah, Well met!"; - mes "What do I do now?!"; - next; - select("What? What happened?"); - mes "- Arc looks like he was thrown into confusion about something. -"; - next; - mes "[Arc]"; - mes "Terra..."; - next; - mes "[Arc]"; - mes "Terra came back!!!"; - mes "but, she was covered all over with wounds..."; + mes "[Snorren]"; + mes "Ogen... really was adament... about protecting that Laphine... to protect Terra....."; + mes "He did his best 'til the last..."; next; - select("Covered with wounds?"); - mes "[Arc]"; - mes "She didn't even get treatment!"; - mes "She just took the Bradium with that exhausted body!"; + mes "[Snorren]"; + mes "Look at this, " + strcharinfo(0) + "..."; + mes "His petrifyied body..."; + mes "protected Terra...like this."; next; - mes "[Arc]"; - mes "Didn't even tell me the reason!"; - mes "I told her no, but she wouldn't listen to me!"; - mes "It happened all of a sudden."; + mes "[Snorren]"; + mes "Ogen... made himself an unbreakable shield..."; next; - mes "[Arc]"; - mes "" + strcharinfo(0) + "!"; - mes "What shoud I do now?"; - mes "What do I have to do?"; - mes "Terra left again and she was hurt..."; + mes "[Snorren]"; + mes "Ogen... you can now go back to the bosom of the Motherland..."; + mes "This statue will be a monument to your courage..."; next; - mes "[Arc]"; - mes "And I just stood here...doing nothing."; + mes "- - I can't begin to describe the sorrow of losing a close friend... -"; next; - select("You have a strong sense of responsibility."); - mes "[Arc]"; - mes "......anyways."; - mes "I couldn't either stop her, or follow her..."; - mes "What now...?"; - mes "Why did she take the Bradium...?"; + mes "- All I could do was to keep tapping his shoulder... as he quietly sobbed... -"; next; - mes "- You tell Arc about the Giant from the cave. -"; + mes "[" + strcharinfo(0) + "]"; + mes "Let's.. go back..."; + mes "Ogen wouldn't want you to be so sad and depressed."; next; - mes "[Arc]"; - mes "What? Is that what happened?"; - mes "Bradium...is certainly a precious ore for Sapha."; - mes "They use a refined Bradium ore..."; + mes "[Snorren]"; + mes "I guess you are right..."; + mes "There's... sunlight shining here..."; + mes "This... must be a comfort resting place for Ogen."; next; - mes "[Arc]"; - mes "You said that a Sapha was hurt?"; - mes "And its body was already stiff?"; - mes "Impossible!"; - mes "Terra!!"; + mes "[Snorren]"; + mes "I should go and tell Luik and the townspeople about this..."; + mes "I will go on ahead."; next; - mes "- Arc suddenly began gathering up his gear. -"; - set ep13_mdrama,8; + donpcevent "Snorren#ep13md17::OnDisable"; + mes "- Snorren stood up with a bitter smile..."; + mes "...I should go back too... I'm worried about Terra. -"; + set ep13_mdrama,24; + changequest 7068,7069; close; } - else if (ep13_mdrama == 8) { - mes "[Arc]"; - mes "Where was that cave where you found that Sapha?"; - mes "There was no such cave when we inspected our surrounding areas."; - next; - select("What are you trying to do?"); - mes "[Arc]"; - mes "Can't you see?"; - mes "I'm going out to look for Terra. She took the Bradium with her, it has got to be something to do with that Sapha."; - next; - select("Is it okay for you to leave your post?"); - mes "[Arc]"; - mes "It's.. ..."; - mes "...No...."; - mes "Shit, then what should I do!!"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I will go. I'm the one who knows exactly where that cave is."; - mes "I will go and bring her back."; - mes "If Terra headed for that cave, I should be able to find her."; - next; + else { mes "[" + strcharinfo(0) + "]"; - mes "Let's hear rest of the story from Terra."; - mes "It is important for you to guard this place, isn't it?"; - mes "If Terra really took the Bradium without any permission..."; - next; - mes "[Arc]"; - mes "The higher ups won't just remain still..."; - mes "I'm sorry to ask you but..."; - mes "Please go and bring her back here..."; - set ep13_mdrama,9; - changequest 7058,7059; + mes "Whoa, I almost forgot the ring."; close; } - else if ((ep13_mdrama > 8) && (ep13_mdrama < 13)) { - mes "[Arc]"; - mes "I'm really sorry for getting you into this mess....."; - mes "...Please, find Terra."; + } + else if (ep13_mdrama > 23) { + mes "Ogen... was petrified as he covered Terra..."; + mes "What was going on between them that they would see past their racial differences...?"; + close; + } + else { + // custom translation + mes "Before you is a statue made of stone and wood. It's so life-like it's eerie."; + close; + } +} + +nyd_dun01,55,223,5 script Snorren#ep13md17 454,{ + disablenpc "Snorren#ep13md17"; + end; + +OnInit: +OnDisable: + disablenpc "Snorren#ep13md17"; + end; + +OnEnable: + enablenpc "Snorren#ep13md17"; + end; +} + +nyd_dun01,62,233,0 script Trunk of a Tree#ep13 844,2,2,{ + mes "The trunk of a Tree moderately stretched upward."; + mes "There are big thorns here that should be enough to use as footholds to climb up."; + close; + +OnTouch: + mes "It's the trunk of a Tree stretched out toward a hole in the ceiling."; + mes "Big thorns can be used as footholds."; + next; + switch(select("Climb up.:Never mind.")) { + case 1: + warp "spl_fild01",376,65; + end; + case 2: + mes "I'll come back later."; close; - } - else if (ep13_mdrama == 13) { - mes "[Arc]"; - mes "What? A wounded Laphine in the Sapha's village?"; - mes "Was it Terra?! Was she captured by those Sapha bastards?!"; + } +} +manuk,278,177,5 script Villager#ep13_11 454,{ + if (checkweight(1201,2) == 0) { + mes "Wait a moment!!"; + mes "You have too many items."; + mes "You can't receive this."; + mes "Lighten your weight and"; + mes "try again."; + close; + } + if (isequipped(2782) == 1) { + if (ep13_mdrama == 10) { + mes "[Villager Lawine]"; + mes "By the way, how did that Fairy come this far?"; + mes "Is she captured?"; next; - mes "[" + strcharinfo(0) + "]"; - mes "Calm down. I couldn't check out exactly who the captured Laphine was."; - mes "And they seem to have no intention of harming the Laphine."; + mes "[Villager Rivier]"; + mes "No, She's not."; + mes "That Fairy came here by her own accord."; + mes "How impudent. She was horribly wounded when she got here."; next; mes "[" + strcharinfo(0) + "]"; - mes "Also, they were looking for something that can cure a wounded Laphine..."; - mes "If we bring some medicine to them, we might have a chance to see who the Laphine is."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I understand how anxious you feel.. but that is the only way I can think of finding out who it is."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I will take some things to treat the wounds with me and if it turns out that the captured Laphine is Terra, I will bring her back."; - next; - mes "[Arc]"; - mes ".........."; - mes "OK, that seems like the best thing we can do for this situation..."; - next; - mes "[Arc]"; - mes "Do you by any chance know about the 'Yggdrasil'?"; - mes "There's nothing better than the Yggdrasilberry to treat wounds..."; - mes "Especially for us Laphine..."; - next; - mes "[Arc]"; - mes "If you have a Yggdrasilberry, you can use it to cure that Laphine..."; - mes ".Yggdrasil is the tree of life... its roots are in touch with everything in this world."; - next; - mes "[Arc]"; - mes "I have..."; - mes "...only three Yggdrasilberries..."; - next; - mes "[Arc]"; - mes "I will give you these but they won't be enough..."; - mes "Outside... there is a huge tree... where the root of the Yggdrasil is exposed.... it should be there."; + mes "(Hmm? a Fairy? Wounded?"; + mes "Are they talking about Terra..?!)"; next; - mes "[Arc]"; - mes "Sometimes you can find Yggdrasilberries around there."; - mes "Go find few more and bring them with you. Hurry!"; - set ep13_mdrama,14; - getitem 607,3; //Yggdrasilberry - changequest 7062,7063; - close; + switch(select("Break into their conversation.:Keep quiet and listen.")) { + case 1: + mes "[" + strcharinfo(0) + "]"; + mes "Excuse me for interrupting your conversation."; + mes "You were talking about a Fairy, would you be kind to tell me the details?"; + next; + mes "[Villager Lawine]"; + mes "Outsider!!"; + mes "Why is he here?"; + next; + mes "[Villager Rivier]"; + mes "We weren't saying anything."; + mes "There's nothing to tell you."; + mes "Lawine, Come with me to the Refinery later."; + next; + mes "- The Sapha people are not willing to tell you anything. But the"; + mes "captured Fairy may be Terra. -"; + set ep13_mdrama,11; + changequest 7060,7061; + close; + case 2: + // Custom Translation + mes "[Villager Lawine]"; + mes "I heard a fairy was crying and begging, she was badly hurt."; + next; + mes "[Villager Rivier]"; + mes "No one understand the words of fairy..."; + mes "In the end we had no idea what to do."; + next; + mes "[Villager Rivier]"; + mes "Anyway, that fairy is now in prison."; + mes "By the way, pull within feather"; + mes "Today we have to go to the refinery,"; + mes "do not forget."; + next; + mes "[Villager Lawine]"; + mes "You know, right?"; + mes "Ahh! A foreign visitor!"; + next; + mes "[Villager Rivier]"; + mes "Nevermind him, he can not understand our words."; + next; + mes "- Fortunately, Sapha had thought I could not understand them,"; + mes "but they must be talking about Terra... -"; + set ep13_mdrama,11; + changequest 7060,7061; + close; + } } - else if ((ep13_mdrama > 13) && (ep13_mdrama < 18)) { - mes "[Arc]"; - mes "There's a huge root of the tree near a swamp at the outskirts of this area."; - mes "That's where the tree of life's root is exposed."; - next; - mes "[Arc]"; - mes "You should be able to find some Yggdrasilberries there."; - next; - mes "[Arc]"; - mes "You will need at least 6~7 of them..."; - mes ".... .. I hope she is safe.."; + else if (ep13_mdrama > 10) { + mes "- The Sapha are having a conversation and not paying attention to my movements. -"; next; - mes "[Arc]"; - mes "As soon as you are done collecting the berries, bring them to the Sapha Village right away!!!"; - mes "Terra... please be safe."; - close; - } - else if ((ep13_mdrama > 17) && (ep13_mdrama < 25)) { - mes "[Arc]"; - mes "...Oh where is Terra...?"; - close; - } - else if (ep13_mdrama == 25) { - mes "[Arc]"; - mes "" + strcharinfo(0) + "!!"; - mes "Terra's back!!!"; - mes "She is back in one piece!"; - mes "...She hasn't been saying a single word since her return, I told her to rest in Yai..."; + mes "- They are talking mostly about common town matters, not much useful information. -"; next; - mes "[Arc]"; - mes "Please come by if you don't mind..."; - mes "Terra's Yai."; - mes "Which is her Private Residence... It's located at the Southeast direction from here."; - mes "I would like to hear a detailed account of what happened."; - set ep13_mdrama,26; - changequest 7070,7071; - close; - } - else if (ep13_mdrama == 26) { - mes "[Arc]"; - mes "What happened....while she was gone?"; - mes "I would like to hear a detailed account fn what happened..."; - mes "Please go to Terra's Yai later."; - close; - } - else if (ep13_mdrama > 26) { - mes "[Arc]"; - mes "I really appreciate what you've done for us."; - mes "But, I'm worried about Terra."; - mes "I hope she can be her old self..."; + mes "- I'd better move away from them before they get suspicious of my presence. -"; close; } else { - mes "[Arc]"; - mes "Ah~Ah~Stop right there..."; - mes "This area is off-limits to unauthorized personnel."; + mes "[Villager]"; + mes "...Outsider?"; + mes "Do you have a permission to come into our village?"; + mes "That's right..Do you even understand me?"; close; } } else { - if (ep13_mdrama > 0) { - mes "[Arc]"; - mes "Yur,Dur AnoVa?"; - mes "Wha? Dieb OsaDur .. "; - mes "ah..RuffThus NeAsh. man nesAsh OdesAlah ?"; + mes "[Villager]"; + mes "Das?"; + mes "idh sd!"; + mes "Dh apa sd��is Das idh."; + close; + } +} + +manuk,281,177,3 script Villager#ep13_12 449,{ + if (checkweight(1201,2) == 0) { + mes "Wait a moment!!"; + mes "You have too many items."; + mes "You can't receive this."; + mes "Lighten your weight and"; + mes "try again."; + close; + } + if (isequipped(2782) == 1) { + if (ep13_mdrama == 10) { + mes "[Villager Lawine]"; + mes "By the way, how did that Fairy come this far?"; + mes "Is she captured?"; next; - mes "- I can't understand what he's saying... Oh god how frustrating. -"; + mes "[Villager Rivier]"; + mes "No, She's not."; + mes "That Fairy came here by her own accord."; + mes "How impudent. She was horribly wounded when she got here."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "(Hmm? a Fairy? Wounded?"; + mes "Are they talking about Terra..?!)"; + next; + switch(select("Break into their conversation.:Keep quiet and listen.")) { + case 1: + mes "[" + strcharinfo(0) + "]"; + mes "Excuse me for interrupting your conversation."; + mes "You were talking about a Fairy, would you be kind to tell me the details?"; + next; + mes "[Villager Lawine]"; + mes "Outsider!!"; + mes "Why is he here?"; + next; + mes "[Villager Rivier]"; + mes "We weren't saying anything."; + mes "There's nothing to tell you."; + mes "Lawine, Come with me to the Refinery later."; + next; + mes "- The Sapha people are not willing to tell you anything. But the"; + mes "captured Fairy may be Terra. -"; + set ep13_mdrama,11; + changequest 7060,7061; + close; + case 2: + // Custom Translation + mes "[Villager Lawine]"; + mes "I heard a fairy was crying and begging, she was badly hurt."; + next; + mes "[Villager Rivier]"; + mes "No one understand the words of fairy..."; + mes "In the end we had no idea what to do."; + next; + mes "[Villager Rivier]"; + mes "Anyway, that fairy is now in prison."; + mes "By the way, pull within feather"; + mes "Today we have to go to the refinery,"; + mes "do not forget."; + next; + mes "[Villager Lawine]"; + mes "You know, right?"; + mes "Ahh! A foreign visitor!"; + next; + mes "[Villager Rivier]"; + mes "Nevermind him, he can not understand our words."; + next; + mes "- Fortunately, Sapha had thought I could not understand them,"; + mes "but they must be talking about Terra... -"; + set ep13_mdrama,11; + changequest 7060,7061; + close; + } + } + else if (ep13_mdrama > 10) { + mes "- The Sapha are having a conversation and not paying attention to my movements. -"; + next; + mes "- They are talking mostly about common town matters, not much useful information. -"; + next; + mes "- I'd better move away from them before they get suspicious of my presence. -"; close; } else { - mes "[Splendide Guard]"; - mes "NeiVil !"; - mes "narNoth nesMush."; - mes "AnuDur AmanDana Goth nar!"; + mes "[Villager]"; + mes "...Outsider, huh..."; + mes "Since when did we allow outsiders to come and visit?"; + mes "That's right..Do you even understand me?"; next; - mes "- We don't seem to understand eachother. -"; - close; - } - } - end; - -OnTouch: - if (isequipped(2782) == 1) { - if (ep13_mdrama < 1) { - mes "[Splendide Guard]"; - mes "Halt."; - mes "This area is restricted unless you have been given permission."; - mes "Especially to outsiders like you."; - close; - } - } - else { - mes "[Splendide Guard]"; - mes "Tal-!"; - mes "AnuDur AmanDana Goth nar!"; - mes "Agoltas Me..."; - next; - mes "- Looks like we don't understand each other. This could be troublesome... -"; - close; - } - end; -} - -spl_fild02,45,214,0 script ????#ep13_mdplant01 844,{ - if (ep13_mdrama == 2) { - cutin "ep13_plant01",2; - mes "Weeds are easy to find around here..."; - mes "A closer look reveals that there's one knotted stem..."; - mes "It looks like this is Terra's trace that Arc told me about."; - next; - mes "A knotted leaf is pointing toward the^4d4dff Southern^000000 direction."; - set ep13_mdrama,3; - changequest 7056,7057; - close2; - } - else if (ep13_mdrama > 2) { - mes "This is a marking Terra left to remember the way back home."; - mes "A knotted leaf is pointing^4d4ff South^000000."; - close2; - } - else { - mes "Weeds are easy to find around here..."; - mes "There's nothing too special about it."; - close2; - } - cutin "ep13_plant01",255; - end; -} - -spl_fild02,122,106,0 script ????#ep13_mdplant02 844,{ - if (ep13_mdrama > 2) { - cutin "ep13_plant01",2; - mes "Weeds are easy to find around here..."; - mes "A closer look reveals that there's one knotted stem..."; - mes "It looks like this is Terra's trace that Arc told me about."; - next; - mes "A knotted leaf is pointing ^4d4dff East^000000."; - close2; - } - else { - mes "Weeds are easy to find around here..."; - mes "There's nothing too special about it."; - close2; - } - cutin "ep13_plant01",255; - end; -} - -spl_fild02,329,191,0 script ????#ep13_mdplant03 844,{ - if (ep13_mdrama > 2) { - cutin "ep13_plant01",2; - mes "Weeds are easy to find around here..."; - mes "A closer look reveals that there's one knotted stem..."; - mes "It looks like this is Terra's trace that Arc told me about."; - next; - mes "A knotted leaf is pointing ^4d4dff North^000000."; - close2; - } - else { - mes "Weeds are easy to find around here..."; - mes "There's nothing too special about it."; - close2; - } - cutin "ep13_plant01",255; - end; -} - -spl_fild02,328,323,0 script ????#ep13_mdplant04 844,{ - if (ep13_mdrama == 3) { - mes "There are footprints here as well as signs that someone has fallen."; - mes "It looks like someone was fighting here?"; - mes "But who?"; - next; - mes "There are footprints heading ^4d4dffNorth^000000."; - set ep13_mdrama,4; - close; - } - else if (ep13_mdrama > 3) { - mes "Someone must have had a fight here."; - mes "There are footprints heading ^4d4dffNorth^000000."; - close; - } - else { - mes "There are footprints here that seem to be leading towards something."; - close; - } -} - -spl_fild01,341,109,0 script ????#ep13_mdplant05 844,{ - if (ep13_mdrama == 4) { - mes "There's evidence that there was a fight here too."; - mes "These footsteps can't be a Laphine's..."; - next; - mes "There are footprints that lead to^4d4dff the Root of a huge tree^000000."; - set ep13_mdrama,5; - close; - } - else if (ep13_mdrama > 4) { - mes "There are footprints that lead to^4d4dff the Root of a huge tree^000000."; - close; - } - else { - mes "There are footprints here that seem to be leading towards something."; - close; - } -} - -spl_fild01,375,109,0 script to_dun01#ep13_2 -1,2,2,{ -OnTouch: - if (ep13_mdrama == 5) { - mes "There's a stem entangled inside an opening in the roots of a huge tree..."; - mes "It looks like something slipped here."; - next; - mes "A cold breeze is blowing out from deep inside the tree."; - next; - switch(select("Follow the trace.:Looks dangerous... head back.")) { - case 1: - mes "You take a one step forward carefully through the muddy roots and slip."; - set ep13_mdrama,6; - close2; - percentheal -30,0; - warp "nyd_dun01",72,125; - end; - case 2: - mes "It's too dark to see anything inside...but it feels like there's a big hole at the bottom."; - mes "I'd better step back...It looks dangerous."; - close; - } - } - else if (ep13_mdrama > 5) { - mes "Between huge roots, there is a hole leads to the underground cave."; - next; - switch(select("Go inside.:I'm not going in there.")) { - case 1: - mes "Again, you slip through the muddy roots."; - close2; - percentheal -30,0; - warp "nyd_dun01",72,125; - end; - case 2: - mes "You decide to come back later."; + mes "[Villager]"; + mes "...I guess it doesn't matter...."; + mes "Ah, Do we even understand each other?"; close; } } else { - mes "Strange looking stems are entangled inside an opening of huge roots."; - mes "Surface looks unstable...I should step away before I slip on it."; + mes "[Villager]"; + mes "Fsd a idh as?"; + mes "Nsf iu ai sd a sd!"; + mes "Asd fo sdj fso df."; close; } } -nyd_dun01,58,223,0 script Petrified Sapha#ep13md03 844,{ +man_in01,175,59,5 script Snorren#ep13_13 454,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -3202,351 +1550,330 @@ nyd_dun01,58,223,0 script Petrified Sapha#ep13md03 844,{ mes "try again."; close; } - if (ep13_mdrama == 6) { - mes "This is the only spot where sunlight is shining down through a hole in the ceiling."; - next; - mes "Looking up I see the roots of the tree and stems digging up a mud-plastered wall, so the sunlight could shine through....2.j...There is a statue of Giant on the ground."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "A statue in a place like this..."; - mes "Interesting."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Hm, This resembles... that giant tribe in Manuk..."; - mes "Huh? It's wearing a muffler..."; - mes "...It can't be!"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "It has a lot of scars on it... as if it had been in a severe fight..."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "And it appears like it's holding something in its arms..."; - mes "Just what happened here?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I can't imagine what happened here, but I don't see Terra's marks anymore..."; - mes "and this cave looks unsafe... I'd better go back to Arc for now."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Could it be... Terra was fighting this Giant?"; - set ep13_mdrama,7; - changequest 7057,7058; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Anyways... How do I get out of here?"; - mes "That hole I came in is too slippery to climb back out..."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Light is coming in from the ceiling above... Maybe I should just climb a stem around here..."; - close; - } - else if ((ep13_mdrama == 7) || (ep13_mdrama == 8)) { - mes "[" + strcharinfo(0) + "]"; - mes "I'm done with this place."; - mes "I should go back to Arc..."; - mes "Let's find an exit."; - close; - } - else if (ep13_mdrama == 9) { - mes "I came back here, but there's no trace of Terra..."; - mes "There's only one thing different from the last time..Small particles of an ore are sprinkled around the Sapha's dead body."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "So...Terra was here....."; - mes "Powdered Bradium..."; - mes "What was she trying to do with this Sapha?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I can't just go back to Arc without anything... he'd be so disappointed..."; - mes "Hmm, Should I go to the Sapha's village?"; - set ep13_mdrama,10; - changequest 7059,7060; - close; - } - else if (ep13_mdrama == 10) { - mes "[" + strcharinfo(0) + "]"; - mes "I can't find any traces of Terra anymore."; - mes "One thing that bugs me is...These particles of an ore."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I should go back to Arc and ask about it, or go to Sapha's Village and investigate some more."; - close; - } - else if ((ep13_mdrama > 10) && (ep13_mdrama < 21)) { - mes "A giant from the race called Sapha is petrified here."; - mes "It looks like it's dead..."; - close; - } - else if (ep13_mdrama == 21) { - mes "I need to bring back some evidence of this giant in the cave."; - mes "What should I bring with me?"; - next; - switch(select("Hair:Muffler:Pants:Fragment of Bradium")) { - case 1: - mes "It won't come off. It's as if it is a tree rooted on a rock."; - close; - case 2: - mes "You carefully strip a worn muffler off of the Sapha's neck."; - mes "We will see if this muffler belongs to Ogen or not."; + if (isequipped(2782) == 1) { + if (ep13_mdrama == 11) { + mes "He seems anxious as he wanders back and forth.."; + mes "Is he the guard of this prison?"; next; - mes "And...what else should I take?"; - next; - switch(select("Hair:Pants:Fragment of Bradium")) { - case 1: - mes "It won't come off. It's as if it is a tree rooted on a rock."; - close; - case 2: - mes "... I don't want to take off a dead MAN's pants..."; - close; - case 3: - mes "You pick up a fragment of Bradium scattered on the ground."; - mes "This should be enough."; - set ep13_mdrama,22; - getitem 6085,1; //Shaggy_Muffler - getitem 6084,1; //Bradium_Fragments - changequest 7066,7067; - close; - } - case 3: - mes "... I don't want to take off a dead MAN's pants..."; - close; - case 4: - mes "You pick up a fragment of Bradium scattered on the ground."; - mes "This will prove Terra's effort..."; - mes "And what else?"; + mes "[Snorren]"; + mes ".. Argh.. Why not?!"; + mes "What a blockhead..."; + mes "Hmm?"; + mes "Who are you?!"; + mes "How could an outsider be here...?"; next; - switch(select("Hair:Muffler:Pants")) { + switch(select("About the Captured Fairy.:What is this place?")) { case 1: - mes "It won't come off. It's as if it is a tree rooted on a rock."; + mes "[Snorren]"; + mes "How does an outsider like you know that?"; + mes "And..? What? How can you understand what I'm saying?"; + next; + mes "[Snorren]"; + mes "Helloo...?"; + mes "Can you understand the words coming out of my mouth?"; + next; + mes "- I show the ring to Snorren. -"; + next; + mes "[Snorren]"; + mes "Aha! Now I understand..."; + mes "That's amazing. a ring capable of interpreting between different languages... and you were able to come all the way here."; + next; + mes "[Snorren]"; + mes "I heard there are outsiders helping our people."; + mes "You must be one of them!"; + next; + mes "[Snorren]"; + mes "But where did you hear about that Fairy?"; + mes "Frankly, I want to have a word with that Fairy."; + mes "But I don't understand their language."; + next; + switch(select("Why do you want to talk to her?:Do you need an interpreter?")) { + case 1: + break; + case 2: + mes "[Snorren]"; + mes "An interpreter? Certainly!"; + mes "But I can't just do it arbitrarily..."; + mes "The reason why I want to have a word with that fairy, I mean Laphine..."; + next; + break; + } + mes "[Snorren]"; + mes "I... want to find out if she's got anything to do with my friend..."; + next; + select("Your friend?"); + mes "[Snorren]"; + mes "Yeah. Ogen is missing."; + mes "He said he was curious about the area you are living in and went to check it out. How foolish of him."; + next; + mes "[Snorren]"; + mes "And he never came back."; + mes "After quite a while, that fairy came."; + next; + mes "[Snorren]"; + mes "I don't know what guts she had to just fly into our territory."; + mes "That fairy just kept on yelling 'a bradium!' 'a bradium!'"; + next; + mes "[Snorren]"; + mes "Our village's vigilantes are saying that fairy is affected by the power of bradium and went crazy."; + mes "That's what Laphine are all like!"; + next; + mes "[Snorren]"; + mes "They just try to make accesories out of the ore which is our source of life."; + mes "They collect anything that possesses magical power."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "You should calm down a bit... Tell me about that captured Laphine."; + next; + mes "[Snorren]"; + mes "Right, I'm sorry."; + mes "Anyways, shortly after Ogen went missing the fairy appears... this is too suspicious..."; + mes "and that fairy was severely wounded too."; + next; + mes "[Snorren]"; + mes "I think..."; + next; + mes "[Snorren]"; + mes "That fairy attacked Ogen as he was trying to peek on your camp."; + mes "And she was drawn by Ogen's bradium and came all the way here to find more bradium!"; + next; + switch(select("That could be right...:I don't see it that way...")) { + case 1: + mes "[" + strcharinfo(0) + "]"; + mes "But does that Ore called bradium really possess an overwhelming magical power?"; + mes "It didn't seem like that..."; + next; + mes "[Snorren]"; + mes "Really? But, we Sapha can't live without bradium."; + mes "This war with the Laphine... is to protect the bradium from them..."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "I see..."; + mes "Your people and their people are fighting over the bradium..."; + next; + break; + case 2: + mes "[Snorren]"; + mes "Is... Is that so?"; + mes "Then how do you see this situation?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "It just occurred to me..."; + mes "It's like some kind of forbidden area..."; + next; + break; + } + mes "[" + strcharinfo(0) + "]"; + mes "Anyhow, You are going to ask that fairy about Ogen, right?"; + mes "If that's the case, I could interpret between you two..."; + next; + mes "[Snorren]"; + mes "Yeah?!"; + mes "Then just wait here for a sec!"; + mes "I will go and ask Luik about this!"; + set ep13_mdrama,12; close; case 2: - mes "You carefully strip a worn muffler off of the Sapha's neck."; - mes "We will see if this muffler belongs to Ogen or not..."; - mes "This should be enough."; - set ep13_mdrama,22; - getitem 6085,1; //Shaggy_Muffler - getitem 6084,1; //Bradium_Fragments - changequest 7066,7067; - close; - case 3: - mes "... I don't want to take off a dead MAN's pants..."; + mes "[Snorren]"; + mes "Uh, Ah~!"; + mes "This is a prison."; + mes "You need to obey the rules to keep a peaceful group life."; + next; + mes "[Snorren]"; + mes "This is where people who break the rules are kept overnight."; + next; + mes "[Snorren]"; + mes "Oh. I'm not one of them."; + mes "I just have some business here."; + mes "Snorren is a good Sapha."; close; } } - } - else if (ep13_mdrama == 22) { - mes "Petrified Sapha."; - mes "Now I have the muffler, let's go back to Luik and Snorren."; - close; - } - else if (ep13_mdrama == 23) { - if (isequipped(2782) == 1) { - donpcevent "Snorren#ep13md17::OnEnable"; + else if (ep13_mdrama == 12) { mes "[Snorren]"; - mes "Ogen!!!!!!"; - mes "...Ogen... Ogen..."; - mes "....Ogeeen......"; + mes "Umm.. Hold on a sec..."; + mes "Luik. It's me. Snorren."; next; - select("You don't mean..?"); - mes "[Snorren]"; - mes "This.. is.. worse than I could have imagined....."; - mes "Ogen... this doesn't look like it can be reversed..."; + mes "[Voice through the door]"; + mes "Ah, I told you it's not possible Snorren!"; + mes "I can only put you in a cell for one night!"; next; mes "[Snorren]"; - mes "No matter how much bradium fluid we inject... Ogen can't come back alive..."; + mes "Yikes-! Luik, It's not that!"; + mes "I brought someone who would interpret that fairy's words!"; + mes "till, Can't I come in?"; next; - mes "[Snorren]"; - mes "Ogen... really was adament... about protecting that Laphine... to protect Terra....."; - mes "He did his best 'til the last..."; + mes "[Luik's Voice]"; + mes "Shut up! Anyway, we have more things to worry about. This Laphine, we need to treat her wounds..."; next; - mes "[Snorren]"; - mes "Look at this, " + strcharinfo(0) + "..."; - mes "His petrifyied body..."; - mes "protected Terra...like this."; + mes "[Luik's Voice]"; + mes "Her body is completely different from ours. What should we do?"; + mes "Hey, Snorren! Bring me anything. Anything like herbs!"; next; mes "[Snorren]"; - mes "Ogen... made himself an unbreakable shield..."; + mes "Herbs? Is her condition that bad?"; + mes "Can't we fix her with bradium?"; + mes "Oh right, She's not Sapha, ey?"; next; + select("Nothing gets past you..."); mes "[Snorren]"; - mes "Ogen... you can now go back to the bosom of the Motherland..."; - mes "This statue will be a monument to your courage..."; - next; - mes "- - I can't begin to describe the sorrow of losing a close friend... -"; - next; - mes "- All I could do was to keep tapping his shoulder... as he quietly sobbed... -"; + mes "Do you have anything on your mind?"; next; mes "[" + strcharinfo(0) + "]"; - mes "Let's.. go back..."; - mes "Ogen wouldn't want you to be so sad and depressed."; - next; - mes "[Snorren]"; - mes "I guess you are right..."; - mes "There's... sunlight shining here..."; - mes "This... must be a comfort resting place for Ogen."; + mes "She's a Laphine, right? Then we should ask a Laphine about it..."; + mes "Like what we need to treat her..."; + mes "I can take care of it."; next; mes "[Snorren]"; - mes "I should go and tell Luik and the townspeople about this..."; - mes "I will go on ahead."; + mes "Really?"; + mes "Then hurry up and bring something back..."; + mes "We will wait."; next; - donpcevent "Snorren#ep13md17::OnDisable"; - mes "- Snorren stood up with a bitter smile..."; - mes "...I should go back too... I'm worried about Terra. -"; - set ep13_mdrama,24; - changequest 7068,7069; + mes "[" + strcharinfo(0) + "]"; + mes "(I think I have no choice but to go back and ask Arc....)"; + set ep13_mdrama,13; + changequest 7061,7062; close; } - else { - mes "[" + strcharinfo(0) + "]"; - mes "Whoa, I almost forgot the ring."; + else if ((ep13_mdrama > 12) && (ep13_mdrama < 17)) { + mes "[Snorren]"; + mes "Hurry up and go find a way to cure this Laphine..."; + mes "Then Luik might let us in."; close; } - } - else if (ep13_mdrama > 23) { - mes "Ogen... was petrified as he covered Terra..."; - mes "What was going on between them that they would see past their racial differences...?"; - close; - } - else { - // custom translation - mes "Before you is a statue made of stone and wood. It's so life-like it's eerie."; - close; - } -} - -nyd_dun01,55,223,5 script Snorren#ep13md17 454,{ - disablenpc "Snorren#ep13md17"; - end; - -OnInit: - disablenpc "Snorren#ep13md17"; - end; - -OnEnable: - enablenpc "Snorren#ep13md17"; - end; - -OnDisable: - disablenpc "Snorren#ep13md17"; - end; -} - -nyd_dun01,62,233,0 script Trunk of a Tree#ep13 844,2,2,{ - mes "The trunk of a Tree moderately stretched upward."; - mes "There are big thorns here that should be enough to use as footholds to climb up."; - close; - -OnTouch: - mes "It's the trunk of a Tree stretched out toward a hole in the ceiling."; - mes "Big thorns can be used as footholds."; - next; - switch(select("Climb up.:Never mind.")) { - case 1: - warp "spl_fild01",376,65; - end; - case 2: - mes "I'll come back later."; - close; - } -} -manuk,278,177,5 script Villager#ep13_11 454,{ - if (checkweight(1201,2) == 0) { - mes "Wait a moment!!"; - mes "You have too many items."; - mes "You can't receive this."; - mes "Lighten your weight and"; - mes "try again."; - close; - } - if (isequipped(2782) == 1) { - if (ep13_mdrama == 10) { - mes "[Villager Lawine]"; - mes "By the way, how did that Fairy come this far?"; - mes "Is she captured?"; - next; - mes "[Villager Rivier]"; - mes "No, She's not."; - mes "That Fairy came here by her own accord."; - mes "How impudent. She was horribly wounded when she got here."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "(Hmm? a Fairy? Wounded?"; - mes "Are they talking about Terra..?!)"; - next; - switch(select("Break into their conversation.:Keep quiet and listen.")) { - case 1: - mes "[" + strcharinfo(0) + "]"; - mes "Excuse me for interrupting your conversation."; - mes "You were talking about a Fairy, would you be kind to tell me the details?"; - next; - mes "[Villager Lawine]"; - mes "Outsider!!"; - mes "Why is he here?"; + else if (ep13_mdrama == 17) { + if (countitem(607) > 5) { + mes "[Snorren]"; + mes "Did you find a cure?"; + mes "This.. is one strange looking fruit."; + mes "I saw this fruit from time to time, but never thought this would be a cure..?"; next; - mes "[Villager Rivier]"; - mes "We weren't saying anything."; - mes "There's nothing to tell you."; - mes "Lawine, Come with me to the Refinery later."; + mes "[Snorren]"; + mes "I will take everything you've brought with you!"; + set .@temp_ig,countitem(607); + delitem 607,.@temp_ig; //Yggdrasilberry + set ep13_mdrama,18; next; - mes "- The Sapha people are not willing to tell you anything. But the"; - mes "captured Fairy may be Terra. -"; - set ep13_mdrama,11; - changequest 7060,7061; + mes "[Snorren]"; + mes "Now, Let's go inside!"; close; - case 2: - // Custom Translation - mes "[Villager Lawine]"; - mes "I heard a fairy was crying and begging, she was badly hurt."; - next; - mes "[Villager Rivier]"; - mes "No one understand the words of fairy..."; - mes "In the end we had no idea what to do."; - next; - mes "[Villager Rivier]"; - mes "Anyway, that fairy is now in prison."; - mes "By the way, pull within feather"; - mes "Today we have to go to the refinery,"; - mes "do not forget."; - next; - mes "[Villager Lawine]"; - mes "You know, right?"; - mes "Ahh! A foreign visitor!"; + } + else { + mes "[" + strcharinfo(0) + "]"; + mes "Hmm...this won't be enough...."; + mes "I would need at least 6~7 of these..."; next; - mes "[Villager Rivier]"; - mes "Nevermind him, he can not understand our words."; + mes "[Snorren]"; + mes "Is something wrong?"; next; - mes "- Fortunately, Sapha had thought I could not understand them,"; - mes "but they must be talking about Terra... -"; - set ep13_mdrama,11; - changequest 7060,7061; + mes "[" + strcharinfo(0) + "]"; + mes "Huh? Ah, I think we would need more than what I've brought here... I'll be back."; close; } } - else if (ep13_mdrama > 10) { - mes "- The Sapha are having a conversation and not paying attention to my movements. -"; + else if (ep13_mdrama == 18) { + mes "[Snorren]"; + mes "I already told Luik everything about you..."; + mes "Let's go inside."; + close; + } + else if (((ep13_mdrama > 18) && (ep13_mdrama < 21)) || (ep13_mdrama == 22)) { + mes "[Snorren]"; + mes "I've been waiting for you..."; + mes "Let's make haste."; + close; + } + else if (ep13_mdrama == 21) { + mes "[Snorren]"; + mes "I'm really confused now...Should I believe your story or not."; + mes "If it is true that cave really exists and Ogen is hurt..."; + close; + } + else if (ep13_mdrama == 23) { + mes "[Snorren]"; + mes "The approximate location is..."; + mes "Huge Roots of a tree. Got it."; + mes "You go ahead first. I will stop by at a refinery and be right after you."; next; - mes "- They are talking mostly about common town matters, not much useful information. -"; + mes "[Snorren]"; + mes "Since that place is Laphine's territory, I will go quitely so they won't notice me."; + mes "You just go on ahead, I will be right behind you."; + close; + } + else if (ep13_mdrama == 24) { + mes "[Snorren]"; + mes "You are back. .. Luik wanted me to tell you this..."; + mes "Terra, that Laphine, is free now."; next; - mes "- I'd better move away from them before they get suspicious of my presence. -"; + mes "[Snorren]"; + mes "We are tired of fighting. We didn't even want to start..."; + mes "And we saw her true intention before everything else."; + next; + mes "[Snorren]"; + mes "Go and check if Terra went back to her home safely..."; + mes "Ogen... He went back to Mother Nature."; + next; + mes "[Snorren]"; + mes "I really don't think what Ogen did was the right thing to do..."; + mes "But that was... Ogen..."; + next; + mes "[Snorren]"; + mes "Forgive me, I'm a bit depressed..."; + mes "I'd rather just rest here."; + mes "I really appreciate what you've done."; + next; + mes "[Snorren]"; + mes "Come back anytime..."; + mes "Ok?"; + set ep13_mdrama,25; + getitem 6080,15; //Manuk_Coin + changequest 7069,7070; + close; + } + else if (ep13_mdrama > 24) { + mes "[Snorren]"; + mes "What do you think of this muffler?"; + mes "This belonged to Ogen..."; + mes "Does it look good on me?"; close; } else { - mes "[Villager]"; - mes "...Outsider?"; - mes "Do you have a permission to come into our village?"; - mes "That's right..Do you even understand me?"; + mes "[Snorren]"; + mes "Outsiders shouldn't be here without permission."; + mes "Please get out of here."; close; } } else { - mes "[Villager]"; - mes "Das?"; - mes "idh sd!"; - mes "Dh apa sd��is Das idh."; + mes "[Snorren]"; + mes "Ids ad?"; + mes "Ns ai dha si asd!"; + mes "Ms dfaa sd a."; close; } } -manuk,281,177,3 script Villager#ep13_12 449,{ +man_in01,183,58,0 script to_in013ep13mdwarp01 45,1,1,{ +OnTouch: + if ((ep13_mdrama > 17) && (ep13_mdrama < 24)) { + warp "man_in01",13,125; + end; + } + else if (ep13_mdrama > 23) { + warp "man_in01",68,125; + end; + } + else { + mes "The doors are locked... I can't get in."; + close; + } + end; +} + +man_in01,10,125,0 warp to_out1#ep13mdwarp02 1,1,man_in01,179,58 +man_in01,65,125,0 warp to_out2#ep13mdwarp03 1,1,man_in01,179,58 + +man_in01,22,126,3 script Captured Laphine#ep13md 441,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -3556,99 +1883,172 @@ manuk,281,177,3 script Villager#ep13_12 449,{ close; } if (isequipped(2782) == 1) { - if (ep13_mdrama == 10) { - mes "[Villager Lawine]"; - mes "By the way, how did that Fairy come this far?"; - mes "Is she captured?"; + if (ep13_mdrama < 19) { + mes "She's unconscious."; + mes "I can see a bandage to stop the bleeding..."; + mes "Looks like Luik did it."; + close; + } + else if (ep13_mdrama == 19) { + mes "Luik and Snorren did everything to extract juice out of a Yggdrasilberry"; + mes "chopped and stuffed it into a mouth and paste them on the body..."; next; - mes "[Villager Rivier]"; - mes "No, She's not."; - mes "That Fairy came here by her own accord."; - mes "How impudent. She was horribly wounded when she got here."; + mes "[Wounded Laphine]"; + mes "Hmm..."; next; - mes "[" + strcharinfo(0) + "]"; - mes "(Hmm? a Fairy? Wounded?"; - mes "Are they talking about Terra..?!)"; + mes "[Luik]"; + mes "Finally she's coming to."; + mes "Ok, "+ strcharinfo(0) + ", it's up to you now."; + mes "And you better not fake any of the words she's saying."; next; - switch(select("Break into their conversation.:Keep quiet and listen.")) { - case 1: - mes "[" + strcharinfo(0) + "]"; - mes "Excuse me for interrupting your conversation."; - mes "You were talking about a Fairy, would you be kind to tell me the details?"; + mes "- I nod to Luik and began talking to the Laphine. -"; + next; + mes "- After the Laphine gained her full consciousness, she gazed around and spoke in shaky voice. -"; + next; + mes "[Wounded Laphine]"; + mes "Where... am I?"; + mes "Oh My! That's right! I need Bradium!"; + mes "Get me out of here!"; + next; + mes "[Wounded Laphine]"; + mes "If I don't go back to him quickly, he... he is going to die!!"; + next; + switch(select("Who is HE?:Is your name Terra?")) { + case 1: + mes "[Wounded Laphine]"; + mes "A giant... a giant in a cave..."; + mes "He...He got hurt trying to protect me..."; + mes "He wouldn't move!"; + mes "His body was getting cold."; next; - mes "[Villager Lawine]"; - mes "Outsider!!"; - mes "Why is he here?"; + mes "[Wounded Laphine]"; + mes "We were each other's enemy......"; + mes "but he saved me..."; + mes "I heard they need a bradium to live!"; next; - mes "[Villager Rivier]"; - mes "We weren't saying anything."; - mes "There's nothing to tell you."; - mes "Lawine, Come with me to the Refinery later."; + mes "[Wounded Laphine]"; + mes "Give me some bradium. Hurry!"; + mes "I can't be late!"; next; - mes "- The Sapha people are not willing to tell you anything. But the"; - mes "captured Fairy may be Terra. -"; - set ep13_mdrama,11; - changequest 7060,7061; + select("You are Terra. Right?"); + mes "[Terra]"; + mes "How...How do you know my name?"; + mes "Who are you?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Arc asked me to find you. So I came here."; + mes "By the way.. You were saying about a giant, do you mean a Sapha?"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "The Sapha in the cave..."; + mes "His body was already petrified when I got there."; + next; + mes "[Terra]"; + mes "Giants.. It is said that the Sapha people are cursed to be petrified."; + mes "And that the Bradium is what prevents them from becoming petrified."; + next; + mes "[Terra]"; + mes "So I tried to bring a bradium to him... ..."; + mes "But he... Sob..."; + next; + mes "- Terra couldn't continue to talk as she was agonizing in the pain from her wounds. -"; + next; + mes "[Luik]"; + mes "Why did she break down like that? What did she say?"; + mes "Tell me what she said!!!"; + set ep13_mdrama,20; close; case 2: - // Custom Translation - mes "[Villager Lawine]"; - mes "I heard a fairy was crying and begging, she was badly hurt."; + mes "[Terra]"; + mes "How...How do you know my name?"; + mes "Who are you?"; next; - mes "[Villager Rivier]"; - mes "No one understand the words of fairy..."; - mes "In the end we had no idea what to do."; + mes "[" + strcharinfo(0) + "]"; + mes "I came looking for you on behalf of Arc."; + mes "Just how did you end up here?"; next; - mes "[Villager Rivier]"; - mes "Anyway, that fairy is now in prison."; - mes "By the way, pull within feather"; - mes "Today we have to go to the refinery,"; - mes "do not forget."; + mes "[Terra]"; + mes "To find a... Bra.. dium."; + mes "That's right. Bradium! Give me a bradium!!"; next; - mes "[Villager Lawine]"; - mes "You know, right?"; - mes "Ahh! A foreign visitor!"; + mes "[Terra]"; + mes "A giant... a giant in a cave..."; + mes "He...He got hurt trying to protect me..."; + mes "He wouldn't move!"; + mes "His body was getting cold."; next; - mes "[Villager Rivier]"; - mes "Nevermind him, he can not understand our words."; + mes "[Terra]"; + mes "We were each other's enemy......"; + mes "but he saved me..."; + mes "I heard they need a bradium to live!"; next; - mes "- Fortunately, Sapha had thought I could not understand them,"; - mes "but they must be talking about Terra... -"; - set ep13_mdrama,11; - changequest 7060,7061; + mes "[Terra]"; + mes "Give me some bradium. Hurry!"; + mes "I can't be late!"; + next; + mes "[" + strcharinfo(0) + "]"; + mes "The Sapha in the cave..."; + mes "His body was already petrified when I got there."; + next; + mes "[Terra]"; + mes "Giants.. It is said that the Sapha people are cursed to be petrified."; + mes "And that the Bradium is what prevents them from becoming petrified."; + next; + mes "[Terra]"; + mes "So I tried to bring a bradium to him... ..."; + mes "But he... Sob..."; + next; + mes "- Terra couldn't continue to talk as she was agonizing in the pain from her wounds. -"; + next; + mes "[Luik]"; + mes "Why did she break down like that? What did she say?"; + mes "Tell me what she said!!!"; + set ep13_mdrama,20; close; } } - else if (ep13_mdrama > 10) { - mes "- The Sapha are having a conversation and not paying attention to my movements. -"; - next; - mes "- They are talking mostly about common town matters, not much useful information. -"; - next; - mes "- I'd better move away from them before they get suspicious of my presence. -"; + else if (ep13_mdrama == 20) { + mes "[Luik]"; + mes "Let that Fairy rest for a while, now tell me what you were talking about."; + close; + } + else if ((ep13_mdrama > 20) && (ep13_mdrama < 24)) { + mes "[Luik]"; + mes "She's just too exhausted and fell asleep..."; + mes "Leave her alone."; close; } else { - mes "[Villager]"; - mes "...Outsider, huh..."; - mes "Since when did we allow outsiders to come and visit?"; - mes "That's right..Do you even understand me?"; - next; - mes "[Villager]"; - mes "...I guess it doesn't matter...."; - mes "Ah, Do we even understand each other?"; + // custom translation + mes "[Luik]"; + mes "She can leave any time she likes."; + mes "It feels so dry in here."; + mes "Oh well, that's normal."; close; } } else { - mes "[Villager]"; - mes "Fsd a idh as?"; - mes "Nsf iu ai sd a sd!"; - mes "Asd fo sdj fso df."; - close; + if (ep13_mdrama < 19) { + mes "She's unconscious."; + mes "I can see a bandage to stop the bleeding..."; + mes "Looks like Luik did it."; + close; + } + else { + mes "[Luik]"; + mes "Ier er ee ras d?"; + mes "Ye ada sd?"; + mes "Nffd..?"; + next; + mes "[Wounded Laphine]"; + mes "...Riveh...AshIman Or mah..."; + mes "..ah..Thor..ThorOsa Yee Lu..ung..."; + close; + } } } -man_in01,175,59,5 script Snorren#ep13_13 454,{ +man_in01,17,128,5 script Snorren#ep13md_15 454,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -3658,329 +2058,304 @@ man_in01,175,59,5 script Snorren#ep13_13 454,{ close; } if (isequipped(2782) == 1) { - if (ep13_mdrama == 11) { - mes "He seems anxious as he wanders back and forth.."; - mes "Is he the guard of this prison?"; + if (ep13_mdrama == 18) { + mes "[Snorren]"; + mes "Here, Luik. He said this is a cure for Laphine."; + mes "Should we just let her eat it as it is?"; next; mes "[Snorren]"; - mes ".. Argh.. Why not?!"; - mes "What a blockhead..."; - mes "Hmm?"; - mes "Who are you?!"; - mes "How could an outsider be here...?"; + mes "Uh.. and your name was..?"; next; - switch(select("About the Captured Fairy.:What is this place?")) { - case 1: - mes "[Snorren]"; - mes "How does an outsider like you know that?"; - mes "And..? What? How can you understand what I'm saying?"; - next; - mes "[Snorren]"; - mes "Helloo...?"; - mes "Can you understand the words coming out of my mouth?"; - next; - mes "- I show the ring to Snorren. -"; + select("" + strcharinfo(0) + ""); + mes "[Snorren]"; + mes "Yeah, Right."; + mes "" + strcharinfo(0) + ", you should try talking to that Laphine..."; + mes "Let's hear her story."; + set ep13_mdrama,19; + changequest 7064,7065; + close; + } + else if (ep13_mdrama == 19) { + // custom translation + mes "[Snorren]"; + mes "Please help me translater."; + mes "We'll be watching as you speak to her."; + mes "Right, Luik?"; + next; + mes "[Luik]"; + mes "Maybe."; + mes "Let's ask her what happened, before it is too late."; + close; + } + else if (ep13_mdrama == 20) { + mes "[Snorren]"; + mes "Let's listen to her story."; + mes "Why don't we start from... Why does she want a bradium?"; + next; + mes "[Snorren]"; + mes "This part must be told to Luik in exact detail."; + close; + } + else if (ep13_mdrama == 21) { + mes "[Snorren]"; + mes "What should I do if the Sapha in the Cave is really Ogen...?"; + mes "Ogen... What should I do if anything happened to him...?"; + close; + } + else if (ep13_mdrama == 22) { + if ((countitem(6085) > 0) && (countitem(6084) > 0)) { + mes "[Luik]"; + mes "...This Bradium has not been refined properly..."; + mes "This would be no help..."; + mes "and, this muffler..."; next; mes "[Snorren]"; - mes "Aha! Now I understand..."; - mes "That's amazing. a ring capable of interpreting between different languages... and you were able to come all the way here."; + mes "This is Ogen's! Ogen's muffler!"; + mes "Luik! Ogen! This is Ogen!"; + mes "Unrefined Bradium!"; next; mes "[Snorren]"; - mes "I heard there are outsiders helping our people."; - mes "You must be one of them!"; + mes "Lu.. Luik. Ogen.. Ogen...?!"; + mes "I'm going to Ogen!"; + mes "Where is that cave?! Where!"; next; - mes "[Snorren]"; - mes "But where did you hear about that Fairy?"; - mes "Frankly, I want to have a word with that Fairy."; - mes "But I don't understand their language."; - next; - switch(select("Why do you want to talk to her?:Do you need an interpreter?")) { - case 1: - break; - case 2: - mes "[Snorren]"; - mes "An interpreter? Certainly!"; - mes "But I can't just do it arbitrarily..."; - mes "The reason why I want to have a word with that fairy, I mean Laphine..."; - next; - break; - } - mes "[Snorren]"; - mes "I... want to find out if she's got anything to do with my friend..."; - next; - select("Your friend?"); - mes "[Snorren]"; - mes "Yeah. Ogen is missing."; - mes "He said he was curious about the area you are living in and went to check it out. How foolish of him."; - next; - mes "[Snorren]"; - mes "And he never came back."; - mes "After quite a while, that fairy came."; - next; - mes "[Snorren]"; - mes "I don't know what guts she had to just fly into our territory."; - mes "That fairy just kept on yelling 'a bradium!' 'a bradium!'"; - next; - mes "[Snorren]"; - mes "Our village's vigilantes are saying that fairy is affected by the power of bradium and went crazy."; - mes "That's what Laphine are all like!"; - next; - mes "[Snorren]"; - mes "They just try to make accesories out of the ore which is our source of life."; - mes "They collect anything that possesses magical power."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "You should calm down a bit... Tell me about that captured Laphine."; - next; - mes "[Snorren]"; - mes "Right, I'm sorry."; - mes "Anyways, shortly after Ogen went missing the fairy appears... this is too suspicious..."; - mes "and that fairy was severely wounded too."; - next; - mes "[Snorren]"; - mes "I think..."; + select("Calm down!"); + mes "[Luik]"; + mes "Yeah. Listen to him, calm down. Snorren."; + mes "If it is Ogen... We could be able to save him if we make haste."; next; - mes "[Snorren]"; - mes "That fairy attacked Ogen as he was trying to peek on your camp."; - mes "And she was drawn by Ogen's bradium and came all the way here to find more bradium!"; + mes "[Luik]"; + mes "Snorren. Go to Refinery and get the finest bradium..."; + mes "Save him."; next; - switch(select("That could be right...:I don't see it that way...")) { - case 1: - mes "[" + strcharinfo(0) + "]"; - mes "But does that Ore called bradium really possess an overwhelming magical power?"; - mes "It didn't seem like that..."; - next; - mes "[Snorren]"; - mes "Really? But, we Sapha can't live without bradium."; - mes "This war with the Laphine... is to protect the bradium from them..."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I see..."; - mes "Your people and their people are fighting over the bradium..."; - next; - break; - case 2: - mes "[Snorren]"; - mes "Is... Is that so?"; - mes "Then how do you see this situation?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "It just occurred to me..."; - mes "It's like some kind of forbidden area..."; - next; - break; - } - mes "[" + strcharinfo(0) + "]"; - mes "Anyhow, You are going to ask that fairy about Ogen, right?"; - mes "If that's the case, I could interpret between you two..."; + mes "[Luik]"; + mes "" + strcharinfo(0) + "...eh?..."; + mes "Please look after Snorren...and Ogen."; + mes "This Laphine, I mean Terra..."; + mes "She truly wanted to save Ogen..."; next; - mes "[Snorren]"; - mes "Yeah?!"; - mes "Then just wait here for a sec!"; - mes "I will go and ask Luik about this!"; - set ep13_mdrama,12; + mes "[Luik]"; + mes "I will talk to my superiors to try and settle this matter..."; + mes "Please save Ogen."; + delitem 6085,1; //Shaggy_Muffler + delitem 6084,1; //Bradium_Fragments + set ep13_mdrama,23; + changequest 7067,7068; close; - case 2: - mes "[Snorren]"; - mes "Uh, Ah~!"; - mes "This is a prison."; - mes "You need to obey the rules to keep a peaceful group life."; - next; - mes "[Snorren]"; - mes "This is where people who break the rules are kept overnight."; + } + else { + // custom translation + mes "[Luik]"; + mes "You should bring something that can prove it?"; + mes "... We have been fighting them for so long, it is hard for us to believe you."; next; mes "[Snorren]"; - mes "Oh. I'm not one of them."; - mes "I just have some business here."; - mes "Snorren is a good Sapha."; + mes "...Yes... regardless of anything, just to prove what you say is true."; close; } } - else if (ep13_mdrama == 12) { + else if (ep13_mdrama == 23) { mes "[Snorren]"; - mes "Umm.. Hold on a sec..."; - mes "Luik. It's me. Snorren."; + mes "Hurry up and take the lead!"; + mes "Which way should we go now?"; + close; + } + else { + // custom translation + mes "[Snorren]"; + mes "How did you get in here?!"; + mes "Get out!"; + close; + } + } + else { + mes "[Snorren]"; + mes "We rs..."; + mes "F as d dd "; + mes "Tb ds dfw we!"; + mes "Nd fs asd as...!"; + close; + } +} + +man_in01,19,126,3 script Luik#ep13md16 450,{ + if (checkweight(1201,2) == 0) { + mes "Wait a moment!!"; + mes "You have too many items."; + mes "You can't receive this."; + mes "Lighten your weight and"; + mes "try again."; + close; + } + if (isequipped(2782) == 1) { + if (ep13_mdrama < 20) { + mes "[Luik]"; + mes "...I really look forward to drawing something useful out of her."; + mes "Your interpretion is trustworthy, right?"; + close; + } + else if (ep13_mdrama == 20) { + mes "[Luik]"; + mes "First of all, Why did that Laphine come here?"; + mes "Why does she need a bradium?"; next; - mes "[Voice through the door]"; - mes "Ah, I told you it's not possible Snorren!"; - mes "I can only put you in a cell for one night!"; + select("To give it to a Sapha in a cave..."); + mes "[Luik]"; + mes "Sapha in a cave? What cave?"; + mes "Nevermind.... Snorren. You must know something about that cave, right?"; next; - mes "[Snorren]"; - mes "Yikes-! Luik, It's not that!"; - mes "I brought someone who would interpret that fairy's words!"; - mes "till, Can't I come in?"; + mes "[Luik]"; + mes "Wait..."; + mes "Why would a Laphine give a bradium to our ally?"; next; - mes "[Luik's Voice]"; - mes "Shut up! Anyway, we have more things to worry about. This Laphine, we need to treat her wounds..."; + mes "[" + strcharinfo(0) + "]"; + mes "They fought in the cave and your friend got hurt and began to petrify."; + mes "So she came here to get a bradium to try to save his life..."; next; - mes "[Luik's Voice]"; - mes "Her body is completely different from ours. What should we do?"; - mes "Hey, Snorren! Bring me anything. Anything like herbs!"; + mes "[Luik]"; + mes "They fought?"; + mes "Snorren! What's that look on your face?"; + mes "Spit if out if you have anything to say."; next; mes "[Snorren]"; - mes "Herbs? Is her condition that bad?"; - mes "Can't we fix her with bradium?"; - mes "Oh right, She's not Sapha, ey?"; + mes "Frankly, Luik. I... told you... Ogen's missing."; + mes "Ogen's disappearance and that Laphine's arrival coincide..."; + next; + mes "[Luik]"; + mes "And?"; next; - select("Nothing gets past you..."); mes "[Snorren]"; - mes "Do you have anything on your mind?"; + mes "Maybe the Sapha that Laphine is talking about is Ogen."; + mes "Or do we have any other comrades who go to strange caves?"; + next; + mes "[Luik]"; + mes "We don't, because there are no caves like that here."; + mes "First, we should find out about the cave they are talking about."; + next; + mes "[Luik]"; + mes "You outsiders are in contact with the Laphine right?"; + mes "What if this is an evil plot by them?"; + next; + select("That's not true!"); + mes "[Luik]"; + mes "And how would you prove it?"; + mes "We've been fighting them for a long time."; + mes "We don't have any reason to trust what you or they are saying."; + next; + mes "[Luik]"; + mes "And talking about some cave that doesn't even exist."; next; mes "[" + strcharinfo(0) + "]"; - mes "She's a Laphine, right? Then we should ask a Laphine about it..."; - mes "Like what we need to treat her..."; - mes "I can take care of it."; + mes "That cave really exists, I swear!"; + mes "I.. yeah. I saw a petrified Sapha in that cave."; next; - mes "[Snorren]"; - mes "Really?"; - mes "Then hurry up and bring something back..."; - mes "We will wait."; + mes "[" + strcharinfo(0) + "]"; + mes "I will bring back something that will make you believe."; + mes "I'm not sure if that Sapha is this Ogen you are looking for..."; + mes "But I'll come back..."; next; mes "[" + strcharinfo(0) + "]"; - mes "(I think I have no choice but to go back and ask Arc....)"; - set ep13_mdrama,13; - changequest 7061,7062; + mes "Don't you dare...try to do any harm to Terra."; + set ep13_mdrama,21; + changequest 7065,7066; close; } - else if ((ep13_mdrama > 12) && (ep13_mdrama < 17)) { - mes "[Snorren]"; - mes "Hurry up and go find a way to cure this Laphine..."; - mes "Then Luik might let us in."; + else if (ep13_mdrama == 21) { + mes "[Luik]"; + mes "...Anything will do. Try and make me believe you -Outsider- and that Laphine."; + mes "We Sapha are not stupid people."; + next; + mes "[Luik]"; + mes "I promise you that we will continue to treat that Laphine as we did so far and will not do any harm to her."; + next; + mes "[Luik]"; + mes "Hence, you just focus on finding a way to make us believe you."; close; } - else if (ep13_mdrama == 17) { - if (countitem(607) > 5) { - mes "[Snorren]"; - mes "Did you find a cure?"; - mes "This.. is one strange looking fruit."; - mes "I saw this fruit from time to time, but never thought this would be a cure..?"; + else if (ep13_mdrama == 22) { + if ((countitem(6085) > 0) && (countitem(6084) > 0)) { + mes "[Luik]"; + mes "...This Bradium has not been refined properly..."; + mes "This would be no help..."; + mes "and, this muffler..."; next; mes "[Snorren]"; - mes "I will take everything you've brought with you!"; - set .@temp_ig,countitem(607); - delitem 607,.@temp_ig; //Yggdrasilberry - set ep13_mdrama,18; + mes "This is Ogen's! Ogen's muffler!"; + mes "Luik! Ogen! This is Ogen!"; + mes "Unrefined Bradium!"; next; mes "[Snorren]"; - mes "Now, Let's go inside!"; + mes "Lu.. Luik. Ogen.. Ogen...?!"; + mes "I'm going to Ogen!"; + mes "Where is that cave?! Where!"; + next; + select("Calm down!"); + mes "[Luik]"; + mes "Yeah. Listen to him, calm down. Snorren."; + mes "If it is Ogen... We could be able to save him if we make haste."; + next; + mes "[Luik]"; + mes "Snorren. Go to Refinery and get the finest bradium..."; + mes "Save him."; + next; + mes "[Luik]"; + mes "" + strcharinfo(0) + "...eh?..."; + mes "Please look after Snorren...and Ogen."; + mes "This Laphine, I mean Terra..."; + mes "She truly wanted to save Ogen..."; + next; + mes "[Luik]"; + mes "I will talk to my superiors to try and settle this matter..."; + mes "Please save Ogen."; + delitem 6085,1; //Shaggy_Muffler + delitem 6084,1; //Bradium_Fragments + set ep13_mdrama,23; + changequest 7067,7068; close; } else { - mes "[" + strcharinfo(0) + "]"; - mes "Hmm...this won't be enough...."; - mes "I would need at least 6~7 of these..."; + // custom translation + mes "[Luik]"; + mes "You should bring something that can prove it?"; + mes "... We have been fighting them for so long, it is hard for us to believe you."; next; mes "[Snorren]"; - mes "Is something wrong?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Huh? Ah, I think we would need more than what I've brought here... I'll be back."; + mes "...Yes... regardless of anything, just to prove what you say is true."; close; } } - else if (ep13_mdrama == 18) { - mes "[Snorren]"; - mes "I already told Luik everything about you..."; - mes "Let's go inside."; - close; - } - else if (((ep13_mdrama > 18) && (ep13_mdrama < 21)) || (ep13_mdrama == 22)) { - mes "[Snorren]"; - mes "I've been waiting for you..."; - mes "Let's make haste."; - close; - } - else if (ep13_mdrama == 21) { - mes "[Snorren]"; - mes "I'm really confused now...Should I believe your story or not."; - mes "If it is true that cave really exists and Ogen is hurt..."; - close; - } else if (ep13_mdrama == 23) { - mes "[Snorren]"; - mes "The approximate location is..."; - mes "Huge Roots of a tree. Got it."; - mes "You go ahead first. I will stop by at a refinery and be right after you."; - next; - mes "[Snorren]"; - mes "Since that place is Laphine's territory, I will go quitely so they won't notice me."; - mes "You just go on ahead, I will be right behind you."; - close; - } - else if (ep13_mdrama == 24) { - mes "[Snorren]"; - mes "You are back. .. Luik wanted me to tell you this..."; - mes "Terra, that Laphine, is free now."; - next; - mes "[Snorren]"; - mes "We are tired of fighting. We didn't even want to start..."; - mes "And we saw her true intention before everything else."; - next; - mes "[Snorren]"; - mes "Go and check if Terra went back to her home safely..."; - mes "Ogen... He went back to Mother Nature."; - next; - mes "[Snorren]"; - mes "I really don't think what Ogen did was the right thing to do..."; - mes "But that was... Ogen..."; - next; - mes "[Snorren]"; - mes "Forgive me, I'm a bit depressed..."; - mes "I'd rather just rest here."; - mes "I really appreciate what you've done."; - next; - mes "[Snorren]"; - mes "Come back anytime..."; - mes "Ok?"; - set ep13_mdrama,25; - getitem 6080,15; //Manuk_Coin - changequest 7069,7070; - close; - } - else if (ep13_mdrama > 24) { - mes "[Snorren]"; - mes "What do you think of this muffler?"; - mes "This belonged to Ogen..."; - mes "Does it look good on me?"; + mes "[Luik]"; + mes "Please... Help Ogen."; close; } else { - mes "[Snorren]"; - mes "Outsiders shouldn't be here without permission."; - mes "Please get out of here."; + // custom translation + mes "[Luik]"; + mes "How did you get in here?"; + mes "You shouldn't be here."; close; } } else { - mes "[Snorren]"; - mes "Ids ad?"; - mes "Ns ai dha si asd!"; - mes "Ms dfaa sd a."; + mes "[Luik]"; + mes "Na w ewe w"; + mes "Aewrf sd fsd iyu. "; + mes "Ou uur?"; + next; + mes "Looks like Luik is giving me a look of scorn."; close; } } -man_in01,183,58,0 script to_in013ep13mdwarp01 45,1,1,{ +man_in01,71,125,0 script Terra gone -1,3,3,{ OnTouch: - if ((ep13_mdrama > 17) && (ep13_mdrama < 24)) { - warp "man_in01",13,125; - end; - } - else if (ep13_mdrama > 23) { - warp "man_in01",68,125; - end; - } - else { - mes "The doors are locked... I can't get in."; - close; - } - end; + mes "There's nothing else."; + mes "Only traces of the cage with something confined."; + close; } -man_in01,10,125,0 warp to_out1#ep13mdwarp02 1,1,man_in01,179,58 -man_in01,65,125,0 warp to_out2#ep13mdwarp03 1,1,man_in01,179,58 - -man_in01,22,126,3 script Captured Laphine#ep13md 441,{ +spl_in02,236,92,5 script Arc#ep13md_l02 447,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -3990,172 +2365,179 @@ man_in01,22,126,3 script Captured Laphine#ep13md 441,{ close; } if (isequipped(2782) == 1) { - if (ep13_mdrama < 19) { - mes "She's unconscious."; - mes "I can see a bandage to stop the bleeding..."; - mes "Looks like Luik did it."; - close; - } - else if (ep13_mdrama == 19) { - mes "Luik and Snorren did everything to extract juice out of a Yggdrasilberry"; - mes "chopped and stuffed it into a mouth and paste them on the body..."; + if (ep13_mdrama == 26) { + mes "[Terra]"; + mes "........."; next; - mes "[Wounded Laphine]"; - mes "Hmm..."; + mes "[Arc]"; + mes "I see. That's what happened."; + mes "But... That Sapha...What has he become to you in that short period of time?"; next; - mes "[Luik]"; - mes "Finally she's coming to."; - mes "Ok, "+ strcharinfo(0) + ", it's up to you now."; - mes "And you better not fake any of the words she's saying."; + select("Arc?"); + mes "[Arc]"; + mes "Ah, finally. I've been speaking with Terra while we waited for you."; + mes "Terra. This is who saved you..."; + mes "You should thank "+((Sex)?"him.":"her."); next; - mes "- I nod to Luik and began talking to the Laphine. -"; + mes "[Terra]"; + mes "Thank you..."; + mes "I'm sorry Arc... Sorry..."; + mes "......"; next; - mes "- After the Laphine gained her full consciousness, she gazed around and spoke in shaky voice. -"; + mes "[Arc]"; + mes "So, this is the story."; + mes "Terra was wandering around your Camp and found a Sapha who was also wandering around your Camp at the time."; next; - mes "[Wounded Laphine]"; - mes "Where... am I?"; - mes "Oh My! That's right! I need Bradium!"; - mes "Get me out of here!"; + mes "[Arc]"; + mes "They were both being cautious not to be seen by you humans but they caught sight of each other and started to fight."; next; - mes "[Wounded Laphine]"; - mes "If I don't go back to him quickly, he... he is going to die!!"; + mes "[Arc]"; + mes "And then they eventually fell into that hole in the swamp and ended up in that cave."; next; - switch(select("Who is HE?:Is your name Terra?")) { - case 1: - mes "[Wounded Laphine]"; - mes "A giant... a giant in a cave..."; - mes "He...He got hurt trying to protect me..."; - mes "He wouldn't move!"; - mes "His body was getting cold."; - next; - mes "[Wounded Laphine]"; - mes "We were each other's enemy......"; - mes "but he saved me..."; - mes "I heard they need a bradium to live!"; - next; - mes "[Wounded Laphine]"; - mes "Give me some bradium. Hurry!"; - mes "I can't be late!"; - next; - select("You are Terra. Right?"); - mes "[Terra]"; - mes "How...How do you know my name?"; - mes "Who are you?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Arc asked me to find you. So I came here."; - mes "By the way.. You were saying about a giant, do you mean a Sapha?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "The Sapha in the cave..."; - mes "His body was already petrified when I got there."; - next; - mes "[Terra]"; - mes "Giants.. It is said that the Sapha people are cursed to be petrified."; - mes "And that the Bradium is what prevents them from becoming petrified."; - next; - mes "[Terra]"; - mes "So I tried to bring a bradium to him... ..."; - mes "But he... Sob..."; - next; - mes "- Terra couldn't continue to talk as she was agonizing in the pain from her wounds. -"; - next; - mes "[Luik]"; - mes "Why did she break down like that? What did she say?"; - mes "Tell me what she said!!!"; - set ep13_mdrama,20; - close; - case 2: - mes "[Terra]"; - mes "How...How do you know my name?"; - mes "Who are you?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I came looking for you on behalf of Arc."; - mes "Just how did you end up here?"; - next; - mes "[Terra]"; - mes "To find a... Bra.. dium."; - mes "That's right. Bradium! Give me a bradium!!"; - next; - mes "[Terra]"; - mes "A giant... a giant in a cave..."; - mes "He...He got hurt trying to protect me..."; - mes "He wouldn't move!"; - mes "His body was getting cold."; - next; - mes "[Terra]"; - mes "We were each other's enemy......"; - mes "but he saved me..."; - mes "I heard they need a bradium to live!"; - next; - mes "[Terra]"; - mes "Give me some bradium. Hurry!"; - mes "I can't be late!"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "The Sapha in the cave..."; - mes "His body was already petrified when I got there."; - next; - mes "[Terra]"; - mes "Giants.. It is said that the Sapha people are cursed to be petrified."; - mes "And that the Bradium is what prevents them from becoming petrified."; - next; + mes "[Terra]"; + mes "Yeah... We were both unconscious for some time.."; + mes "And by the time we were able to wake up and see... We were surrounded."; + next; + mes "[Terra]"; + mes "Our main concern was getting out of there..."; + mes "Even though we couldn't understand each other's language... We made a temporary truce."; + next; + mes "[Terra]"; + mes "And then....."; + mes "........."; + next; + select("So that's what happened."); + mes "[" + strcharinfo(0) + "]"; + mes "You were outnumbered and at the last moment Ogen sacrificed himself to protect you."; + next; + mes "[Terra]"; + mes "So... I wanted to help him..."; + mes "I was just trying to repay him..."; + next; + mes "[Terra]"; + mes "Was I wrong...?"; + mes "Was I thinking wrong?"; + next; + mes "[Arc]"; + mes "Repaying one's dept is a good thing."; + mes "Especially for a proud Laphine, It sure is."; + next; + mes "[Arc]"; + mes "But Terra..."; + mes "You've made two big mistakes."; + mes "First is, You went away without permission..."; + mes "And secondly..."; + next; + mes "[Arc]"; + mes "You didn't ask for help."; + mes "If something like that happened... of course I would help..."; + next; + mes "[Terra]"; + mes "I'm sorry Arc... I'm sorry..."; + mes "I won't act foolish ever again."; + next; + mes "[Arc]"; + mes "Get some rest."; + mes "I will put in a good word to the superiors..."; + mes "And " + strcharinfo(0) + "..."; + mes "Thank you."; + next; + mes "[Arc]"; + mes "Here, I will give you these to show my appreciation."; + mes "It's not much, but you will be able to buy things in Splendide with these."; + next; + mes "[Arc]"; + mes "I'm sorry this is all I can give you for now."; + set ep13_mdrama,27; + getitem 6081,25; //Splendide_Coin + getexp 120000,10000; + completequest 7071; + close; + } + else if (ep13_mdrama == 27) { + if (strnpcinfo(1) == "Arc") { + mes "[Arc]"; + mes "Terra. Get some rest..."; + mes "Rest easy..."; + mes "And..."; + } + else { mes "[Terra]"; - mes "So I tried to bring a bradium to him... ..."; - mes "But he... Sob..."; - next; - mes "- Terra couldn't continue to talk as she was agonizing in the pain from her wounds. -"; - next; - mes "[Luik]"; - mes "Why did she break down like that? What did she say?"; - mes "Tell me what she said!!!"; - set ep13_mdrama,20; - close; + mes "Arc... I will get some rest..."; + mes "I'm sorry... And. You..."; } - } - else if (ep13_mdrama == 20) { - mes "[Luik]"; - mes "Let that Fairy rest for a while, now tell me what you were talking about."; + next; + mes "["+strnpcinfo(1)+"]"; + mes "Originally... we Laphine were extremely reluctant to have others in our area."; + mes strcharinfo(0) + ", you will be a special exception."; + next; + mes "["+strnpcinfo(1)+"]"; + if (strnpcinfo(1) == "Arc") mes "That's what Terra wants too."; + mes "It might be cramped, but you are always welcome to visit us."; + set ep13_mdrama,28; close; } - else if ((ep13_mdrama > 20) && (ep13_mdrama < 24)) { - mes "[Luik]"; - mes "She's just too exhausted and fell asleep..."; - mes "Leave her alone."; + else if (ep13_mdrama > 27) { + if (strnpcinfo(1) == "Arc") { + mes "[Arc]"; + mes "How are you adapting to Splendide?"; + mes "Terra's still not fully recovered yet, so keep that in mind."; + } + else { + mes "[Terra]"; + mes "I'm sorry..."; + mes "My body is not fully recovered yet..."; + } close; } else { // custom translation - mes "[Luik]"; - mes "She can leave any time she likes."; - mes "It feels so dry in here."; - mes "Oh well, that's normal."; + if (strnpcinfo(1) == "Arc") { + mes "[Arc]"; + mes "The back of the right ... "; + mes "......"; + } + else { + mes "[Terra]"; + mes "I'm sorry... I'm so sleepy..."; + mes "...I want to sleep..."; + } close; } } else { - if (ep13_mdrama < 19) { - mes "She's unconscious."; - mes "I can see a bandage to stop the bleeding..."; - mes "Looks like Luik did it."; - close; + if (strnpcinfo(1) == "Arc") { + mes "[Arc]"; + mes "HirWosWeh. Yee DiebVilFar U manTalVil."; + mes "LarsNeiser...??"; + mes "VeldTiTal Ko SharDurYur Di ?"; } else { - mes "[Luik]"; - mes "Ier er ee ras d?"; - mes "Ye ada sd?"; - mes "Nffd..?"; - next; - mes "[Wounded Laphine]"; - mes "...Riveh...AshIman Or mah..."; - mes "..ah..Thor..ThorOsa Yee Lu..ung..."; - close; + mes "[Terra]"; + mes "ModBurDana...? Mu AnduWehFus Yee OsaLoLars..."; + mes "eoFusser...."; + mes "maurNohser Ur...... ThorNuffLars So "; } + close; } } +spl_in02,239,93,3 duplicate(Arc#ep13md_l02) Terra#ep13md_l03 441 -man_in01,17,128,5 script Snorren#ep13md_15 454,{ +splendide,287,140,0 script terrashome_in 45,1,1,{ +OnTouch: + if (ep13_mdrama > 25) { + warp "spl_in02",237,89; + end; + } + else { + mes "It's locked."; + close; + } +} + +spl_in02,236,86,0 warp terrashome_out 1,1,splendide,285,139; + +spl_fild01,357,44,0 script ???#ep13mdf01 844,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4164,128 +2546,47 @@ man_in01,17,128,5 script Snorren#ep13md_15 454,{ mes "try again."; close; } - if (isequipped(2782) == 1) { - if (ep13_mdrama == 18) { - mes "[Snorren]"; - mes "Here, Luik. He said this is a cure for Laphine."; - mes "Should we just let her eat it as it is?"; - next; - mes "[Snorren]"; - mes "Uh.. and your name was..?"; - next; - select("" + strcharinfo(0) + ""); - mes "[Snorren]"; - mes "Yeah, Right."; - mes "" + strcharinfo(0) + ", you should try talking to that Laphine..."; - mes "Let's hear her story."; - set ep13_mdrama,19; - changequest 7064,7065; - close; - } - else if (ep13_mdrama == 19) { - // custom translation - mes "[Snorren]"; - mes "Please help me translater."; - mes "We'll be watching as you speak to her."; - mes "Right, Luik?"; - next; - mes "[Luik]"; - mes "Maybe."; - mes "Let's ask her what happened, before it is too late."; + if (ep13_mdrama == 14) { + mes "There's some kind of fruit lying on the ground."; + mes "I see a small berry inside of a big outer shell..."; + mes "It is a Yggdrasil!"; + set ep13_mdrama,15; + getitem 607,1; //Yggdrasilberry + getitem 522,1; //Fruit_Of_Mastela + close; + } + else if (ep13_mdrama == 15) { + mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; + next; + set .@apple,rand(1,100); + if (.@apple < 50) { + mes "I've been bitten by an unknown insect."; + mes "It hurts!"; + percentheal -30,0; close; } - else if (ep13_mdrama == 20) { - mes "[Snorren]"; - mes "Let's listen to her story."; - mes "Why don't we start from... Why does she want a bradium?"; - next; - mes "[Snorren]"; - mes "This part must be told to Luik in exact detail."; + else if (.@apple == 50) { + mes "I found an apple."; + getitem 512,1; //Apple close; } - else if (ep13_mdrama == 21) { - mes "[Snorren]"; - mes "What should I do if the Sapha in the Cave is really Ogen...?"; - mes "Ogen... What should I do if anything happened to him...?"; - close; - } - else if (ep13_mdrama == 22) { - if ((countitem(6085) > 0) && (countitem(6084) > 0)) { - mes "[Luik]"; - mes "...This Bradium has not been refined properly..."; - mes "This would be no help..."; - mes "and, this muffler..."; - next; - mes "[Snorren]"; - mes "This is Ogen's! Ogen's muffler!"; - mes "Luik! Ogen! This is Ogen!"; - mes "Unrefined Bradium!"; - next; - mes "[Snorren]"; - mes "Lu.. Luik. Ogen.. Ogen...?!"; - mes "I'm going to Ogen!"; - mes "Where is that cave?! Where!"; - next; - select("Calm down!"); - mes "[Luik]"; - mes "Yeah. Listen to him, calm down. Snorren."; - mes "If it is Ogen... We could be able to save him if we make haste."; - next; - mes "[Luik]"; - mes "Snorren. Go to Refinery and get the finest bradium..."; - mes "Save him."; - next; - mes "[Luik]"; - mes "" + strcharinfo(0) + "...eh?..."; - mes "Please look after Snorren...and Ogen."; - mes "This Laphine, I mean Terra..."; - mes "She truly wanted to save Ogen..."; - next; - mes "[Luik]"; - mes "I will talk to my superiors to try and settle this matter..."; - mes "Please save Ogen."; - delitem 6085,1; //Shaggy_Muffler - delitem 6084,1; //Bradium_Fragments - set ep13_mdrama,23; - changequest 7067,7068; - close; - } - else { - // custom translation - mes "[Luik]"; - mes "You should bring something that can prove it?"; - mes "... We have been fighting them for so long, it is hard for us to believe you."; - next; - mes "[Snorren]"; - mes "...Yes... regardless of anything, just to prove what you say is true."; - close; - } - } - else if (ep13_mdrama == 23) { - mes "[Snorren]"; - mes "Hurry up and take the lead!"; - mes "Which way should we go now?"; - close; - } - else { - // custom translation - mes "[Snorren]"; - mes "How did you get in here?!"; - mes "Get out!"; + else { + mes "There's nothing else."; close; } } + else if (ep13_mdrama > 15) { + mes "There's only an empty shell left."; + close; + } else { - mes "[Snorren]"; - mes "We rs..."; - mes "F as d dd "; - mes "Tb ds dfw we!"; - mes "Nd fs asd as...!"; + mes "A huge fruit is here."; + mes "I don't know what kind of fruit it is."; close; } } -man_in01,19,126,3 script Luik#ep13md16 450,{ +spl_fild01,312,79,0 script ???#ep13mdf02 844,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4294,175 +2595,47 @@ man_in01,19,126,3 script Luik#ep13md16 450,{ mes "try again."; close; } - if (isequipped(2782) == 1) { - if (ep13_mdrama < 20) { - mes "[Luik]"; - mes "...I really look forward to drawing something useful out of her."; - mes "Your interpretion is trustworthy, right?"; - close; - } - else if (ep13_mdrama == 20) { - mes "[Luik]"; - mes "First of all, Why did that Laphine come here?"; - mes "Why does she need a bradium?"; - next; - select("To give it to a Sapha in a cave..."); - mes "[Luik]"; - mes "Sapha in a cave? What cave?"; - mes "Nevermind.... Snorren. You must know something about that cave, right?"; - next; - mes "[Luik]"; - mes "Wait..."; - mes "Why would a Laphine give a bradium to our ally?"; - next; - mes "[" + strcharinfo(0) + "]"; - mes "They fought in the cave and your friend got hurt and began to petrify."; - mes "So she came here to get a bradium to try to save his life..."; - next; - mes "[Luik]"; - mes "They fought?"; - mes "Snorren! What's that look on your face?"; - mes "Spit if out if you have anything to say."; - next; - mes "[Snorren]"; - mes "Frankly, Luik. I... told you... Ogen's missing."; - mes "Ogen's disappearance and that Laphine's arrival coincide..."; - next; - mes "[Luik]"; - mes "And?"; - next; - mes "[Snorren]"; - mes "Maybe the Sapha that Laphine is talking about is Ogen."; - mes "Or do we have any other comrades who go to strange caves?"; - next; - mes "[Luik]"; - mes "We don't, because there are no caves like that here."; - mes "First, we should find out about the cave they are talking about."; - next; - mes "[Luik]"; - mes "You outsiders are in contact with the Laphine right?"; - mes "What if this is an evil plot by them?"; - next; - select("That's not true!"); - mes "[Luik]"; - mes "And how would you prove it?"; - mes "We've been fighting them for a long time."; - mes "We don't have any reason to trust what you or they are saying."; - next; - mes "[Luik]"; - mes "And talking about some cave that doesn't even exist."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "That cave really exists, I swear!"; - mes "I.. yeah. I saw a petrified Sapha in that cave."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "I will bring back something that will make you believe."; - mes "I'm not sure if that Sapha is this Ogen you are looking for..."; - mes "But I'll come back..."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Don't you dare...try to do any harm to Terra."; - set ep13_mdrama,21; - changequest 7065,7066; - close; - } - else if (ep13_mdrama == 21) { - mes "[Luik]"; - mes "...Anything will do. Try and make me believe you -Outsider- and that Laphine."; - mes "We Sapha are not stupid people."; - next; - mes "[Luik]"; - mes "I promise you that we will continue to treat that Laphine as we did so far and will not do any harm to her."; - next; - mes "[Luik]"; - mes "Hence, you just focus on finding a way to make us believe you."; + if (ep13_mdrama == 15) { + mes "There's some kind of fruit lying on the ground."; + mes "I see a small berry inside of a big outer shell..."; + mes "It is a Yggdrasil!"; + set ep13_mdrama,16; + getitem 607,1; //Yggdrasilberry + getitem 522,1; //Fruit_Of_Mastela + close; + } + else if (ep13_mdrama == 16) { + mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; + next; + set .@apple,rand(1,100); + if (.@apple < 50) { + mes "I've been bitten by an unknown insect."; + mes "It hurts!"; + percentheal -30,0; close; } - else if (ep13_mdrama == 22) { - if ((countitem(6085) > 0) && (countitem(6084) > 0)) { - mes "[Luik]"; - mes "...This Bradium has not been refined properly..."; - mes "This would be no help..."; - mes "and, this muffler..."; - next; - mes "[Snorren]"; - mes "This is Ogen's! Ogen's muffler!"; - mes "Luik! Ogen! This is Ogen!"; - mes "Unrefined Bradium!"; - next; - mes "[Snorren]"; - mes "Lu.. Luik. Ogen.. Ogen...?!"; - mes "I'm going to Ogen!"; - mes "Where is that cave?! Where!"; - next; - select("Calm down!"); - mes "[Luik]"; - mes "Yeah. Listen to him, calm down. Snorren."; - mes "If it is Ogen... We could be able to save him if we make haste."; - next; - mes "[Luik]"; - mes "Snorren. Go to Refinery and get the finest bradium..."; - mes "Save him."; - next; - mes "[Luik]"; - mes "" + strcharinfo(0) + "...eh?..."; - mes "Please look after Snorren...and Ogen."; - mes "This Laphine, I mean Terra..."; - mes "She truly wanted to save Ogen..."; - next; - mes "[Luik]"; - mes "I will talk to my superiors to try and settle this matter..."; - mes "Please save Ogen."; - delitem 6085,1; //Shaggy_Muffler - delitem 6084,1; //Bradium_Fragments - set ep13_mdrama,23; - changequest 7067,7068; - close; - } - else { - // custom translation - mes "[Luik]"; - mes "You should bring something that can prove it?"; - mes "... We have been fighting them for so long, it is hard for us to believe you."; - next; - mes "[Snorren]"; - mes "...Yes... regardless of anything, just to prove what you say is true."; - close; - } - } - else if (ep13_mdrama == 23) { - mes "[Luik]"; - mes "Please... Help Ogen."; + else if (.@apple == 50) { + mes "I found an apple."; + getitem 512,1; //Apple close; } else { - // custom translation - mes "[Luik]"; - mes "How did you get in here?"; - mes "You shouldn't be here."; + mes "There's nothing else."; close; } } + else if (ep13_mdrama > 16) { + mes "There's only an empty shell left."; + close; + } else { - mes "[Luik]"; - mes "Na w ewe w"; - mes "Aewrf sd fsd iyu. "; - mes "Ou uur?"; - next; - mes "Looks like Luik is giving me a look of scorn."; + mes "A huge fruit is here."; + mes "I don't know what kind of fruit it is."; close; } } -man_in01,71,125,0 script Terra gone -1,3,3,{ -OnTouch: - mes "There's nothing else."; - mes "Only traces of the cage with something confined."; - close; -} - -spl_in02,239,93,3 script Terra#ep13md_l03 441,{ +spl_fild01,329,29,0 script ???#ep13mdf03 844,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4471,140 +2644,55 @@ spl_in02,239,93,3 script Terra#ep13md_l03 441,{ mes "try again."; close; } - if (isequipped(2782) == 1) { - if (ep13_mdrama == 26) { - mes "[Terra]"; - mes "........."; - next; - mes "[Arc]"; - mes "I see. That's what happened."; - mes "But... That Sapha...What has he become to you in that short period of time?"; - next; - select("Arc?"); - mes "[Arc]"; - mes "Ah, finally. I've been speaking with Terra while we waited for you."; - mes "Terra. This is who saved you..."; - if (Sex == 0) { - mes "You should thank her."; - } - else { - mes "You should thank him."; - } - next; - mes "[Terra]"; - mes "Thank you..."; - mes "I'm sorry Arc... Sorry..."; - mes "......"; - next; - mes "[Arc]"; - mes "So, this is the story."; - mes "Terra was wandering around your Camp and found a Sapha who was also wandering around your Camp at the time."; - next; - mes "[Arc]"; - mes "They were both being cautious not to be seen by you humans but they caught sight of each other and started to fight."; - next; - mes "[Arc]"; - mes "And then they eventually fell into that hole in the swamp and ended up in that cave."; - next; - mes "[Terra]"; - mes "Yeah... We were both unconscious for some time.."; - mes "And by the time we were able to wake up and see... We were surrounded."; - next; - mes "[Terra]"; - mes "Our main concern was getting out of there..."; - mes "Even though we couldn't understand each other's language... We made a temporary truce."; - next; - mes "[Terra]"; - mes "And then....."; - mes "........."; - next; - select("So that's what happened."); - mes "[" + strcharinfo(0) + "]"; - mes "You were outnumbered and at the last moment Ogen sacrificed himself to protect you."; - next; - mes "[Terra]"; - mes "So... I wanted to help him..."; - mes "I was just trying to repay him..."; - next; - mes "[Terra]"; - mes "Was I wrong...?"; - mes "Was I thinking wrong?"; - next; - mes "[Arc]"; - mes "Repaying one's dept is a good thing."; - mes "Especially for a proud Laphine, It sure is."; - next; - mes "[Arc]"; - mes "But Terra..."; - mes "You've made two big mistakes."; - mes "First is, You went away without permission..."; - mes "And secondly..."; - next; - mes "[Arc]"; - mes "You didn't ask for help."; - mes "If something like that happened... of course I would help..."; - next; - mes "[Terra]"; - mes "I'm sorry Arc... I'm sorry..."; - mes "I won't act foolish ever again."; - next; - mes "[Arc]"; - mes "Get some rest."; - mes "I will put in a good word to the superiors..."; - mes "And " + strcharinfo(0) + "..."; - mes "Thank you."; - next; - mes "[Arc]"; - mes "Here, I will give you these to show my appreciation."; - mes "It's not much, but you will be able to buy things in Splendide with these."; - next; - mes "[Arc]"; - mes "I'm sorry this is all I can give you for now."; - set ep13_mdrama,27; - getitem 6081,25; //Splendide_Coin - getexp 120000,10000; - completequest 7071; - close; - } - else if (ep13_mdrama == 27) { - mes "[Terra]"; - mes "Arc... I will get some rest..."; - mes "I'm sorry... And. You..."; - next; - mes "[Terra]"; - mes "Originally.. we Laphine were extremely reluctant to have others in our area..."; - mes "but you are ok..."; - next; - mes "[Terra]"; - // custom translation - mes "You are always welcome to visit us..."; - set ep13_mdrama,28; + if (ep13_mdrama == 16) { + mes "There's some kind of fruit lying on the ground."; + mes "I see a small berry inside of a big outer shell..."; + mes "It is a Yggdrasil!"; + set ep13_mdrama,17; + getitem 607,1; //Yggdrasilberry + getitem 522,1; //Fruit_Of_Mastela + changequest 7063,7064; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Arc gave me three Yggdrasilberries and..."; + mes "I've found... three. Six of them should be enough."; + mes "Let's go back to Snorren."; + close; + } + else if (ep13_mdrama == 17) { + mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; + next; + set .@apple,rand(1,100); + if (.@apple < 50) { + mes "I've been bitten by an unknown insect."; + mes "It hurts!"; + percentheal -30,0; close; } - else if (ep13_mdrama > 27) { - mes "[Terra]"; - mes "I'm sorry..."; - mes "My body is not fully recovered yet..."; + else if (.@apple == 50) { + mes "I found an apple."; + getitem 512,1; //Apple close; } else { - // custom translation - mes "[Terra]"; - mes "I'm sorry... I'm so sleepy..."; - mes "...I want to sleep..."; + mes "There's nothing else."; close; } } + else if (ep13_mdrama > 17) { + mes "There's only an empty shell left."; + close; + } else { - mes "[Terra]"; - mes "ModBurDana...? Mu AnduWehFus Yee OsaLoLars..."; - mes "eoFusser...."; - mes "maurNohser Ur...... ThorNuffLars So "; + mes "A huge fruit is here."; + mes "I don't know what kind of fruit it is."; close; } } -spl_in02,236,92,5 script Arc#ep13md_l02 447,{ +// Monster Suppression +//============================================================ +manuk,252,116,3 script Manuk Galtun#ep13_2day 450,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4613,204 +2701,111 @@ spl_in02,236,92,5 script Arc#ep13md_l02 447,{ mes "try again."; close; } - if (isequipped(2782) == 1) { - if (ep13_mdrama == 26) { - mes "[Terra]"; - mes "........."; + if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { + if (ep13_2_days01 == 0) { + mes "[Strom]"; + mes "Hello."; + mes "You're a human right?"; + mes "My name is Strom."; next; - mes "[Arc]"; - mes "I see. That's what happened."; - mes "But... That Sapha...What has he become to you in that short period of time?"; + mes "[Strom]"; + mes "But, you guys seem so weak."; + mes "You don't have solid skin nor enough power."; next; - select("Arc?"); - mes "[Arc]"; - mes "Ah, finally. I've been speaking with Terra while we waited for you."; - mes "Terra. This is who saved you..."; - if (Sex == 0) { - mes "You should thank her."; + mes "[Strom]"; + mes "How did you guys get here?"; + next; + mes "[Strom]"; + mes "Your language seems gentle, but it seems like you are here to create more tension."; + next; + switch(select("Keep the peace.:...")) { + case 1: + mes "[" + strcharinfo(0) + "]"; + mes "Yes, we humans are smaller than you... but..."; + mes "we have been training ourselves to be strong."; + next; + mes "[" + strcharinfo(0) + "]"; + mes "Now let me show you that"; + mes "we can match your strength!"; + next; + if (ep13_mdrama > 5) { + mes "[Strom]"; + mes "Anyway..."; + mes "Some bad things happened to my one of my colleagues in that cave you found recently."; + next; + mes "[Strom]"; + mes "There're monsters called ^4d4dffRata^000000 and ^4d4dffDueyrr^000000."; + mes "If you terminate them, I would regard you as a decent and strong person."; + set ep13_2_days01,1; + setquest 7074; + setquest 7075; + close; + } + else { + mes "[Strom]"; + mes "...is that it?"; + mes "Let me think."; + mes "Since you have so much confidence in their abilities..."; + mes "I will find you a worthy challenge to prove it."; + close; + } + case 2: + mes "[" + strcharinfo(0) + "]"; + mes "Yes, but human beings can be stronger when they all work together."; + close; + } + } + else if (ep13_2_days01 == 1) { + set .@qst_cpl01,checkquest(7074,HUNTING); + set .@qst_cpl02,checkquest(7075,HUNTING); + if ((.@qst_cpl01 == 2) & (.@qst_cpl02 == 2)) { + mes "[Strom]"; + mes "Sure enough... I, the Sapha Galtun, Strom, apologize to you. I should not have been so quick to despise you."; + mes "I admit that you are a brave soldier, please feel free to visit Manuk."; + next; + mes "[Strom]"; + mes "Although I don't have much to offer, please accept these coins."; + mes "If you need to buy something, you can use them."; + completequest 7074; + completequest 7075; + set ep13_2_days01,2; + getexp 50000,30000; + getitem 6080,10; //Manuk_Coin + close; } else { - mes "You should thank him."; + mes "[Strom]"; + mes "If you want to show you're so strong..."; + mes "Please find and defeat the Rata and Duneyrr in the cave."; + close; } + } + else { + mes "[Strom]"; + mes "Here icy climate is not suitable for biological survival, but we do not feel cold,"; + mes "so we're not very concerned about it."; next; - mes "[Terra]"; - mes "Thank you..."; - mes "I'm sorry Arc... Sorry..."; - mes "......"; - next; - mes "[Arc]"; - mes "So, this is the story."; - mes "Terra was wandering around your Camp and found a Sapha who was also wandering around your Camp at the time."; - next; - mes "[Arc]"; - mes "They were both being cautious not to be seen by you humans but they caught sight of each other and started to fight."; - next; - mes "[Arc]"; - mes "And then they eventually fell into that hole in the swamp and ended up in that cave."; - next; - mes "[Terra]"; - mes "Yeah... We were both unconscious for some time.."; - mes "And by the time we were able to wake up and see... We were surrounded."; - next; - mes "[Terra]"; - mes "Our main concern was getting out of there..."; - mes "Even though we couldn't understand each other's language... We made a temporary truce."; - next; - mes "[Terra]"; - mes "And then....."; - mes "........."; - next; - select("So that's what happened."); - mes "[" + strcharinfo(0) + "]"; - mes "You were outnumbered and at the last moment Ogen sacrificed himself to protect you."; - next; - mes "[Terra]"; - mes "So... I wanted to help him..."; - mes "I was just trying to repay him..."; - next; - mes "[Terra]"; - mes "Was I wrong...?"; - mes "Was I thinking wrong?"; - next; - mes "[Arc]"; - mes "Repaying one's dept is a good thing."; - mes "Especially for a proud Laphine, It sure is."; - next; - mes "[Arc]"; - mes "But Terra..."; - mes "You've made two big mistakes."; - mes "First is, You went away without permission..."; - mes "And secondly..."; - next; - mes "[Arc]"; - mes "You didn't ask for help."; - mes "If something like that happened... of course I would help..."; - next; - mes "[Terra]"; - mes "I'm sorry Arc... I'm sorry..."; - mes "I won't act foolish ever again."; - next; - mes "[Arc]"; - mes "Get some rest."; - mes "I will put in a good word to the superiors..."; - mes "And " + strcharinfo(0) + "..."; - mes "Thank you."; - next; - mes "[Arc]"; - mes "Here, I will give you these to show my appreciation."; - mes "It's not much, but you will be able to buy things in Splendide with these."; - next; - mes "[Arc]"; - mes "I'm sorry this is all I can give you for now."; - set ep13_mdrama,27; - getitem 6081,25; //Splendide_Coin - getexp 120000,10000; - completequest 7071; - close; - } - else if (ep13_mdrama == 27) { - mes "[Arc]"; - mes "Terra. Get some rest..."; - mes "Rest easy..."; - mes "And..."; - next; - mes "[Arc]"; - mes ".Originally.. we Laphine were extremely reluctant to have others in our area."; - mes "" + strcharinfo(0) + ", you will be a special exception."; - next; - mes "[Arc]"; - mes "That's what Terra wants too."; - mes "It might be cramped, but you are always welcome to visit us."; - set ep13_mdrama,28; - close; - } - else if (ep13_mdrama > 27) { - mes "[Arc]"; - mes "How are you adapting to Splendide?"; - mes "Terra's still not fully recovered yet, so keep that in mind."; - close; - } - else { - // custom translation - mes "[Arc]"; - mes "The back of the right ... "; - mes "......"; - close; - } - } - else { - mes "[Arc]"; - mes "HirWosWeh. Yee DiebVilFar U manTalVil."; - mes "LarsNeiser...??"; - mes "VeldTiTal Ko SharDurYur Di ?"; - close; - } -} - -splendide,287,140,0 script terrashome_in 45,1,1,{ -OnTouch: - if (ep13_mdrama > 25) { - warp "spl_in02",237,89; - end; - } - else { - mes "It's locked."; - close; - } -} - -spl_in02,236,86,0 warp terrashome_out 1,1,splendide,285,139; - -spl_fild01,357,44,0 script ???#ep13mdf01 844,{ - if (checkweight(1201,2) == 0) { - mes "Wait a moment!!"; - mes "You have too many items."; - mes "You can't receive this."; - mes "Lighten your weight and"; - mes "try again."; - close; - } - if (ep13_mdrama == 14) { - mes "There's some kind of fruit lying on the ground."; - mes "I see a small berry inside of a big outer shell..."; - mes "It is a Yggdrasil!"; - set ep13_mdrama,15; - getitem 607,1; //Yggdrasilberry - getitem 522,1; //Fruit_Of_Mastela - close; - } - else if (ep13_mdrama == 15) { - mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; - next; - set .@apple,rand(1,100); - if (.@apple < 50) { - mes "I've been bitten by an unknown insect."; - mes "It hurts!"; - percentheal -30,0; - close; - } - else if (.@apple == 50) { - mes "I found an apple."; - getitem 512,1; //Apple - close; - } - else { - mes "There's nothing else."; + mes "[Strom]"; + mes "But... you're different."; + mes "In such cold weather, you are best to don Hillslions fur..."; close; } } - else if (ep13_mdrama > 15) { - mes "There's only an empty shell left."; - close; - } else { - mes "A huge fruit is here."; - mes "I don't know what kind of fruit it is."; - close; + mes "[Manuk Galtun]"; + mes "Arpe? Yu osp sad?"; + mes "EW pisdn psa?"; + mes "We psis?"; } + close; } -spl_fild01,312,79,0 script ???#ep13mdf02 844,{ +// Daily Quests +// - Bradium Collection +// - Laphine Craftsman +// - Drago Egg Collection (npc includes 'Wanted' quest) +//============================================================ +man_in01,378,276,3 script Manuk Engineer#ep13_2 453,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4819,104 +2814,106 @@ spl_fild01,312,79,0 script ???#ep13mdf02 844,{ mes "try again."; close; } - if (ep13_mdrama == 15) { - mes "There's some kind of fruit lying on the ground."; - mes "I see a small berry inside of a big outer shell..."; - mes "It is a Yggdrasil!"; - set ep13_mdrama,16; - getitem 607,1; //Yggdrasilberry - getitem 522,1; //Fruit_Of_Mastela - close; - } - else if (ep13_mdrama == 16) { - mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; - next; - set .@apple,rand(1,100); - if (.@apple < 50) { - mes "I've been bitten by an unknown insect."; - mes "It hurts!"; - percentheal -30,0; - close; - } - else if (.@apple == 50) { - mes "I found an apple."; - getitem 512,1; //Apple - close; + if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { + set .@alba,checkquest(7080); + if ((.@alba == 0) || (.@alba == 1)) { + set .@time_chek,checkquest(7080,PLAYTIME); + if (.@time_chek != 2) { + mes "[Manuk Engineer]"; + mes "Thank you for collecting the Enriched Bradium for me, it was very helpful."; + mes "We've got more than enough for now though."; + close; + } + else { + mes "[Manuk Engineer]"; + mes "Thank you for collecting the Enriched Bradium for me, it was very helpful."; + mes "I hope you can help me again."; + erasequest 7080; + close; + } } else { - mes "There's nothing else."; - close; + set .@alba2,checkquest(7079); + if ((.@alba2 == 0) || (.@alba2 == 1)) { + if (countitem(6090) > 19) { + mes "[Manuk Engineer]"; + mes "Oh, that will do very well."; + mes "On behalf of the Sapha, I extend our thanks to you."; + mes "I hope you can help us again."; + delitem 6090,20; //Purified_Bradium + erasequest 7079; + setquest 7080; + getexp 4000,4000; + getitem 6080,3; //Manuk_Coin + close; + } + else { + mes "[Manuk Engineer]"; + mes "What's up?"; + mes "You're not prepared yet."; + close; + } + } + else { + mes "[Manuk Engineer]"; + mes "Hello."; + mes "This is where we refine stones."; + next; + switch(select("About collecting stones.:About the usage of stones.")) { + case 1: + mes "[Manuk Engineer]"; + mes "To prevent our bodies from becoming numb, we need Bradium."; + mes "From the Bradium we can extract a special element that we need to survive."; + //mes "��?����???�������'��"; + next; + mes "[Manuk Engineer]"; + mes "The mining industry is primary here since our lives depend on it."; + mes "But the mine has become clogged."; + next; + mes "[Manuk Engineer]"; + mes "I've already heard that you guys are good soldiers."; + mes "Would you mind terminating the Bradium Golem, and bringing back some Bradium for me?"; + next; + switch(select("Sure, I don't mind.:Nope, I can't.")) { + case 1: + mes "[Manuk Engineer]"; + mes "Then take this mission."; + mes "Please hunt Bradium Golem and bring me 20 blended Bradium."; + setquest 7079; + close; + case 2: + mes "[Manuk Engineer]"; + mes "Oh, this is our fate."; + mes "How could I be so naive to depend on others?"; + close; + } + case 2: + mes "[Manuk Engineer]"; + mes "We refine Bradium and extract special things from it."; + mes "Then form that into an injection."; + mes "When it is refined it is used to maintain our body cycles."; + next; + mes "[Manuk Engineer]"; + mes "That's why we are quite advanced in this industry."; + mes "Other industries are also well developed... but..."; + next; + mes "[Manuk Engineer]"; + mes "This is our top priority because it is crucial for our survival."; + close; + } + } } } - else if (ep13_mdrama > 16) { - mes "There's only an empty shell left."; - close; - } else { - mes "A huge fruit is here."; - mes "I don't know what kind of fruit it is."; + mes "[Manuk Engineer]"; + mes "Aweo wpe?"; + mes "Sdd psiem!"; + mes "Awq ouwn ksudh bud ds."; close; } } -spl_fild01,329,29,0 script ???#ep13mdf03 844,{ - if (checkweight(1201,2) == 0) { - mes "Wait a moment!!"; - mes "You have too many items."; - mes "You can't receive this."; - mes "Lighten your weight and"; - mes "try again."; - close; - } - if (ep13_mdrama == 16) { - mes "There's some kind of fruit lying on the ground."; - mes "I see a small berry inside of a big outer shell..."; - mes "It is a Yggdrasil!"; - set ep13_mdrama,17; - getitem 607,1; //Yggdrasilberry - getitem 522,1; //Fruit_Of_Mastela - changequest 7063,7064; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Arc gave me three Yggdrasilberries and..."; - mes "I've found... three. Six of them should be enough."; - mes "Let's go back to Snorren."; - close; - } - else if (ep13_mdrama == 17) { - mes "I've already pulled out a Yggdradsil... but is there anyting else..?"; - next; - set .@apple,rand(1,100); - if (.@apple < 50) { - mes "I've been bitten by an unknown insect."; - mes "It hurts!"; - percentheal -30,0; - close; - } - else if (.@apple == 50) { - mes "I found an apple."; - getitem 512,1; //Apple - close; - } - else { - mes "There's nothing else."; - close; - } - } - else if (ep13_mdrama > 17) { - mes "There's only an empty shell left."; - close; - } - else { - mes "A huge fruit is here."; - mes "I don't know what kind of fruit it is."; - close; - } -} - -// Monster Suppression -//============================================================ -manuk,252,116,3 script Manuk Galtun#ep13_2day 450,{ +spl_in01,97,313,3 script Laphine Craftsman#ep13 446,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -4926,351 +2923,130 @@ manuk,252,116,3 script Manuk Galtun#ep13_2day 450,{ close; } if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { - if (ep13_2_days01 == 0) { - mes "[Strom]"; - mes "Hello."; - mes "You're a human right?"; - mes "My name is Strom."; - next; - mes "[Strom]"; - mes "But, you guys seem so weak."; - mes "You don't have solid skin nor enough power."; - next; - mes "[Strom]"; - mes "How did you guys get here?"; - next; - mes "[Strom]"; - mes "Your language seems gentle, but it seems like you are here to create more tension."; - next; - switch(select("Keep the peace.:...")) { - case 1: - mes "[" + strcharinfo(0) + "]"; - mes "Yes, we humans are smaller than you... but..."; - mes "we have been training ourselves to be strong."; - next; - mes "[" + strcharinfo(0) + "]"; - mes "Now let me show you that"; - mes "we can match your strength!"; - next; - if (ep13_mdrama > 5) { - mes "[Strom]"; - mes "Anyway..."; - mes "Some bad things happened to my one of my colleagues in that cave you found recently."; - next; - mes "[Strom]"; - mes "There're monsters called ^4d4dffRata^000000 and ^4d4dffDueyrr^000000."; - mes "If you terminate them, I would regard you as a decent and strong person."; - set ep13_2_days01,1; - setquest 7074; - setquest 7075; + if (ep13_mdrama > 5) { + set .@alba,checkquest(7082); + if (.@alba == 1) { + set .@time_chek,checkquest(7082,PLAYTIME); + if ((.@time_chek == 0) || (.@time_chek == 1)) { + mes "[Laphine craftsman]"; + mes "Thank you for collecting those items for me."; + mes "That should be sufficient for the time being."; close; } else { - mes "[Strom]"; - mes "...is that it?"; - mes "Let me think."; - mes "Since you have so much confidence in their abilities..."; - mes "I will find you a worthy challenge to prove it."; + mes "[Laphine craftsman]"; + mes "Thank you for collecting those items for me."; + mes "Hopefully you can help us again."; + erasequest 7082; close; } - case 2: - mes "[" + strcharinfo(0) + "]"; - mes "Yes, but human beings can be stronger when they all work together."; - close; - } - } - else if (ep13_2_days01 == 1) { - set .@qst_cpl01,checkquest(7074,HUNTING); - set .@qst_cpl02,checkquest(7075,HUNTING); - if ((.@qst_cpl01 == 2) & (.@qst_cpl02 == 2)) { - mes "[Strom]"; - mes "Sure enough... I, the Sapha Galtun, Strom, apologize to you. I should not have been so quick to despise you."; - mes "I admit that you are a brave soldier, please feel free to visit Manuk."; - next; - mes "[Strom]"; - mes "Although I don't have much to offer, please accept these coins."; - mes "If you need to buy something, you can use them."; - completequest 7074; - completequest 7075; - set ep13_2_days01,2; - getexp 50000,30000; - getitem 6080,10; //Manuk_Coin - close; } else { - mes "[Strom]"; - mes "If you want to show you're so strong..."; - mes "Please find and defeat the Rata and Duneyrr in the cave."; - close; + set .@alba2,checkquest(7081); + if ((.@alba2 == 0) || (.@alba2 == 1)) { + if ((countitem(7326) > 14) && (countitem(6075) > 14)) { + mes "[Laphine craftsman]"; + mes "Oh, fantastic."; + mes "These are enough materials for today."; + mes "I'll let you know if I need more."; + delitem 7326,15; //Fluorescent_Liquid + delitem 6075,15; //Crystalized_Teardrop + erasequest 7081; + setquest 7082; + getexp 3000,3000; + getitem 6081,3; //Splendide_Coin + close; + } + else { + mes "[Laphine craftsman]"; + mes "What can I help you with?"; + mes "Not yet done with my request?"; + close; + } + } + else { + mes "[Laphine craftsman]"; + mes "What's up??"; + mes "I need to make more decorations for the Yai."; + next; + switch(select("May I help you?:What's a Yai?")) { + case 1: + mes "[Laphine craftsman]"; + mes "You want to help?"; + mes "This place is being used for battle but it is also our home."; + next; + mes "[Laphine craftsman]"; + mes "We prefer to be alone so we must each have our own Yai."; + mes "Though we are in a military base we should take care of each Yai."; + next; + mes "[Laphine craftsman]"; + mes "I am not a soldier but we hope all of us to be as confident as they are."; + mes "I would like to support all Laphine with my skills."; + next; + mes "[Laphine craftsman]"; + mes "So I want to help make decorations for everyone's Yai."; + mes "I need more materials to make them."; + next; + mes "[Laphine craftsman]"; + mes "I heard that a water ghost has been appearing in the cave."; + mes "Can you bring me 15 Crystallized Teardrop and 15 Fluorescent Liquid?"; + next; + switch(select("Yes.:Sorry.")) { + case 1: + mes "[Laphine craftsman]"; + mes "Please take my request."; + mes "Can you bring me 15 Crystallized Teardrop and 15 Fluorescent Liquid?"; + setquest 7081; + close; + case 2: + mes "[Laphine craftsman]"; + mes "Yes, I'm sure that you have your own business to attend to."; + mes "I feel embarrassed asking a favor from you, as a Laphine."; + next; + mes "[Laphine craftsman]"; + mes "But, why are you trying to be involved in our business yet you won't take up our request?"; + close; + } + case 2: + mes "[Laphine craftsman]"; + mes "Yai..."; + mes "All grown Laphine have one."; + mes "They're essential for all Laphine to live in since we are very private people."; + next; + select("It's a house...?"); + mes "[Laphine craftsman]"; + mes "Yes..."; + mes "That's it. We sometimes invite our friends or guests to our Yai."; + mes "And decorations for Yai are quite important to us..."; + next; + mes "[Laphine craftsman]"; + mes "We Laphine care about ourselves and our Yai as well."; + next; + mes "[Laphine craftsman]"; + mes "We are far away from our hometown now..."; + mes "If we don't have this kind of hobby, there's nothing to enjoy here."; + close; + } + } } } else { - mes "[Strom]"; - mes "Here icy climate is not suitable for biological survival, but we do not feel cold,"; - mes "so we're not very concerned about it."; - next; - mes "[Strom]"; - mes "But... you're different."; - mes "In such cold weather, you are best to don Hillslions fur..."; + mes "[Laphine craftsman]"; + mes "Hm? Oh, can't you see I'm busy?"; + mes "I'm making ornaments though, if you must know."; close; } } else { - mes "[Manuk Galtun]"; - mes "Arpe? Yu osp sad?"; - mes "EW pisdn psa?"; - mes "We psis?"; + mes "[Laphine craftsman]"; + mes "Yur,Dur AnoVa?"; + mes "Wha? Dieb OsaDur .. "; + mes "ah..RuffThus NeAsh. man nesAsh OdesAlah ?"; + close; } - close; } -// Daily Quests -// - Bradium Collection -// - Laphine Craftsman -// - Drago Egg Collection (npc includes 'Wanted' quest) -//============================================================ -man_in01,378,276,3 script Manuk Engineer#ep13_2 453,{ - if (checkweight(1201,2) == 0) { - mes "Wait a moment!!"; - mes "You have too many items."; - mes "You can't receive this."; - mes "Lighten your weight and"; - mes "try again."; - close; - } - if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { - set .@alba,checkquest(7080); - if ((.@alba == 0) || (.@alba == 1)) { - set .@time_chek,checkquest(7080,PLAYTIME); - if (.@time_chek != 2) { - mes "[Manuk Engineer]"; - mes "Thank you for collecting the Enriched Bradium for me, it was very helpful."; - mes "We've got more than enough for now though."; - close; - } - else { - mes "[Manuk Engineer]"; - mes "Thank you for collecting the Enriched Bradium for me, it was very helpful."; - mes "I hope you can help me again."; - erasequest 7080; - close; - } - } - else { - set .@alba2,checkquest(7079); - if ((.@alba2 == 0) || (.@alba2 == 1)) { - if (countitem(6090) > 19) { - mes "[Manuk Engineer]"; - mes "Oh, that will do very well."; - mes "On behalf of the Sapha, I extend our thanks to you."; - mes "I hope you can help us again."; - delitem 6090,20; //Purified_Bradium - erasequest 7079; - setquest 7080; - getexp 4000,4000; - getitem 6080,3; //Manuk_Coin - close; - } - else { - mes "[Manuk Engineer]"; - mes "What's up?"; - mes "You're not prepared yet."; - close; - } - } - else { - mes "[Manuk Engineer]"; - mes "Hello."; - mes "This is where we refine stones."; - next; - switch(select("About collecting stones.:About the usage of stones.")) { - case 1: - mes "[Manuk Engineer]"; - mes "To prevent our bodies from becoming numb, we need Bradium."; - mes "From the Bradium we can extract a special element that we need to survive."; - //mes "��?����???�������'��"; - next; - mes "[Manuk Engineer]"; - mes "The mining industry is primary here since our lives depend on it."; - mes "But the mine has become clogged."; - next; - mes "[Manuk Engineer]"; - mes "I've already heard that you guys are good soldiers."; - mes "Would you mind terminating the Bradium Golem, and bringing back some Bradium for me?"; - next; - switch(select("Sure, I don't mind.:Nope, I can't.")) { - case 1: - mes "[Manuk Engineer]"; - mes "Then take this mission."; - mes "Please hunt Bradium Golem and bring me 20 blended Bradium."; - setquest 7079; - close; - case 2: - mes "[Manuk Engineer]"; - mes "Oh, this is our fate."; - mes "How could I be so naive to depend on others?"; - close; - } - case 2: - mes "[Manuk Engineer]"; - mes "We refine Bradium and extract special things from it."; - mes "Then form that into an injection."; - mes "When it is refined it is used to maintain our body cycles."; - next; - mes "[Manuk Engineer]"; - mes "That's why we are quite advanced in this industry."; - mes "Other industries are also well developed... but..."; - next; - mes "[Manuk Engineer]"; - mes "This is our top priority because it is crucial for our survival."; - close; - } - } - } - } - else { - mes "[Manuk Engineer]"; - mes "Aweo wpe?"; - mes "Sdd psiem!"; - mes "Awq ouwn ksudh bud ds."; - close; - } -} - -spl_in01,97,313,3 script Laphine Craftsman#ep13 446,{ - if (checkweight(1201,2) == 0) { - mes "Wait a moment!!"; - mes "You have too many items."; - mes "You can't receive this."; - mes "Lighten your weight and"; - mes "try again."; - close; - } - if ((isequipped(2782) == 1) && (ep13_2_rhea > 99)) { - if (ep13_mdrama > 5) { - set .@alba,checkquest(7082); - if (.@alba == 1) { - set .@time_chek,checkquest(7082,PLAYTIME); - if ((.@time_chek == 0) || (.@time_chek == 1)) { - mes "[Laphine craftsman]"; - mes "Thank you for collecting those items for me."; - mes "That should be sufficient for the time being."; - close; - } - else { - mes "[Laphine craftsman]"; - mes "Thank you for collecting those items for me."; - mes "Hopefully you can help us again."; - erasequest 7082; - close; - } - } - else { - set .@alba2,checkquest(7081); - if ((.@alba2 == 0) || (.@alba2 == 1)) { - if ((countitem(7326) > 14) && (countitem(6075) > 14)) { - mes "[Laphine craftsman]"; - mes "Oh, fantastic."; - mes "These are enough materials for today."; - mes "I'll let you know if I need more."; - delitem 7326,15; //Fluorescent_Liquid - delitem 6075,15; //Crystalized_Teardrop - erasequest 7081; - setquest 7082; - getexp 3000,3000; - getitem 6081,3; //Splendide_Coin - close; - } - else { - mes "[Laphine craftsman]"; - mes "What can I help you with?"; - mes "Not yet done with my request?"; - close; - } - } - else { - mes "[Laphine craftsman]"; - mes "What's up??"; - mes "I need to make more decorations for the Yai."; - next; - switch(select("May I help you?:What's a Yai?")) { - case 1: - mes "[Laphine craftsman]"; - mes "You want to help?"; - mes "This place is being used for battle but it is also our home."; - next; - mes "[Laphine craftsman]"; - mes "We prefer to be alone so we must each have our own Yai."; - mes "Though we are in a military base we should take care of each Yai."; - next; - mes "[Laphine craftsman]"; - mes "I am not a soldier but we hope all of us to be as confident as they are."; - mes "I would like to support all Laphine with my skills."; - next; - mes "[Laphine craftsman]"; - mes "So I want to help make decorations for everyone's Yai."; - mes "I need more materials to make them."; - next; - mes "[Laphine craftsman]"; - mes "I heard that a water ghost has been appearing in the cave."; - mes "Can you bring me 15 Crystallized Teardrop and 15 Fluorescent Liquid?"; - next; - switch(select("Yes.:Sorry.")) { - case 1: - mes "[Laphine craftsman]"; - mes "Please take my request."; - mes "Can you bring me 15 Crystallized Teardrop and 15 Fluorescent Liquid?"; - setquest 7081; - close; - case 2: - mes "[Laphine craftsman]"; - mes "Yes, I'm sure that you have your own business to attend to."; - mes "I feel embarrassed asking a favor from you, as a Laphine."; - next; - mes "[Laphine craftsman]"; - mes "But, why are you trying to be involved in our business yet you won't take up our request?"; - close; - } - case 2: - mes "[Laphine craftsman]"; - mes "Yai..."; - mes "All grown Laphine have one."; - mes "They're essential for all Laphine to live in since we are very private people."; - next; - select("It's a house...?"); - mes "[Laphine craftsman]"; - mes "Yes..."; - mes "That's it. We sometimes invite our friends or guests to our Yai."; - mes "And decorations for Yai are quite important to us..."; - next; - mes "[Laphine craftsman]"; - mes "We Laphine care about ourselves and our Yai as well."; - next; - mes "[Laphine craftsman]"; - mes "We are far away from our hometown now..."; - mes "If we don't have this kind of hobby, there's nothing to enjoy here."; - close; - } - } - } - } - else { - mes "[Laphine craftsman]"; - mes "Hm? Oh, can't you see I'm busy?"; - mes "I'm making ornaments though, if you must know."; - close; - } - } - else { - mes "[Laphine craftsman]"; - mes "Yur,Dur AnoVa?"; - mes "Wha? Dieb OsaDur .. "; - mes "ah..RuffThus NeAsh. man nesAsh OdesAlah ?"; - close; - } -} - -mid_camp,146,306,3 script Pet Breeder#ep13_eden01 982,{ +mid_camp,146,306,3 script Pet Breeder#ep13_eden01 982,{ if (checkweight(1201,2) == 0) { mes "Wait a moment!!"; mes "You have too many items."; @@ -5531,7 +3307,7 @@ mid_camp,192,239,4 script Wanted Sign#ep13_2ect01 857,{ } } -nyd_dun01,258,134,0 script Dragon Egg#ep13_degg01 463,{ +- script Dragon Egg#ep13_degg_0 -1,{ if (checkweight(1201,2) == 0) { mes "- You're carrying too many items. -"; close; @@ -5539,27 +3315,34 @@ nyd_dun01,258,134,0 script Dragon Egg#ep13_degg01 463,{ if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { mes "We just got fresh eggs from the dragon nest."; getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg01"; + disablenpc strnpcinfo(1); initnpctimer; close; } end; OnTimer420000: - enablenpc "Dragon Egg#ep13_degg01"; + enablenpc strnpcinfo(1); stopnpctimer; end; OnEnable: - enablenpc "Dragon Egg#ep13_degg01"; + enablenpc strnpcinfo(1); end; OnDisable: - disablenpc "Dragon Egg#ep13_degg01"; + disablenpc strnpcinfo(1); end; } -nyd_dun01,100,210,0 script Dragon Egg#ep13_degg02 463,{ +nyd_dun01,258,134,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg01 463 +nyd_dun01,100,210,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg02 463 +nyd_dun01,74,68,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg03 463 +nyd_dun01,98,142,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg04 463 +nyd_dun01,244,157,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg05 463 +nyd_dun01,59,185,0 duplicate(Dragon Egg#ep13_degg_0) Dragon Egg#ep13_degg06 463 + +nyd_dun02,68,256,0 script Dragon Egg#ep13_degg_1 463,{ if (checkweight(1201,2) == 0) { mes "- You're carrying too many items. -"; close; @@ -5567,27 +3350,31 @@ nyd_dun01,100,210,0 script Dragon Egg#ep13_degg02 463,{ if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { mes "We just got fresh eggs from the dragon nest."; getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg02"; + disablenpc strnpcinfo(1); initnpctimer; close; } end; -OnTimer420000: - enablenpc "Dragon Egg#ep13_degg02"; +OnTimer240000: + enablenpc strnpcinfo(1); stopnpctimer; end; OnEnable: - enablenpc "Dragon Egg#ep13_degg02"; + enablenpc strnpcinfo(1); end; OnDisable: - disablenpc "Dragon Egg#ep13_degg02"; + disablenpc strnpcinfo(1); end; } -nyd_dun01,74,68,0 script Dragon Egg#ep13_degg03 463,{ +nyd_dun02,68,256,0 duplicate(Dragon Egg#ep13_degg_1) Dragon Egg#ep13_degg11 463 +nyd_dun02,202,166,0 duplicate(Dragon Egg#ep13_degg_1) Dragon Egg#ep13_degg12 463 +nyd_dun02,200,165,0 duplicate(Dragon Egg#ep13_degg_1) Dragon Egg#ep13_degg13 463 + +nyd_dun02,201,166,0 script Dragon Egg#ep13_degg_2 463,{ if (checkweight(1201,2) == 0) { mes "- You're carrying too many items. -"; close; @@ -5595,293 +3382,43 @@ nyd_dun01,74,68,0 script Dragon Egg#ep13_degg03 463,{ if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { mes "We just got fresh eggs from the dragon nest."; getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg03"; + disablenpc strnpcinfo(1); initnpctimer; close; } end; -OnTimer420000: - enablenpc "Dragon Egg#ep13_degg03"; +OnTimer120000: + enablenpc strnpcinfo(1); stopnpctimer; end; OnEnable: - enablenpc "Dragon Egg#ep13_degg03"; + enablenpc strnpcinfo(1); end; OnDisable: - disablenpc "Dragon Egg#ep13_degg03"; + disablenpc strnpcinfo(1); end; } -nyd_dun01,98,142,0 script Dragon Egg#ep13_degg04 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg04"; - initnpctimer; - close; - } - end; +nyd_dun02,201,166,0 duplicate(Dragon Egg#ep13_degg_2) Dragon Egg#ep13_degg16 463 +nyd_dun02,203,167,0 duplicate(Dragon Egg#ep13_degg_2) Dragon Egg#ep13_degg17 463 +nyd_dun02,201,164,0 duplicate(Dragon Egg#ep13_degg_2) Dragon Egg#ep13_degg18 463 -OnTimer420000: - enablenpc "Dragon Egg#ep13_degg04"; - stopnpctimer; - end; +nyd_dun02,201,157,5 script Egg Keeper Draco#13_1 2013,3,3,{ OnEnable: - enablenpc "Dragon Egg#ep13_degg04"; + enablenpc "Egg Keeper Draco#13_1"; end; OnDisable: - disablenpc "Dragon Egg#ep13_degg04"; - end; -} - -nyd_dun01,244,157,0 script Dragon Egg#ep13_degg05 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg05"; - initnpctimer; - close; - } - end; - -OnTimer420000: - enablenpc "Dragon Egg#ep13_degg05"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg05"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg05"; - end; -} - -nyd_dun01,59,185,0 script Dragon Egg#ep13_degg06 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg06"; - initnpctimer; - close; - } - end; - -OnTimer420000: - enablenpc "Dragon Egg#ep13_degg06"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg06"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg06"; - end; -} - -nyd_dun02,68,256,0 script Dragon Egg#ep13_degg11 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg11"; - initnpctimer; - close; - } - end; - -OnTimer240000: - enablenpc "Dragon Egg#ep13_degg11"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg11"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg11"; - end; -} - -nyd_dun02,202,166,0 script Dragon Egg#ep13_degg12 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg12"; - initnpctimer; - close; - } - end; - -OnTimer240000: - enablenpc "Dragon Egg#ep13_degg12"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg12"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg12"; - end; -} - -nyd_dun02,200,165,0 script Dragon Egg#ep13_degg13 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg13"; - initnpctimer; - close; - } - end; - -OnTimer240000: - enablenpc "Dragon Egg#ep13_degg13"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg13"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg13"; - end; -} - -nyd_dun02,201,166,0 script Dragon Egg#ep13_degg16 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg16"; - initnpctimer; - close; - } - end; - -OnTimer120000: - enablenpc "Dragon Egg#ep13_degg16"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg16"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg16"; - end; -} - -nyd_dun02,203,167,0 script Dragon Egg#ep13_degg17 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - else { - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg17"; - initnpctimer; - close; - } - end; - -OnTimer120000: - enablenpc "Dragon Egg#ep13_degg17"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg17"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg17"; - end; -} - -nyd_dun02,201,164,0 script Dragon Egg#ep13_degg18 463,{ - if (checkweight(1201,2) == 0) { - mes "- You're carrying too many items. -"; - close; - } - if ((ep13_2_dayegg == 1) && (countitem(6093) < 10)) { - mes "We just got fresh eggs from the dragon nest."; - getitem 6093,1; //Egg_Of_Draco - disablenpc "Dragon Egg#ep13_degg18"; - initnpctimer; - close; - } - end; - -OnTimer120000: - enablenpc "Dragon Egg#ep13_degg18"; - stopnpctimer; - end; - -OnEnable: - enablenpc "Dragon Egg#ep13_degg18"; - end; - -OnDisable: - disablenpc "Dragon Egg#ep13_degg18"; - end; -} - -nyd_dun02,201,157,5 script Egg Keeper Draco#13_1 2013,3,3,{ - -OnEnable: - enablenpc "Egg Keeper Draco#13_1"; - end; - -OnDisable: - disablenpc "Egg Keeper Draco#13_1"; - end; - -OnTouch: - disablenpc "Egg Keeper Draco#13_1"; - monster "nyd_dun02",201,157,"Egg Keeper Draco",2013,1,"Egg Keeper Draco#13_3::OnMyMobDead"; + disablenpc "Egg Keeper Draco#13_1"; + end; + +OnTouch: + disablenpc "Egg Keeper Draco#13_1"; + monster "nyd_dun02",201,157,"Egg Keeper Draco",2013,1,"Egg Keeper Draco#13_3::OnMyMobDead"; end; } @@ -5959,6 +3496,7 @@ nyd_dun02,206,114,5 script Stranger#ep13_2_dan02 456,3,3,{ end; OnInit: +OnDisable: disablenpc "Stranger#ep13_2_dan02"; end; @@ -5966,10 +3504,6 @@ OnEnable: enablenpc "Stranger#ep13_2_dan02"; end; -OnDisable: - disablenpc "Stranger#ep13_2_dan02"; - end; - Oncall: monster "nyd_dun02",206,114,"Runway Dandelion",2026,1,"Stranger#ep13_2_dan04::OnMyMobDead"; end; @@ -5994,13 +3528,8 @@ OnMyMobDead: end; OnTimer300000: - set .@temp_call,rand(1,2); - if (.@temp_call == 1) { - enablenpc "Stranger#ep13_2_dan01"; - } - else { - donpcevent "Stranger#ep13_2_dan02::OnEnable"; - } + if (rand(2)) enablenpc "Stranger#ep13_2_dan01"; + else donpcevent "Stranger#ep13_2_dan02::OnEnable"; stopnpctimer; end; } @@ -6013,13 +3542,8 @@ OnMyMobDead: end; OnTimer300000: - set .@temp_call,rand(1,2); - if (.@temp_call == 1) { - enablenpc "Stranger#ep13_2_dan02"; - } - else { - donpcevent "Stranger#ep13_2_dan01::OnEnable"; - } + if (rand(2)) enablenpc "Stranger#ep13_2_dan02"; + else donpcevent "Stranger#ep13_2_dan01::OnEnable"; stopnpctimer; end; } @@ -6974,24 +4498,20 @@ mid_camp,147,256,3 script Rune Midgarts Magician#1 735,{ } } -spl_fild02,27,218,0 script Half-buried Gem#1 844,{ +function script jewel_13_2 { if (ep13_2_rhea < 5) { mes "- Under a round pile of earth, -"; - mes "- there's a Red Gem -"; + mes "- there's a "+getarg(0)+" Gem -"; mes "- half-buried. -"; close; } else if (ep13_2_rhea == 5) { - set .@check_spljew00,checkquest(8241); - if (.@check_spljew00 == -1) { + if (checkquest(8240+getarg(1)) == -1) { mes "- Under a round pile of earth, -"; - mes "- there's a Red Gem -"; + mes "- there's a "+getarg(0)+" Gem -"; mes "- half-buried. -"; next; - switch(select("Dig out the Gem:Leave it alone")) { - case 1: - break; - case 2: + if(select("Dig out the Gem:Leave it alone")==2) { mes "- You overspread some earth over the Gem -"; mes "- and left the Gem as it was. -"; next; @@ -7001,15 +4521,15 @@ spl_fild02,27,218,0 script Half-buried Gem#1 844,{ } if (rand(1,4) == 2) { mes "- You dug up a pile of earth -"; - mes "- and pulled out the Red Gem -"; - setquest 8241; - getitem 7575,1; //Red_Jewel_ + mes "- and pulled out the "+getarg(0)+" Gem -"; + setquest 8240+getarg(1); + getitem 7574+getarg(1),1; close; } else { mes "- As you dug up a pile of earth, -"; mes "- a Thief Bug attacks you! -"; - donpcevent "Half-buried Gem#1::OnDisable"; + donpcevent "Half-buried Gem#"+getarg(1)+"::OnDisable"; next; mes "["+ strcharinfo(0) +"]"; mes "What the heck is this?!?!?!"; @@ -7018,17 +4538,20 @@ spl_fild02,27,218,0 script Half-buried Gem#1 844,{ } else { mes "- Small pile of earth -"; - mes "- which you dug up the Red Gem -"; + mes "- which you dug up the "+getarg(0)+" Gem -"; close; } } else { mes "- Small pile of earth -"; - mes "- which you dug up the Red Gem -"; + mes "- which you dug up the "+getarg(0)+" Gem -"; close; } end; +} +spl_fild02,27,218,0 script Half-buried Gem#1 844,{ + callfunc "jewel_13_2","Red",1; OnInit: hideoffnpc "Half-buried Gem#1"; @@ -7060,79 +4583,27 @@ OnTimer300000: } man_fild03,227,109,0 script Half-buried Gem#2 844,{ - if (ep13_2_rhea < 5) { - mes "- Under a round pile of earth, -"; - mes "- there's a Blue Gem -"; - mes "- half-buried. -"; - close; - } - else if (ep13_2_rhea == 5) { - set .@check_manjew00,checkquest(8242); - if (.@check_manjew00 == -1) { - mes "- Under a round pile of earth, -"; - mes "- there's a Red Gem -"; - mes "- half-buried. -"; - next; - switch(select("Dig out the Gem:Leave it alone")) { - case 1: - break; - case 2: - mes "- You overspread some earth over the Gem -"; - mes "- and left the Gem as it was. -"; - next; - mes "["+ strcharinfo(0) +"]"; - mes "...What the heck am I doing now..."; - close; - } - if (rand(1,4) == 2) { - mes "- You dug up a pile of earth -"; - mes "- and pulled out the Blue Gem -"; - setquest 8242; - getitem 7576,1; //Blue_Jewel_ - close; - } - else { - mes "- As you dug up a pile of earth, -"; - mes "- a Thief Bug attacks you! -"; - donpcevent "Half-buried Gem#2::OnDisable"; - next; - mes "["+ strcharinfo(0) +"]"; - mes "What the heck is this?!?!?!"; - close; - } - } - else { - mes "- Small pile of earth -"; - mes "- which you dug up the Blue Gem -"; - close; - } - } - else { - mes "- Small pile of earth -"; - mes "- which you dug up the Blue Gem -"; - close; - } - end; - -OnInit: - hideoffnpc "Half-buried Gem#2"; - end; - -OnEnable: - hideoffnpc "Half-buried Gem#2"; - stopnpctimer; - end; - -OnDisable: - initnpctimer; - monster "man_fild03",227,109,"Thief Bug",1051,10,"Half-buried Gem#2::OnMyMobDead"; - hideonnpc "Half-buried Gem#2"; - end; - -OnMyMobDead: - if (mobcount("man_fild03","Half-buried Gem#2::OnMyMobDead") < 1) { - donpcevent "Half-buried Gem#2::OnEnable"; - stopnpctimer; + callfunc "jewel_13_2","Blue",2; + +OnInit: + hideoffnpc "Half-buried Gem#2"; + end; + +OnEnable: + hideoffnpc "Half-buried Gem#2"; + stopnpctimer; + end; + +OnDisable: + initnpctimer; + monster "man_fild03",227,109,"Thief Bug",1051,10,"Half-buried Gem#2::OnMyMobDead"; + hideonnpc "Half-buried Gem#2"; + end; + +OnMyMobDead: + if (mobcount("man_fild03","Half-buried Gem#2::OnMyMobDead") < 1) { + donpcevent "Half-buried Gem#2::OnEnable"; + stopnpctimer; } end; @@ -7217,8 +4688,8 @@ mid_camp,7,3,0 script Translator Preparation#1 708,{ //============================================================ man_in01,372,221,5 script Scientist#lifeguard 449,{ if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + mes "[Dr. Lifeguard]"; if (ep13_2_tre == 0) { - mes "[Dr. Lifeguard]"; mes "Recently, it seems like my skin is becoming really dry."; next; mes "[Dr. Lifeguard]"; @@ -7281,225 +4752,67 @@ man_in01,372,221,5 script Scientist#lifeguard 449,{ } else if ((ep13_2_tre == 1) || (ep13_2_tre == 100)) { if (checkweight(1201,1) == 0) { - mes "[Dr. Lifeguard]"; mes "It looks like you're carrying too many things."; mes "Why not put some of your items in storage and come back?"; close; } - set .@dayq_chk,checkquest(2182,PLAYTIME); if ((.@dayq_chk == 0) || (.@dayq_chk == 1)) { - mes "[Dr. Lifeguard]"; mes "The future of the Sapha is up to you."; mes "I do not have any need of your help right now."; close; } else { erasequest 2182; - set .@rand_dayq,rand(1,3); - if (.@rand_dayq == 1) { - mes "[Dr. Lifeguard]"; - mes "Recently, someone who came from Schwaltzvalt gave me a small mineral as a gift from his home town when he saw our study of Bradium."; - next; - mes "[Dr. Lifeguard]"; - mes "I can't say for sure until now,"; - mes "but this mineral seems to have"; - mes "many interesting features."; - next; - mes "[Dr. Lifeguard]"; - mes "As I examine this mineral"; - mes "more and more, it's really"; - mes "different from the one in Jotunheim."; - mes "This mineral must be helpful"; - mes "to make a new vaccine!"; - next; - mes "[Dr. Lifeguard]"; - mes "But the amount of the mineral"; - mes "is too little to make a"; - mes "preparation for the"; - mes "examination."; - next; - mes "[Dr. Lifeguard]"; - mes "You said you're from Rune Midgard, right? Do you think you can bring me a little bit more of that mineral.."; - next; - mes "[Dr. Lifeguard]"; - mes "He said it's from"; - mes "^FF0000Mt. Mjolnir^000000."; - mes "I think ^FF000010^000000 would be enough."; - next; - mes "[Dr. Lifeguard]"; - mes "I'll give you this portable toolbox."; - mes "Things like a detector and a little hammer for mining minerals are included in this toolbox."; - next; - mes "[Dr. Lifeguard]"; - mes "Take it, it shold be"; - mes "helpful in collecting"; - mes "the minerals I need."; - set ep13_2_tre,2; - setquest 2179; - getitem 6076,1; //Portable_Toolbox - close; - } - else if (.@rand_dayq == 2) { - mes "[Dr. Lifeguard]"; - mes "Recently, someone who came from Schwaltzvalt gave me a small mineral as a gift from his home town when he saw our study of Bradium."; - next; - mes "[Dr. Lifeguard]"; - mes "I can't say for sure until now,"; - mes "but this mineral seems to have"; - mes "many interesting features."; - next; - mes "[Dr. Lifeguard]"; - mes "As I examine this mineral"; - mes "more and more, it's really"; - mes "different from the one in Jotunheim."; - mes "This mineral must be helpful"; - mes "to make a new vaccine!"; - next; - mes "[Dr. Lifeguard]"; - mes "But the amount of the mineral"; - mes "is too little to make a"; - mes "preparation for the"; - mes "examination."; - next; - mes "[Dr. Lifeguard]"; - mes "You said you're from Rune Midgard, right? Do you think you can bring me a little bit more of that mineral.."; - next; - mes "[Dr. Lifeguard]"; - mes "He said it's from"; - mes "^FF0000Abyss Lake^000000."; - mes "I think ^FF00005^000000 would be enough."; - next; - mes "[Dr. Lifeguard]"; - mes "I'll give you this portable toolbox."; - mes "Things like a detector and a little hammer for mining minerals are included in this toolbox."; - next; - mes "[Dr. Lifeguard]"; - mes "Take it, it shold be"; - mes "helpful in collecting"; - mes "the minerals I need."; - set ep13_2_tre,3; - setquest 2180; - getitem 6076,1; //Portable_Toolbox - close; - } - else { - mes "[Dr. Lifeguard]"; - mes "Recently, someone who came from Schwaltzvalt gave me a small mineral as a gift from his home town when he saw our study of Bradium."; - next; - mes "[Dr. Lifeguard]"; - mes "I can't say for sure until now,"; - mes "but this mineral seems to have"; - mes "many interesting features."; - next; - mes "[Dr. Lifeguard]"; - mes "As I examine this mineral"; - mes "more and more, it's really"; - mes "different from the one in Jotunheim."; - mes "This mineral must be helpful"; - mes "to make a new vaccine!"; - next; - mes "[Dr. Lifeguard]"; - mes "But the amount of the mineral"; - mes "is too little to make a"; - mes "preparation for the"; - mes "examination."; - next; - mes "[Dr. Lifeguard]"; - mes "You said you're from Rune Midgard, right? Do you think you can bring me a little bit more of that mineral.."; - next; - mes "[Dr. Lifeguard]"; - mes "He said it's from"; - mes "^FF0000Thor Volcano^000000."; - mes "I think ^FF00005^000000 would be enough."; - next; - mes "[Dr. Lifeguard]"; - mes "I'll give you this portable toolbox."; - mes "Things like a detector and a little hammer for mining minerals are included in this toolbox."; - next; - mes "[Dr. Lifeguard]"; - mes "Take it, it shold be"; - mes "helpful in collecting"; - mes "the minerals I need."; - set ep13_2_tre,4; - setquest 2181; - getitem 6076,1; //Portable_Toolbox - close; + switch(rand(1,3)) { + case 1: setarray .@rand_dayq$[0],"Mt. Mjolnir","10","2"; break; + case 2: setarray .@rand_dayq$[0],"Abyss Lake","5","3"; break; + case 3: setarray .@rand_dayq$[0],"Thor Volcano","5","4"; break; } - } - - } - else if (ep13_2_tre == 2) { - if (countitem(6077) > 9) { - mes "[Dr. Lifeguard]"; - mes "Oh! Yes, that's it!"; - mes "This much will be enough!"; + mes "Recently, someone who came from Schwaltzvalt gave me a small mineral as a gift from his home town when he saw our study of Bradium."; next; mes "[Dr. Lifeguard]"; - mes "I really appreciate your help."; + mes "I can't say for sure until now,"; + mes "but this mineral seems to have"; + mes "many interesting features."; next; mes "[Dr. Lifeguard]"; - mes "These are coins of the Manuk."; - mes "This may not be much, but if you collect more, they can be used to buy some items from our merchants."; + mes "As I examine this mineral"; + mes "more and more, it's really"; + mes "different from the one in Jotunheim."; + mes "This mineral must be helpful"; + mes "to make a new vaccine!"; next; mes "[Dr. Lifeguard]"; - mes "If you want to help my study for the sake of the Sapha, come to me at any time."; - mes "I will be very happy for any help you can give."; - set .@stone_chk,countitem(6077); - set .@stoneelse_chk,countitem(6078); - delitem 6077,.@stone_chk; //Rough_Mineral - delitem 6078,.@stoneelse_chk; //Stone_Fragments - delitem 6076,1; //Portable_Toolbox - set ep13_2_tre,100; - getitem 6080,2; //Manuk_Coin - getexp 0,70000; - changequest 2179,2182; - close; - } - else { - mes "[Dr. Lifeguard]"; - mes "The future of the Sapha is up to you."; - mes "I wish you good luck."; - close; - } - } - else if (ep13_2_tre == 3) { - if (countitem(6077) > 4) { - mes "[Dr. Lifeguard]"; - mes "Oh! Yes, that's it!"; - mes "This much will be enough!"; + mes "But the amount of the mineral"; + mes "is too little to make a"; + mes "preparation for the"; + mes "examination."; next; mes "[Dr. Lifeguard]"; - mes "I really appreciate your help."; + mes "You said you're from Rune Midgard, right? Do you think you can bring me a little bit more of that mineral.."; next; mes "[Dr. Lifeguard]"; - mes "These are coins of the Manuk."; - mes "This may not be much, but if you collect more, they can be used to buy some items from our merchants."; + mes "He said it's from"; + mes "^FF0000"+.@rand_dayq$[0]+"^000000."; + mes "I think ^FF0000"+.@rand_dayq$[1]+"^000000 would be enough."; next; mes "[Dr. Lifeguard]"; - mes "If you want to help my study for the sake of the Sapha, come to me at any time."; - mes "I will be very happy for any help you can give."; - set .@stone_chk,countitem(6077); - set .@stoneelse_chk,countitem(6078); - delitem 6077,.@stone_chk; //Rough_Mineral - delitem 6078,.@stoneelse_chk; //Stone_Fragments - delitem 6076,1; //Portable_Toolbox - set ep13_2_tre,100; - getitem 6080,2; //Manuk_Coin - getexp 0,70000; - changequest 2180,2182; - close; - } - else { + mes "I'll give you this portable toolbox."; + mes "Things like a detector and a little hammer for mining minerals are included in this toolbox."; + next; mes "[Dr. Lifeguard]"; - mes "The future of the Sapha is up to you."; - mes "I wish you good luck."; + mes "Take it, it shold be"; + mes "helpful in collecting"; + mes "the minerals I need."; + set ep13_2_tre,atoi(.@rand_dayq$[2]); + setquest 2179+(atoi(.@rand_dayq$[2])-2); + getitem 6076,1; //Portable_Toolbox close; } } - else if (ep13_2_tre == 4) { - if (countitem(6077) > 4) { - mes "[Dr. Lifeguard]"; + else if (ep13_2_tre == 2 || ep13_2_tre == 3 || ep13_2_tre == 4) { + if ((ep13_2_tre == 2 && countitem(6077) > 9) || (ep13_2_tre != 2 && countitem(6077) > 4)) { mes "Oh! Yes, that's it!"; mes "This much will be enough!"; next; @@ -7521,18 +4834,16 @@ man_in01,372,221,5 script Scientist#lifeguard 449,{ set ep13_2_tre,100; getitem 6080,2; //Manuk_Coin getexp 0,70000; - changequest 2181,2182; + changequest 2179+(ep13_2_tre-2),2182; close; } else { - mes "[Dr. Lifeguard]"; mes "The future of the Sapha is up to you."; mes "I wish you good luck."; close; } } else { - mes "[Dr. Lifeguard]"; mes "Hmm..."; close; } @@ -7548,33 +4859,64 @@ man_in01,372,221,5 script Scientist#lifeguard 449,{ } } -mjolnir_01,364,256,0 script #mj01_find -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; +function script find_13_2 { + switch (getarg(0)) { + case 0: setarray .@Check[0],2,10; set .@str$,"Mt. Mjolnir"; break; + case 1: setarray .@Check[0],3,5; set .@str$,"Abyss Lake"; break; + case 2: setarray .@Check[0],4,5; set .@str$,"Thor Volcano"; break; + } + if (ep13_2_tre != .@Check[0] || countitem(6076) != 1 || countitem(6077) >= .@Check[1]) end; + mes "- Just arrived at "+.@str$+". I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; + next; + switch(select("Check current location.:Do nothing.")) { + case 1: + mes "- You pressed the button of the detector. -"; next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,32,309,1,0x00FF00; - viewpoint 1,217,34,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } + mes "[Mineral Detector]"; + mes "Bee beep -"; + if (getarg(1)) return; + next; + mes "- Nothing's found. -"; + close; + case 2: + mes "- You decide to do nothing. -"; + close; } - end; } -mjolnir_01,32,309,3 script #mj01_01 111,7,7,{ +- script mjo_no_find -1,{ + end; + +OnTouch: + callfunc "find_13_2",0,0; + end; +} + +mjolnir_03,76,258,0 duplicate(mjo_no_find) #mj03_find_1 -1,5,5 +mjolnir_03,227,204,0 duplicate(mjo_no_find) #mj03_find_2 -1,5,5 +mjolnir_05,82,171,0 duplicate(mjo_no_find) #mj05_find_1 -1,5,5 +mjolnir_05,219,375,0 duplicate(mjo_no_find) #mj05_find_2 -1,5,5 +mjolnir_06,28,332,0 duplicate(mjo_no_find) #mj06_find_1 -1,5,5 +mjolnir_06,275,50,0 duplicate(mjo_no_find) #mj06_find_2 -1,5,5 +mjolnir_06,371,78,0 duplicate(mjo_no_find) #mj06_find_3 -1,5,5 +mjolnir_07,26,373,0 duplicate(mjo_no_find) #mj07_find_1 -1,5,5 +mjolnir_07,214,373,0 duplicate(mjo_no_find) #mj07_find_2 -1,5,5 +mjolnir_07,372,355,0 duplicate(mjo_no_find) #mj07_find_3 -1,5,5 +mjolnir_07,375,233,0 duplicate(mjo_no_find) #mj07_find_4 -1,5,5 +mjolnir_07,26,78,0 duplicate(mjo_no_find) #mj07_find_5 -1,5,5 +mjolnir_07,157,25,0 duplicate(mjo_no_find) #mj07_find_6 -1,5,5 +mjolnir_08,39,239,0 duplicate(mjo_no_find) #mj08_find_1 -1,5,5 +mjolnir_08,36,344,0 duplicate(mjo_no_find) #mj08_find_2 -1,5,5 +mjolnir_08,160,349,0 duplicate(mjo_no_find) #mj08_find_3 -1,5,5 +mjolnir_08,359,258,0 duplicate(mjo_no_find) #mj08_find_4 -1,5,5 +mjolnir_08,193,62,0 duplicate(mjo_no_find) #mj08_find_5 -1,5,5 +mjolnir_11,29,220,0 duplicate(mjo_no_find) #mj11_find_1 -1,5,5 +mjolnir_11,175,29,0 duplicate(mjo_no_find) #mj11_find_2 -1,5,5 +mjolnir_12,199,370,0 duplicate(mjo_no_find) #mj12_find_1 -1,5,5 +mjolnir_12,44,25,0 duplicate(mjo_no_find) #mj12_find_2 -1,5,5 +mjolnir_12,220,37,0 duplicate(mjo_no_find) #mj12_find_3 -1,5,5 + +- script mjo_find -1,{ if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { if (countitem(6077) < 10) { mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; @@ -7584,8 +4926,7 @@ mjolnir_01,32,309,3 script #mj01_01 111,7,7,{ mes "Clang! Clang! Clang! Clang!"; close2; progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { + if (rand(1,6) < 4) { mes "- You failed to mine minerals. -"; getitem 6078,1; //Stone_Fragments close; @@ -7594,18 +4935,12 @@ mjolnir_01,32,309,3 script #mj01_01 111,7,7,{ mes "- You succeeded to mine minerals. -"; emotion e_ic,1; set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } + if (.@stst == 5) getitem 6077,5; //Rough_Mineral + else if (.@stst == 1) getitem 6077,1; //Rough_Mineral + else getitem 6077,2; //Rough_Mineral close2; - donpcevent "#mj01_01_t::OnEnable"; - disablenpc "#mj01_01"; + donpcevent strnpcinfo(0)+"_t::OnEnable"; + disablenpc strnpcinfo(0); end; } case 2: @@ -7621,16 +4956,32 @@ mjolnir_01,32,309,3 script #mj01_01 111,7,7,{ end; OnInit: - enablenpc "#mj01_01"; + enablenpc strnpcinfo(0); end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + if (ep13_2_tre == 2 && countitem(6076) == 1 && countitem(6077) < 10) + specialeffect EF_COUPLECASTING; + end; +} + +mjolnir_01,32,309,3 duplicate(mjo_find) #mj01_01 111,7,7 +mjolnir_01,217,34,3 duplicate(mjo_find) #mj01_02 111,7,7 +mjolnir_02,90,195,3 duplicate(mjo_find) #mj02_01 111,5,10 +mjolnir_02,206,187,3 duplicate(mjo_find) #mj02_02 111,7,7 +mjolnir_04,125,380,3 duplicate(mjo_find) #mj04_01 111,7,7 +mjolnir_04,220,130,3 duplicate(mjo_find) #mj04_02 111,7,7 +mjolnir_09,229,214,3 duplicate(mjo_find) #mj09_01 111,10,10 +mjolnir_10,188,260,3 duplicate(mjo_find) #mj10_01 111,10,10 + +mjolnir_01,364,256,0 script #mj01_find -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,32,309,1,0x00FF00; + viewpoint 1,217,34,2,0x00FF00; + close; } mjolnir_01,1,1,3 script #mj01_01_t 111,{ @@ -7646,401 +4997,279 @@ OnTimer60000: end; } -mjolnir_01,217,34,3 script #mj01_02 111,7,7,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj01_02_t::OnEnable"; - disablenpc "#mj01_02"; - end; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } - } +mjolnir_01,1,1,3 script #mj01_02_t 111,{ +OnEnable: + initnpctimer; end; -OnInit: +OnTimer60000: enablenpc "#mj01_02"; + stopnpctimer; + end; +} + +mjolnir_02,313,289,0 script #mj02_find_1 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + callfunc "find_13_2",0,1; + viewpoint 1,90,195,1,0x00FF00; + viewpoint 1,206,187,2,0x00FF00; + close; +} + +mjolnir_02,78,258,0 script #mj02_find_2 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,90,195,1,0x00FF00; + viewpoint 1,206,187,2,0x00FF00; + close; } -mjolnir_01,1,1,3 script #mj01_02_t 111,{ + +mjolnir_02,1,1,3 script #mj02_01_t 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj01_02"; + enablenpc "#mj02_01"; stopnpctimer; end; } -mjolnir_02,313,289,0 script #mj02_find_1 -1,5,5,{ +mjolnir_02,1,1,3 script #mj02_02_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,90,195,1,0x00FF00; - viewpoint 1,206,187,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer60000: + enablenpc "#mj02_02"; + stopnpctimer; end; } -mjolnir_02,78,258,0 script #mj02_find_2 -1,5,5,{ +mjolnir_04,147,208,0 script #mj04_find_1 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,90,195,1,0x00FF00; - viewpoint 1,206,187,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; + callfunc "find_13_2",0,1; + viewpoint 1,125,380,1,0x00FF00; + viewpoint 1,220,130,2,0x00FF00; + close; } -mjolnir_02,90,195,3 script #mj02_01 111,5,10,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj02_01_t::OnEnable"; - disablenpc "#mj02_01"; - end; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } - } +mjolnir_04,160,77,0 script #mj04_find_2 -1,5,5,{ end; -OnInit: - enablenpc "#mj02_01"; +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,125,380,1,0x00FF00; + viewpoint 1,220,130,2,0x00FF00; + close; +} + +mjolnir_04,361,174,0 script #mj04_find_3 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + callfunc "find_13_2",0,1; + viewpoint 1,125,380,1,0x00FF00; + viewpoint 1,220,130,2,0x00FF00; + close; +} + +mjolnir_04,1,1,3 script #mj04_01_t 111,{ +OnEnable: + initnpctimer; + end; + +OnTimer60000: + enablenpc "#mj04_01"; + stopnpctimer; end; } -mjolnir_02,1,1,3 script #mj02_01_t 111,{ +mjolnir_04,1,1,3 script #mj04_02_t 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj02_01"; + enablenpc "#mj04_02"; stopnpctimer; end; } -mjolnir_02,206,187,3 script #mj02_02 111,7,7,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj02_02_t::OnEnable"; - disablenpc "#mj02_02"; - end; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } - } +mjolnir_09,201,355,0 script #mj09_find_1 -1,5,5,{ end; -OnInit: - enablenpc "#mj02_02"; +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; +} + +mjolnir_09,38,243,0 script #mj09_find_2 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; +} + +mjolnir_09,106,36,0 script #mj09_find_3 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; } -mjolnir_02,1,1,3 script #mj02_02_t 111,{ +mjolnir_09,306,36,0 script #mj09_find_4 -1,5,5,{ + end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; +} + +mjolnir_09,369,279,0 script #mj09_find_5 -1,5,5,{ + end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; +} + +mjolnir_09,1,1,3 script #mj09_01_t 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj02_02"; + enablenpc "#mj09_01"; stopnpctimer; end; } -mjolnir_03,76,258,0 script #mj03_find_1 -1,5,5,{ +mjolnir_10,201,355,0 script #mj10_find_1 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + callfunc "find_13_2",0,1; + viewpoint 1,188,260,1,0x00FF00; + close; +} + +mjolnir_10,374,215,0 script #mj10_find_2 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,188,260,1,0x00FF00; + close; } -mjolnir_03,227,204,0 script #mj03_find_2 -1,5,5,{ +mjolnir_10,272,20,0 script #mj10_find_3 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + callfunc "find_13_2",0,1; + viewpoint 1,188,260,1,0x00FF00; + close; +} + +mjolnir_10,75,22,0 script #mj10_find_4 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",0,1; + viewpoint 1,188,260,1,0x00FF00; + close; } -mjolnir_04,147,208,0 script #mj04_find_1 -1,5,5,{ +mjolnir_10,27,258,0 script #mj10_find_5 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,125,380,1,0x00FF00; - viewpoint 1,220,130,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + callfunc "find_13_2",0,1; + viewpoint 1,229,214,1,0x00FF00; + close; +} + +mjolnir_10,1,1,3 script #mj10_01_t 111,{ +OnEnable: + initnpctimer; + end; + +OnTimer60000: + enablenpc "#mj10_01"; + stopnpctimer; end; } -mjolnir_04,160,77,0 script #mj04_find_2 -1,5,5,{ +hu_fild05,335,152,0 script #hu_find_1 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,125,380,1,0x00FF00; - viewpoint 1,220,130,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + callfunc "find_13_2",1,1; + viewpoint 1,251,345,1,0x00FF00; + viewpoint 1,134,322,2,0x00FF00; + viewpoint 1,72,104,3,0x00FF00; + viewpoint 1,65,99,4,0x00FF00; + viewpoint 1,323,84,5,0x00FF00; + close; +} + +hu_fild05,89,52,0 script #hu_find_2 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",1,1; + viewpoint 1,251,345,1,0x00FF00; + viewpoint 1,134,322,2,0x00FF00; + viewpoint 1,72,104,3,0x00FF00; + viewpoint 1,65,99,4,0x00FF00; + viewpoint 1,323,84,5,0x00FF00; + close; } -mjolnir_04,361,174,0 script #mj04_find_3 -1,5,5,{ +hu_fild05,42,205,0 script #hu_find_3 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,125,380,1,0x00FF00; - viewpoint 1,220,130,2,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + callfunc "find_13_2",1,1; + viewpoint 1,251,345,1,0x00FF00; + viewpoint 1,134,322,2,0x00FF00; + viewpoint 1,72,104,3,0x00FF00; + viewpoint 1,65,99,4,0x00FF00; + viewpoint 1,323,84,5,0x00FF00; + close; +} + +hu_fild05,276,349,0 script #hu_find_4 -1,5,5,{ end; + +OnTouch: + callfunc "find_13_2",1,1; + viewpoint 1,251,345,1,0x00FF00; + viewpoint 1,134,322,2,0x00FF00; + viewpoint 1,72,104,3,0x00FF00; + viewpoint 1,65,99,4,0x00FF00; + viewpoint 1,323,84,5,0x00FF00; + close; } -mjolnir_04,125,380,3 script #mj04_01 111,7,7,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { +- script hu_find -1,{ + if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { + if (countitem(6077) < 5) { mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; next; switch(select("Mine minerals.:Do nothing.")) { @@ -8048,8 +5277,7 @@ mjolnir_04,125,380,3 script #mj04_01 111,7,7,{ mes "Clang! Clang! Clang! Clang!"; close2; progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { + if (rand(1,6) < 4) { mes "- You failed to mine minerals. -"; getitem 6078,1; //Stone_Fragments close; @@ -8058,19 +5286,12 @@ mjolnir_04,125,380,3 script #mj04_01 111,7,7,{ mes "- You succeeded to mine minerals. -"; emotion e_ic,1; set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj04_01_t::OnEnable"; - disablenpc "#mj04_01"; - end; + if (.@stst == 5) getitem 6077,5; //Rough_Mineral + else if (.@stst == 1) getitem 6077,2; //Rough_Mineral + else getitem 6077,1; //Rough_Mineral + donpcevent strnpcinfo(0)+"_t::OnEnable"; + disablenpc strnpcinfo(0); + close; } case 2: mes "- You decide to do nothing. -"; @@ -8085,5215 +5306,1710 @@ mjolnir_04,125,380,3 script #mj04_01 111,7,7,{ end; OnInit: - enablenpc "#mj04_01"; + enablenpc strnpcinfo(0); end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + if (ep13_2_tre == 3 && countitem(6076) == 1 && countitem(6077) < 5) + specialeffect EF_COUPLECASTING; end; } -mjolnir_04,1,1,3 script #mj04_01_t 111,{ +hu_fild05,251,345,3 duplicate(hu_find) #hu_01 111,10,10 +hu_fild05,134,322,3 duplicate(hu_find) #hu_02 111,10,10 +hu_fild05,72,104,3 duplicate(hu_find) #hu_03 111,10,10 +hu_fild05,65,99,3 duplicate(hu_find) #hu_04 111,10,10 +hu_fild05,323,84,3 duplicate(hu_find) #hu_05 111,10,10 + +hu_fild05,1,1,3 script #hu_01_t 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj04_01"; + enablenpc "#hu_01"; stopnpctimer; end; } -mjolnir_04,220,130,3 script #mj04_02 111,7,7,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj04_02_t::OnEnable"; - disablenpc "#mj04_02"; - end; - } - break; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } - } - end; - -OnInit: - enablenpc "#mj04_02"; +hu_fild05,1,1,3 script #hu_02_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } +OnTimer60000: + enablenpc "#hu_02"; + stopnpctimer; end; } -mjolnir_04,1,1,3 script #mj04_02_t 111,{ +hu_fild05,1,1,3 script #hu_03_t 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj04_02"; + enablenpc "#hu_03"; stopnpctimer; end; } -mjolnir_05,82,171,0 script #mj05_find_1 -1,5,5,{ +hu_fild05,1,1,3 script #hu_04_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer60000: + enablenpc "#hu_04"; + stopnpctimer; end; } -mjolnir_05,219,375,0 script #mj05_find_2 -1,5,5,{ +hu_fild05,1,1,3 script #hu_05_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer60000: + enablenpc "#hu_05"; + stopnpctimer; end; } -mjolnir_06,28,332,0 script #mj06_find_1 -1,5,5,{ +ve_fild03,351,219,0 script #ve_find_1 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; + callfunc "find_13_2",2,1; + viewpoint 1,152,134,1,0x00FF00; + viewpoint 1,256,228,2,0x00FF00; + viewpoint 1,85,189,3,0x00FF00; + viewpoint 1,282,268,4,0x00FF00; + close; } -mjolnir_06,275,50,0 script #mj06_find_2 -1,5,5,{ +ve_fild03,223,51,0 script #ve_find_2 -1,5,5,{ end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; + callfunc "find_13_2",2,1; + viewpoint 1,152,134,1,0x00FF00; + viewpoint 1,256,228,2,0x00FF00; + viewpoint 1,85,189,3,0x00FF00; + viewpoint 1,282,268,4,0x00FF00; + close; } -mjolnir_06,371,78,0 script #mj06_find_3 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; +- script ve_find -1,{ + if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { + if (countitem(6077) < 5) { + mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; next; - switch(select("Check current location.:Do nothing.")) { + switch(select("Mine minerals.:Do nothing.")) { case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; + mes "Clang! Clang! Clang! Clang!"; + close2; + progressbar "ffff00",4; + if (rand(1,6) < 4) { + mes "- You failed to mine minerals. -"; + getitem 6078,1; //Stone_Fragments + close; + } + else { + mes "- You succeeded to mine minerals. -"; + emotion e_ic,1; + set .@stst,rand(1,5); + if (.@stst == 5) getitem 6077,5; //Rough_Mineral + else if (.@stst == 1) getitem 6077,2; //Rough_Mineral + else getitem 6077,1; //Rough_Mineral + donpcevent strnpcinfo(0)+"_t::OnEnable"; + disablenpc strnpcinfo(0); + close; + } case 2: mes "- You decide to do nothing. -"; close; } } + else { + mes "- I think I have enough minerals. -"; + close; + } } end; -} -mjolnir_07,26,373,0 script #mj07_find_1 -1,5,5,{ +OnInit: + enablenpc strnpcinfo(0); end; OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } + if (ep13_2_tre == 4 && countitem(6076) == 1 && countitem(6077) < 5) + specialeffect EF_COUPLECASTING; end; } -mjolnir_07,214,373,0 script #mj07_find_2 -1,5,5,{ +ve_fild03,152,134,3 duplicate(ve_find) #ve_01 111,10,10 +ve_fild03,256,228,3 duplicate(ve_find) #ve_02 111,10,10 +ve_fild03,85,189,3 duplicate(ve_find) #ve_03 111,10,10 +ve_fild03,282,268,3 duplicate(ve_find) #ve_04 111,10,10 + +ve_fild03,1,1,3 script #ve_01_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer40000: + enablenpc "#ve_01"; + stopnpctimer; end; } -mjolnir_07,372,355,0 script #mj07_find_3 -1,5,5,{ +ve_fild03,1,1,3 script #ve_02_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer40000: + enablenpc "#ve_02"; + stopnpctimer; end; } -mjolnir_07,375,233,0 script #mj07_find_4 -1,5,5,{ +ve_fild03,1,1,3 script #ve_03_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer40000: + enablenpc "#ve_03"; + stopnpctimer; end; } -mjolnir_07,26,78,0 script #mj07_find_5 -1,5,5,{ +ve_fild03,1,1,3 script #ve_04_t 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer40000: + enablenpc "#ve_04"; + stopnpctimer; end; } -mjolnir_07,157,25,0 script #mj07_find_6 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } +spl_in01,30,324,3 script High Laphine#grenouille 446,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (checkweight(1201,1) == 0) { + mes "[Grenouille]"; + mes "It looks like you're carrying too many things."; + mes "Why not put some of your items in storage and come back?"; + close; } - } - end; -} - -mjolnir_08,39,239,0 script #mj08_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + set .@dayq_chk,checkquest(2186,PLAYTIME); + if ((.@dayq_chk == -1) || (.@dayq_chk == 2)) { + if ((ep13_2_tre1 < 1) || (ep13_2_tre1 == 6)) { + erasequest 2186; + set ep13_2_tre1,0; + mes "[Grenouille]"; + mes "I've heard that some strangers from Rune Midgard are around here, it must be you."; + mes "I'm Grenouille, a scientist."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; + mes "[Grenouille]"; + mes "It's been a long time since"; + mes "the Laphine built the Splendide camp here"; + mes "and confronted each other."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_08,36,344,0 script #mj08_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "A number of soldiers who"; + mes "left their hometown Alfheim are"; + mes "restraining them with fighting against"; + mes "the harsh cold of Jotunheim"; + mes "for the holy duty and the faith to"; + mes "stop the evil attempts to"; + mes "sickening Yggdrasil."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; + mes "[Grenouille]"; + mes "They're well trained soldiers,"; + mes "and their captains hold them in high esteem,"; + mes "so they're enjoying a"; + mes "comfortable life there."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_08,160,349,0 script #mj08_find_3 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "But there's a saying that"; + mes "constant dripping water"; + mes "wears away the stone."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; + mes "[Grenouille]"; + mes "Continuous small battles without big progression"; + mes "makes the soldiers in Splendide exhausted."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_08,359,258,0 script #mj08_find_4 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "One day, someone began to sing"; + mes "a song of Alfheim, that spread rapidly..."; + mes "Now they strongly"; + mes "miss their hometown."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; + mes "[Grenouille]"; + mes "I was so worried about them and"; + mes "I finally found a way to"; + mes "save them from the deep sadness."; + mes "I hope you to help me to do that."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_08,193,62,0 script #mj08_find_5 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "There's a Laphine General"; + mes "who is called Flowery,"; + mes "in Splendide."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; + mes "[Grenouille]"; + mes "She is a collecting maniac,"; + mes "so her house is always"; + mes "in a mess with miscellaneous"; + mes "things. Flowery must have"; + mes "seeds from the flowers"; + mes "of Alfheim."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_09,201,355,0 script #mj09_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "I'll make the flower of"; + mes "Alfheim open with the seed."; + mes "The flower of their hometown."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_09,38,243,0 script #mj09_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "There are some devices that purify"; + mes "the environment and have a function"; + mes "that can hasten the growth of plants."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_09,106,36,0 script #mj09_find_3 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; + mes "[Grenouille]"; + mes "Please bring me the flower of Alfheim that bloomed by the device."; next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; + mes "[Grenouille]"; + mes "The flower of Alfheim is not"; + mes "strong enough to keep it's life by"; + mes "depending on the Splendide device,"; + mes "but ^FF0000the way^000000 can fill"; + mes "Splendide by it's scent like it never falls!"; + set ep13_2_tre1,1; + setquest 2183; close; } - } - } - end; -} - -mjolnir_09,306,36,0 script #mj09_find_4 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; + else if ((ep13_2_tre1 == 1) || (ep13_2_tre1 == 2)) { + mes "[Grenouille]"; + mes "Get a seed from Flowery,"; + mes "and then use a Purifier"; + mes "to make the seed blossom."; close; } - } - } - end; -} - -mjolnir_09,369,279,0 script #mj09_find_5 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; + else if (ep13_2_tre1 == 3) { + if (countitem(6079) == 1) { + emotion e_swt; + emotion e_swt,1; + mes "[Grenouille]"; + mes "Hoo, this is one of the"; + mes "most common kinds of flowers."; + next; + emotion e_heh; + mes "[Grenouille]"; + mes "Haha, Don't worry."; + mes "Common flowers like this can bring the familiarity of home back to the soldiers."; + next; + mes "[Grenouille]"; + mes "For now, I'll extract a liquid that"; + mes "includes the scent of this flower by using a distiller."; + mes "Making a ^3131FFPerfume^000000."; + next; + mes "[Grenouille]"; + mes "Would you please wait a while?"; + changequest 2183,2184; + set ep13_2_tre1,4; + delitem 6079,1; //Flower_Of_Alfheim + close; + } + else { + mes "[Grenouille]"; + mes "Where is the flower?"; + close; + } } - } - } - end; -} - -mjolnir_09,229,214,3 script #mj09_01 111,10,10,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments + else if (ep13_2_tre1 == 4) { + set .@ttalk,rand(1,10); + if (.@ttalk < 8) { + mes "- clitter-clatter -"; + next; + mes "- clitter-clatter -"; + mes "- clitter-clatter -"; + next; + mes "- clitter-clatter -"; + mes "- clitter-clatter -"; + mes "- Spraying something -"; + next; + mes "[Grenouille]"; + mes "Not finished yet."; + mes "Please wait a second."; close; } else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - close2; - donpcevent "#mj09_01_t::OnEnable"; - disablenpc "#mj09_01"; - end; + mes "- clitter-clatter -"; + next; + mes "- clitter-clatter -"; + mes "- clitter-clatter -"; + next; + mes "- clitter-clatter -"; + mes "- clitter-clatter -"; + mes "- Spraying something -"; + next; + mes "[Grenouille]"; + mes "Wow, finished!"; + next; + mes "[Grenouille]"; + mes "I think I'll call this perfume"; + mes "The ^3131FFSoul of Alfheim^000000!"; + next; + mes "[Grenouille]"; + mes "This perfume can relieve their minds by using"; + mes "the scent of their hometown Alfheim."; + mes "Though it's not a permanent solution, I think it will help them feel comfortable for now."; + next; + mes "[Grenouille]"; + mes "Here, I'll give you this perfume,"; + mes "help the exhausted soldiers and"; + mes "let me know the result, please!"; + set ep13_2_tre1,5; + getitem 6082,5; //Spirit_Of_Alfheim + changequest 2184,2185; + close; } - case 2: - mes "- You decide to do nothing. -"; + } + else if (ep13_2_tre1 == 5) { + if (countitem(6082) < 1) { + mes "[Grenouille]"; + mes "Oh! How's the reaction of the soldiers?"; + next; + mes "["+ strcharinfo(0) +"]"; + mes "Yes, they seemed to be happy."; + mes "But, it still made someone cry because he probably misses Alfheim."; + next; + mes "[Grenouille]"; + mes "Oh! That means it works!"; + mes "Thanks."; + next; + mes "[Grenouille]"; + mes "Thanks for your help."; + mes "This is my reward for you."; + mes "I hope this will be helpful to you."; + mes "If you have something to talk to me about, come to me whenever. Nice to meet you, human from Rune Midgard."; + set ep13_2_tre1,6; + changequest 2185,2186; + getitem 6081,2; //Splendide_Coin + getexp 0,70000; + close; + } + else { + mes "[Grenouille]"; + mes "Go and spray this perfume for the exhausted soldiers in Splendide!"; + close; + } + } + else { + mes "[Grenouille]"; + mes "I hope this long battle will end soon."; close; } } else { - mes "- I think I have enough minerals. -"; + mes "[Grenouille]"; + mes "I hope this long battle will end soon."; close; } } - end; - -OnInit: - enablenpc "#mj09_01"; - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } - end; -} - -mjolnir_09,1,1,3 script #mj09_01_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "#mj09_01"; - stopnpctimer; - end; -} - -mjolnir_10,201,355,0 script #mj10_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,188,260,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } + else { + mes "[High Laphine]"; + mes "BurYurDath Ee NeKoIyaz er ModRuAlah Yee VeldDuDur Yee SeYurOsa U ReNudNud Ra "; + next; + mes "[High Laphine]"; + mes "DiebVrumDana er TingNothDim No RasVilHir Yu YurAdorShar Yu DanaVeldDur Ha VilModMe O SharThus"; + close; } - end; } -mjolnir_10,374,215,0 script #mj10_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,188,260,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } +spl_in02,139,65,3 script Middle-Ranked Laphine#la 438,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (checkweight(1201,1) == 0) { + mes "[Flowery]"; + mes "It looks like you're carrying too many things."; + mes "Why not put some of your items in storage and come back?"; + close; } - } - end; -} - -mjolnir_10,272,20,0 script #mj10_find_3 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; + if (ep13_2_tre1 == 1) { + mes "[Flowery]"; + mes "Huh? Seed of the flower of Alfheim?"; + mes "Do I have that one? Hmm~"; next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,188,260,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } - end; -} - -mjolnir_10,75,22,0 script #mj10_find_4 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; + mes "[Flowery]"; + mes "As you see, there're so many stuffs"; + mes "in my room, so I don't know"; + mes "exactly what I have"; + mes "or not in my room."; next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,188,260,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } + mes "[Flowery]"; + mes "But I'll try to find cuz you came"; + mes "here to help Grenouille"; + mes "He's always pretend to tenacious,"; + mes "but sometimes he help others well! Huhu!"; + next; + mes "- rummaging -"; + emotion e_dots; + next; + mes "- rummaging -"; + mes "- rummaging -"; + emotion e_dots; + next; + mes "- rummaging -"; + mes "- rummaging -"; + mes "- rummaging -"; + emotion e_ic; + next; + mes "[Flowery]"; + mes "Wow! Come here!"; + mes "I found a seed!"; + next; + mes "[Flowery]"; + mes "Hmm... But this one is"; + mes "one of the most common and trifle"; + mes "kind in Alfheim, so you can find"; + mes "this wild flower at anywhere..."; + mes "This one would be ok?"; + next; + mes "[Flowery]"; + mes "Umm.. But I don't have"; + mes "any other seed of flower.."; + mes "So, just bring this, here you are~"; + set ep13_2_tre1,2; + getitem 7193,1; //Germinating_Sprout + close; + } + else if (ep13_2_tre1 == 2) { + mes "[Flowery]"; + mes "I gave you the seed, so it's up to you that what would you do with the seed."; + mes "I feel dizzy when I look at my room."; + close; + } + else { + mes "[Flowery]"; + mes "Yuuuum~"; + mes "Can you believe that right in front of us is a battle field? Though it's very silent and peaceful at the moment. So do I~"; + close; } + + } + else { + mes "[Middle-Ranked Laphine]"; + mes "NeiKoFulo An DielOdesMush Or KoDanaOsa Ir FarBurnes Ir "; + mes "NeOsaVa Mu BurVeTi Ra OsaDeh"; + close; } - end; } -mjolnir_10,27,258,0 script #mj10_find_5 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; +- script Purifier -1,{ + if (ep13_2_tre1 == 2) { + if (countitem(7193) > 0) { + mes "- You put the seed in the"; + mes "device and watched it"; + mes "as Grenouille told you. -"; next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,229,214,1,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } + mes "- Booowoong -"; + specialeffect2 EF_HEALSP; + next; + mes "- When the lights gone,"; + mes "a big flower of Alfheim was lied"; + mes "in your hand, instead of the seed. -"; + delitem 7193,1; //Germinating_Sprout + set ep13_2_tre1,3; + getitem 6079,1; //Flower_Of_Alfheim + close; + } + else { + mes "["+ strcharinfo(0) +"]"; + mes "Where are the seeds?"; + close; } } end; } -mjolnir_10,188,260,3 script #mj10_01 111,10,10,{ - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; +splendide,160,265,3 duplicate(Purifier) Purifier#1 844 +splendide,262,262,3 duplicate(Purifier) Purifier#2 844 +splendide,262,187,3 duplicate(Purifier) Purifier#3 844 +splendide,164,82,3 duplicate(Purifier) Purifier#4 844 +splendide,171,116,3 duplicate(Purifier) Purifier#5 844 +splendide,134,280,3 duplicate(Purifier) Purifier#6 844 + +splendide,205,139,5 script Exhausted Soldier#1 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; next; - switch(select("Mine minerals.:Do nothing.")) { + switch(select("Use perfume.:Don't use perfume.")) { case 1: - mes "Clang! Clang! Clang! Clang!"; + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "Umm... This is..."; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Ahh! Feeling much better!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,1; //Rough_Mineral - } - else { - getitem 6077,2; //Rough_Mineral - } - - close2; - donpcevent "#mj10_01_t::OnEnable"; - disablenpc "#mj10_01"; - end; - } + donpcevent "#tukare_1::OnEnable"; + disablenpc "Exhausted Soldier#1"; + end; case 2: mes "- You decide to do nothing. -"; close; } + } + end; } else { - mes "- I think I have enough minerals. -"; + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; close; } } - end; + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; + } OnInit: - enablenpc "#mj10_01"; - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - specialeffect EF_COUPLECASTING; - } - } + enablenpc "Exhausted Soldier#1"; end; } -mjolnir_10,1,1,3 script #mj10_01_t 111,{ +splendide,1,1,1 script #tukare_1 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#mj10_01"; + enablenpc "Exhausted Soldier#1"; stopnpctimer; end; } -mjolnir_11,29,220,0 script #mj11_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - mes "[Mineral Detector]"; - mes "Bee beep -"; +splendide,181,135,5 script Exhausted Soldier#2 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Want to take a rest..."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "What happen?"; + mes "Feel better suddenly! I'm so happy now!"; + mes "Let's go to work!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_2::OnEnable"; + disablenpc "Exhausted Soldier#2"; + end; + case 2: + mes "- You decide to do nothing. -"; + close; + } } + end; } - } - end; -} - -mjolnir_11,175,29,0 script #mj11_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } + else { + mes "[Exhausted Soldier]"; + mes "Want to take a rest..."; + close; } } - end; -} - -mjolnir_12,199,370,0 script #mj12_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; } + +OnInit: + enablenpc "Exhausted Soldier#2"; end; } -mjolnir_12,44,25,0 script #mj12_find_2 -1,5,5,{ +splendide,1,1,1 script #tukare_2 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer60000: + enablenpc "Exhausted Soldier#2"; + stopnpctimer; end; } -mjolnir_12,220,37,0 script #mj12_find_3 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { - if (countitem(6077) < 10) { - mes "- Just arrived at Mt. Mjolnir. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; +splendide,139,178,5 script Exhausted Soldier#3 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "My hometown Alfheim..."; next; - mes "- Nothing's found. -"; - close; - case 2: - mes "- You decide to do nothing. -"; - close; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "Umm... This is..."; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Let's beat Sapha and go back home!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_3::OnEnable"; + disablenpc "Exhausted Soldier#3"; + end; + case 2: + mes "- You decide to do nothing. -"; + close; + } } + end; } - } - end; -} - -hu_fild05,335,152,0 script #hu_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Abyss Lake. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,251,345,1,0x00FF00; - viewpoint 1,134,322,2,0x00FF00; - viewpoint 1,72,104,3,0x00FF00; - viewpoint 1,65,99,4,0x00FF00; - viewpoint 1,323,84,5,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } + else { + mes "[Exhausted Soldier]"; + mes "My hometown Alfheim..."; + close; } } - end; -} - -hu_fild05,89,52,0 script #hu_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Abyss Lake. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,251,345,1,0x00FF00; - viewpoint 1,134,322,2,0x00FF00; - viewpoint 1,72,104,3,0x00FF00; - viewpoint 1,65,99,4,0x00FF00; - viewpoint 1,323,84,5,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; } - end; -} - -hu_fild05,42,205,0 script #hu_find_3 -1,5,5,{ - end; -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Abyss Lake. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,251,345,1,0x00FF00; - viewpoint 1,134,322,2,0x00FF00; - viewpoint 1,72,104,3,0x00FF00; - viewpoint 1,65,99,4,0x00FF00; - viewpoint 1,323,84,5,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnInit: + enablenpc "Exhausted Soldier#3"; end; } -hu_fild05,276,349,0 script #hu_find_4 -1,5,5,{ +splendide,1,1,1 script #tukare_3 111,{ +OnEnable: + initnpctimer; end; -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Abyss Lake. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,251,345,1,0x00FF00; - viewpoint 1,134,322,2,0x00FF00; - viewpoint 1,72,104,3,0x00FF00; - viewpoint 1,65,99,4,0x00FF00; - viewpoint 1,323,84,5,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - } +OnTimer60000: + enablenpc "Exhausted Soldier#3"; + stopnpctimer; end; } -hu_fild05,251,345,3 script #hu_01 111,10,10,{ - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#hu_01_t::OnEnable"; - disablenpc "#hu_01"; +splendide,164,188,5 script Exhausted Soldier#4 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Huu..."; + next; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "Umm... This is..."; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Ahh! Feels like at home!!"; + emotion e_sob; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_4::OnEnable"; + disablenpc "Exhausted Soldier#4"; + end; + case 2: + mes "- You decide to do nothing. -"; close; } - case 2: - mes "- You decide to do nothing. -"; - close; } + end; } else { - mes "- I think I have enough minerals. -"; + mes "[Exhausted Soldier]"; + mes "Huu..."; close; } } - end; + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; + } OnInit: - enablenpc "#hu_01"; - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } + enablenpc "Exhausted Soldier#4"; end; } -hu_fild05,1,1,3 script #hu_01_t 111,{ +splendide,1,1,1 script #tukare_4 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#hu_01"; + enablenpc "Exhausted Soldier#4"; stopnpctimer; end; } -hu_fild05,134,322,3 script #hu_02 111,10,10,{ - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#hu_02_t::OnEnable"; - disablenpc "#hu_02"; + +splendide,177,257,5 script Exhausted Soldier#5 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; + next; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "Umm... This is..."; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Ahh! Feeling much better!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_5::OnEnable"; + disablenpc "Exhausted Soldier#5"; + end; + case 2: + mes "- You decide to do nothing. -"; close; } - case 2: - mes "- You decide to do nothing. -"; - close; } + end; } else { - mes "- I think I have enough minerals. -"; + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; close; } } - end; + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; + } OnInit: - enablenpc "#hu_02"; - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } + enablenpc "Exhausted Soldier#5"; end; - } -hu_fild05,1,1,3 script #hu_02_t 111,{ +splendide,1,1,1 script #tukare_5 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#hu_02"; + enablenpc "Exhausted Soldier#5"; stopnpctimer; end; } -hu_fild05,72,104,3 script #hu_03 111,10,10,{ - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#hu_03_t::OnEnable"; - disablenpc "#hu_03"; +splendide,124,212,5 script Exhausted Soldier#6 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Huu..."; + next; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Yes, Splendide also a part of Alfheim!"; + mes "Go Laphines!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_6::OnEnable"; + disablenpc "Exhausted Soldier#6"; + end; + case 2: + mes "- You decide to do nothing. -"; close; } - case 2: - mes "- You decide to do nothing. -"; - close; } + end; } else { - mes "- I think I have enough minerals. -"; + mes "[Exhausted Soldier]"; + mes "Huu..."; close; } } - end; + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; + } OnInit: - enablenpc "#hu_03"; - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } + enablenpc "Exhausted Soldier#6"; end; } -hu_fild05,1,1,3 script #hu_03_t 111,{ +splendide,1,1,1 script #tukare_6 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#hu_03"; + enablenpc "Exhausted Soldier#6"; stopnpctimer; end; } -hu_fild05,65,99,3 script #hu_04 111,10,10,{ - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments +splendide,196,153,5 script Exhausted Soldier#7 447,{ + if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { + if (ep13_2_tre1 == 5) { + if (countitem(6082) > 0) { + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; + next; + switch(select("Use perfume.:Don't use perfume.")) { + case 1: + mes "(Spray-)"; + specialeffect EF_SANCTUARY; + next; + mes "[Exhausted Soldier]"; + mes "Umm... This is..."; + mes "I can feel the scent of Alfheim."; + mes "My hometown Alfheim!"; + next; + mes "[Exhausted Soldier]"; + mes "Ahh! Feeling much better!"; + emotion e_heh; + delitem 6082,1; //Spirit_Of_Alfheim + close2; + donpcevent "#tukare_7::OnEnable"; + disablenpc "Exhausted Soldier#7"; + end; + case 2: + mes "- You decide to do nothing. -"; close; } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#hu_04_t::OnEnable"; - disablenpc "#hu_04"; - } - case 2: - mes "- You decide to do nothing. -"; - close; } + end; } else { - mes "- I think I have enough minerals. -"; + mes "[Exhausted Soldier]"; + mes "Oh my hometown..."; close; } } - end; - -OnInit: - enablenpc "#hu_04"; - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } - end; -} - -hu_fild05,1,1,3 script #hu_04_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "#hu_04"; - stopnpctimer; - end; -} -hu_fild05,323,84,3 script #hu_05 111,10,10,{ - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2 ; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#hu_05_t::OnEnable"; - disablenpc "#hu_05"; - close; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } + else { + mes "[Exhausted Soldier]"; + mes "CyaResehr"; + close; } - end; OnInit: - enablenpc "#hu_05"; - end; - -OnTouch: - if ((ep13_2_tre == 3) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } + enablenpc "Exhausted Soldier#7"; end; } -hu_fild05,1,1,3 script #hu_05_t 111,{ +splendide,1,1,1 script #tukare_7 111,{ OnEnable: initnpctimer; end; OnTimer60000: - enablenpc "#hu_05"; + enablenpc "Exhausted Soldier#7"; stopnpctimer; end; } -ve_fild03,351,219,0 script #ve_find_1 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Thor Volcano. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,152,134,1,0x00FF00; - viewpoint 1,256,228,2,0x00FF00; - viewpoint 1,85,189,3,0x00FF00; - viewpoint 1,282,268,4,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } +// Secret note of Bazett +//============================================================ +mid_camp,283,198,5 script Bazett Teablack#ep13bs 883,{ + if (checkweight(1201,1) == 0) { + mes " - Hold on!! -"; + mes " - You are carrying too many different items - "; + mes " - You cannot receive the reward - "; + mes " - Please use the Kafra service - "; + mes " - And try again. - "; + close; } - end; -} - -ve_fild03,223,51,0 script #ve_find_2 -1,5,5,{ - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- Just arrived at Thor Volcano. I think I can find the mineral by using the Mineral Detector in the Portable Toolbox. -"; - next; - switch(select("Check current location.:Do nothing.")) { - case 1: - mes "- You pressed the button of the detector. -"; - next; - mes "[Mineral Detector]"; - mes "Bee beep -"; - viewpoint 1,152,134,1,0x00FF00; - viewpoint 1,256,228,2,0x00FF00; - viewpoint 1,85,189,3,0x00FF00; - viewpoint 1,282,268,4,0x00FF00; - close; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } + if (ep13_2_rhea < 100) { + mes "[Industrious Man]"; + mes "Hu~~"; + mes "That's pretty interesting..."; + mes "I will take note of it in my research papers."; + emotion e_ic,"Bazett Teablack#ep13bs"; + next; + mes "[Industrious Man]"; + mes "write...write..."; + mes "crunch...crunch..."; + next; + mes " - He doesn't seem to recognize that I am standing next to him as he continues writing something. -"; + next; + mes "[Industrious Man]"; + mes "write...write..."; + mes "crunch...crunch..."; + mes "...."; + close; } - end; -} - -ve_fild03,152,134,3 script #ve_01 111,10,10,{ - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; + if (ep13_2_busut < 1) { + if (isequipped(2782) == 1) { + mes "[Industrious Man]"; + mes "Hu~~"; + mes "That's pretty interesting..."; + mes "I will take note of it in my research papers."; + emotion e_ic,"Bazett Teablack#ep13bs"; next; - switch(select("Mine minerals.:Do nothing.")) { + mes "[Industrious Man]"; + mes "write...write..."; + mes "crunch...crunch..."; + next; + mes " - He doesn't seem to recognize that I am standing next to him as he continues writing something. -"; + next; + mes "[Industrious Man]"; + mes "write..write..."; + mes "crunch..crunch..."; + mes "...."; + next; + mes "[Industrious Man]"; + mes "Auch!!!"; + mes "Who...who are you?!"; + mes "How long have you been standing there?"; + emotion e_omg,"Bazett Teablack#ep13bs"; + next; + mes "["+strcharinfo(0)+"]"; + mes "Uh, I'm just passing by."; + mes "You look like you're busy with something."; + next; + mes "["+strcharinfo(0)+"]"; + mes "See you~!!"; + emotion e_swt2,1; + next; + mes "[Industrious Man]"; + mes "Uh!! Wait!!"; + mes "Your finger... Is that..?!"; + next; + mes " - He grabs your hand with a surprised look -"; + next; + mes "[Industrious Man]"; + mes "This is the ^0000FFRing of the Ancient Wise King^000000!!!!!"; + mes "This has to be fate that I've met you!"; + next; + mes "[Industrious Man]"; + mes "My research is not going so well. The god of fate must have sent you to me. I'm sure of it!!"; + emotion e_no1,"Bazett Teablack#ep13bs"; + next; + mes "["+strcharinfo(0)+"]"; + mes "......"; + mes "......What?!"; + emotion e_omg,1; + next; + mes "[Industrious Man]"; + mes "Would you like to help me with my search?"; + next; + switch(select("What kind of search?:Sure.:Borrrring.")) { case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments + mes "[Industrious Man]"; + mes "To put it simply, I'm searching for fairies and giants that live around here."; + next; + mes "[Industrious Man]"; + mes "Though I believe they all live in the same place, they are sure to have different cultures."; + mes "...first and foremost is proof of their existence."; + next; + mes "[Industrious Man]"; + mes "What about it?"; + mes "Are you interested?"; + next; + switch(select("Sure.:Not really.")) { + case 1: + mes "[Industrious Man]"; + mes "Haha... I just know that I'm right!"; + mes "Hahahaha!!"; + next; + mes "[Industrious Man]"; + mes "So let's work together from this point on. Let me introduce myself."; + mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; + next; + mes "["+strcharinfo(0)+"]"; + mes "I am "+strcharinfo(0)+"."; + next; + select("OK, so what can I do for you?"); + mes "[Bazett]"; + mes ""+strcharinfo(0)+" let's see..!!"; + mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; + next; + mes "[Bazett]"; + mes "It's not difficult."; + mes "So please share any information that you can gather as you travel through those areas."; + next; + mes "[Bazett]"; + mes "Hopefully I can find what I am looking for with the information you can find."; + set ep13_2_busut,2; + setquest 11101; close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#ve_01_t::OnEnable"; - disablenpc "#ve_01"; + case 2: + mes "[Industrious Man]"; + mes "............."; + mes "............."; + mes "............."; + mes "............."; + mes "...........Why!!!!!"; + emotion e_sob,"Bazett Teablack#ep13bs"; + next; + mes "[Industrious Man]"; + mes "Well if you decide to change your mind, come back to me."; + set ep13_2_busut,1; close; } + break; case 2: - mes "- You decide to do nothing. -"; + mes "[Industrious Man]"; + mes "Haha... I just know that I'm right!"; + mes "Hahahaha!!"; + next; + mes "[Industrious Man]"; + mes "So let's work together from this point on. Let me introduce myself."; + mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; + next; + mes "["+strcharinfo(0)+"]"; + mes "I am "+strcharinfo(0)+"."; + next; + select("OK, so what can I do for you?"); + mes "[Bazett]"; + mes ""+strcharinfo(0)+" let's see..!!"; + mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; + next; + mes "[Bazett]"; + mes "It's not difficult."; + mes "So please share any information that you can gather as you travel through those areas."; + next; + mes "[Bazett]"; + mes "Hopefully I can find what I am looking for with the information you can find."; + set ep13_2_busut,2; + setquest 11101; + close; + case 3: + mes "[Industrious Man]"; + mes "............."; + next; + mes "[Industrious Man]"; + mes "............."; + mes "............."; + next; + mes "[Industrious Man]"; + mes "............."; + mes "............."; + mes "............."; + next; + mes "[Industrious Man]"; + mes "............."; + mes "............."; + mes "............."; + mes "............."; + next; + mes "[Industrious Man]"; + mes "............."; + mes "............."; + mes "............."; + mes "............."; + mes "...........Why!!!!!"; + emotion e_sob,"Bazett Teablack#ep13bs"; + next; + mes "[Industrious Man]"; + mes "Well if you decide to change your mind, come back to me."; + set ep13_2_busut,1; close; } } else { - mes "- I think I have enough minerals. -"; - close; - } - } - end; - -OnInit: - enablenpc "#ve_01"; - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; + if (rand(1,2) == 1) { + mes "[Industrious Man]"; + mes "Gthgh sdsWryi"; + mes "Apeu hjsu opuer "; + next; + mes "["+strcharinfo(0)+"]"; + mes "?????"; + mes "What'd you say?"; + next; + mes "[Industrious Man]"; + mes "Oh! Sorry, I think I said it wrong..."; + mes "I was just infatuated with my research..."; + next; + mes "[Industrious Man]"; + mes "You should find a way to understand this strange language that I've discovered here in the Ash Vacuum."; + next; + mes "[Industrious Man]"; + mes "Without the ability to communicate it would be really difficult to get around here, don't you think?"; + close; + } + else { + mes "[Industrious Man]"; + mes "TalDathMush Di nahDeh"; + mes "ReAnduDu So sehr"; + next; + mes "["+strcharinfo(0)+"]"; + mes "?????"; + mes "Huh?"; + next; + mes "[Industrious Man]"; + mes "Oh! I must've said it wrong..."; + mes "My research hasn't been going too well lately."; + next; + mes "[Industrious Man]"; + mes "There should be a way for you to understand this strange language here."; + next; + mes "[Industrious Man]"; + mes "Without the ability to communicate it would be really difficult to get around here, don't you think?"; + close; + } } } - end; -} - -ve_fild03,1,1,3 script #ve_01_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer40000: - enablenpc "#ve_01"; - stopnpctimer; - end; -} - -ve_fild03,256,228,3 script #ve_02 111,10,10,{ - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; + if (ep13_2_busut == 1) { + mes "[Industrious Man]"; + mes "Ah! You've returned!"; + mes "Now are you interested in my research?"; + next; + switch(select("Yes.:No.")) { + case 1: + mes "[Industrious Man]"; + mes "Haha... I just know that I'm right!"; + mes "Hahahaha!!"; next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#ve_02_t::OnEnable"; - disablenpc "#ve_02"; - close; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; + mes "[Industrious Man]"; + mes "So let's work together from this point on. Let me introduce myself."; + mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; + next; + mes "["+strcharinfo(0)+"]"; + mes "I am "+strcharinfo(0)+"."; + next; + select("OK, so what can I do for you?"); + mes "[Bazett]"; + mes ""+strcharinfo(0)+" let's see..!!"; + mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; + next; + mes "[Bazett]"; + mes "It's not difficult."; + mes "So please share any information that you can gather as you travel through those areas."; + next; + mes "[Bazett]"; + mes "Hopefully I can find what I am looking for with the information you can find."; + set ep13_2_busut,2; + setquest 11101; + close; + case 2: + mes "[Industrious Man]"; + mes "............."; + mes "Well if you decide to change your mind, come back to me."; + emotion e_sob,"Bazett Teablack#ep13bs"; close; } } - end; - -OnInit: - enablenpc "#ve_02"; - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } + if (ep13_2_busut == 2) { + mes "[Bazett]"; + mes "Um... for today can you search for giants in the Manuk Field?"; + mes "That place is pretty cold so, you might need a coat."; + next; + mes "[Bazett]"; + mes "I used this note so it should still be useful. Take it..."; + mes "Ah... and don't worry about the title of the note."; + next; + mes "[Bazett]"; + mes "After you've finished searching bring that note back to me."; + next; + mes "[Bazett]"; + mes "Got it? Ok take care and see you soon."; + set ep13_2_busut,3; + set ep13_2_bs1,1; + set ep13_2_bs2,1; + set ep13_2_bs3,1; + set ep13_2_bs4,1; + getitem 6074,1; //Bazett's_Order + changequest 11101,11102; + close; } - end; -} - -ve_fild03,1,1,3 script #ve_02_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer40000: - enablenpc "#ve_02"; - stopnpctimer; - end; -} - -ve_fild03,85,189,3 script #ve_03 111,10,10,{ - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; + if (ep13_2_busut == 3) { + mes "[Bazett]"; + mes "How's the search going?"; + next; + if (countitem(6074) < 1) { + mes "[Bazett]"; + mes "!!!!!!!"; + mes "You lost the notes!!?"; + mes "Sigh..."; next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#ve_03_t::OnEnable"; - disablenpc "#ve_03"; - close; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } + mes "[Bazett]"; + mes "What's done has been done."; + mes "I'll give you a new one."; + getitem 6074,1; //Bazett's_Order + close; } else { - mes "- I think I have enough minerals. -"; + mes "[Bazett]"; + mes "Take it easy..."; close; } } - end; - -OnInit: - enablenpc "#hu_03"; - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; + if (ep13_2_busut == 4) { + mes "[Bazett]"; + mes "Oh! You're done with the investigation?"; + next; + switch(select("Yes.:Not yet...")) { + case 1: + if (countitem(6074) < 1) { + mes "[Bazett]"; + mes "!!!!!!!"; + mes "You lost the notes!!?"; + mes "Sigh..."; + next; + mes "[Bazett]"; + mes "What's done has been done."; + mes "You must be tired, go take a rest."; + mes "I'll go prepare new notes."; + mes "You can just go investigate again for me."; + set ep13_2_busut,7; + erasequest 11102; + setquest 11104; + close; + } + else { + mes "[Bazett]"; + mes "May I take a look at the notes first?"; + mes "Oh!!"; + next; + mes " - Bazett is reading the detailed contents - "; + mes " - He seems to be captivated. - "; + mes " - It's better if I leave him alone. - "; + mes " - So he can finish. - "; + next; + mes "[Bazett]"; + mes "Mm...there are actually such things?!"; + next; + mes "[Bazett]"; + mes "Mm...I see, I see."; + next; + mes "[Bazett]"; + mes "Even though the content is simple, it's well organized and interesting."; + mes "As expected of "+strcharinfo(0)+"!!"; + next; + mes "[Bazett]"; + mes "You've done well."; + mes "You must be exhausted. Go take a rest. We'll continue tomorrow."; + next; + mes "[Bazett]"; + mes "Ah... this isn't much, but it's a coin that the giants use."; + mes "Maybe you can buy something from them with this."; + delitem 6074,1; //Bazett's_Order + set ep13_2_busut,7; + if (ep13_2_bs1 == 3) getitem 6080,1; //Manuk_Coin + if (ep13_2_bs2 == 3) getitem 6080,1; //Manuk_Coin + if (ep13_2_bs3 == 3) getitem 6080,1; //Manuk_Coin + if (ep13_2_bs4 == 3) getitem 6080,1; //Manuk_Coin + erasequest 11102; + setquest 11104; + close; + } + break; + case 2: + mes "[Bazett]"; + mes "Take it easy..."; + close; } } - end; -} - -ve_fild03,1,1,3 script #ve_03_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer40000: - enablenpc "#ve_03"; - stopnpctimer; - end; + else { + mes "[Bazett]"; + mes "You've done well."; + mes "You must be exhausted. Go take a rest, we'll continue tomorrow."; + close; + } } -ve_fild03,282,268,3 script #ve_04 111,10,10,{ - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - mes "- I can see some different colored minerals where the detector pointed to. This must be the mineral that Mr. Lifeguard told me about. -"; - next; - switch(select("Mine minerals.:Do nothing.")) { - case 1: - mes "Clang! Clang! Clang! Clang!"; - close2; - progressbar "ffff00",4; - set .@get_stone,rand(1,6); - if (.@get_stone < 4) { - mes "- You failed to mine minerals. -"; - getitem 6078,1; //Stone_Fragments - close; - } - else { - mes "- You succeeded to mine minerals. -"; - emotion e_ic,1; - set .@stst,rand(1,5); - if (.@stst == 5) { - getitem 6077,5; //Rough_Mineral - } - else if (.@stst == 1) { - getitem 6077,2; //Rough_Mineral - } - else { - getitem 6077,1; //Rough_Mineral - } - donpcevent "#ve_04_t::OnEnable"; - disablenpc "#ve_04"; - close; - } - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - else { - mes "- I think I have enough minerals. -"; - close; - } - } - end; - -OnInit: - enablenpc "#ve_04"; - end; - -OnTouch: - if ((ep13_2_tre == 4) && (countitem(6076) == 1)) { - if (countitem(6077) < 5) { - specialeffect EF_COUPLECASTING; - } - } - end; -} - -ve_fild03,1,1,3 script #ve_04_t 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer40000: - enablenpc "#ve_04"; - stopnpctimer; - end; -} - -spl_in01,30,324,3 script High Laphine#grenouille 446,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (checkweight(1201,1) == 0) { - mes "[Grenouille]"; - mes "It looks like you're carrying too many things."; - mes "Why not put some of your items in storage and come back?"; - close; - } - set .@dayq_chk,checkquest(2186,PLAYTIME); - if ((.@dayq_chk == -1) || (.@dayq_chk == 2)) { - if ((ep13_2_tre1 < 1) || (ep13_2_tre1 == 6)) { - erasequest 2186; - set ep13_2_tre1,0; - mes "[Grenouille]"; - mes "I've heard that some strangers from Rune Midgard are around here, it must be you."; - mes "I'm Grenouille, a scientist."; +manuk,193,135,0 script Worker#ep13bs 454,{ + if (isequipped(2782) == 1) { + if (ep13_2_busut == 3) { + if (ep13_2_bs1 == 1) { + mes "[Worker]"; + mes "Oops, it's dangerous, almost broken."; + mes "I should hurry to change it...otherwise."; next; - mes "[Grenouille]"; - mes "It's been a long time since"; - mes "the Laphine built the Splendide camp here"; - mes "and confronted each other."; + mes "["+strcharinfo(0)+"]"; + mes "What's the matter?"; next; - mes "[Grenouille]"; - mes "A number of soldiers who"; - mes "left their hometown Alfheim are"; - mes "restraining them with fighting against"; - mes "the harsh cold of Jotunheim"; - mes "for the holy duty and the faith to"; - mes "stop the evil attempts to"; - mes "sickening Yggdrasil."; + mes "[Worker]"; + mes "Ah....here.....um..."; + mes "......"; + mes "........."; + mes "Nothing!!"; + emotion e_omg,"Worker#ep13bs"; next; - mes "[Grenouille]"; - mes "They're well trained soldiers,"; - mes "and their captains hold them in high esteem,"; - mes "so they're enjoying a"; - mes "comfortable life there."; + mes "["+strcharinfo(0)+"]"; + mes "What's up?"; next; - mes "[Grenouille]"; - mes "But there's a saying that"; - mes "constant dripping water"; - mes "wears away the stone."; + mes "[Worker]"; + mes "You are an outsider."; + mes "......"; + mes "I was suprised by your voice."; next; - mes "[Grenouille]"; - mes "Continuous small battles without big progression"; - mes "makes the soldiers in Splendide exhausted."; + mes "["+strcharinfo(0)+"]"; + mes "Yes, sorry to startle you."; + emotion e_heh,1; next; - mes "[Grenouille]"; - mes "One day, someone began to sing"; - mes "a song of Alfheim, that spread rapidly..."; - mes "Now they strongly"; - mes "miss their hometown."; + mes "[Worker]"; + mes "Haha, it's ok."; + mes "Recently I heard about people like you but it's the first time I've actually met one."; next; - mes "[Grenouille]"; - mes "I was so worried about them and"; - mes "I finally found a way to"; - mes "save them from the deep sadness."; - mes "I hope you to help me to do that."; + mes "[Worker]"; + mes "You speak our language pretty good."; next; - mes "[Grenouille]"; - mes "There's a Laphine General"; - mes "who is called Flowery,"; - mes "in Splendide."; + mes "["+strcharinfo(0)+"]"; + mes "Ah...anyway..you look like you're having some trouble. What happened?"; next; - mes "[Grenouille]"; - mes "She is a collecting maniac,"; - mes "so her house is always"; - mes "in a mess with miscellaneous"; - mes "things. Flowery must have"; - mes "seeds from the flowers"; - mes "of Alfheim."; + mes "[Worker]"; + mes "Nothing!!"; next; - mes "[Grenouille]"; - mes "I'll make the flower of"; - mes "Alfheim open with the seed."; - mes "The flower of their hometown."; + mes "["+strcharinfo(0)+"]"; + mes "Are you sure? Fate has to have brought us together for a reason."; + mes "Tell me~"; next; - mes "[Grenouille]"; - mes "There are some devices that purify"; - mes "the environment and have a function"; - mes "that can hasten the growth of plants."; + mes "[Worker]"; + mes "......"; + mes "Frankly..."; next; - mes "[Grenouille]"; - mes "Please bring me the flower of Alfheim that bloomed by the device."; + mes "[Worker]"; + mes "The screw is too old to use to fix the tent, so I should change it before it breaks."; next; - mes "[Grenouille]"; - mes "The flower of Alfheim is not"; - mes "strong enough to keep it's life by"; - mes "depending on the Splendide device,"; - mes "but ^FF0000the way^000000 can fill"; - mes "Splendide by it's scent like it never falls!"; - set ep13_2_tre1,1; - setquest 2183; - close; - } - else if ((ep13_2_tre1 == 1) || (ep13_2_tre1 == 2)) { - mes "[Grenouille]"; - mes "Get a seed from Flowery,"; - mes "and then use a Purifier"; - mes "to make the seed blossom."; + mes "[Worker]"; + mes "I can't leave so I'm just waiting for my friend to pass by to help me."; + next; + mes "["+strcharinfo(0)+"]"; + mes "Can I help you?"; + next; + mes "[Worker]"; + mes "No~that's alright. We just met so I can't ask you for a favor."; + next; + mes "["+strcharinfo(0)+"]"; + mes "That's ok! We can help each other!"; + next; + mes "- Suddenly there is a screeching sound as the screw breaks -"; + next; + mes "[Worker]"; + mes "Ugh!!!"; + mes "**Sigh**"; + emotion e_sob,"Worker#ep13bs"; + emotion e_sob,1; + next; + mes "[Worker]"; + mes "Well that's that!"; + mes "Anyway my name is ^0000FFGill^000000."; + next; + mes "[Gill]"; + mes "I need something to fix the tent with, if you can get^0000FF 30 Horn of Hillslion^000000, I can make them into sturdy enough screws."; + next; + mes "[Gill]"; + mes "Sorry, again for making you do this but I will be waiting here for you."; + set ep13_2_bs1,2; + setquest 11105; close; } - else if (ep13_2_tre1 == 3) { - if (countitem(6079) == 1) { - emotion e_swt; - emotion e_swt,1; - mes "[Grenouille]"; - mes "Hoo, this is one of the"; - mes "most common kinds of flowers."; - next; - emotion e_heh; - mes "[Grenouille]"; - mes "Haha, Don't worry."; - mes "Common flowers like this can bring the familiarity of home back to the soldiers."; - next; - mes "[Grenouille]"; - mes "For now, I'll extract a liquid that"; - mes "includes the scent of this flower by using a distiller."; - mes "Making a ^3131FFPerfume^000000."; + else if (ep13_2_bs1 == 2) { + if (countitem(6032) > 29) { + mes "[Gill]"; + mes "You helped me collect all of the Horns of Hillslion?"; + mes "Thank you so much."; next; - mes "[Grenouille]"; - mes "Would you please wait a while?"; - changequest 2183,2184; - set ep13_2_tre1,4; - delitem 6079,1; //Flower_Of_Alfheim + mes "[Gill]"; + mes "It's all because of you, we are able to prevent anything disastrous."; + mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; + delitem 6032,30; //Horn_Of_Hilsrion + set ep13_2_bs1,3; + set ep13_2_busut,4; + completequest 11105; close; } else { - mes "[Grenouille]"; - mes "Where is the flower?"; + mes "[Gill]"; + mes "Sorry, again for making you do this but I will be waiting here for you to bring back the^0000FF 30 Horn of Hillslions.^000000."; close; } } - else if (ep13_2_tre1 == 4) { - set .@ttalk,rand(1,10); - if (.@ttalk < 8) { - mes "- clitter-clatter -"; - next; - mes "- clitter-clatter -"; - mes "- clitter-clatter -"; - next; - mes "- clitter-clatter -"; - mes "- clitter-clatter -"; - mes "- Spraying something -"; - next; - mes "[Grenouille]"; - mes "Not finished yet."; - mes "Please wait a second."; - close; - } - else { - mes "- clitter-clatter -"; - next; - mes "- clitter-clatter -"; - mes "- clitter-clatter -"; - next; - mes "- clitter-clatter -"; - mes "- clitter-clatter -"; - mes "- Spraying something -"; - next; - mes "[Grenouille]"; - mes "Wow, finished!"; - next; - mes "[Grenouille]"; - mes "I think I'll call this perfume"; - mes "The ^3131FFSoul of Alfheim^000000!"; - next; - mes "[Grenouille]"; - mes "This perfume can relieve their minds by using"; - mes "the scent of their hometown Alfheim."; - mes "Though it's not a permanent solution, I think it will help them feel comfortable for now."; - next; - mes "[Grenouille]"; - mes "Here, I'll give you this perfume,"; - mes "help the exhausted soldiers and"; - mes "let me know the result, please!"; - set ep13_2_tre1,5; - getitem 6082,5; //Spirit_Of_Alfheim - changequest 2184,2185; - close; - } - } - else if (ep13_2_tre1 == 5) { - if (countitem(6082) < 1) { - mes "[Grenouille]"; - mes "Oh! How's the reaction of the soldiers?"; - next; - mes "["+ strcharinfo(0) +"]"; - mes "Yes, they seemed to be happy."; - mes "But, it still made someone cry because he probably misses Alfheim."; - next; - mes "[Grenouille]"; - mes "Oh! That means it works!"; - mes "Thanks."; - next; - mes "[Grenouille]"; - mes "Thanks for your help."; - mes "This is my reward for you."; - mes "I hope this will be helpful to you."; - mes "If you have something to talk to me about, come to me whenever. Nice to meet you, human from Rune Midgard."; - set ep13_2_tre1,6; - changequest 2185,2186; - getitem 6081,2; //Splendide_Coin - getexp 0,70000; - close; - } - else { - mes "[Grenouille]"; - mes "Go and spray this perfume for the exhausted soldiers in Splendide!"; - close; - } + else if (ep13_2_bs1 == 3) { + mes "[Gill]"; + mes "Thank you for helping me."; + mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; + close; } else { - mes "[Grenouille]"; - mes "I hope this long battle will end soon."; + mes "[Worker]"; + mes "This is too dangerous, it's become too loose..."; + mes "It must be replaced soon..."; close; } } - else { - mes "[Grenouille]"; - mes "I hope this long battle will end soon."; - close; - } - } - else { - mes "[High Laphine]"; - mes "BurYurDath Ee NeKoIyaz er ModRuAlah Yee VeldDuDur Yee SeYurOsa U ReNudNud Ra "; - next; - mes "[High Laphine]"; - mes "DiebVrumDana er TingNothDim No RasVilHir Yu YurAdorShar Yu DanaVeldDur Ha VilModMe O SharThus"; - close; - } -} - -spl_in02,139,65,3 script Middle-Ranked Laphine#la 438,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (checkweight(1201,1) == 0) { - mes "[Flowery]"; - mes "It looks like you're carrying too many things."; - mes "Why not put some of your items in storage and come back?"; - close; - } - if (ep13_2_tre1 == 1) { - mes "[Flowery]"; - mes "Huh? Seed of the flower of Alfheim?"; - mes "Do I have that one? Hmm~"; - next; - mes "[Flowery]"; - mes "As you see, there're so many stuffs"; - mes "in my room, so I don't know"; - mes "exactly what I have"; - mes "or not in my room."; - next; - mes "[Flowery]"; - mes "But I'll try to find cuz you came"; - mes "here to help Grenouille"; - mes "He's always pretend to tenacious,"; - mes "but sometimes he help others well! Huhu!"; - next; - mes "- rummaging -"; - emotion e_dots; - next; - mes "- rummaging -"; - mes "- rummaging -"; - emotion e_dots; - next; - mes "- rummaging -"; - mes "- rummaging -"; - mes "- rummaging -"; - emotion e_ic; - next; - mes "[Flowery]"; - mes "Wow! Come here!"; - mes "I found a seed!"; - next; - mes "[Flowery]"; - mes "Hmm... But this one is"; - mes "one of the most common and trifle"; - mes "kind in Alfheim, so you can find"; - mes "this wild flower at anywhere..."; - mes "This one would be ok?"; - next; - mes "[Flowery]"; - mes "Umm.. But I don't have"; - mes "any other seed of flower.."; - mes "So, just bring this, here you are~"; - set ep13_2_tre1,2; - getitem 7193,1; //Germinating_Sprout - close; - } - else if (ep13_2_tre1 == 2) { - mes "[Flowery]"; - mes "I gave you the seed, so it's up to you that what would you do with the seed."; - mes "I feel dizzy when I look at my room."; - close; - } - else { - mes "[Flowery]"; - mes "Yuuuum~"; - mes "Can you believe that right in front of us is a battle field? Though it's very silent and peaceful at the moment. So do I~"; - close; - } - - } - else { - mes "[Middle-Ranked Laphine]"; - mes "NeiKoFulo An DielOdesMush Or KoDanaOsa Ir FarBurnes Ir "; - mes "NeOsaVa Mu BurVeTi Ra OsaDeh"; - close; - } -} - -splendide,160,265,3 script Purifier#1 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,262,262,3 script Purifier#2 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,262,187,3 script Purifier#3 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,164,82,3 script Purifier#4 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,171,116,3 script Purifier#5 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,134,280,3 script Purifier#6 844,{ - if (ep13_2_tre1 == 2) { - if (countitem(7193) > 0) { - mes "- You put the seed in the"; - mes "device and watched it"; - mes "as Grenouille told you. -"; - next; - mes "- Booowoong -"; - specialeffect2 EF_HEALSP; - next; - mes "- When the lights gone,"; - mes "a big flower of Alfheim was lied"; - mes "in your hand, instead of the seed. -"; - delitem 7193,1; //Germinating_Sprout - set ep13_2_tre1,3; - getitem 6079,1; //Flower_Of_Alfheim - close; - } - else { - mes "["+ strcharinfo(0) +"]"; - mes "Where are the seeds?"; - close; - } - } - end; -} - -splendide,205,139,5 script Exhausted Soldier#1 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "Umm... This is..."; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Ahh! Feeling much better!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_1::OnEnable"; - disablenpc "Exhausted Soldier#1"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#1"; - end; -} - -splendide,1,1,1 script #tukare_1 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#1"; - stopnpctimer; - end; -} - -splendide,181,135,5 script Exhausted Soldier#2 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Want to take a rest..."; + else if (ep13_2_busut == 4) { + if (ep13_2_bs1 == 1) { + mes "[Worker]"; + mes "This is too dangerous, it's become too loose..."; + mes "It must be replaced soon..."; next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "What happen?"; - mes "Feel better suddenly! I'm so happy now!"; - mes "Let's go to work!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_2::OnEnable"; - disablenpc "Exhausted Soldier#2"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Want to take a rest..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#2"; - end; -} - -splendide,1,1,1 script #tukare_2 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#2"; - stopnpctimer; - end; -} - -splendide,139,178,5 script Exhausted Soldier#3 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "My hometown Alfheim..."; + mes "["+strcharinfo(0)+"]"; + mes "Is something wrong?"; next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "Umm... This is..."; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Let's beat Sapha and go back home!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_3::OnEnable"; - disablenpc "Exhausted Soldier#3"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "My hometown Alfheim..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#3"; - end; -} - -splendide,1,1,1 script #tukare_3 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#3"; - stopnpctimer; - end; -} - -splendide,164,188,5 script Exhausted Soldier#4 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Huu..."; - next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "Umm... This is..."; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Ahh! Feels like at home!!"; - emotion e_sob; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_4::OnEnable"; - disablenpc "Exhausted Soldier#4"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Huu..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#4"; - end; -} - -splendide,1,1,1 script #tukare_4 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#4"; - stopnpctimer; - end; -} - -splendide,177,257,5 script Exhausted Soldier#5 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "Umm... This is..."; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Ahh! Feeling much better!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_5::OnEnable"; - disablenpc "Exhausted Soldier#5"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#5"; - end; -} - -splendide,1,1,1 script #tukare_5 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#5"; - stopnpctimer; - end; -} - -splendide,124,212,5 script Exhausted Soldier#6 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Huu..."; - next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Yes, Splendide also a part of Alfheim!"; - mes "Go Laphines!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_6::OnEnable"; - disablenpc "Exhausted Soldier#6"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Huu..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#6"; - end; -} - -splendide,1,1,1 script #tukare_6 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#6"; - stopnpctimer; - end; -} - -splendide,196,153,5 script Exhausted Soldier#7 447,{ - if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { - if (ep13_2_tre1 == 5) { - if (countitem(6082) > 0) { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - next; - switch(select("Use perfume.:Don't use perfume.")) { - case 1: - mes "(Spray-)"; - specialeffect EF_SANCTUARY; - next; - mes "[Exhausted Soldier]"; - mes "Umm... This is..."; - mes "I can feel the scent of Alfheim."; - mes "My hometown Alfheim!"; - next; - mes "[Exhausted Soldier]"; - mes "Ahh! Feeling much better!"; - emotion e_heh; - delitem 6082,1; //Spirit_Of_Alfheim - close2; - donpcevent "#tukare_7::OnEnable"; - disablenpc "Exhausted Soldier#7"; - end; - case 2: - mes "- You decide to do nothing. -"; - close; - } - } - end; - } - else { - mes "[Exhausted Soldier]"; - mes "Oh my hometown..."; - close; - } - } - else { - mes "[Exhausted Soldier]"; - mes "CyaResehr"; - close; - } - -OnInit: - enablenpc "Exhausted Soldier#7"; - end; -} - -splendide,1,1,1 script #tukare_7 111,{ -OnEnable: - initnpctimer; - end; - -OnTimer60000: - enablenpc "Exhausted Soldier#7"; - stopnpctimer; - end; -} - -// Secret note of Bazett -//============================================================ -mid_camp,283,198,5 script Bazett Teablack#ep13bs 883,{ - if (checkweight(1201,1) == 0) { - mes " - Hold on!! -"; - mes " - You are carrying too many different items - "; - mes " - You cannot receive the reward - "; - mes " - Please use the Kafra service - "; - mes " - And try again. - "; - close; - } - if (ep13_2_rhea < 100) { - mes "[Industrious Man]"; - mes "Hu~~"; - mes "That's pretty interesting..."; - mes "I will take note of it in my research papers."; - emotion e_ic,"Bazett Teablack#ep13bs"; - next; - mes "[Industrious Man]"; - mes "write..write..."; - mes "crunch..crunch..."; - next; - mes " - He doesn't seem to recognize that I am standing next to him as he continues writing something. -"; - next; - mes "[Industrious Man]"; - mes "write..write..."; - mes "crunch..crunch..."; - mes "...."; - close; - } - if (ep13_2_busut < 1) { - if (isequipped(2782) == 1) { - mes "[Industrious Man]"; - mes "Hu~~"; - mes "That's pretty interesting..."; - mes "I will take note of it in my research papers."; - emotion e_ic,"Bazett Teablack#ep13bs"; - next; - mes "[Industrious Man]"; - mes "write..write..."; - mes "crunch..crunch..."; - next; - mes " - He doesn't seem to recognize that I am standing next to him as he continues writing something. -"; - next; - mes "[Industrious Man]"; - mes "write..write..."; - mes "crunch..crunch..."; - mes "...."; - next; - mes "[Industrious Man]"; - mes "Auch!!!"; - mes "Who...who are you?!"; - mes "How long have you been standing there?"; - emotion e_omg,"Bazett Teablack#ep13bs"; - next; - mes "["+strcharinfo(0)+"]"; - mes "Uh, I'm just passing by."; - mes "You look like you're busy with something."; - next; - mes "["+strcharinfo(0)+"]"; - mes "See you~!!"; - emotion e_swt2,1; - next; - mes "[Industrious Man]"; - mes "Uh!! Wait!!"; - mes "Your finger... Is that..?!"; - next; - mes " - He grabs your hand with a surprised look -"; - next; - mes "[Industrious Man]"; - mes "This is the ^0000FFRing of the Ancient Wise King^000000!!!!!"; - mes "This has to be fate that I've met you!"; - next; - mes "[Industrious Man]"; - mes "My research is not going so well. The god of fate must have sent you to me. I'm sure of it!!"; - emotion e_no1,"Bazett Teablack#ep13bs"; - next; - mes "["+strcharinfo(0)+"]"; - mes "......"; - mes "......What?!"; - emotion e_omg,1; - next; - mes "[Industrious Man]"; - mes "Would you like to help me with my search?"; - next; - switch(select("What kind of search?:Sure.:Borrrring.")) { - case 1: - mes "[Industrious Man]"; - mes "To put it simply, I'm searching for fairies and giants that live around here."; - next; - mes "[Industrious Man]"; - mes "Though I believe they all live in the same place, they are sure to have different cultures."; - mes "...first and foremost is proof of their existence."; - next; - mes "[Industrious Man]"; - mes "What about it?"; - mes "Are you interested?"; - next; - switch(select("Sure.:Not really.")) { - case 1: - mes "[Industrious Man]"; - mes "Haha... I just know that I'm right!"; - mes "Hahahaha!!"; - next; - mes "[Industrious Man]"; - mes "So let's work together from this point on. Let me introduce myself."; - mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; - next; - mes "["+strcharinfo(0)+"]"; - mes "I am "+strcharinfo(0)+"."; - next; - select("OK, so what can I do for you?"); - mes "[Bazett]"; - mes ""+strcharinfo(0)+" let's see..!!"; - mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; - next; - mes "[Bazett]"; - mes "It's not difficult."; - mes "So please share any information that you can gather as you travel through those areas."; - next; - mes "[Bazett]"; - mes "Hopefully I can find what I am looking for with the information you can find."; - set ep13_2_busut,2; - setquest 11101; - close; - case 2: - mes "[Industrious Man]"; - mes "............."; - mes "............."; - mes "............."; - mes "............."; - mes "...........Why!!!!!"; - emotion e_sob,"Bazett Teablack#ep13bs"; - next; - mes "[Industrious Man]"; - mes "Well if you decide to change your mind, come back to me."; - set ep13_2_busut,1; - close; - } - break; - case 2: - mes "[Industrious Man]"; - mes "Haha... I just know that I'm right!"; - mes "Hahahaha!!"; - next; - mes "[Industrious Man]"; - mes "So let's work together from this point on. Let me introduce myself."; - mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; - next; - mes "["+strcharinfo(0)+"]"; - mes "I am "+strcharinfo(0)+"."; - next; - select("OK, so what can I do for you?"); - mes "[Bazett]"; - mes ""+strcharinfo(0)+" let's see..!!"; - mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; - next; - mes "[Bazett]"; - mes "It's not difficult."; - mes "So please share any information that you can gather as you travel through those areas."; - next; - mes "[Bazett]"; - mes "Hopefully I can find what I am looking for with the information you can find."; - set ep13_2_busut,2; - setquest 11101; - close; - case 3: - mes "[Industrious Man]"; - mes "............."; - next; - mes "[Industrious Man]"; - mes "............."; - mes "............."; - next; - mes "[Industrious Man]"; - mes "............."; - mes "............."; - mes "............."; - next; - mes "[Industrious Man]"; - mes "............."; - mes "............."; - mes "............."; - mes "............."; - next; - mes "[Industrious Man]"; - mes "............."; - mes "............."; - mes "............."; - mes "............."; - mes "...........Why!!!!!"; - emotion e_sob,"Bazett Teablack#ep13bs"; - next; - mes "[Industrious Man]"; - mes "Well if you decide to change your mind, come back to me."; - set ep13_2_busut,1; - close; - } - } - else { - if (rand(1,2) == 1) { - mes "[Industrious Man]"; - mes "Gthgh sdsWryi"; - mes "Apeu hjsu opuer "; - next; - mes "["+strcharinfo(0)+"]"; - mes "?????"; - mes "What'd you say?"; - next; - mes "[Industrious Man]"; - mes "Oh! Sorry, I think I said it wrong..."; - mes "I was just infatuated with my research..."; - next; - mes "[Industrious Man]"; - mes "You should find a way to understand this strange language that I've discovered here in the Ash Vacuum."; - next; - mes "[Industrious Man]"; - mes "Without the ability to communicate it would be really difficult to get around here, don't you think?"; - close; - } - else { - mes "[Industrious Man]"; - mes "TalDathMush Di nahDeh"; - mes "ReAnduDu So sehr"; - next; - mes "["+strcharinfo(0)+"]"; - mes "?????"; - mes "Huh?"; - next; - mes "[Industrious Man]"; - mes "Oh! I must've said it wrong..."; - mes "My research hasn't been going too well lately."; - next; - mes "[Industrious Man]"; - mes "There should be a way for you to understand this strange language here."; - next; - mes "[Industrious Man]"; - mes "Without the ability to communicate it would be really difficult to get around here, don't you think?"; - close; - } - } - } - if (ep13_2_busut == 1) { - mes "[Industrious Man]"; - mes "Ah! You've returned!"; - mes "Now are you interested in my research?"; - next; - switch(select("Yes.:No.")) { - case 1: - mes "[Industrious Man]"; - mes "Haha... I just know that I'm right!"; - mes "Hahahaha!!"; - next; - mes "[Industrious Man]"; - mes "So let's work together from this point on. Let me introduce myself."; - mes "As you can see from my name tag, my name is ^0000FFBazett Teablack^000000."; - next; - mes "["+strcharinfo(0)+"]"; - mes "I am "+strcharinfo(0)+"."; - next; - select("OK, so what can I do for you?"); - mes "[Bazett]"; - mes ""+strcharinfo(0)+" let's see..!!"; - mes "Search Manuk and Splendide fields everyday for signs of the fairies or giants."; - next; - mes "[Bazett]"; - mes "It's not difficult."; - mes "So please share any information that you can gather as you travel through those areas."; - next; - mes "[Bazett]"; - mes "Hopefully I can find what I am looking for with the information you can find."; - set ep13_2_busut,2; - setquest 11101; - close; - case 2: - mes "[Industrious Man]"; - mes "............."; - mes "Well if you decide to change your mind, come back to me."; - emotion e_sob,"Bazett Teablack#ep13bs"; - close; - } - } - if (ep13_2_busut == 2) { - mes "[Bazett]"; - mes "Um... for today can you search for giants in the Manuk Field?"; - mes "That place is pretty cold so, you might need a coat."; - next; - mes "[Bazett]"; - mes "I used this note so it should still be useful. Take it..."; - mes "Ah... and don't worry about the title of the note."; - next; - mes "[Bazett]"; - mes "After you've finished searching bring that note back to me."; - next; - mes "[Bazett]"; - mes "Got it? Ok take care and see you soon."; - set ep13_2_busut,3; - set ep13_2_bs1,1; - set ep13_2_bs2,1; - set ep13_2_bs3,1; - set ep13_2_bs4,1; - getitem 6074,1; //Bazett's_Order - changequest 11101,11102; - close; - } - if (ep13_2_busut == 3) { - mes "[Bazett]"; - mes "How's the search going?"; - next; - if (countitem(6074) < 1) { - mes "[Bazett]"; - mes "!!!!!!!"; - mes "You lost the notes!!?"; - mes "Sigh..."; - next; - mes "[Bazett]"; - mes "What's done has been done."; - mes "I'll give you a new one."; - getitem 6074,1; //Bazett's_Order - close; - } - else { - mes "[Bazett]"; - mes "Take it easy..."; - close; - } - } - if (ep13_2_busut == 4) { - mes "[Bazett]"; - mes "Oh! You're done with the investigation?"; - next; - switch(select("Yes.:Not yet...")) { - case 1: - if (countitem(6074) < 1) { - mes "[Bazett]"; - mes "!!!!!!!"; - mes "You lost the notes!!?"; - mes "Sigh..."; - next; - mes "[Bazett]"; - mes "What's done has been done."; - mes "You must be tired, go take a rest."; - mes "I'll go prepare new notes."; - mes "You can just go investigate again for me."; - set ep13_2_busut,7; - erasequest 11102; - setquest 11104; - close; - } - else { - mes "[Bazett]"; - mes "May I take a look at the notes first?"; - mes "Oh!!"; - next; - mes " - Bazett is reading the detailed contents - "; - mes " - He seems to be captivated. - "; - mes " - It's better if I leave him alone. - "; - mes " - So he can finish. - "; - next; - mes "[Bazett]"; - mes "Mm...there are actually such things?!"; - next; - mes "[Bazett]"; - mes "Mm...I see, I see."; - next; - mes "[Bazett]"; - mes "Even though the content is simple, it's well organized and interesting."; - mes "As expected of "+strcharinfo(0)+"!!"; - next; - mes "[Bazett]"; - mes "You've done well."; - mes "You must be exhausted. Go take a rest. We'll continue tomorrow."; - next; - mes "[Bazett]"; - mes "Ah... this isn't much, but it's a coin that the giants use."; - mes "Maybe you can buy something from them with this."; - delitem 6074,1; //Bazett's_Order - set ep13_2_busut,7; - if (ep13_2_bs1 == 3) getitem 6080,1; //Manuk_Coin - if (ep13_2_bs2 == 3) getitem 6080,1; //Manuk_Coin - if (ep13_2_bs3 == 3) getitem 6080,1; //Manuk_Coin - if (ep13_2_bs4 == 3) getitem 6080,1; //Manuk_Coin - erasequest 11102; - setquest 11104; - close; - } - break; - case 2: - mes "[Bazett]"; - mes "Take it easy..."; - close; - } - } - else { - mes "[Bazett]"; - mes "You've done well."; - mes "You must be exhausted. Go take a rest, we'll continue tomorrow."; - close; - } -} - -manuk,193,135,0 script Worker#ep13bs 454,{ - if (isequipped(2782) == 1) { - if (ep13_2_busut == 3) { - if (ep13_2_bs1 == 1) { - mes "[Worker]"; - mes "Oops, it's dangerous, almost broken."; - mes "I should hurry to change it...otherwise."; - next; - mes "["+strcharinfo(0)+"]"; - mes "What's the matter?"; - next; - mes "[Worker]"; - mes "Ah....here.....um..."; - mes "......"; - mes "........."; - mes "Nothing!!"; - emotion e_omg,"Worker#ep13bs"; - next; - mes "["+strcharinfo(0)+"]"; - mes "What's up?"; - next; - mes "[Worker]"; - mes "You are an outsider."; - mes "......"; - mes "I was suprised by your voice."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Yes, sorry to startle you."; - emotion e_heh,1; - next; - mes "[Worker]"; - mes "Haha, it's ok."; - mes "Recently I heard about people like you but it's the first time I've actually met one."; - next; - mes "[Worker]"; - mes "You speak our language pretty good."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Ah...anyway..you look like you're having some trouble. What happened?"; - next; - mes "[Worker]"; - mes "Nothing!!"; - next; - mes "["+strcharinfo(0)+"]"; - mes "Are you sure? Fate has to have brought us together for a reason."; - mes "Tell me~"; - next; - mes "[Worker]"; - mes "......"; - mes "Frankly..."; - next; - mes "[Worker]"; - mes "The screw is too old to use to fix the tent, so I should change it before it breaks."; - next; - mes "[Worker]"; - mes "I can't leave so I'm just waiting for my friend to pass by to help me."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Can I help you?"; - next; - mes "[Worker]"; - mes "No~that's alright. We just met so I can't ask you for a favor."; - next; - mes "["+strcharinfo(0)+"]"; - mes "That's ok! We can help each other!"; - next; - mes "- Suddenly there is a screeching sound as the screw breaks -"; - next; - mes "[Worker]"; - mes "Ugh!!!"; - mes "**Sigh**"; - emotion e_sob,"Worker#ep13bs"; - emotion e_sob,1; - next; - mes "[Worker]"; - mes "Well that's that!"; - mes "Anyway my name is ^0000FFGill^000000."; - next; - mes "[Gill]"; - mes "I need something to fix the tent with, if you can get^0000FF 30 Horn of Hillslion^000000, I can make them into sturdy enough screws."; - next; - mes "[Gill]"; - mes "Sorry, again for making you do this but I will be waiting here for you."; - set ep13_2_bs1,2; - setquest 11105; - close; - } - else if (ep13_2_bs1 == 2) { - if (countitem(6032) > 29) { - mes "[Gill]"; - mes "You helped me collect all of the Horns of Hillslion?"; - mes "Thank you so much."; - next; - mes "[Gill]"; - mes "It's all because of you, we are able to prevent anything disastrous."; - mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; - delitem 6032,30; //Horn_Of_Hilsrion - set ep13_2_bs1,3; - set ep13_2_busut,4; - completequest 11105; - close; - } - else { - mes "[Gill]"; - mes "Sorry, again for making you do this but I will be waiting here for you to bring back the^0000FF 30 Horn of Hillslions.^000000."; - close; - } - } - else if (ep13_2_bs1 == 3) { - mes "[Gill]"; - mes "Thank you for helping me."; - mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; - close; - } - else { - mes "[Worker]"; - mes "This is too dangerous, it's become too loose..."; - mes "It must be replaced soon..."; - close; - } - } - else if (ep13_2_busut == 4) { - if (ep13_2_bs1 == 1) { - mes "[Worker]"; - mes "This is too dangerous, it's become too loose..."; - mes "It must be replaced soon..."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Is something wrong?"; - next; - mes "[Worker]"; - mes "Ah... see here..."; - mes "......"; - mes "........."; - mes "Nevermind. Nothing."; - emotion e_omg,"Worker#ep13bs"; - next; - mes "["+strcharinfo(0)+"]"; - mes "You don't have to be like this."; - next; - mes "[Worker]"; - mes "You are one of the strange race, aren't you?"; - mes "......"; - mes "To suddenly hear you speak our language gave me a bit of a shock."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Since I'm travelling here, so I thought I'd need it..."; - emotion e_heh,1," ET_SMILE"; - next; - mes "[Worker]"; - mes "Haha, is that so?"; - mes "I've heard of the rumour that your race exists, but I've never seen one before."; - next; - mes "[Worker]"; - mes "And to think you can speak our language. Interesting."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Ah...but just a moment ago, you were having a hard time with something. Is something wrong?"; - next; - mes "[Worker]"; - mes "It's nothing."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Ah~ It must be fate that we met~"; - mes "You can just tell me."; - next; - mes "[Worker]"; - mes "......"; - mes "Well..."; - next; - mes "[Worker]"; - mes "The screw that is used to keep our tent in place is rusting away... we must get a new one."; - next; - mes "[Worker]"; - mes "But I can't leave this place, so I was waiting for someone to pass by."; - mes "And you just happened to talk to me. I thought you were someone from our tribe."; - next; - mes "["+strcharinfo(0)+"]"; - mes "I can help you."; - next; - mes "[Worker]"; - mes "No, it's alright. We just met, so I don't want to trouble you."; - next; - mes "["+strcharinfo(0)+"]"; - mes "Don't worry about it! Life is all about helping eachother, don't you think so?"; - next; - mes " - While the disagreement is taking place, - "; - mes " - The screw that has held its ground til now - "; - mes " - Finally gives in and breaks in half. - "; - next; - mes "[Worker]"; - mes "Ah!!!"; - emotion e_sob,"Worker#ep13bs"; - emotion e_sob,1; - next; - mes "[Worker]"; - mes "I can't just care about pride now."; - mes "Let me introduce myself, I am ^0000FFGill^000000."; - next; - mes "[Gill]"; - mes "I need a screw to stablize our tent, and it can be found from the ^0000FFHillslion^000000 monster."; - mes "Please help me collect ^0000FF30 Horns of Hillslion^000000, and that should be enough for now."; - next; - mes "[Gill]"; - mes "I'm really sorry, so please hurry."; - set ep13_2_bs1,2; - setquest 11105; - close; - } - else if (ep13_2_bs1 == 2) { - if (countitem(6032) > 29) { - mes "[Gill]"; - mes "You helped me collect all of the Horns of Hillslion?"; - mes "Thank you so much."; - next; - mes "[Gill]"; - mes "It's all because of you, we are able to prevent anything disastrous."; - mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; - delitem 6032,30; //Horn_Of_Hilsrion - set ep13_2_bs1,3; - completequest 11105; - close; - } - else { - mes "[Gill]"; - mes "Making you do something like this, I feel ashamed."; - close; - } - } - else if (ep13_2_bs1 == 3) { - mes "[Gill]"; - mes "Thank you for helping me."; - mes "^0000FFEven though you're also an alien race, but compared to the vile Fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; - close; - } - else { - mes "[Worker]"; - mes "This is too dangerous, it's become too loose..."; - mes "It must be replaced soon..."; - close; - } - } - else { - mes "[Gill]"; - mes "You're here again?"; - mes "Talking with someone occasionally is quite relaxing."; - close; - } - } - else { - mes "[Worker]"; - mes "Ehahdie O Ehai"; - mes "Ohek Hekdh I dkek"; - mes "Ohehp Qe Tehdhah"; - next; - mes "[Worker]"; - mes "Ehaodke Thdieqak Khehdi"; - mes "PHhdkel"; - mes "Thhdqdcczk U dheagelokd dok"; - next; - mes "- You can't understand what he's saying. - "; - close; - } -} - -// Yggdrasil Dungeon Floor 2 puzzle. -//============================================================ -nyd_dun02,178,255,0 script Strange Device#ep13_out 844,3,3,{ - mes "There's something strange here."; - mes "Maybe that device can be controlled from here."; - next; - switch(select("Try to control.:Don't try to control it.")) { - case 1: - mes "You press the device buttons and it suddenly becomes dark."; - close2; - warp "nyd_dun02",139,268; - end; - - case 2: - mes "You decide to leave it alone."; - close; - } - -OnTouch: - specialeffect EF_LEVEL99_4; - end; -} - -nyd_dun02,139,274,0 script Strange Device#ep13_in 844,3,3,{ - if ($@08_ep13nydun02_in == 1) { - mes "The device has already been activated."; - mes "You must wait for the controls to reset."; - close; - } - else { - mes "There's a controllable device here."; - mes "You might be able to control that device from here."; - next; - switch(select("Control.:Quit.")) { - case 1: - if ($@08_ep13nydun02_in == 1) { - mes "Seems to have been started."; - close; - } - else { - set $@08_ep13nydun02_in,1; - set .@way_loot,rand(1,2); - if (.@way_loot == 1) { - donpcevent "ep13_warp_s1::OnEnable"; - donpcevent "ep13_warp_11::OnEnable"; - donpcevent "ep13_warp_21::OnEnable"; - donpcevent "ep13_warp_22::OnEnable"; - donpcevent "ep13_warp_22_2::OnEnable"; - } - else { - donpcevent "ep13_warp_s3::OnEnable"; - donpcevent "ep13_warp_13::OnEnable"; - donpcevent "ep13_warp_14::OnEnable"; - donpcevent "ep13_warp_24::OnEnable"; - donpcevent "ep13_warp_24_2::OnEnable"; - } - initnpctimer; - mes "The device is now on."; - mes "Panels have appeared across the ledge."; - close; - } - case 2: - mes "You decide not to control the device."; - close; - } - } - end; - -OnTimer70000: - donpcevent "ep13_nd2f_mng::Onreset"; - set $@08_ep13nydun02_in,0; - stopnpctimer; - end; - -OnTouch: - specialeffect EF_LEVEL99_4; - end; -} - -nyd_dun02,143,272,0 script ep13_warp_s1 139,{ - -OnEnable: - enablenpc "ep13_warp_s1"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_s1"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_s1"; - end; -} - -nyd_dun02,143,269,0 script ep13_warp_s2 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,143,266,0 script ep13_warp_s3 139,{ - -OnEnable: - enablenpc "ep13_warp_s3"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_s3"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_s3"; - end; -} - -nyd_dun02,143,263,0 script ep13_warp_s4 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,146,272,0 script ep13_warp_11 139,{ - -OnEnable: - enablenpc "ep13_warp_11"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_11"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_11"; - end; -} - -nyd_dun02,146,269,0 script ep13_warp_12 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,146,266,0 script ep13_warp_13 139,{ - -OnEnable: - enablenpc "ep13_warp_13"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_13"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_13"; - end; -} - -nyd_dun02,146,263,0 script ep13_warp_14 139,{ - -OnEnable: - enablenpc "ep13_warp_14"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_14"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_14"; - end; -} - -nyd_dun02,146,260,0 script ep13_warp_15 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,149,272,0 script ep13_warp_21 139,{ - -OnEnable: - enablenpc "ep13_warp_21"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_21"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_21"; - end; -} - -nyd_dun02,149,269,0 script ep13_warp_22 139,{ - -OnEnable: - enablenpc "ep13_warp_22"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_22"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_22"; - end; -} - -nyd_dun02,149,269,0 script ep13_warp_22_2 139,1,1,{ -OnInit: - disablenpc "ep13_warp_22_2"; - end; - -OnEnable: - enablenpc "ep13_warp_22_2"; - end; - -OnDisable: - disablenpc "ep13_warp_22_2"; - end; - -OnTouch: - donpcevent "ep13_warp_31::OnEnable"; - donpcevent "ep13_warp_41::OnEnable"; - donpcevent "ep13_warp_42::OnEnable"; - donpcevent "ep13_warp_43::OnEnable"; - donpcevent "ep13_warp_43_2::OnEnable"; - donpcevent "ep13_warp_22_2::OnDisable"; - end; -} - -nyd_dun02,149,266,0 script ep13_warp_23 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,149,263,0 script ep13_warp_24 139,{ - -OnEnable: - enablenpc "ep13_warp_24"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_24"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_24"; - end; -} - -nyd_dun02,149,263,0 script ep13_warp_24_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_24_2"; - end; - -OnEnable: - enablenpc "ep13_warp_24_2"; - end; - -OnDisable: - disablenpc "ep13_warp_24_2"; - end; - -OnTouch: - set .@way_loot,rand(1,2); - if (.@way_loot == 1) { - donpcevent "ep13_warp_33::OnEnable"; - donpcevent "ep13_warp_43::OnEnable"; - donpcevent "ep13_warp_43_2::OnEnable"; - } - else { - donpcevent "ep13_warp_25::OnEnable"; - donpcevent "ep13_warp_26::OnEnable"; - donpcevent "ep13_warp_35::OnEnable"; - donpcevent "ep13_warp_45::OnEnable"; - donpcevent "ep13_warp_45_2::OnEnable"; - } - disablenpc "ep13_warp_24_2"; - end; -} - -nyd_dun02,149,260,0 script ep13_warp_25 139,{ - -OnEnable: - enablenpc "ep13_warp_25"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_25"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_25"; - end; -} - -nyd_dun02,149,257,0 script ep13_warp_26 139,{ - -OnEnable: - enablenpc "ep13_warp_26"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_26"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_26"; - end; -} - -nyd_dun02,152,270,0 script ep13_warp_31 139,{ - -OnEnable: - enablenpc "ep13_warp_31"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_31"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_31"; - end; -} - -nyd_dun02,152,267,0 script ep13_warp_32 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,152,264,0 script ep13_warp_33 139,{ - -OnEnable: - enablenpc "ep13_warp_33"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_33"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_33"; - end; -} - -nyd_dun02,152,261,0 script ep13_warp_34 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,152,258,0 script ep13_warp_35 139,{ - -OnEnable: - enablenpc "ep13_warp_35"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_35"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - enablenpc "ep13_warp_35"; - end; -} - -nyd_dun02,155,269,0 script ep13_warp_41 139,{ - -OnEnable: - enablenpc "ep13_warp_41"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_41"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_41"; - end; -} - -nyd_dun02,155,266,0 script ep13_warp_42 139,{ - -OnEnable: - enablenpc "ep13_warp_42"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_42"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_42"; - end; -} - -nyd_dun02,155,263,0 script ep13_warp_43 139,{ - -OnEnable: - enablenpc "ep13_warp_43"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_43"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_43"; - end; -} - -nyd_dun02,155,263,0 script ep13_warp_43_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_43_2"; - end; - -OnEnable: - enablenpc "ep13_warp_43_2"; - end; - -OnDisable: - disablenpc "ep13_warp_43_2"; - end; - -OnTouch: - donpcevent "ep13_warp_52::OnEnable"; - donpcevent "ep13_warp_61::OnEnable"; - donpcevent "ep13_warp_61_2::OnEnable"; - donpcevent "ep13_warp_43_2::OnDisable"; - end; -} - -nyd_dun02,155,260,0 script ep13_warp_44 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,155,257,0 script ep13_warp_45 139,{ - -OnEnable: - enablenpc "ep13_warp_45"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_45"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_45"; - end; -} - -nyd_dun02,155,257,0 script ep13_warp_45_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_45_2"; - end; - -OnEnable: - enablenpc "ep13_warp_45_2"; - end; - -OnDisable: - disablenpc "ep13_warp_45_2"; - end; - -OnTouch: - donpcevent "ep13_warp_46::OnEnable"; - donpcevent "ep13_warp_55::OnEnable"; - donpcevent "ep13_warp_56::OnEnable"; - donpcevent "ep13_warp_65::OnEnable"; - donpcevent "ep13_warp_65_2::OnEnable"; - donpcevent "ep13_warp_45_2::OnDisable"; - end; -} - -nyd_dun02,155,254,0 script ep13_warp_46 139,{ - -OnEnable: - enablenpc "ep13_warp_46"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_46"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_46"; - end; -} - -nyd_dun02,158,266,0 script ep13_warp_51 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,158,263,0 script ep13_warp_52 139,{ - -OnEnable: - enablenpc "ep13_warp_52"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_52"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_52"; - end; -} - -nyd_dun02,158,260,0 script ep13_warp_53 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,158,257,0 script ep13_warp_54 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,158,254,0 script ep13_warp_55 139,{ - -OnEnable: - enablenpc "ep13_warp_55"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_55"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_55"; - end; -} - -nyd_dun02,158,251,0 script ep13_warp_56 139,{ - -OnEnable: - enablenpc "ep13_warp_56"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_56"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_56"; - end; -} - -nyd_dun02,161,264,0 script ep13_warp_61 139,{ - -OnEnable: - enablenpc "ep13_warp_61"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_61"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_61"; - end; -} - -nyd_dun02,161,264,0 script ep13_warp_61_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_61_2"; - end; - -OnEnable: - enablenpc "ep13_warp_61_2"; - end; - -OnDisable: - disablenpc "ep13_warp_61_2"; - end; - -OnTouch: - donpcevent "ep13_warp_62::OnEnable"; - donpcevent "ep13_warp_71::OnEnable"; - donpcevent "ep13_warp_72::OnEnable"; - donpcevent "ep13_warp_81::OnEnable"; - donpcevent "ep13_warp_81_2::OnEnable"; - donpcevent "ep13_warp_61_2::OnDisable"; - end; -} - -nyd_dun02,161,261,0 script ep13_warp_62 139,{ - -OnEnable: - enablenpc "ep13_warp_62"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_62"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_62"; - end; -} - -nyd_dun02,161,258,0 script ep13_warp_63 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,161,255,0 script ep13_warp_64 139,{ - -OnEnable: - enablenpc "ep13_warp_64"; - initnpctimer; - specialeffect EF_WIND; - end; - -OnDisable: - disablenpc "ep13_warp_64"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_64"; - end; -} - -nyd_dun02,161,252,0 script ep13_warp_65 139,{ - -OnEnable: - enablenpc "ep13_warp_65"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_65"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_65"; - end; -} - -nyd_dun02,161,252,0 script ep13_warp_65_2 139,1,1,{ -OnInit: - disablenpc "ep13_warp_65_2"; - end; - -OnEnable: - enablenpc "ep13_warp_65_2"; - end; - -OnDisable: - disablenpc "ep13_warp_65_2"; - end; - -OnTouch: - set way_loot,rand(1,2); - if (way_loot == 1) { - donpcevent "ep13_warp_64::OnEnable"; - donpcevent "ep13_warp_73::OnEnable"; - donpcevent "ep13_warp_82::OnEnable"; - donpcevent "ep13_warp_83::OnEnable"; - donpcevent "ep13_warp_83_2::OnEnable"; - } - else { - donpcevent "ep13_warp_66::OnEnable"; - donpcevent "ep13_warp_75::OnEnable"; - donpcevent "ep13_warp_76::OnEnable"; - donpcevent "ep13_warp_85::OnEnable"; - donpcevent "ep13_warp_85_2::OnEnable"; - } - disablenpc "ep13_warp_65_2"; - end; -} - -nyd_dun02,161,249,0 script ep13_warp_66 139,{ - -OnEnable: - enablenpc "ep13_warp_66"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_66"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_66"; - end; -} - -nyd_dun02,164,261,0 script ep13_warp_71 139,{ - -OnEnable: - enablenpc "ep13_warp_71"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_71"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_71"; - end; -} - -nyd_dun02,164,258,0 script ep13_warp_72 139,{ - -OnEnable: - enablenpc "ep13_warp_72"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_72"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_72"; - end; -} - -nyd_dun02,164,255,0 script ep13_warp_73 139,{ - -OnEnable: - enablenpc "ep13_warp_73"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_73"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_73"; - end; -} - -nyd_dun02,164,252,0 script ep13_warp_74 139,1,1,{ -OnTouch: - warp "nyd_dun01",214,68; - end; -} - -nyd_dun02,164,249,0 script ep13_warp_75 139,{ - -OnEnable: - enablenpc "ep13_warp_75"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_75"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_75"; - end; -} - -nyd_dun02,164,246,0 script ep13_warp_76 139,{ - -OnEnable: - enablenpc "ep13_warp_76"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_76"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_76"; - end; -} - -nyd_dun02,167,258,0 script ep13_warp_81 139,{ - -OnEnable: - enablenpc "ep13_warp_81"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_81"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_81"; - end; -} - -nyd_dun02,167,258,0 script ep13_warp_81_2 139,1,1,{ -OnInit: - disablenpc "ep13_warp_81_2"; - end; - -OnEnable: - enablenpc "ep13_warp_81_2"; - end; - -OnDisable: - disablenpc "ep13_warp_81_2"; - end; - -OnTouch: - donpcevent "ep13_warp_91::OnEnable"; - donpcevent "ep13_warp_92::OnEnable"; - donpcevent "ep13_warp_93::OnEnable"; - donpcevent "ep13_warp_e1::OnEnable"; - donpcevent "ep13_warp_81_2::OnDisable"; - end; -} - -nyd_dun02,167,255,0 script ep13_warp_82 139,{ - -OnEnable: - enablenpc "ep13_warp_82"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_82"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_82"; - end; -} - -nyd_dun02,167,252,0 script ep13_warp_83 139,{ - -OnEnable: - enablenpc "ep13_warp_83"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_83"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_83"; - end; -} - -nyd_dun02,167,252,0 script ep13_warp_83_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_83_2"; - end; - -OnEnable: - enablenpc "ep13_warp_83_2"; - end; - -OnDisable: - disablenpc "ep13_warp_83_2"; - end; - -OnTouch: - donpcevent "ep13_warp_84::OnEnable"; - donpcevent "ep13_warp_94::OnEnable"; - donpcevent "ep13_warp_e2::OnEnable"; - donpcevent "ep13_warp_83_2::OnDisable"; - end; -} - -nyd_dun02,167,249,0 script ep13_warp_84 139,{ - -OnEnable: - enablenpc "ep13_warp_84"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_84"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_84"; - end; -} - -nyd_dun02,167,246,0 script ep13_warp_85 139,{ - -OnEnable: - enablenpc "ep13_warp_85"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_85"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_WIND; - end; - -OnTimer10000: - specialeffect EF_STEAL; - end; - -OnTimer12000: - specialeffect EF_STEAL; - end; - -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_85"; - end; + mes "[Worker]"; + mes "Ah... see here..."; + mes "......"; + mes "........."; + mes "Nevermind. Nothing."; + emotion e_omg,"Worker#ep13bs"; + next; + mes "["+strcharinfo(0)+"]"; + mes "You don't have to be like this."; + next; + mes "[Worker]"; + mes "You are one of the strange race, aren't you?"; + mes "......"; + mes "To suddenly hear you speak our language gave me a bit of a shock."; + next; + mes "["+strcharinfo(0)+"]"; + mes "Since I'm travelling here, so I thought I'd need it..."; + emotion e_heh,1," ET_SMILE"; + next; + mes "[Worker]"; + mes "Haha, is that so?"; + mes "I've heard of the rumour that your race exists, but I've never seen one before."; + next; + mes "[Worker]"; + mes "And to think you can speak our language. Interesting."; + next; + mes "["+strcharinfo(0)+"]"; + mes "Ah...but just a moment ago, you were having a hard time with something. Is something wrong?"; + next; + mes "[Worker]"; + mes "It's nothing."; + next; + mes "["+strcharinfo(0)+"]"; + mes "Ah~ It must be fate that we met~"; + mes "You can just tell me."; + next; + mes "[Worker]"; + mes "......"; + mes "Well..."; + next; + mes "[Worker]"; + mes "The screw that is used to keep our tent in place is rusting away... we must get a new one."; + next; + mes "[Worker]"; + mes "But I can't leave this place, so I was waiting for someone to pass by."; + mes "And you just happened to talk to me. I thought you were someone from our tribe."; + next; + mes "["+strcharinfo(0)+"]"; + mes "I can help you."; + next; + mes "[Worker]"; + mes "No, it's alright. We just met, so I don't want to trouble you."; + next; + mes "["+strcharinfo(0)+"]"; + mes "Don't worry about it! Life is all about helping eachother, don't you think so?"; + next; + mes " - While the disagreement is taking place, - "; + mes " - The screw that has held its ground til now - "; + mes " - Finally gives in and breaks in half. - "; + next; + mes "[Worker]"; + mes "Ah!!!"; + emotion e_sob,"Worker#ep13bs"; + emotion e_sob,1; + next; + mes "[Worker]"; + mes "I can't just care about pride now."; + mes "Let me introduce myself, I am ^0000FFGill^000000."; + next; + mes "[Gill]"; + mes "I need a screw to stablize our tent, and it can be found from the ^0000FFHillslion^000000 monster."; + mes "Please help me collect ^0000FF30 Horns of Hillslion^000000, and that should be enough for now."; + next; + mes "[Gill]"; + mes "I'm really sorry, so please hurry."; + set ep13_2_bs1,2; + setquest 11105; + close; + } + else if (ep13_2_bs1 == 2) { + if (countitem(6032) > 29) { + mes "[Gill]"; + mes "You helped me collect all of the Horns of Hillslion?"; + mes "Thank you so much."; + next; + mes "[Gill]"; + mes "It's all because of you, we are able to prevent anything disastrous."; + mes "^0000FFEven though you're also an alien race, but compared to the vile fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; + delitem 6032,30; //Horn_Of_Hilsrion + set ep13_2_bs1,3; + completequest 11105; + close; + } + else { + mes "[Gill]"; + mes "Making you do something like this, I feel ashamed."; + close; + } + } + else if (ep13_2_bs1 == 3) { + mes "[Gill]"; + mes "Thank you for helping me."; + mes "^0000FFEven though you're also an alien race, but compared to the vile Fairies^000000, I'm glad to have met someone like "+strcharinfo(0)+"."; + close; + } + else { + mes "[Worker]"; + mes "This is too dangerous, it's become too loose..."; + mes "It must be replaced soon..."; + close; + } + } + else { + mes "[Gill]"; + mes "You're here again?"; + mes "Talking with someone occasionally is quite relaxing."; + close; + } + } + else { + mes "[Worker]"; + mes "Ehahdie O Ehai"; + mes "Ohek Hekdh I dkek"; + mes "Ohehp Qe Tehdhah"; + next; + mes "[Worker]"; + mes "Ehaodke Thdieqak Khehdi"; + mes "PHhdkel"; + mes "Thhdqdcczk U dheagelokd dok"; + next; + mes "- You can't understand what he's saying. - "; + close; + } } -nyd_dun02,167,246,0 script ep13_warp_85_2 139,1,1,{ - -OnInit: - disablenpc "ep13_warp_85_2"; - end; - -OnEnable: - enablenpc "ep13_warp_85_2"; - end; +// Yggdrasil Dungeon Floor 2 puzzle. +//============================================================ +nyd_dun02,178,255,0 script Strange Device#ep13_out 844,3,3,{ + mes "There's something strange here."; + mes "Maybe that device can be controlled from here."; + next; + switch(select("Try to control.:Don't try to control it.")) { + case 1: + mes "You press the device buttons and it suddenly becomes dark."; + close2; + warp "nyd_dun02",139,268; + end; -OnDisable: - disablenpc "ep13_warp_85_2"; - end; + case 2: + mes "You decide to leave it alone."; + close; + } OnTouch: - donpcevent "ep13_warp_95::OnEnable"; - donpcevent "ep13_warp_e3::OnEnable"; - donpcevent "ep13_warp_85_2::OnEnable"; - end; -} - -nyd_dun02,170,257,0 script ep13_warp_91 139,{ - -OnEnable: - enablenpc "ep13_warp_91"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_91"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; - end; - -OnTimer8000: - specialeffect EF_STEAL; - end; - -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_91"; + specialeffect EF_LEVEL99_4; end; } -nyd_dun02,170,254,0 script ep13_warp_92 139,{ - -OnEnable: - enablenpc "ep13_warp_92"; - specialeffect EF_WIND; - initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_92"; - end; - -OnTimer2000: - specialeffect EF_WIND; - end; - -OnTimer4000: - specialeffect EF_WIND; - end; - -OnTimer6000: - specialeffect EF_WIND; +nyd_dun02,139,274,0 script Strange Device#ep13_in 844,3,3,{ + if ($@08_ep13nydun02_in == 1) { + mes "The device has already been activated."; + mes "You must wait for the controls to reset."; + close; + } + else { + mes "There's a controllable device here."; + mes "You might be able to control that device from here."; + next; + switch(select("Control.:Quit.")) { + case 1: + if ($@08_ep13nydun02_in == 1) { + mes "Seems to have been started."; + close; + } + else { + set $@08_ep13nydun02_in,1; + set .@way_loot,rand(1,2); + if (.@way_loot == 1) { + donpcevent "ep13_warp_s1::OnEnable"; + donpcevent "ep13_warp_11::OnEnable"; + donpcevent "ep13_warp_21::OnEnable"; + donpcevent "ep13_warp_22::OnEnable"; + donpcevent "ep13_warp_22_2::OnEnable"; + } + else { + donpcevent "ep13_warp_s3::OnEnable"; + donpcevent "ep13_warp_13::OnEnable"; + donpcevent "ep13_warp_14::OnEnable"; + donpcevent "ep13_warp_24::OnEnable"; + donpcevent "ep13_warp_24_2::OnEnable"; + } + initnpctimer; + mes "The device is now on."; + mes "Panels have appeared across the ledge."; + close; + } + case 2: + mes "You decide not to control the device."; + close; + } + } end; -OnTimer8000: - specialeffect EF_STEAL; +OnTimer70000: + donpcevent "ep13_nd2f_mng::Onreset"; + set $@08_ep13nydun02_in,0; + stopnpctimer; end; -OnTimer10000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_92"; +OnTouch: + specialeffect EF_LEVEL99_4; end; } -nyd_dun02,170,251,0 script ep13_warp_93 139,{ - +- script ep13_warp_s_0 -1,{ OnEnable: - enablenpc "ep13_warp_93"; - specialeffect EF_WIND; + enablenpc strnpcinfo(1); initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_93"; - end; - OnTimer2000: - specialeffect EF_WIND; - end; - OnTimer4000: - specialeffect EF_WIND; - end; - OnTimer6000: specialeffect EF_WIND; end; @@ -13304,216 +7020,315 @@ OnTimer8000: OnTimer10000: specialeffect EF_STEAL; + disablenpc strnpcinfo(1); end; -OnTimer12000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_93"; +OnDisable: + specialeffect EF_WIND; + disablenpc strnpcinfo(1); end; } -nyd_dun02,170,248,0 script ep13_warp_94 139,{ - +- script ep13_warp_s_1 -1,{ OnEnable: - enablenpc "ep13_warp_94"; - specialeffect EF_WIND; + enablenpc strnpcinfo(1); initnpctimer; - end; - -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_94"; - end; - OnTimer2000: - specialeffect EF_WIND; - end; - OnTimer4000: - specialeffect EF_WIND; - end; - OnTimer6000: specialeffect EF_WIND; end; OnTimer8000: - specialeffect EF_STEAL; - end; - OnTimer10000: specialeffect EF_STEAL; - disablenpc "ep13_warp_94"; end; -} - -nyd_dun02,170,245,0 script ep13_warp_95 139,{ -OnEnable: - enablenpc "ep13_warp_95"; - specialeffect EF_WIND; - initnpctimer; +OnTimer12000: + specialeffect EF_STEAL; + disablenpc strnpcinfo(1); end; OnDisable: specialeffect EF_WIND; - disablenpc "ep13_warp_95"; + disablenpc strnpcinfo(1); end; +} +- script ep13_warp_s_2 -1,{ +OnEnable: + enablenpc strnpcinfo(1); + initnpctimer; OnTimer2000: - specialeffect EF_WIND; - end; - OnTimer4000: - specialeffect EF_WIND; - end; - OnTimer6000: - specialeffect EF_WIND; - end; - OnTimer8000: - specialeffect EF_STEAL; + specialeffect EF_WIND; end; OnTimer10000: +OnTimer12000: specialeffect EF_STEAL; - disablenpc "ep13_warp_95"; end; -} - -nyd_dun02,173,251,0 script ep13_warp_e1 139,{ -OnEnable: - enablenpc "ep13_warp_e1"; - specialeffect EF_WIND; - initnpctimer; +OnTimer15000: + specialeffect EF_STEAL; + disablenpc strnpcinfo(1); end; OnDisable: specialeffect EF_WIND; - disablenpc "ep13_warp_e1"; + disablenpc strnpcinfo(1); end; +} -OnTimer2000: - specialeffect EF_WIND; +- script ep13_warp_w_0 -1,{ +OnTouch: + warp "nyd_dun01",214,68; end; +} -OnTimer4000: - specialeffect EF_WIND; - end; +nyd_dun02,143,272,0 duplicate(ep13_warp_s_0) ep13_warp_s1 139 +nyd_dun02,143,266,0 duplicate(ep13_warp_s_0) ep13_warp_s3 139 +nyd_dun02,146,272,0 duplicate(ep13_warp_s_0) ep13_warp_11 139 +nyd_dun02,146,266,0 duplicate(ep13_warp_s_0) ep13_warp_13 139 +nyd_dun02,149,260,0 duplicate(ep13_warp_s_0) ep13_warp_25 139 +nyd_dun02,149,257,0 duplicate(ep13_warp_s_0) ep13_warp_26 139 +nyd_dun02,152,270,0 duplicate(ep13_warp_s_0) ep13_warp_31 139 +nyd_dun02,152,264,0 duplicate(ep13_warp_s_0) ep13_warp_33 139 +nyd_dun02,155,269,0 duplicate(ep13_warp_s_0) ep13_warp_41 139 +nyd_dun02,155,254,0 duplicate(ep13_warp_s_0) ep13_warp_46 139 +nyd_dun02,158,263,0 duplicate(ep13_warp_s_0) ep13_warp_52 139 +nyd_dun02,158,254,0 duplicate(ep13_warp_s_0) ep13_warp_55 139 +nyd_dun02,161,261,0 duplicate(ep13_warp_s_0) ep13_warp_62 139 +nyd_dun02,161,255,0 duplicate(ep13_warp_s_0) ep13_warp_64 139 +nyd_dun02,161,249,0 duplicate(ep13_warp_s_0) ep13_warp_66 139 +nyd_dun02,164,261,0 duplicate(ep13_warp_s_0) ep13_warp_71 139 +nyd_dun02,164,255,0 duplicate(ep13_warp_s_0) ep13_warp_73 139 +nyd_dun02,164,249,0 duplicate(ep13_warp_s_0) ep13_warp_75 139 +nyd_dun02,167,249,0 duplicate(ep13_warp_s_0) ep13_warp_84 139 +nyd_dun02,170,257,0 duplicate(ep13_warp_s_0) ep13_warp_91 139 +nyd_dun02,170,254,0 duplicate(ep13_warp_s_0) ep13_warp_92 139 +nyd_dun02,170,248,0 duplicate(ep13_warp_s_0) ep13_warp_94 139 +nyd_dun02,170,245,0 duplicate(ep13_warp_s_0) ep13_warp_95 139 + +nyd_dun02,146,263,0 duplicate(ep13_warp_s_1) ep13_warp_14 139 +nyd_dun02,149,272,0 duplicate(ep13_warp_s_1) ep13_warp_21 139 +nyd_dun02,152,258,0 duplicate(ep13_warp_s_1) ep13_warp_35 139 +nyd_dun02,155,266,0 duplicate(ep13_warp_s_1) ep13_warp_42 139 +nyd_dun02,158,251,0 duplicate(ep13_warp_s_1) ep13_warp_56 139 +nyd_dun02,164,258,0 duplicate(ep13_warp_s_1) ep13_warp_72 139 +nyd_dun02,164,246,0 duplicate(ep13_warp_s_1) ep13_warp_76 139 +nyd_dun02,167,255,0 duplicate(ep13_warp_s_1) ep13_warp_82 139 +nyd_dun02,170,251,0 duplicate(ep13_warp_s_1) ep13_warp_93 139 + +nyd_dun02,149,269,0 duplicate(ep13_warp_s_2) ep13_warp_22 139 +nyd_dun02,149,263,0 duplicate(ep13_warp_s_2) ep13_warp_24 139 +nyd_dun02,155,263,0 duplicate(ep13_warp_s_2) ep13_warp_43 139 +nyd_dun02,155,257,0 duplicate(ep13_warp_s_2) ep13_warp_45 139 +nyd_dun02,161,264,0 duplicate(ep13_warp_s_2) ep13_warp_61 139 +nyd_dun02,161,252,0 duplicate(ep13_warp_s_2) ep13_warp_65 139 +nyd_dun02,167,258,0 duplicate(ep13_warp_s_2) ep13_warp_81 139 +nyd_dun02,167,252,0 duplicate(ep13_warp_s_2) ep13_warp_83 139 +nyd_dun02,167,246,0 duplicate(ep13_warp_s_2) ep13_warp_85 139 +nyd_dun02,173,251,0 duplicate(ep13_warp_s_2) ep13_warp_e1 139 +nyd_dun02,173,248,0 duplicate(ep13_warp_s_2) ep13_warp_e2 139 +nyd_dun02,173,245,0 duplicate(ep13_warp_s_2) ep13_warp_e3 139 + +nyd_dun02,143,269,0 duplicate(ep13_warp_w_0) ep13_warp_s2 139,1,1 +nyd_dun02,143,263,0 duplicate(ep13_warp_w_0) ep13_warp_s4 139,1,1 +nyd_dun02,146,269,0 duplicate(ep13_warp_w_0) ep13_warp_12 139,1,1 +nyd_dun02,146,260,0 duplicate(ep13_warp_w_0) ep13_warp_15 139,1,1 +nyd_dun02,149,266,0 duplicate(ep13_warp_w_0) ep13_warp_23 139,1,1 +nyd_dun02,152,267,0 duplicate(ep13_warp_w_0) ep13_warp_32 139,1,1 +nyd_dun02,152,261,0 duplicate(ep13_warp_w_0) ep13_warp_34 139,1,1 +nyd_dun02,155,260,0 duplicate(ep13_warp_w_0) ep13_warp_44 139,1,1 +nyd_dun02,158,266,0 duplicate(ep13_warp_w_0) ep13_warp_51 139,1,1 +nyd_dun02,158,260,0 duplicate(ep13_warp_w_0) ep13_warp_53 139,1,1 +nyd_dun02,158,257,0 duplicate(ep13_warp_w_0) ep13_warp_54 139,1,1 +nyd_dun02,161,258,0 duplicate(ep13_warp_w_0) ep13_warp_63 139,1,1 +nyd_dun02,164,252,0 duplicate(ep13_warp_w_0) ep13_warp_74 139,1,1 +nyd_dun02,173,242,0 duplicate(ep13_warp_w_0) ep13_warp_e4 139,1,1 -OnTimer6000: - specialeffect EF_WIND; +nyd_dun02,149,269,0 script ep13_warp_22_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_22_2"; end; -OnTimer8000: - specialeffect EF_WIND; +OnEnable: + enablenpc "ep13_warp_22_2"; end; -OnTimer10000: - specialeffect EF_STEAL; +OnTouch: + donpcevent "ep13_warp_31::OnEnable"; + donpcevent "ep13_warp_41::OnEnable"; + donpcevent "ep13_warp_42::OnEnable"; + donpcevent "ep13_warp_43::OnEnable"; + donpcevent "ep13_warp_43_2::OnEnable"; + donpcevent "ep13_warp_22_2::OnDisable"; end; +} -OnTimer12000: - specialeffect EF_STEAL; +nyd_dun02,149,263,0 script ep13_warp_24_2 139,1,1,{ +OnEnable: + enablenpc "ep13_warp_24_2"; end; -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_e1"; +OnTouch: + if (rand(2)) { + donpcevent "ep13_warp_33::OnEnable"; + donpcevent "ep13_warp_43::OnEnable"; + donpcevent "ep13_warp_43_2::OnEnable"; + } + else { + donpcevent "ep13_warp_25::OnEnable"; + donpcevent "ep13_warp_26::OnEnable"; + donpcevent "ep13_warp_35::OnEnable"; + donpcevent "ep13_warp_45::OnEnable"; + donpcevent "ep13_warp_45_2::OnEnable"; + } +OnInit: +OnDisable: + disablenpc "ep13_warp_24_2"; end; } -nyd_dun02,173,248,0 script ep13_warp_e2 139,{ - -OnEnable: - enablenpc "ep13_warp_e2"; - specialeffect EF_WIND; - initnpctimer; +nyd_dun02,155,263,0 script ep13_warp_43_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_43_2"; end; -OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_e2"; +OnEnable: + enablenpc "ep13_warp_43_2"; end; -OnTimer2000: - specialeffect EF_WIND; +OnTouch: + donpcevent "ep13_warp_52::OnEnable"; + donpcevent "ep13_warp_61::OnEnable"; + donpcevent "ep13_warp_61_2::OnEnable"; + donpcevent "ep13_warp_43_2::OnDisable"; end; +} -OnTimer4000: - specialeffect EF_WIND; +nyd_dun02,155,257,0 script ep13_warp_45_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_45_2"; end; -OnTimer6000: - specialeffect EF_WIND; +OnEnable: + enablenpc "ep13_warp_45_2"; end; -OnTimer8000: - specialeffect EF_WIND; +OnTouch: + donpcevent "ep13_warp_46::OnEnable"; + donpcevent "ep13_warp_55::OnEnable"; + donpcevent "ep13_warp_56::OnEnable"; + donpcevent "ep13_warp_65::OnEnable"; + donpcevent "ep13_warp_65_2::OnEnable"; + donpcevent "ep13_warp_45_2::OnDisable"; end; +} -OnTimer10000: - specialeffect EF_STEAL; +nyd_dun02,161,264,0 script ep13_warp_61_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_61_2"; end; -OnTimer12000: - specialeffect EF_STEAL; +OnEnable: + enablenpc "ep13_warp_61_2"; end; -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_e2"; +OnTouch: + donpcevent "ep13_warp_62::OnEnable"; + donpcevent "ep13_warp_71::OnEnable"; + donpcevent "ep13_warp_72::OnEnable"; + donpcevent "ep13_warp_81::OnEnable"; + donpcevent "ep13_warp_81_2::OnEnable"; + donpcevent "ep13_warp_61_2::OnDisable"; end; } -nyd_dun02,173,245,0 script ep13_warp_e3 139,{ - +nyd_dun02,161,252,0 script ep13_warp_65_2 139,1,1,{ OnEnable: - enablenpc "ep13_warp_e3"; - specialeffect EF_WIND; - initnpctimer; + enablenpc "ep13_warp_65_2"; + end; + +OnTouch: + if (rand(2)) { + donpcevent "ep13_warp_64::OnEnable"; + donpcevent "ep13_warp_73::OnEnable"; + donpcevent "ep13_warp_82::OnEnable"; + donpcevent "ep13_warp_83::OnEnable"; + donpcevent "ep13_warp_83_2::OnEnable"; + } + else { + donpcevent "ep13_warp_66::OnEnable"; + donpcevent "ep13_warp_75::OnEnable"; + donpcevent "ep13_warp_76::OnEnable"; + donpcevent "ep13_warp_85::OnEnable"; + donpcevent "ep13_warp_85_2::OnEnable"; + } +OnInit: +OnDisable: + disablenpc "ep13_warp_65_2"; end; +} +nyd_dun02,167,258,0 script ep13_warp_81_2 139,1,1,{ +OnInit: OnDisable: - specialeffect EF_WIND; - disablenpc "ep13_warp_e3"; + disablenpc "ep13_warp_81_2"; end; -OnTimer2000: - specialeffect EF_WIND; +OnEnable: + enablenpc "ep13_warp_81_2"; end; -OnTimer4000: - specialeffect EF_WIND; +OnTouch: + donpcevent "ep13_warp_91::OnEnable"; + donpcevent "ep13_warp_92::OnEnable"; + donpcevent "ep13_warp_93::OnEnable"; + donpcevent "ep13_warp_e1::OnEnable"; + donpcevent "ep13_warp_81_2::OnDisable"; end; +} -OnTimer6000: - specialeffect EF_WIND; +nyd_dun02,167,252,0 script ep13_warp_83_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_83_2"; end; -OnTimer8000: - specialeffect EF_WIND; +OnEnable: + enablenpc "ep13_warp_83_2"; end; -OnTimer10000: - specialeffect EF_STEAL; +OnTouch: + donpcevent "ep13_warp_84::OnEnable"; + donpcevent "ep13_warp_94::OnEnable"; + donpcevent "ep13_warp_e2::OnEnable"; + donpcevent "ep13_warp_83_2::OnDisable"; end; +} -OnTimer12000: - specialeffect EF_STEAL; +nyd_dun02,167,246,0 script ep13_warp_85_2 139,1,1,{ +OnInit: +OnDisable: + disablenpc "ep13_warp_85_2"; end; -OnTimer15000: - specialeffect EF_STEAL; - disablenpc "ep13_warp_e3"; +OnEnable: + enablenpc "ep13_warp_85_2"; end; -} -nyd_dun02,173,242,0 script ep13_warp_e4 139,1,1,{ OnTouch: - warp "nyd_dun01",214,68; + donpcevent "ep13_warp_95::OnEnable"; + donpcevent "ep13_warp_e3::OnEnable"; + donpcevent "ep13_warp_85_2::OnEnable"; end; } -- cgit v1.2.3-60-g2f50