yuno.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. //===== eAthena Script =======================================
  2. //= Yuno City
  3. //===== By: ==================================================
  4. //= KitsuneStarwind, kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Added additional npcs. Added Metto quest. [kobra_k88]
  13. //= Moved item quest to quest folder. Re-edited a majority of the npcs. [kobra_k88]
  14. //= Removed duplicate npcs already found in the sage quest.
  15. //============================================================
  16. //=================================================================================================//
  17. // NPCs Found outside
  18. //=================================================================================================//
  19. //======================================================================================
  20. yuno.gat,156,87,4 script Citizen of Yuno 47,{
  21. mes "[Hans]";
  22. mes "If you go north from Al De Baran you will arrive at 'Elmeth Plateau'.";
  23. mes "It is a place that was once covered with molten rocks and lava.";
  24. next;
  25. mes "[Hans]";
  26. mes "At the top of a mountain connected to the plateau, you can find a bridge that will lead you here to Yuno.";
  27. next;
  28. mes "[Hans]";
  29. mes "Here in Yuno, you can visit world famous places such as the:";
  30. mes "^5533FF'Yuphero Plaza'";
  31. mes "'Yuno Conference Hall'";
  32. mes "'Schweicherbil Magic Academy'^000000";
  33. mes "and the ^5533FF'Museum of Monsters'^000000";
  34. next;
  35. mes "[Hans]";
  36. mes "There is also the ^5533FF'Sage Castle'^000000 which is the greatest attraction in this city.";
  37. mes "The castle is where people go to become Sages.";
  38. next;
  39. mes "[Hans]";
  40. mes "If you have any interest in becoming a Sage, why not have a look around the castle?";
  41. close;
  42. }
  43. //=======================================================================================
  44. yuno.gat,158,205,4 script Artisan 54,{
  45. mes "[Artisan]";
  46. mes "~(mumbling to himself.......)~";
  47. next;
  48. mes "[Artisan]";
  49. mes "Oh hello there. Let me introduce myself. I am an artisan who is trying to carry on the traditions and duties of the master craftsmen here in Yuno.";
  50. M_Menu:
  51. next;
  52. menu "About powerful equipment.",M_1,"About special items",M_2,"About authentic foods",M_3,"End conversation",M_End;
  53. M_1:
  54. mes "[Artisan]";
  55. mes "For Crusaders, I suggest looking into the ^5533FF'Holy Guard' and 'Holy Avenger'^000000.";
  56. mes "They are both light weight pieces of equipment and they perform remarkably well.";
  57. next;
  58. mes "[Artisan]";
  59. mes "They also posses the holy property so they are even more powerful against undead and ghost creatures,";
  60. next;
  61. mes "[Artisan]";
  62. mes "I've heard that these pieces of equipment are quite rare, and that only a chosen few are able to obtain them.";
  63. goto M_Menu;
  64. M_2:
  65. mes "[Artisan]";
  66. mes "One item that I know about is a magic scroll called the ^5533FF'Worn-Out Magic Scroll'^000000.";
  67. mes "It is described to have a circle inside of another circle.... and a star...... ";
  68. next;
  69. mes "[Artisan]";
  70. mes "Although the scroll is very old and tattered, it very special to many Sages who use it for their research.";
  71. mes "Apparently it can be used with very high level magic spells.";
  72. goto M_Menu;
  73. M_3:
  74. mes "[Artisan]";
  75. mes "^5533FF'Rice Cake'^000000!! A traditional food that has been a favorite of many people over the years.";
  76. mes "It has a way of reminding people of those old traditional markets and fairs.";
  77. next;
  78. mes "[Artisan]";
  79. mes "Ah.... Rice Cake..... I sure wish I could eat some now..............";
  80. //possible quest here .. not sure though
  81. goto M_Menu;
  82. M_End:
  83. mes "[Artisan]";
  84. mes "Although Yuno is known as the city of Sages,..............";
  85. mes "I hope you will understand that Yuno is also home to many kind and gentle people who live ordinary lives.";
  86. next;
  87. mes "[Artisan]";
  88. mes "Please enjoy everything this unique city has to offer.";
  89. close;
  90. }
  91. //======================================================================================
  92. yuno.gat,336,227,4 script Yuno Granny 103,{
  93. mes "[Granny]";
  94. mes "Here you are......... I am an elderly Sage who can forsee everything before it happens.";
  95. next;
  96. mes "[Granny]";
  97. mes "Have you heard about the boss monster, who's name has been buzzing around Yuno for the longest time?";
  98. mes "It's called ^FF3355'Lord of the Dead'^000000. Rumor has it that it comes form the realm of the dead.";
  99. next;
  100. mes "[Granny]";
  101. mes "It brings with it many undead monsters that are intent on leading the living to the cold and icy land of the dead.";
  102. next;
  103. mes "[Granny]";
  104. mes "I know that you have already chosen whether or not you will fight the Lord of the Dead.";
  105. mes "The only thing left for you to do is find out why you made that choice......";
  106. close;
  107. }
  108. //========================================================================================
  109. yuno.gat,329,239,4 script Yuno Fighter 732,{
  110. mes "[Sergiof]";
  111. mes "My name is Sergiof and I am Granny's protector.";
  112. next;
  113. mes "[Sergiof]";
  114. mes "Let me tell you about the ^5533FF'Grand Peco'^000000, which is a high level Peco Peco.";
  115. mes "The Grand Peco is faster than regular Peco Pecos and has aggressive tendencies.";
  116. next;
  117. mes "[Sergiof]";
  118. mes "It attacks its targets using its strong bill. It is always surrounded by a large group of Peco Pecos.";
  119. next;
  120. mes "[Sergiof]";
  121. mes ".... Unfortunately it is time for us to part...... farewell...........";
  122. close;
  123. }
  124. //========================================================================================
  125. yuno.gat,344,68,4 script Yuno Tyrant 730,{
  126. mes "[Ninno]";
  127. mes "Have you ever heard of an Egyptian king who was once believed to be the son of a god?";
  128. mes "His name was ^5533FF'Pharaoh'^000000";
  129. next;
  130. mes "[Ninno]";
  131. mes "Rumor has it that he was a high sorcerer and that he used his abilities to curse innocent people.";
  132. mes "There are people that say he is still around, and continues to place curses on people.";
  133. next;
  134. mes "[Ninno]";
  135. mes "Have you ever seen him before?";
  136. close;
  137. }
  138. //=======================================================================================
  139. yuno.gat,261,98,4 script Ykla 735,{
  140. mes "[Ykla]";
  141. mes "^5533FFYuphero^000000......,";
  142. mes "That was the name of the ancient city where the most intelligent and talented people used to live.";
  143. next;
  144. mes "[Ykla]";
  145. mes "By finding a way to harness the power from the pieces of Ymir's heart, they became the most advanced city know to man.";
  146. next;
  147. mes "[Ykla]";
  148. mes "However, over time they came to abuse that power and ended up destroying themselves.";
  149. next;
  150. mes "[Ykla]";
  151. mes "If you ever find yourself in the position of acquiring this kind of power, make sure you remain humble to it.";
  152. next;
  153. mes "[Ykla]";
  154. mes "Power without humility is nothing more than a fools path to destruction.";
  155. close;
  156. }
  157. //=========================================================================================
  158. yuno.gat,306,207,6 script Sage Sykla 735,{
  159. mes "[Sykla]";
  160. mes "There is talk about a suspicious man living somewhere here in Yuno.";
  161. mes "Apparently he is a dangerous person who is immersed in some kind of wicked research.";
  162. next;
  163. mes "[Sykla]";
  164. mes "This so called 'Mad Scientist' spends his time working on complex ideas that cannot be understood by normal people.";
  165. next;
  166. mes "[Sykla]";
  167. mes "Just outside of town you will find a monster called ^FF3355'Blazer'^000000.";
  168. mes "This ball of magic flame attacks any living creature it finds with horrible spells such as fire bolt and fire ball.";
  169. next;
  170. mes "[Sykla]";
  171. mes "This hiddeous creature is feared my most, if not all, of the people here in Yuno.";
  172. mes "But what's even more frightening than the monster itself, is the rumor that the mad scientist was the one who created it....";
  173. next;
  174. mes "[Sykla]";
  175. mes "Imagine if this mad man were to create more of these creatures..... possibly create monsters even more powerfull than Blazer....";
  176. close;
  177. }
  178. //==========================================================================================
  179. yuno.gat,162,328,4 script Sage Eskla 735,{
  180. mes "[Eskla]";
  181. mes "I remember seeing it once........ Yeah... I remember now....... ";
  182. mes "There was this piece of paper floating in the air. I asked myself, 'Hmm... who lost a piece of paper out here?'.";
  183. next;
  184. mes "[Eskla]";
  185. mes "Then... without warning.... the piece of paper attacked me!! ME! One of the GREATEST Sages in Yuno!!";
  186. emotion 23;
  187. next;
  188. mes "[Eskla]";
  189. mes "I said to the piece of paper, 'How dare you attack me you little piece of paper!!' and struck it with my trusty sword.";
  190. mes "But that piece of paper was persistant and annoying at that.";
  191. emotion 0;
  192. next;
  193. mes "[Eskla]";
  194. mes "Using its paper thin body it dodged my sword simply by turning itself. The way it was turned I couldn't even tell if it was still there.";
  195. mes "Dammint it was thin!!!";
  196. next;
  197. mes "[Eskla]";
  198. mes "I decided to finally put an end to things and used a powerful magic spell to destroy that little piece of paper.";
  199. mes "Because I had so much difficulty in defeating it, I decided to ask my collegues if they knew anything about it.";
  200. next;
  201. mes "[Eskla]";
  202. mes "I found out what I had fought was called ^FF3355'The Paper'^000000.";
  203. mes "People say that it used to be part of an old book that contained a great deal of ancient knowledge about Yuno.";
  204. next;
  205. mes "[Eskla]";
  206. mes "Somehow it became a monster....... isn't that weird?";
  207. close;
  208. }
  209. //======================================================================================
  210. yuno.gat,166,111,4 script Remorpheous 120,{
  211. mes "[Remorpheous]";
  212. mes "'Apocalypse'. he, an artificial human being,";
  213. mes "was the chief of gatekeepers and in charge of public order of the city";
  214. mes "of [Yuno] during the Ancient times civilization...";
  215. close;
  216. mes "[Remorpheus]";
  217. mes "....similar to Robot. After living for a long time,";
  218. mes "its A.I. totally screwed up,it couldn't recognize friend or foe anymore,";
  219. mes "so without consideration of friends or foe......";
  220. close;
  221. mes "[Remorpheus]";
  222. mes ".... it became a monster that attacks anyone regardless";
  223. close;
  224. }
  225. //=====================================================================================
  226. yuno.gat,185,173,3 script Impressor 729,{
  227. mes "[Impressor]";
  228. mes "Scholar's city, 'Yuno' is made of 3 big islands.";
  229. next;
  230. mes "[Impressor]";
  231. mes "those are,";
  232. mes "The island of Glory - Solomon";
  233. mes "The island of Prosperity - Minetta";
  234. mes "The island of Wisdom - Snottra";
  235. next;
  236. mes "[Impressor]";
  237. mes "Each island's location are:";
  238. mes "Northwest: Solomon";
  239. mes "Northeast: Snottra";
  240. mes "South: Minetta";
  241. close;
  242. }
  243. //=====================================================================================
  244. yuno.gat,80,150,4 script Young Woman 746,{
  245. mes "[Young Woman]";
  246. mes "Have you ever seen such a beautiful city?";
  247. mes "And Yuno at night time is so wonderful with its lights shiny through the clouds";
  248. next;
  249. mes "[Young Woman]";
  250. mes "I'm sorry i got carried away , its my first time being here in the City of Sages";
  251. mes "i sugest you go look around and enjoy your self";
  252. next;
  253. mes "[Young Woman]";
  254. mes "I believe i shall wait around here till nightfall just so i can see the lights clearly";
  255. mes "maybe i will see you here later";
  256. close;
  257. }
  258. //===================================================================================================//
  259. // Metto Quest
  260. //===================================================================================================//
  261. //========================================================================
  262. yuno_in03.gat,25,39,3 script Metto 709,{
  263. mes "[Metto]";
  264. if(metto_q == 2 || metto_q == 4 || metto_q == 6) goto L_Check;
  265. if(metto_q == 1) goto L_Stang;
  266. if(metto_q == 3) goto L_Kato;
  267. if(metto_q == 5) goto L_Cici;
  268. if(metto_q == 7) goto L_Ruined;
  269. if(metto_q > 7) goto L_Done;
  270. mes "Whether it be today, tommorrow, or the next day, I spend every moment I have on my research.";
  271. mes "My whole life has been dedicated to making............";
  272. next;
  273. mes "[Metto]";
  274. mes "NEW YUNO, my own kingdom. In order to do that I must research how this city floats in the air.";
  275. mes "If I'm able to do so..... my goals will no longer be a mere dream, but a reality!!";
  276. next;
  277. mes "[Metto]";
  278. mes "That ^5544FFWagan^000000 thinks my research means nothing......";
  279. mes "But he doesn't realize that my ideas have been blessed by the Gods themselves!";
  280. close;
  281. L_Stang:
  282. mes "I'm going to ask my colleague ^5533FFStangckle^000000 to help me. I am sure he will be more than willing to help out an old friend.";
  283. next;
  284. mes "[Metto]";
  285. mes "Hmmm.... If I had that fellow's hellp, this would be much easier.... Pray! Pray to whatever God you believe in that we will succed!";
  286. set metto_q, 2;
  287. close;
  288. L_Kato:
  289. mes "What??!! That fool Stangckle said he doesn't want to help me?? This is not good...... My research will slow down considerably.";
  290. mes "......... What will I do now?!?!?";
  291. emotion 19;
  292. next;
  293. mes "[Metto]";
  294. mes "Luckily I have a backup plan. I'm certain that my friend and colleague ^5533FFKato^000000 will lend me a hand.";
  295. next;
  296. mes "[Metto]";
  297. mes "If I could only get a chance to study his super robot, the 'Great Z', I could continue my research.......";
  298. next;
  299. mes "[Metto]";
  300. mes "That Stangckle can have it his way for all I care. Even if he doesn't help me, my research will still go on.... it must!";
  301. next;
  302. mes "[Metto]";
  303. mes "Expect great things from me young friend..... MUHAHAHAHAH!!!!";
  304. set metto_q, 4;
  305. emotion 29;
  306. close;
  307. L_Cici:
  308. mes "WHAT!?!? You're telling me that the very thing I need to continue my research with... the Great Z.... has been DESTROYED!?!?";
  309. emotion 16;
  310. next;
  311. mes "[Metto]";
  312. mes "NOOOOOOO!!! Why?? How?? Why would he do that? Are the Gods cursing me?!?";
  313. emotion 6;
  314. next;
  315. mes "[Metto]";
  316. mes "Wait.... I need to calm down...";
  317. mes "If I can just get the help of professor ^5533FFCiCi^000000 with his 'Riding Engine Theory', I may be able to finish my research.......";
  318. next;
  319. mes "[Metto]";
  320. mes "*sigggghhhh* I still have hope...... YES I DO!! HAHAHA!!!";
  321. set metto_q, 6;
  322. emotion 29;
  323. close;
  324. L_Check:
  325. mes "I better get going so I can check this new thing out..... What are you still doing here?";
  326. mes "I'll be leaving in a bit. I need to get ready so why don't you go ahead and just take off.......";
  327. close;
  328. L_Ruined:
  329. mes "............................";
  330. next;
  331. mes "[Metto]";
  332. mes "How could something like this happen?? All 3 of my colleagues abandoning me all at once?!?!";
  333. mes "It's true....... the Gods HAVE forsaken me..... I'm ruined...... RUINED!!!";
  334. emotion 28;
  335. next;
  336. mes "[Metto]";
  337. mes "What else can I do now? Has the time really come for me to let go of all of my research?....";
  338. mes "Those many, many years of research?........";
  339. emotion 28;
  340. next;
  341. mes "[Metto]";
  342. mes "You must be disappointed...... but please, forget about all of this... forget about me........";
  343. mes "Who would do this to me? What kind of malicious person would shatter a man's dreams??";
  344. next;
  345. mes "[Metto]";
  346. mes "I suddenly feel tired now....... It's time for me to give up....... It's all over. Please don't be too disappointed.......";
  347. set metto_q, 8;
  348. close;
  349. L_Done:
  350. mes "Maybe I should look into getting a job change. I hear it's a popular thing to do these days. I wonder what profession I should go into?";
  351. mes "All I know for sure is that I don't want to be a scientist anymore.";
  352. next;
  353. mes "[Metto]";
  354. mes "I'm done with research forever.............";
  355. close;
  356. }
  357. //=====================================================================
  358. yuno_in01.gat,18,95,5 script Stangckle 99,{
  359. mes "[Stangckle]";
  360. if(metto_q > 2) goto L_Done;
  361. if(metto_q == 2) goto L_Start;
  362. mes "I am one of the scientists in this city. My name is ^5533FFStangckle^000000.";
  363. mes "Remember my name for it may be useful to you in the future. Who knows, I may just invent something incredible.";
  364. close;
  365. L_Start:
  366. mes "What can I do for you? My colleague Metto is coming here soon, so I don't have much time.";
  367. mes "So what did you say you needed??";
  368. next;
  369. menu "I need to talk to you about Metto!!",-, "Actually I don't need anything.",M_End;
  370. mes "[Stangckle]";
  371. mes "......................";
  372. next;
  373. mes "[Stangckle]";
  374. mes "..................................";
  375. next;
  376. mes "[Stangckle]";
  377. mes "Is this true?? Metto doesn't think of me as a colleague, and is only USING me?";
  378. mes "He sees me as a lowly assisstant and is going to STEAL all the CREDIT for our discoveries?!!";
  379. emotion 23;
  380. next;
  381. mes "[Stangckle]";
  382. mes "I can't believe I trusted him..... the rumors were true.... he IS a selfish mad man!!!.......";
  383. mes "And to think I respected a scumbag like that!!";
  384. emotion 32;
  385. next;
  386. mes "[Stangckle]";
  387. mes "I don't think I can even bear to see his distugusting face anymore.....";
  388. next;
  389. mes "[Stangckle]";
  390. mes "I'm glad that an honest and trustworthy person such as yourself had the guts to tell me the ugly truth about Metto.";
  391. mes "Thank you for sharing that information with me.";
  392. next;
  393. mes "[Stangckle]";
  394. mes "Now if you'll excuse me, I have some work to do.";
  395. set metto_q, 3;
  396. close;
  397. M_End:
  398. mes "[Stangckle]";
  399. mes "What are you doing here then? Stop wasting my time.";
  400. emotion 4;
  401. close;
  402. L_Done:
  403. mes "So Metto was truly a mad scientist afterall...... I guess he will be the one who will ultimately pay for that choice.......";
  404. close;
  405. }
  406. //===================================================================
  407. yuno_in01.gat,19,182,3 script Kato 55,{
  408. mes "[Kato]";
  409. if(metto_q > 4) goto L_Done;
  410. if(metto_q == 4) goto L_Start;
  411. mes "I am a scientist that specializes in ^5533FFArtificial Intelligence and Robotics^000000.";
  412. mes "Although I'm not working on a specific project at this moment, my lastest creation the 'Great Z' is truly a work of sheer genius!";
  413. close;
  414. L_Start:
  415. mes "As a scientist I research many different things.... of course this research is private. What can I do for you?";
  416. next;
  417. menu "I have news from Metto!",-, "Just wanted to say hello.",M_End;
  418. mes "[Kato]";
  419. mes "WHAT!!?? Metto said my Great Z is INFERIOR to Stangckles research!!??";
  420. mes "He.... he said I should rename it to 'LAME Z'??.......";
  421. emotion 23;
  422. next;
  423. mes "[Kato]";
  424. mes "*Sniff* I... I don't believe it.... *sob* how could he say that?..... If... if my invention is no good.....";
  425. mes "Then I guess I should destory it.... my Great Z.... *sigh*";
  426. emotion 28;
  427. next;
  428. mes "[Kato]";
  429. mes "How could that Metto be such a heartless bastard?? Thank you for letting me know Metto's TRUE feelings about my work.";
  430. set metto_q, 5;
  431. close;
  432. M_End:
  433. mes "[Kato]";
  434. mes "........... Okay.... Um.... Hey........";
  435. close;
  436. L_Done:
  437. mes "I am interested in researching artificial intelligence. You know, like robots.";
  438. mes "I know that it is something very difficult to accomplish, but where there's a will, there's a way.";
  439. next;
  440. mes "[Kato]";
  441. mes "If you ever see something amazing that is similar to what I described, you'll know that it's my handywork.";
  442. close;
  443. }
  444. //===================================================================
  445. yuno_in03.gat,179,43,5 script CiCi 121,{
  446. mes "[CiCi]";
  447. if(metto_q > 6) goto L_Done;
  448. mes "My name is ^5533FFCiCi^000000. I am one of the ^5533FF3 great scientists^000000 that live in this city.";
  449. mes "Although there are many great scientists in this town, being one of the top 3 is a true honor don't you think??";
  450. if(metto_q == 6) goto L_Start;
  451. close;
  452. L_Start:
  453. next;
  454. mes "[CiCi]";
  455. mes "Heh, I guess I was being a little to egostical there.... anyways what can I do for you?";
  456. next;
  457. menu "Metto wanted me to tell you this......",-, "Nothing, just saying hey.",M_End;
  458. mes "[CiCi]";
  459. mes "Hmm?? Metto said that he doesn't need my Riding Engine Theory?? Hmphf! How dare he!!!";
  460. emotion 32;
  461. next;
  462. mes "[CiCi]";
  463. mes "I have half a mind to teach him a little something about TRUE science and INTELLIGENT research!!";
  464. emotion 7;
  465. next;
  466. mes "[CiCi]";
  467. mes "... Whatever.... I don't have the necessary equipment to help him anyways.";
  468. mes "I guess, either way, he didn't have a chance.";
  469. next;
  470. mes "[CiCi]";
  471. mes "Let him know that I didn't really want to be a part of what he was doing in the first place.";
  472. mes "He isn't even doing the type of research that could be publicized.........";
  473. set metto_q, 7;
  474. close;
  475. M_End:
  476. mes "[CiCi]";
  477. mes "What? That's it? You just wanted to waste some time?...........";
  478. emotion 4;
  479. close;
  480. L_Done:
  481. mes "Hmm... I want to improve the Riding Engine but I lack the necessary parts. What a headache....";
  482. mes "Metto never offered me any help at all. This is not going to be easy.......";
  483. close;
  484. }
  485. //===================================================================
  486. yuno_in01.gat,18,30,3 script Wagan 85,{
  487. mes "[Wagan]";
  488. if(metto_q > 0) goto L_Check;
  489. mes "I'm sure you know that our village has been able to prosper for many years because of the brilliant research done here.";
  490. mes "We owe a great deal to those who have dedicated their lives to research and study.";
  491. next;
  492. mes "[Wagan]";
  493. mes "It is because of them that we can enjoy such a wonderful quality of life here.";
  494. mes "They have been able to work together and support each other which is great to see.";
  495. next;
  496. mes "[Wagan]";
  497. mes "Unfortunately there are a few 'bad apples' that cause problems within this solid community of researchers.";
  498. next;
  499. mes "[Wagan]";
  500. mes "These people just drive me crazy!";
  501. emotion 6;
  502. next;
  503. mes "[Wagan]";
  504. mes "They think only of themselves and their crazy actions make it much more difficult for everyone else.";
  505. mes "Out of those few selfish mad men, ^FF3333'Metto'^000000 must be the worst by far.";
  506. next;
  507. mes "[Wagan]";
  508. mes "This disturbed individual does nothing but destroy public facilities, create harmful pollutants, disrupt other peoples lives......";
  509. next;
  510. mes "[Wagan]";
  511. mes "..... the list goes on and on. What's worse..... He tries to justify his dreadful actions by calling it 'research'!!!!";
  512. mes "He has definately lost his sanity and has gone too far!!";
  513. emotion 7;
  514. next;
  515. mes "[Wagan]";
  516. mes "If only there was a way to stop this mad man from destroying our community......";
  517. mes "I just wish there was someone capable and brave enough to put an end to ^FF3333Metto's^000000 insanity.......";
  518. next;
  519. menu "Leave it to me.",-, "I wish your city the best of luck...",M_End;
  520. mes "[Wagan]";
  521. mes "Oh?? Are you really going to help us stop Metto? Our city would be very grateful if you could do this.......";
  522. mes "But how exactly do you plan on accomplishing this rather difficult task?";
  523. emotion 1;
  524. next;
  525. menu "Yeah it's pretty hard....",M_End, "Well, I guess I need to think of a plan now.....",-;
  526. mes "[Wagan]";
  527. mes "Yes a solid plan will be necessary to put a stop to Metto. You will need to trick him into quitting his evil experiments somehow......";
  528. mes "It will have to be something subtle like....... hmm........";
  529. next;
  530. mes "[Wagan]";
  531. mes "... Sabotaging his experiments in a way that makes it look like he was destined to fail.";
  532. mes "He is talkative so you may be able to get him to tell you everything you need to know about his work.";
  533. next;
  534. mes "[Wagan]";
  535. mes "To be honest.... I have been thinking about this plan for a while.........";
  536. set metto_q, 1;
  537. close;
  538. M_End:
  539. mes "[Wagan]";
  540. mes "We will have to hope that fate will be on our side as we wait for things to unfold......";
  541. mes "Come to think of it.... Metto is a strong believer in fate..... If we could only use that to your advantage somehow....";
  542. close;
  543. L_Check:
  544. if(metto_q == 8) goto L_Thank;
  545. if(metto_q == 9) goto L_Done;
  546. mes "How goes your work on sabotaging Metto's experiments? Hopefully the plan is going well.";
  547. mes "I'm sorry to involve you in our city's problems, but we really do appreicate you efforts.";
  548. close;
  549. L_Thank:
  550. mes "Is this true? You were able to shut down Metto's research? Thank you sooo much for your help.";
  551. mes "Without Metto causing trouble we have a lot less to worry about.";
  552. emotion 5;
  553. next;
  554. mes "[Wagan]";
  555. mes "The people of this city are greateful to you. Here is a little token of our appreciation......";
  556. next;
  557. mes "[Wagan]";
  558. mes "Thank you once again for your assisstance! I wish you the best of luck in all of your future endeavors!!!";
  559. getitem 715,10;
  560. emotion 15;
  561. set metto_q, 9;
  562. close;
  563. L_Done:
  564. mes "Things have been much more peaceful around here now that Metto has been shut down. Thank you once again for your help.";
  565. emotion 15;
  566. close;
  567. }