comodo.txt 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392
  1. //===== eAthena Script =======================================
  2. //= Comodo Town
  3. //===== By: ==================================================
  4. //= eAthena dev team
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= eAthena 1.0
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Not complete.
  13. //= 1.1 Rolled back from the wrong Kashy's fix
  14. //= Implemented the 'Cheese'/Stone of Awakening quest. Re-organized stuff. [kobra_k88]
  15. //= 1.2b Added Baby Class support [Lupus]
  16. //= 1.3 Spell Checked and Fixed [massdriller]
  17. //= 1.4 Fixed typo’s [Nexon]
  18. //= 1.5 Removed Duplicates [Silent]
  19. //============================================================
  20. //============================================================================//
  21. // BBQ Camp Grounds
  22. //============================================================================//
  23. //====================================================
  24. comodo.gat,216,310,4 script BBQ Papa 85,{
  25. OnStart:
  26. mes "[BBQ Son]";
  27. mes "Daddy! Daddy!... Is it true that an ^FF4444Evil Witch^000000 once lived in our village?? Does she still live here???";
  28. next;
  29. mes "[BBQ Mama]";
  30. mes "Son, where did you hear about that?";
  31. next;
  32. mes "[BBQ Papa]";
  33. mes "Ha ha... are you scared of the Evil Witch? It's just an old story......";
  34. next;
  35. mes "[BBQ Son]";
  36. mes "No daddy! If the Witch really lived on our island, her home must be around here still.... She had to have a place to sleep in... Right??";
  37. next;
  38. mes "[BBQ Mama]";
  39. mes "Ho ho ho... now if all of this were true don't you think the ^5555FFChief^000000 would know about it?";
  40. mes "Anyway, we better start eating before the meat gets overcooked.";
  41. next;
  42. mes "[BBQ Son]";
  43. mes "Okay.... (~crunch~chew~) Yum Yum!!. I'm... I'm...... (~chomp~chomp~).... going to find out the truth!! (~crunch~chomp~) Mmmmm......";
  44. close;
  45. }
  46. //=======================================================
  47. comodo.gat,215,307,4 script BBQ Mama 66,{
  48. doevent "BBQ Papa::OnStart";
  49. end;
  50. }
  51. //=======================================================
  52. comodo.gat,213,310,4 script BBQ Son 706,{
  53. doevent "BBQ Papa::OnStart";
  54. end;
  55. }
  56. //=======================================================
  57. comodo.gat,221,310,4 script Rinta 89,{
  58. mes "[Rinta]";
  59. mes "I was 'accidentally' eavesdropping on those people having the BBQ over there.";
  60. mes "It seems that they are long time friends of Comodo's ^5555FFChief^000000.";
  61. next;
  62. mes "[Rinta]";
  63. mes "If this is true, then this means that they can have as much meat and seasoning as they want......";
  64. emotion e_ic;
  65. close;
  66. }
  67. //=======================================================
  68. comodo.gat,218,309,4 script Razy 69,{
  69. mes "[Razy]";
  70. mes "I really dislike people who constantly reminisce about the past. Like that group of people over there. They're really starting to bug me.";
  71. next;
  72. mes "[Razy]";
  73. mes "However, the lady in that group looks really beautiful.... her skin is so light and her complexion is wonderful.";
  74. mes "If only she didn't have that scar on her face.... she would be perfect...........";
  75. close;
  76. }
  77. //============================================================================//
  78. // Casino
  79. //============================================================================//
  80. //=============================================================
  81. cmd_in02.gat,172,105,4 script G . J 86,{
  82. mes "[G . J]";
  83. mes "The more I think about it, the more I realize that it is easier and quicker to get rich by working a steady job and saving my money";
  84. mes "than it is to gamble it away on false hopes of hitting the jackpot. ";
  85. next;
  86. mes "[G . J]";
  87. mes "It just seems like a smarter choice. I can still earn a good living even after paying my bills and taxes.";
  88. mes "I feel that it is much more respectable to earn your living through hard work than it is to try to make a living on easy money.";
  89. next;
  90. mes "[G . J]";
  91. mes "Wouldn't you agree? Think about it in this way: You and your friend have been gambling and your friend hits the jackpot.";
  92. mes "You would want your friend to buy you dinner or even lend you some of the prize money right?";
  93. next;
  94. mes "[G . J]";
  95. mes "After all it's not like your friend EARNED the money.... he/she just got lucky that’s all.";
  96. mes "Your friend shouldn't mind sharing money that really isn't his/hers.";
  97. next;
  98. mes "[G . J]";
  99. mes "On the other hand, if that same friend had a steady job and worked hard for every penny he/she earned......";
  100. mes "would you be comfortable asking your friend for some of that hard earned money?";
  101. next;
  102. mes "[G . J]";
  103. mes "You wouldn't dare would you! That money was well earned and represents your friends hard work.";
  104. mes "You have respect for you friend because of that, and value his/her money more than some prize money.";
  105. close;
  106. }
  107. //=============================================================
  108. cmd_in02.gat,178,92,4 script Shalone 101,{
  109. mes "[Shalone]";
  110. mes "Ok, ok............ A-4!! Looks like you've lost again sir.... Hoo hoo, if you'd like a little advice, you shouldn't play when your luck's this bad.";
  111. next;
  112. mes "[Shalone]";
  113. mes "( This costumer just can't seem to win! I feel so sorry for him... ~sigh~)";
  114. close;
  115. }
  116. //=============================================================
  117. cmd_in02.gat,178,86,4 script Stonae 98,{
  118. mes "[Stonae]";
  119. mes "WHAT!! Dang it!! AGAIN!! Arghhhhhhh!!!............";
  120. emotion e_omg;
  121. next;
  122. mes "[Stonae]";
  123. mes "Sheesh! I can't quit after losing this badly! I won't quit until I win!";
  124. emotion e_ag;
  125. next;
  126. mes "[Stonae]";
  127. mes "Let's go!!";
  128. emotion e_go;
  129. close;
  130. }
  131. //=============================================================
  132. cmd_in02.gat,174,126,4 script Loyar 83,{
  133. set @TEMP,0;
  134. mes "[Loyar]";
  135. mes "The Comodo Casino has a very pleasing decor... It's quite clean and simple!";
  136. mes "The atmosphere is perfect and makes you really want to play more!";
  137. emotion e_ok;
  138. next;
  139. mes "[Loyar]";
  140. mes "Atmosphere is everything when it comes to gaming.";
  141. next;
  142. mes "[Loyar]";
  143. mes "No matter how much fun a game is, no one would be willing to play for a long time if the environment was dirty.";
  144. mes "A shabby interior and bad odors can wreck a good casino!";
  145. next;
  146. mes "[Loyar]";
  147. mes "The Comodo Casino is the best... NOTHING can beat it! The interior design might even change the mood of a sensitive player.";
  148. mes "Isn't it great?!";
  149. close;
  150. }
  151. //=============================================================
  152. cmd_in02.gat,73,81,4 script Martine 48,{
  153. set @temp, 2;
  154. mes "[Martine]";
  155. mes "Gambling? Oh no, it's NOT gambling! Don't say that the Comodo 'CASINO' houses gambling.....";
  156. emotion e_gasp;
  157. next;
  158. mes "[Martine]";
  159. mes "We provide some of the greatest 'GAMES' in the world. It's much more of a sophisticated form of 'GAMING' than it is 'GAMBLING'.....";
  160. mes "You know what I mean?? (~wink~)";
  161. next;
  162. mes "[Martine]";
  163. mes "What?......... Don't look at me like that!...";
  164. emotion e_gasp;
  165. next;
  166. mes "[Martine]";
  167. mes "..... Ok, FINE! I see how it is. I don't care what you think. I've lost all my zeny playing in this casino and I have NO regrets whatsoever!";
  168. emotion e_ag;
  169. next;
  170. mes "[Martine]";
  171. mes "Today's competition is over! I'll have to go to the ^5555FFComodo Dungeon^000000 and kill some monsters to earn back the zeny I lost.";
  172. mes "But no worries here cause after I've made some zeny, I'll be right back were I left off!!";
  173. next;
  174. mes "[Martine]";
  175. mes "WOO HOO!! I'm going to have a blast!! HAHAHA!";
  176. emotion e_gg;
  177. close;
  178. }
  179. //=============================================================
  180. cmd_in02.gat,64,43,4 script Roberto#01 709,{
  181. mes "[Roberto]";
  182. mes "Muhahaha... What a stupid man! Now that's easy money! (~counts his money~)";
  183. emotion e_gg;
  184. next;
  185. mes "[Roberto]";
  186. mes "Hey you! What are you looking at!? Get out of here!! What... you've never seen someone count money before??";
  187. emotion e_what;
  188. close;
  189. }
  190. //=============================================================
  191. cmd_in02.gat,89,72,4 script Deniroz 89,{
  192. mes "[Deniroz]";
  193. mes "If the bead falls in this time, I'll hit the JACKPOT!! All I have to do is put this small bead into that little hole.";
  194. emotion e_gasp;
  195. next;
  196. mes "[Deniroz]";
  197. mes "Most people give up after a few tries, but not me..... *whispers*(the can of beer in my hand is actually a powerful magnet)...";
  198. next;
  199. mes "[Deniroz]";
  200. mes "Keee hee hee hee!! I'm going to get rich with my secret plan!!";
  201. emotion e_gg;
  202. close;
  203. }
  204. //=============================================================
  205. cmd_in02.gat,57,62,4 script Casino Manager Moo 109,{
  206. mes "[Casino Manager Moo]";
  207. mes "I am the manager of Comodo Casino. My name is ^3355FF'Moo'^000000.";
  208. next;
  209. mes "[Casino Manager Moo]";
  210. mes "Here at the Comodo Casino, we strive to serve our customers and accommodate their needs as best we can.";
  211. mes "Please let us know if you need anything.";
  212. next;
  213. mes "[Casino Manager Moo]";
  214. mes "This area is for the VIP guest at our Casino. Our VIP program facilitates a more sophisticated level of gaming.";
  215. mes "If you're interested in a more easy going gaming environment, I recommend choosing a more general gaming area.";
  216. next;
  217. mes "[Casino Manager Moo]";
  218. mes "We are continually expanding and trying to develop a more enjoyable environment for our guests here so check back with us often.";
  219. close;
  220. }
  221. //====================================================
  222. cmd_in02.gat,48,55,4 script Scoursege 51,{
  223. mes "[Scoursege]";
  224. mes "Darn it, where is that guy who borrowed my zeny? He better not be hiding from me, he told me he would double my money!";
  225. emotion e_swt2;
  226. next;
  227. mes "[Scoursege]";
  228. mes "He was positive that he could double my money and make a little for himself! Where is he!...";
  229. next;
  230. mes "[Scoursege]";
  231. mes "Have I been scammed!?? On no! What should I do?? My zeny..... (~sob~sob~)";
  232. emotion e_sob;
  233. close;
  234. }
  235. //============================================================================//
  236. // Chief Quest (Doomed Swords Part 1)
  237. //============================================================================//
  238. //=======================================================
  239. comodo.gat,206,310,4 script Rochito 48,{
  240. if(dmdswrd_Q == 1) goto L_1;
  241. if(dmdswrd_Q == 2) goto L_2;
  242. if(dmdswrd_Q == 3) goto sL_2;
  243. if(dmdswrd_Q == 4) goto L_3;
  244. if(dmdswrd_Q == 5 || dmdswrd_Q == 6) goto sL_3;
  245. L_0:
  246. mes "[Rochito]";
  247. mes "Meat, meat, meat... I LOVE MEAT!! Eat, eat, eat... ALL I eat is MEAT!! I'm sooo obsessed with meat..... I'm... I.. I... I'm a MEAT MAN!!";
  248. emotion e_lv;
  249. next;
  250. mes "[Rochito]";
  251. mes "Comodo is meat heaven!! That's why BBQ camping in Comodo is sooooo AWESOME!!!";
  252. next;
  253. menu "Tell me more about BBQ Camping.",M_0, "End Conversation.",M_End;
  254. M_0:
  255. mes "[Rochito]";
  256. mes "The Komodoru, a native animal of Comodo, is famous because of it's delicious meat. Every part of the animal is tasty.";
  257. mes "However the tastiest part of the Komodoru, is the area around the spine. It's number one!";
  258. emotion e_no1;
  259. next;
  260. mes "[Rochito]";
  261. mes "Look at all of this meat in front of me! I don't know what to do with all of this meat! What should I do?? Oh no!...";
  262. emotion e_swt2;
  263. next;
  264. mes "[Rochito]";
  265. mes "Oh, I almost forgot!! You must try this Komodoru spine meat with Comodo's authentic BBQ seasoning.";
  266. mes "^5555FFKoserahserah^000000 is the name of the seasoning, and you should at least try it once before you leave.";
  267. next;
  268. mes "[Rochito]";
  269. mes "There is a rumor going around this camp ground that Koserahserah is soooo good that it might be addictive.";
  270. mes "It's possible that it may even cause a slight euphoria in those who try it.";
  271. next;
  272. mes "[Rochito]";
  273. mes "I'm not sure if that's true, but I do not that the seasoning is not allowed to be exported outside of Comodo.";
  274. mes "Luckily I'm a resident here so I can have as much as I want.";
  275. next;
  276. mes "[Rochito]";
  277. mes "Still, the authorities are worried about how Koserahserah should be regulated.";
  278. mes "The ^5555FFChief of Comodo^000000 is currently working on a some guidelines for it.";
  279. if(dmdswrd_Q == 0) set dmdswrd_Q, 1;
  280. close;
  281. M_End:
  282. close;
  283. L_1:
  284. mes "[Rochito]";
  285. mes "This Komodoru spine meat is delicious when seasoned with ^5555FFKoserahseah^000000, a local flavoring that is the pride of Comodo!!";
  286. mes "Would you like to try some?";
  287. next;
  288. mes "[Rochito]";
  289. mes "Oh, are you looking for the ^5555FFChief's^000000 house? Just go west of this camp ground to the village. You'll find his house there.";
  290. close;
  291. L_2:
  292. mes "[Rochito]";
  293. mes "We have a lot of time left on our vacation and I think we should spend the rest of it here, enjoying the Komodoru meat.";
  294. next;
  295. mes "[Rochito]";
  296. mes "In fact, we should just keep on having BBQ parties!";
  297. next;
  298. mes "^5533FF~ gave Rochito the Koserahserah ~^000000";
  299. next;
  300. mes "[Rochito]";
  301. mes "Oh my!! This is the special Comodo seasoning.... Koserahserah!! How did you manage to get this precious delicacy?";
  302. emotion e_gasp;
  303. next;
  304. mes "[Rochito]";
  305. mes "Oh... I see, I see. So it was given to you by my long time friend. Well, thank you so much.... thank you...";
  306. emotion e_thx;
  307. next;
  308. mes "[Rochito]";
  309. mes "Hey everybody! Tausupa has sent us some Koserahserah seasoning!!";
  310. next;
  311. mes "[Emralhandas]";
  312. mes "Our old friend?";
  313. next;
  314. mes "[Rochito]";
  315. mes "I don't know if we should take such a great gift....";
  316. next;
  317. mes "[Rockha]";
  318. mes ".........................";
  319. next;
  320. mes "[Rochito]";
  321. mes "We should give him something in return as a thank you. But what can we give him?...";
  322. mes "should we give him that wonderful ^5555FFWine^000000 we've been saving? It has a very nice aroma....";
  323. next;
  324. mes "[Rochito]";
  325. mes "May I ask a favor of you? If it is not too much trouble, would you take this to our dear friend.....";
  326. mes "I would deliver this in person but I'm a little busy with the BBQ and all.....";
  327. next;
  328. mes "[Rochito]";
  329. mes "Please. We would be very grateful if you could give this to him.";
  330. next;
  331. mes "^5555FF~ received 'Mureuchieligu Wine' ~^000000";
  332. set dmdswrd_Q, 3;
  333. close;
  334. sL_2:
  335. mes "[Rochito]";
  336. mes "Please do us a favor and deliver the wine to the chief. We would be very happy if you did.";
  337. close;
  338. L_3:
  339. mes "[Rochito]";
  340. mes "You've returned..... Oh! Thank you for the delivering the wine for us.";
  341. emotion e_thx;
  342. set dmdswrd_Q, 5;
  343. next;
  344. sL_3:
  345. mes "[Rochito]";
  346. mes "We are very proud of our courageous friend. It is because of him that we can live peacefully and travel safely.";
  347. next;
  348. mes "[Rochito]";
  349. mes "Oh, I just remembered something....";
  350. mes "We've been talking about Comodo's famous meat all this time, and I didn't even mention Comodo's world famous ^5555FFCheese^000000!";
  351. next;
  352. mes "[Rochito]";
  353. mes "I believe there is a cheese expert named ^5533FFTORUNA^000000 somewhere on this island.";
  354. mes "If your interested in the cheese you should go ask him about it.";
  355. if(dmdswrd_Q == 5) set dmdswrd_Q, 6;
  356. close;
  357. }
  358. //=======================================================
  359. comodo.gat,204,310,4 script Rockha 98,{
  360. if(dmdswrd_Q == 3) goto L_1;
  361. if(dmdswrd_Q == 4 || dmdswrd_Q==5) goto L_2;
  362. L_0:
  363. mes "[Rockha]";
  364. mes ". . . . . . . . . .";
  365. mes "My friends and I always wanted to have our BBQ eat out.....";
  366. mes ". . . . . . . . . .";
  367. next;
  368. menu "About the ^3355FFChief^000000.",M_0, "End Conversation.",M_End;
  369. M_0:
  370. mes "[Rockha]";
  371. mes "Yeah... I recently discovered that a friend I thought I lost during the ^FF4444'War with the Witch'^000000, is still alive.";
  372. mes "Now he's the ^5555FFChief of Comodo^000000....";
  373. next;
  374. mes "[Rockha]";
  375. mes "At the end of the war the witch was defeated and sealed in the ground beneath this village.";
  376. next;
  377. mes "[Rockha]";
  378. mes "It is rumored that the seasonings we get from our local plants somehow receive their unique qualities from the Witch's magical influence.";
  379. next;
  380. mes "[Rockha]";
  381. mes "Although my friend and I now live in different worlds, his new life hasn't changed him.";
  382. mes "Thankfully we can still be friends after all that's happened.";
  383. close;
  384. L_1:
  385. mes "[Rockha]";
  386. mes "Oh, and by the way.... Could you give him this message as well?";
  387. mes "Tell him, 'For as long as you have remembered us, we will not forget you. Friends forever.'.....";
  388. close;
  389. L_2:
  390. mes "[Rockha]";
  391. mes "Ha ha ha..... aaaahhh.... THIS is FRIENDSHIP!!";
  392. emotion e_heh;
  393. next;
  394. mes "[Rockha]";
  395. mes "Let us take a moment to make a toast to our good friend. Let us eat and drink until we can eat no more!!";
  396. next;
  397. mes "[Rockha]";
  398. mes "~!!Yippeeeeee!!~!!Wooohooooo!!~";
  399. close;
  400. mes "[Rockha]";
  401. mes "Thank you for your assistance. You have shown us that you are truly a good person. We now consider you as a friend.";
  402. next;
  403. mes "[Rockha]";
  404. mes "If you ever need any help, just come and look for me, ^3355FF'Rockha'^000000. We are forever in your debt.";
  405. close;
  406. }
  407. //=======================================================
  408. comodo.gat,209,314,4 script Rotute 82,{
  409. if(dmdswrd_Q==2 || dmdswrd_Q==3) goto L_1;
  410. if(dmdswrd_Q == 4 || dmdswrd_Q==5) goto L_2;
  411. L_0:
  412. mes "[Rotute]";
  413. mes "The quest for the ^5555FFSwords of Power^000000 has not yet been completed!";
  414. next;
  415. mes "[Rotute]";
  416. mes "Although four of the swords have been recovered by our team, there are rumors of a more powerful sword near ^5555FFGlastheim^000000.";
  417. mes "This has brought us yet another challenge.....";
  418. next;
  419. mes "[Rotute]";
  420. mes "We must find this new sword!! A new expedition has been planned to find this sword but I feel very anxious.";
  421. mes "If we succeed this will affect the whole world!! For my deceased father.....";
  422. next;
  423. mes "[Rotute]";
  424. mes "...... We MUST SUCCEED!!!!";
  425. emotion e_go;
  426. close;
  427. L_1:
  428. mes "[Rotute]";
  429. mes "Wow!! This is Comodo's famous seasoning!! The Captain's friend is truly a good person. To be this generous is unbelievable!";
  430. emotion e_gasp;
  431. next;
  432. mes "[Rotute]";
  433. mes "I can only hope that I find a friend that is as loyal as he on this quest.....";
  434. close;
  435. L_2:
  436. mes "[Rotute]";
  437. mes "It's strange.... this is only my first visit to Comodo and yet.... for some reason, it seems so familiar... like it's my home town.";
  438. next;
  439. mes "[Rotute]";
  440. mes "When this journey is over, I hope to visit this wonderful place again..... It feels like something is waiting for me here.";
  441. next;
  442. mes "[Rotute]";
  443. mes "Oh, and thanks so much for helping our captain.";
  444. emotion e_thx;
  445. close;
  446. }
  447. //=======================================================
  448. comodo.gat,209,305,4 script Emralhandas 70,{
  449. mes "[Emralhandas]";
  450. mes "Rockha, empty your glass so I can pour you a drink.";
  451. next;
  452. mes "[Emralhandas]";
  453. mes "Many years ago, during the War with the Witch, we dreamed of the day when we could live in peace.";
  454. mes "Today that dream has come true and it's all because of you my friends!!";
  455. emotion e_no1;
  456. next;
  457. menu "Ask about her friends....",M_0, "End Conversation",M_End;
  458. M_0:
  459. mes "[Emralhandas]";
  460. mes "Many years ago, heroes from every region of Rune Midgard were selected to embark upon a very unique and important quest.";
  461. next;
  462. mes "[Emralhandas]";
  463. mes "The goal was to find the ^5555FF4 rare 'Swords of Power'^000000!";
  464. mes "These 4 swords were said to be the most powerful weapons to have ever been made.";
  465. next;
  466. mes "[Emralhandas]";
  467. mes "After 10 hard years of searching, all 4 swords were found and brought together.";
  468. mes "Out of all of those who searched the swords, the four bravest were chosen to protect them.";
  469. next;
  470. mes "[Emralhandas]";
  471. mes "I, Emralhandas, was one of the four that were chosen.";
  472. next;
  473. mes "[Emralhandas]";
  474. mes "Of course there were many hardships that we had to endure before, and even after these swords were found........";
  475. next;
  476. mes "[Emralhandas]";
  477. mes "Our team of adventures consisted of myself, our ship's captain 'Rockha', our comrade 'Rochito', and the Chief of this town, 'Tausupa'.";
  478. next;
  479. mes "[Emralhandas]";
  480. mes "We had found the last sword and headed back to the island. Up to this point we had not even thought about the weapon's owner.";
  481. mes "As we left we began to have a bad feeling about what was going to happen next.";
  482. next;
  483. mes "[Emralhandas]";
  484. mes "When we returned to the island, we were confronted by ^790079'Mariposum'^000000, a powerful Witch who practiced the dark art of EVIL magic!!";
  485. next;
  486. mes "[Emralhandas]";
  487. mes "Her goal was to take over the world and plunge into a dark chaos!! We had to defend not only ourselves, but the future of humanity!!";
  488. mes "So it was here that me made our stand against this terrible evil!";
  489. emotion e_gasp;
  490. next;
  491. mes "[Emralhandas]";
  492. mes "A tremendous battle took place and many of our comrades fell that day... but their efforts were not in vain.";
  493. next;
  494. mes "[Emralhandas]";
  495. mes "With bloodshed and fierce determination we were able to defeat the witch and imprison her beneath the earth.";
  496. next;
  497. mes "[Emralhandas]";
  498. mes "Of all of those who risked their lives that day, one stood out amongst the rest and became the deciding factor in the witch's defeat.....";
  499. next;
  500. mes "[Emralhandas]";
  501. mes "It was ^5555FFTausupa^000000.";
  502. next;
  503. mes "[Emralhandas]";
  504. mes "Of course we are great full to all the brave warriors who fought and lost their lives that day.";
  505. mes "Especially to 'Rotute's' father who cannot be with us today, may he rest in peace.";
  506. next;
  507. mes "[Emralhandas]";
  508. mes "Rotute does not know about this yet, but hopefully he will find out about his father's heroism before this quest is complete......";
  509. close;
  510. M_End:
  511. mes "[Emralhandas]";
  512. mes "Our quest has not yet been completed. Rockha, we must eat all of the meat in Rune Midgard until there is none left!!";
  513. mes "We must eat and eat, for the pride of our Meat Club!!! (~hiccup~)";
  514. close;
  515. }
  516. // Chief's House =========================================================//
  517. cmd_in02.gat,32,140,4 script Chief Tausupa 49,{
  518. if(dmdswrd_Q == 1) goto L_1;
  519. if(dmdswrd_Q == 2) goto sL_1;
  520. if(dmdswrd_Q == 3) goto L_2;
  521. if(dmdswrd_Q == 4) goto sL_2;
  522. L_0:
  523. mes "[Chief Tausupa]";
  524. mes "Hello, I am the Chief of Comodo. You may call me Tausupa. Comodo is a place of pleasure, enjoyment, love, and beauty.";
  525. mes "Welcome, and have a pleasant and relaxing stay here.";
  526. next;
  527. menu "Ask about the ^5555FFCasino^000000.",M_0, "Ask about the ^790079Evil Witch^000000.",M_1, "End Conversation.",M_End;
  528. M_0:
  529. mes "[Chief Tausupa]";
  530. mes "The Casino is one of the many notable sites in Comodo. It would seem that you have some interest in it.";
  531. mes "The Casino uses it's own currency, a coin called the ^5555FF'Eulwo'^000000.";
  532. next;
  533. mes "[Chief Tausupa]";
  534. mes "There are a variety of games for you to enjoy there.";
  535. mes "The earnings you win can be used to purchase different items available only in the Casino.";
  536. next;
  537. mes "[Chief Tausupa]";
  538. mes "These earnings, which are in the form of Eulwo, cannot be exchanged for Zeny though.";
  539. close;
  540. M_1:
  541. mes "[Chief Tausupa]";
  542. mes ". . . . . . . . . .";
  543. mes "You must be from out of town. I'm not sure where you heard about it, but that story is old and most people have forgotten about it.";
  544. mes "It's really not worth mentioning. . . . . . . . . . . .";
  545. close;
  546. M_End:
  547. mes "[Chief Tausupa]";
  548. mes "If you haven't noticed, Comodo is located inside of a huge, natural, cave. No matter what time of day it is, you'll never see the sunlight.";
  549. next;
  550. mes "[Chief Tausupa]";
  551. mes "It is this unique 24 hour nightlife that attracts so many tourist to our town. Anyways, please enjoy your stay here.";
  552. close;
  553. L_1:
  554. mes "[Tausupa]";
  555. mes "..... Is that so? My long time friends have come back to Comodo and are at the Camp Grounds enjoying the BBQ huh?.......";
  556. next;
  557. mes "[Tausupa]";
  558. mes "It would seem that they are planning another expedition........";
  559. next;
  560. mes "[Tausupa]";
  561. mes "I have not seen my friends in a long time and the sound of going on another adventure with them is very exciting.... however......";
  562. next;
  563. mes "[Tausupa]";
  564. mes "~sigh~ Unfortunately I will not be able to go with them. I fear that if I leave, the evil witch will revive and wreak havoc on this world once again.";
  565. next;
  566. mes "[Tausupa]";
  567. mes "..... I have a favor I must ask of you.......";
  568. next;
  569. mes "[Tausupa]";
  570. mes "Can you take this special seasoning to my friends?";
  571. next;
  572. mes "^5555FF~ recieved Koserahserah ~^000000";
  573. set dmdswrd_Q, 2;
  574. next;
  575. sL_1:
  576. mes "[Chief Tausupa]";
  577. mes "Please take this seasoning to my friends at the BBQ camp grounds and give it to ^5555FFRochito^000000. Thank you.";
  578. close;
  579. L_2:
  580. mes "[Chief Tausupa]";
  581. mes "Were my friends happy? After you left, I had some time to think..... I should have delivered the seasoning personally......";
  582. mes "I should have gone to see them......";
  583. next;
  584. mes "[Chief Tausupa]";
  585. mes "But I am much too busy as the Chief of Comodo........ Maybe I should quit...........";
  586. mes "I really want to go on another quest with my good friends.... How did I end up like this?";
  587. next;
  588. mes "^5555FF~ you give him Mureuchieligu Wine and convey the message ~^000000";
  589. next;
  590. mes "[Chief Tausupa]";
  591. mes "..................";
  592. next;
  593. mes "[Chief Tausupa]";
  594. mes "That was a message from my friends? I think I understand now.... My friends are TRUE friends. They have been thinking of me all this time........";
  595. next;
  596. mes "[Chief Tausupa]";
  597. mes "I have made up my mind!";
  598. emotion e_ic;
  599. next;
  600. mes "[Chief Tausupa]";
  601. mes "Mureuchieligu Wine is made as soon as the grapes are picked. It is then bottled in the very same place and is left there to age.";
  602. mes "The wine spends the rest of its days aging in the same spot.";
  603. next;
  604. mes "[Chief Tausupa]";
  605. mes "Much like the wine, I have been aging away in the same place here in Comodo, and I must continue to stay here for it is my duty.";
  606. next;
  607. mes "[Chief Tausupa]";
  608. mes "I am thankful for my friends' advice. The gift they gave me had a great deal of meaning.";
  609. mes "Please tell my friends this, 'I will not avoid my destiny. On the contrary, I will fulfill it to the best of my ability'.";
  610. set dmdswrd_Q, 4;
  611. next;
  612. sL_2:
  613. mes "[Chief Tausupa]";
  614. mes "I would like to thank you for helping my friends and I. I am truly great full.";
  615. close;
  616. }
  617. //============================================================================//
  618. // Cheese Quest (Doomed Swords Part 2)
  619. //============================================================================//
  620. //=======================================================
  621. comodo.gat,88,97,4 script Cheese Expert TORUNA 109,{
  622. if(dmdswrd_Q == 7) goto sL_2;
  623. mes "[TORUNA]";
  624. mes "I hear that the cheese here is delicious. Every time I come here to visit, I ask for some of that popular cheese.";
  625. mes "But they always seem to be out! If I could just get a taste of that cheese...........";
  626. M_Menu:
  627. next;
  628. menu "Ask about the cave.",M_0, "Comodo is a town inside a cave?",M_1, "End Conversation.",M_End;
  629. M_0:
  630. mes "[TORUNA]";
  631. mes "It is a natural formation of limestone which was shaped by the erosive powers of fresh water with sea water.";
  632. next;
  633. mes "[TORUNA]";
  634. mes "The air and topsoil in the cave are rich in carbon-dioxide gas.";
  635. mes "This was caused by C02 gas leaking into the cave through cracks in the limestone over a period of many years.";
  636. next;
  637. mes "[TORUNA]";
  638. mes "Water from rainfall and ocean currents slowly eroded the limestone to carve out the cave.";
  639. next;
  640. mes "[TORUNA]";
  641. mes "Essentially a cave is formed when water finds cracks in some type of rock formation and erodes the rock to a point where a cave is formed.";
  642. mes "Of course this takes hundreds of years and a lot of water.";
  643. goto M_Menu;
  644. M_1:
  645. mes "[TORUNA]";
  646. mes "Yep. What you see here is really the inside of a gigantic cave.";
  647. mes "Most people don't realize this at first, and that's thanks to all of the towns people's hard work and dedication.";
  648. next;
  649. mes "[TORUNA]";
  650. mes "The people who settled here were very industrious and worked diligently to turn this cave into a place that they could call home.";
  651. next;
  652. mes "[TORUNA]";
  653. mes "They slowly chipped away at the limestone surfaces, to shape the interior of the cave into something much more eye pleasing.";
  654. mes "It was from these humble beginnings that the Comodo you see today, was founded.";
  655. next;
  656. if(dmdswrd_Q == 6) goto sL_1;
  657. mes "[TORUNA]";
  658. mes "Unfortunately that is only half the story.";
  659. next;
  660. mes "[TORUNA]";
  661. mes "The early settlers faced an even greater challenge when the ^790079Evil Witch, Meropusum^000000, arrived.";
  662. mes "She was determined to rule the world, and used the newly founded town of Comodo as her staging ground.";
  663. next;
  664. mes "[TORUNA]";
  665. mes "Led by a group of strong heroes, the town fought back against the witch and sealed her away. Many lives were lost in this war however.";
  666. next;
  667. mes "[TORUNA]";
  668. mes "The strongest of the heroes was chosen as the town's new leader, and under his leadership the town prospered.";
  669. next;
  670. mes "[TORUNA]";
  671. mes "Be aware though, that Meropusom is still alive. Although she has been sealed away, her evil powers can still be felt.";
  672. mes "Her minions still lurks in the shadows awaiting their master's return.";
  673. next;
  674. mes "[TORUNA]";
  675. mes "So be cautious when venturing into the unknown parts of Comodo. Anyway, so long and take care.";
  676. goto M_Menu;
  677. sL_1:
  678. mes "[TORUNA]";
  679. mes "Not only has this cave become a home for the people of Comodo, but it's unique environment has also helped in creating....";
  680. next;
  681. mes "[TORUNA]";
  682. mes "The world famous..... Comodo ^5533FFCheese^000000!!!";
  683. emotion e_ic;
  684. next;
  685. mes "[TORUNA]";
  686. mes "This special Cheese is simply DELICIOUS! You will understand how good the Cheese is once you try it.";
  687. emotion e_lv2;
  688. set dmdswrd_Q, 7;
  689. next;
  690. sL_2:
  691. mes "[TORUNA]";
  692. mes "You should go speak with the people at the ^009500Outdoor Bar^000000 near the camp grounds.";
  693. mes "I heard them talking about the ^5533FFCheese^000000, it is so popular.";
  694. close;
  695. M_End:
  696. mes "[TORUNA]";
  697. mes "The taste of Comodo Cheese is simply out of this world!! Just one taste and I guarantee that you won't be able to stop!";
  698. mes "It's so good you may even go GRAZY without it!";
  699. emotion e_lv;
  700. next;
  701. mes "[TORUNA]";
  702. mes "Oh if I could just have one piece.... I'd be so happy I'd dance all night on that ^5555FFHula Dancing Stage^000000!!";
  703. close;
  704. }
  705. //=======================================================
  706. comodo.gat,164,291,2 script Rakusa 73,{
  707. if(dmdswrd_Q == 7) goto L_1;
  708. if(dmdswrd_Q == 8) goto L_2;
  709. mes "[Rakusa]";
  710. mes "Comodo is often referred to as the town of 'recreation and relaxation'.......";
  711. next;
  712. mes "[Rakusa]";
  713. mes "This can be misleading however, for Comodo is not only the home of fun tourist attractions, but two very ^FF4444dangerous dungeons^000000 as well.";
  714. next;
  715. mes "[Rakusa]";
  716. mes "This area has unusually strong monsters. If you plan on entering the dungeons, be very well prepared and expect trouble.";
  717. mes "These dungeons are definitely not for the faint of heart!";
  718. close;
  719. L_1:
  720. mes "[Rakusa]";
  721. mes "That man sitting over there simply won't stop talking about that Comodo ^3355FF'Cheese'^000000.........";
  722. next;
  723. mes "[Rakusa]";
  724. mes "I just can't stop wondering about what kind of Cheese it is. I sure hope I will have the opportunity to try it someday.";
  725. set dmdswrd_Q, 8;
  726. next;
  727. L_2:
  728. mes "[Rakusa]";
  729. mes "It looks like ^5533FFKichiri^000000 isn't as interested in the Cheese as that other man is though...... actually he looks rather annoyed.........";
  730. next;
  731. mes "[Rakusa]";
  732. mes "Someone should check on Kichiri and make sure everything is all right......";
  733. close;
  734. }
  735. //=======================================================
  736. comodo.gat,169,284,4 script Kichiri 99,{
  737. mes "[Kichiri]";
  738. if(dmdswrd_Q == 8) goto L_1;
  739. if(dmdswrd_Q == 9) goto L_2;
  740. mes "In the heart of Comodo lies a performance stage. It's where a number of crazed residents put on shows for the tourists that come to visit.";
  741. mes "The shows are so popular that some tourist even come back to Comodo to see them again.";
  742. next;
  743. mes "[Kichiri]";
  744. mes "Many of the residents just dance and dance without much skill.";
  745. mes "But for the few who show some talent, there is the possibility of being recruited by the local ^5555FFDancers Guild^000000.";
  746. close;
  747. L_1:
  748. mes "The guy sitting near me just won't stop talking about Comodo ^5533FFCheese^000000...... It's going to drive me insane!";
  749. emotion e_pif;
  750. next;
  751. mes "[Kichiri]";
  752. mes "Yeah, right over there, the guy named ^3355FFMagatu^000000. Can you do something about it?";
  753. set dmdswrd_Q, 9;
  754. close;
  755. L_2:
  756. mes "I just want to have a quit time and have a few drinks, is this too much to ask for?";
  757. mes "Stupid drunk ^3355FF' Magatu '^000000..... always talking about ^5533FFCheese^000000......";
  758. emotion e_ag;
  759. close;
  760. }
  761. //=======================================================
  762. comodo.gat,163,280,4 script Magatu 55,{
  763. mes "[Magatu]";
  764. if(dmdswrd_Q == 9) goto L_1;
  765. if(dmdswrd_Q == 10) goto L_2;
  766. mes "Yes! That's it!! The irresistible smell of that amazing ^5533FFCheese^000000!! It's so delicious!.... Oh, I can't wait any longer......";
  767. emotion e_lv;
  768. next;
  769. mes "[Magatu]";
  770. mes "No matter what anyone else says..... Comodo Cheese is truly the BEST!!! Kekekeke!!";
  771. emotion e_no1;
  772. next;
  773. mes "[Magatu]";
  774. mes "Cheese! CHEESE!! WONDERFULL Comodo CHEESE!!!.... so.... tas... ty.... (~drooools~)";
  775. emotion e_lv;
  776. close;
  777. L_1:
  778. mes "What? You want to know some information regarding Comodo's special ^5533FFCheese^000000?";
  779. mes "I guess I could give you some inside information............";
  780. emotion e_what;
  781. next;
  782. mes "[Magatu]";
  783. mes "Okay, go to the ^009500Casino^000000 and look for a guy named ^5533FFManzi^000000. He should be somewhere on the first floor.";
  784. mes "He's got a huge scar on his face so he should be easy to spot.";
  785. next;
  786. mes "[Magatu]";
  787. mes "When you see him give him this Bottle Cap. Don't do anything else, just give him the bottle cap and he will give you some info on the Cheese....";
  788. next;
  789. mes "^3355FF- Received a Bottle Cap -^000000";
  790. set dmdswrd_Q, 10;
  791. close;
  792. L_2:
  793. mes "Oh yeah, I got to tell you my friend's name.....";
  794. next;
  795. mes "[Magatu]";
  796. mes "O? I already told you? Bah, I am so drunk....... ^5533FFManzi^000000... He’s in the ^009500Casino^000000, got it?";
  797. emotion e_hmm;
  798. close;
  799. }
  800. //======================================================
  801. cmd_in02.gat,189,99,4 script Manzi 85,{
  802. if(dmdswrd_Q == 10) goto L_1;
  803. if(dmdswrd_Q == 11) goto L_2;
  804. if(BaseJob == Job_Novice) goto L_Nov;
  805. mes "[Manzi]";
  806. mes "There have been some people who've bet too much and have lost their pecopeco and many other precious items.";
  807. mes "So be careful when you make your bets..... you might just loose the shirt off your back.......";
  808. close;
  809. L_Nov:
  810. mes "[Manzi]";
  811. mes "Stop bothering me you little kid. This place is for adults only, get out of here.";
  812. close;
  813. L_1:
  814. mes "[Manzi]";
  815. mes "Yes?..........";
  816. next;
  817. mes "^3355FF- You give him the Bottle Cap-^000000";
  818. next;
  819. mes "[Manzi]";
  820. mes "..........................";
  821. next;
  822. mes "[Mazi]";
  823. mes "Whoa! This is from my friend Magatu, you must be someone of great importance to him.";
  824. mes "Otherwise, he wouldn't have given you the Bottle Cap.";
  825. emotion e_ic;
  826. next;
  827. mes "[Manzi]";
  828. mes "I made a promise to Magatu that I'd help anybody who had one of his bottle caps find out more about the ^5533FFCheese^000000.........";
  829. next;
  830. mes "[Manzi]";
  831. mes "Only a selected few get the rare opportunity to taste the legendary Comodo Cheese you know.";
  832. next;
  833. mes "[Manzi]";
  834. mes "Well, I guess you could find out more about Comodo Cheese from a lady near the ^3355FF 'Hulla Stage' ^000000 located near the center of town.";
  835. next;
  836. mes "^3355FF- Received Shiny Coin -^000000";
  837. next;
  838. mes "[Manzi]";
  839. mes "Just tell her that Manzi from the casino sent you and show her that coin. She'll tell you all you need to know about the Cheese.";
  840. next;
  841. mes "[Manzi]";
  842. mes "By the way......... no else is listening this right?....... *whispers: that lady is actually in charge of the Comodo Cheese distribution*...........";
  843. set dmdswrd_Q, 11;
  844. close;
  845. L_2:
  846. mes "[Manzi]";
  847. mes "The cheese lady should be near the ^5533FFHulla Stage^000000. Just remember to show her the coin when you ask her about the cheese.";
  848. close;
  849. }
  850. //=======================================================
  851. comodo.gat,187,153,4 script Hullaris 701,{
  852. mes "[Hullaris]";
  853. if(dmdswrd_Q == 11) goto L_1;
  854. if(dmdswrd_Q == 12) goto L_2;
  855. if(dmdswrd_Q == 13) goto L_3;
  856. if(dmdswrd_Q == 14) goto L_4;
  857. mes "Hula Dance? Who says it's merely a hula dance?? It is much more than just some dance.";
  858. mes "To refer to Comodo's unique form of dancing as simply a hula dance, is just insulting!";
  859. emotion e_an;
  860. next;
  861. mes "[Hullaris]";
  862. mes "The Comodo Hula Dance was developed long ago. Legend has it that the dance was used to control the minds and bodies of others!";
  863. mes "Hula 'dance'?.... More like Hula 'communication'......";
  864. next;
  865. mes "[Hullaris]";
  866. mes "This form of 'communication' was capable of not only changing a persons mood, but of controlling a persons mind as well!";
  867. next;
  868. mes "[Hullaris]";
  869. mes "Hehehehehe...... If anyone can dance better than me.... LET EM COME OUT!! It is more than just dancing..........";
  870. mes "It is a form of 'COMMUNICATION'!!!";
  871. emotion e_gg;
  872. close;
  873. L_1:
  874. mes "Ah, such a great day...........";
  875. next;
  876. menu "Show her the Shiny Coin",-,"Don't show her the coin, but continue talking",M_End;
  877. mes "^3355FF- Shows lady the Shiny Coin -^000000";
  878. next;
  879. mes "[Hullaris]";
  880. mes "Hmm, that coin.... How did you know to come and look for me? Ah, I got it. Manzi must have told you about me.";
  881. emotion e_hmm;
  882. next;
  883. mes "[Hullaris]";
  884. mes "I presume you are also interested in the famous Comodo ^5533FFCheese^000000.";
  885. mes "Well you've come to the right place because you're talking to a real expert.";
  886. next;
  887. mes "[Hullaris]";
  888. mes "And let me tell you something about how rare Comodo Cheese is.......";
  889. mes "Some people will NEVER get to taste it in their entire lifetime.....";
  890. next;
  891. mes "[Hullaris]";
  892. mes "Before I go any further, I will need to clear up some of the misconceptions you may have about Comodo Cheese.";
  893. next;
  894. mes "[Hullaris]";
  895. mes "In reality, Comodo Cheese is NOT actually a cheese. It is actually a very powerful enchanted magical stone, know as.........";
  896. mes "The ^3355FFStone of Awakening^000000.";
  897. next;
  898. mes "[Hullaris]";
  899. mes "Because of the similarities in shape, form, and color, between the two, people have mistaken the stone to be cheese.";
  900. next;
  901. mes "[Hullaris]";
  902. mes "Legend has it that the user of the Stone of Awakening, could gain great knowledge and power much faster than normal people.";
  903. next;
  904. mes "[Hullaris]";
  905. mes "Many Wizards and Mages in the past have grown very powerful in very short time after consuming the Stone of Awakening.";
  906. next;
  907. mes "[Hullaris]";
  908. mes "Therefore, even though my close friend told you to come to me, I cannot just give you this rare item.";
  909. next;
  910. mes "[Hullaris]";
  911. mes "I am very sorry about this, but you will need to prove to me somehow that you are worthy of this stone.";
  912. next;
  913. mes "[Hullaris]";
  914. goto L_2;
  915. M_End:
  916. mes "[Hullaris]";
  917. mes "Hey! Don't look at me like that, get out of here!";
  918. emotion e_gasp;
  919. close;
  920. L_2:
  921. mes "Some sort of ^5533FFProof of Worthiness^000000 could be obtained through the wizard ^5533FF'Nigirboran'^000000.";
  922. mes "He is usually inside of the ^009500East Comodo Dungeon^000000.";
  923. next;
  924. mes "[Hullaris]";
  925. mes "Just tell Nigirboran everything I have told you and he will judge whether or not you are worthy of the Stone of Awakening.";
  926. mes "Best of luck to you.";
  927. set dmdswrd_Q, 12;
  928. close;
  929. L_3:
  930. mes "Your back........ do you have the ^5533FFProof of Worthiness^000000?";
  931. mes "I cannot give you the Stone of Awakening if you have not passed the test.";
  932. close;
  933. L_4:
  934. mes "How did the test go?";
  935. next;
  936. mes "^3355FF~ Shows Hullaris ~^000000";
  937. mes "^3355FF~ Proof of Worthiness ~^000000";
  938. next;
  939. mes "[Hullaris]";
  940. mes "Ah, you did it! I knew you would pass the test. No I mean it.";
  941. mes "There was something about you that gave me confidence in your abilities.";
  942. next;
  943. mes "[Hullaris]";
  944. mes "Anyway, here is the Stone of Awakening as promised.........";
  945. next;
  946. mes "^3355FF~ you received the Stone of Awakening ~^000000";
  947. mes "^3355FF~ you quickly eat it. . . . . ~^000000";
  948. next;
  949. mes "^3355FF~ Munch . .Munch . . ~^000000";
  950. next;
  951. mes "^3355FF~ Tastes like some sort of mushroom... ~^000000";
  952. mes "^3355FF~ it is somewhat sour... ~^000000";
  953. next;
  954. mes "^3355FF~ somehow you feel more confident... ~^000000";
  955. mes "^3355FF~ and more courageous now! ~^000000";
  956. next;
  957. mes "[Hullaris]";
  958. mes "What do you think? The taste and smell are indescribable huh? From the way you look I can tell that it was worth the effort to find.";
  959. next;
  960. mes "[Hullaris]";
  961. mes "You are now one of the few who have been privileged enough to taste Comodo's special 'Cheese', heh heh heh.....";
  962. mes "Well have fun here in Comodo.";
  963. set dmdswrd_Q,15;
  964. close;
  965. }
  966. //=========================================================
  967. beach_dun3.gat,30,220,4 script Wizard Nigirboran 704,{
  968. mes "[Nigirboran]";
  969. if(dmdswrd_Q == 12) goto L_1;
  970. if(dmdswrd_Q == 13) goto L_2;
  971. if(dmdswrd_Q == 14) goto L_3;
  972. if(dmdswrd_Q == 15) goto L_4;
  973. mes ". . . . . . . . . . . . . . .";
  974. next;
  975. mes "[Nigirboran]";
  976. mes "I am Nigirboran, a Wizard in training...";
  977. next;
  978. mes "[Nigirboran]";
  979. mes "If you don't have anything to say, please do not bother me, I am very busy.";
  980. close;
  981. L_1:
  982. mes ". . . . . Hmm. . . . . .";
  983. next;
  984. mes "[Nigirboran]";
  985. mes "Hullaris told you to come didn't she? Let me introduce myself. I am Nigirboran, a Wizard in training.";
  986. next;
  987. mes "[Nigirboran]";
  988. mes "It is true that Comodo ^5533FFCheese^000000 is actually the ^5533FF'Stone of Awakening' or the 'Stone of Wisdom'^000000.";
  989. mes "It's unfortunate that so many people think of this great stone as nothing more than a tasty snack.";
  990. next;
  991. mes "[Nigirboran]";
  992. mes "A long time ago, real Comodo cheese was actually made from Payon's poisonous mushrooms, Aldebaran's singing plants, and Morroc's cactus juice.";
  993. next;
  994. mes "[Nigirboran]";
  995. mes "The cheese was aged for a minimum of 3 years before it could be eaten. If anyone ate the cheese before it had a chance to properly age....";
  996. next;
  997. mes "[Nigirboran]";
  998. mes "The posion and magic from the cheese would melt their insides instantly............";
  999. next;
  1000. mes "[Nigirboran]";
  1001. mes "That's why Hullaris sent you here. She wants to see if you can withstand those strong poisons.";
  1002. next;
  1003. mes "[Nigirboran]";
  1004. mes "Are you willing to risk your life just to prove yourself to Hullaris?";
  1005. next;
  1006. menu "Sure, why not.",-, "...... Uh... no....",M_End;
  1007. set dmdswrd_Q, 13;
  1008. mes "[Nigirboran]";
  1009. goto L_2;
  1010. M_End:
  1011. mes "[Nigirboran]";
  1012. mes "Very well then.";
  1013. close;
  1014. L_2:
  1015. mes "Very good, then let us begin the test.";
  1016. percentheal 100, 100;
  1017. next;
  1018. mes "[Nigirboran]";
  1019. mes "You will be given some real Comodo cheese to eat. If you are strong enough you will have no problems with the cheese.";
  1020. next;
  1021. mes "[Nigirboran]";
  1022. mes "If you start to feel noxious and start having hallucinations, that means you have succumb to the poison and are not worthy of the Stone of Awakening.";
  1023. next;
  1024. mes "[Nigirboran]";
  1025. mes "Ready?";
  1026. next;
  1027. mes "^3355FF~ you are given a piece of funky cheese ~";
  1028. mes ". . . . . . . . . . . . .^000000";
  1029. next;
  1030. mes "^3355FF~ you are given a piece of funky cheese ~";
  1031. mes ". . . . . . . . . . . . .";
  1032. mes "~ you swallow it ~";
  1033. mes ". . . . . . . . . . . . .^000000";
  1034. next;
  1035. mes "^3355FF~ you are given a piece of funky cheese ~";
  1036. mes ". . . . . . . . . . . . .";
  1037. mes "~ you swallow it ~";
  1038. mes ". . . . . . . . . . . . .";
  1039. mes "~ it tastes nasty!!! ~^000000";
  1040. next;
  1041. mes "^3355FF~ your body is overcome with a wave of heat ~";
  1042. mes "~ you feel the poison racing through your body ~^000000";
  1043. sc_start SC_Poison,900000,1;
  1044. next;
  1045. mes "^5533FF. . . . . . . . . . . . . . .^000000";
  1046. next;
  1047. sc_end SC_Poison;
  1048. if(BaseLevel < 25) goto L_LowLvl;
  1049. set @TEMP, rand(3);
  1050. if(@TEMP == 2) goto R_2;
  1051. if(@TEMP == 1) goto R_1;
  1052. R_0:
  1053. mes "^3355FF~ your body seems fine but.....but...but.... ~^000000";
  1054. next;
  1055. mes "^3355FF~ your body seems fine but.....but...but.... ~";
  1056. mes "~ You see pink elephants everywhere!! ~^000000";
  1057. next;
  1058. mes "[Nigirboran]";
  1059. mes "Tsk tsk. Although your body didn't seem to have any ill effects from the poison.... your mind was not as fortunate.";
  1060. next;
  1061. mes "[Nigirboran]";
  1062. mes "Hahaha... pink elephants.... reminds me of a bad acid trip I once had... er..... forget what I just said.";
  1063. emotion e_heh;
  1064. next;
  1065. mes "[Nigirboran]";
  1066. mes "If you cannot handle a little piece of cheese, there is absolutely no way you will be able to handle the Stone of Awakening.";
  1067. next;
  1068. mes "[Nigirboran]";
  1069. mes "If you feel up to it, you may try again later. The fact that you're still alive is a good sign.";
  1070. close;
  1071. R_1:
  1072. mes "^3355FF~ now you feel extremely cold and dizzy.... ~";
  1073. mes "~ your body feels weak and you are getting drowsy.... ~^000000";
  1074. sc_start SC_Sleep,900000,1;
  1075. next;
  1076. mes "[Nigirboran]";
  1077. mes "Hmm.... well the good news is you didn't have any hallucinations. Your body however, reacted poorly and you fell asleep.";
  1078. sc_end SC_Sleep;
  1079. next;
  1080. mes "[Nigirboran]";
  1081. mes "If you cannot handle a little piece of cheese, there is absolutely no way you will be able to handle the Stone of Awakening.";
  1082. next;
  1083. mes "[Nigirboran]";
  1084. mes "If you feel up to it, you may try again later. The fact that you're still alive is a good sign.";
  1085. close;
  1086. R_2:
  1087. mes "^3355FF~ you now feel a very strange, soothing sensation........ ~";
  1088. mes "~ your body feels at ease and your mind is clear... ~^000000";
  1089. next;
  1090. mes "[Nigirboran]";
  1091. mes "Hmm?.... Wow! Now that's rare!! You don't seem to have any ill effects from the posion.";
  1092. mes "You must be in top shape both mentally and physically.";
  1093. emotion e_ic;
  1094. next;
  1095. mes "[Nigirboran]";
  1096. mes "You have proved that you are worthy of the ^5533FFStone of Awakening^000000. Take this.......";
  1097. next;
  1098. mes "~ received ^5533FF'Proof of Worthiness'^000000 ~";
  1099. next;
  1100. mes "[Nigirboran]";
  1101. mes "Just show this to Hullaris and she will give you the Stone of Awakening.";
  1102. set dmdswrd_Q, 14;
  1103. next;
  1104. mes "[Nigirboran]";
  1105. mes "Oh, by the way, why did you choose to look for the Stone in the first place?";
  1106. next;
  1107. mes "[Nigirboran]";
  1108. mes "I surely hope its not because of the temptations of the three Doomed Swords...";
  1109. mes "....Huh? You don't know what the three Doomed Swords are?";
  1110. next;
  1111. mes "[Nigirboran]";
  1112. mes "Legend has it that the one who wields the three Doomed Swords";
  1113. mes "^3355FF- Executioner -^000000";
  1114. mes "^3355FF- Mysteltain-^000000";
  1115. mes "^3355FF- Grimtooth -^000000";
  1116. mes "could conquer the whole world with ease.";
  1117. next;
  1118. mes "[Nigirboran]";
  1119. mes "To summon these three Doomed Swords, the user is also required to possess";
  1120. mes "both the ^3355FF` Tablet of Power '^000000 and";
  1121. mes "^3355FF` Book of the Tiresome Sheep'^000000.";
  1122. close;
  1123. L_LowLvl:
  1124. mes "^3355FF~ it is unbearable and causes you to faint ~^000000";
  1125. next;
  1126. warp "beach_dun3.gat",32,214;
  1127. doevent "Wizard Nigirboran::OnFainted";
  1128. end;
  1129. OnFainted:
  1130. mes "[Nigirboran]";
  1131. mes "~ Sigh ~ You are simply not strong enough to withstand the poison.";
  1132. mes "Maybe if you had a ^5533FFBase level of at least 25^000000, you could withstand the poison....";
  1133. close;
  1134. L_3:
  1135. mes "Go see Hullaris for the Stone of Awakening. Good luck to you.";
  1136. close;
  1137. L_4:
  1138. mes "Look for ^3355FFMoet Leng Good^000000 somewhere";
  1139. mes "inside ^3355FFAldebaran^000000";
  1140. mes "regarding information about the 'Tablet of Power'";
  1141. close;
  1142. }
  1143. //============================================================================//
  1144. // Comodo Pharos Lighthouse (Beacon Island)
  1145. //============================================================================//
  1146. //==================================================
  1147. cmd_fild07.gat,192,58,4 script Light House Guard#01 100,{
  1148. mes "[Rahasu]";
  1149. mes "Good morning, I am Rahasu, your guide to the";
  1150. mes "^3355FF`lighthouses'^000000";
  1151. mes "Do you wish to learn more about these lighthouses?";
  1152. next;
  1153. menu "Learn more about these Lighthouses..",M0,"Cancel",MEnd;
  1154. M0:
  1155. mes "[Rahasu]";
  1156. mes "As you probably have noticed, there are two huge lighthouses located in this area.";
  1157. mes "Both of these lighthouses were used to signal nearby fortresses of incoming invasions many years ago.";
  1158. next;
  1159. mes "[Rahasu]";
  1160. mes "Too bad tourists can not enter these lighthouses yet, because they are still under heavy restrictions.";
  1161. mes "There are many, many beautiful paintings inside.";
  1162. close;
  1163. MEnd:
  1164. mes "[Rahasu]";
  1165. mes "That's too bad, hope you could find some time to learn more about these ancient structures.";
  1166. close;
  1167. }
  1168. //=========================================================
  1169. cmd_fild07.gat,52,280,4 script Light House Guard#02 100,{
  1170. mes "[Hallosu]";
  1171. mes "That's correct, this is one of the two lighthouses in this area.";
  1172. mes "However, I can not let anyone go in yet because the lighthouse's interior is still under reconstruction.";
  1173. next;
  1174. mes "[Hallosu]";
  1175. mes "We hope to have a grand opening soon, thank you for your time!";
  1176. mes "^3355FF(The guard is very nervous)^000000";
  1177. close;
  1178. }
  1179. //=========================================================
  1180. cmd_fild07.gat,299,83,4 script Sailor#01 100,{
  1181. mes "[Zain]";
  1182. mes "Hello my friend, where do you wish to go?";
  1183. next;
  1184. menu "Alberta = 600 Zeny",M0,"Izlude = 800 Zeny",M1,"Cancel",MEnd;
  1185. M0:
  1186. if(Zeny < 600) goto NoZeny;
  1187. set Zeny, Zeny - 600;
  1188. warp "alberta.gat",192,169;
  1189. close;
  1190. M1:
  1191. if(Zeny < 800) goto NoZeny;
  1192. set Zeny, Zeny - 800;
  1193. warp "izlude.gat",176,182;
  1194. close;
  1195. NoZeny:
  1196. mes "[Zain]";
  1197. mes "Umm, you do not have enough zeny.";
  1198. close;
  1199. MEnd:
  1200. mes "[Zain]";
  1201. mes "Thank you, come again";
  1202. close;
  1203. }
  1204. //=========================================================
  1205. cmd_fild07.gat,94,134,4, script Sailor#02 100,{
  1206. mes "[Sarumane]";
  1207. mes "Hello my friend, where do you wish to go?";
  1208. next;
  1209. menu "Alberta = 600 Zeny",M0,"Izlude = 800 Zeny",M1,"Cancel",MEnd;
  1210. M0:
  1211. if(Zeny < 600) goto NoZeny;
  1212. set Zeny, Zeny - 600;
  1213. warp "alberta.gat",192,169;
  1214. close;
  1215. M1:
  1216. if(Zeny < 800) goto NoZeny;
  1217. set Zeny, Zeny - 800;
  1218. warp "izlude.gat",176,182;
  1219. close;
  1220. NoZeny:
  1221. mes "[Sarumane]";
  1222. mes "Umm, you do not have enough zeny.";
  1223. close;
  1224. MEnd:
  1225. mes "[Sarumane]";
  1226. mes "Thank you, come again.";
  1227. close;
  1228. }
  1229. //============================================================================//
  1230. // Kokomo Beach
  1231. //============================================================================//
  1232. //=============================================================
  1233. cmd_fild04.gat,188,74,4 script Zyosegirl 93,{
  1234. mes "[Zyosegirl]";
  1235. mes "Hello, I am Zyosegirl, I gather seashells in the sea all day and sell them to make a living.";
  1236. next;
  1237. mes "[Zyosegirl]";
  1238. mes "Even though it seems to be a simple lifestyle, I absolutely love it here.";
  1239. close;
  1240. }
  1241. //=========================================================
  1242. cmd_fild04.gat,248,86,4 script Ziyaol 709,{
  1243. mes "[Ziyaol]";
  1244. mes "I don't care what you think of me, I am a fisherman, and it is a very tough profession.";
  1245. next;
  1246. mes "[Ziyaol]";
  1247. mes "I am just taking a short break right now, then I will resume fishing again in a few minutes...";
  1248. close;
  1249. }
  1250. //=========================================================
  1251. cmd_fild04.gat,267,137,4 script Kid 703,{
  1252. mes "[Daeguro]";
  1253. mes "The sand here are so gentle and the smell of the ocean is great.";
  1254. mes "I hope one day I could get on one of those boats and head to Alberta.";
  1255. close;
  1256. }
  1257. //============================================================================//
  1258. // Others
  1259. //============================================================================//
  1260. //============================================================
  1261. moc_fild12.gat,35,303,4 script Saint Darmain Gatekeeper 59,{
  1262. mes "[Serutero]";
  1263. mes "Good day, my name is Sertutero and I am the Gatekeeper for the road to Saint Darmain.";
  1264. mes "Do wish to proceed to Saint Darmain?";
  1265. next;
  1266. menu "Proceed to Saint Darmain",M0,"Learn more about Saint Darmain",M1,"Cancel",MEnd;
  1267. M0:
  1268. mes "[Serutero]";
  1269. mes "Good luck out there, things could get rough, so be extra careful.";
  1270. mes ". . . . .";
  1271. warp "cmd_fild08.gat",331,319;
  1272. close;
  1273. M1:
  1274. mes "[Serutero]";
  1275. mes "Long time ago, due to many waves of invasion by monsters in Saint Darmain, many defensive structures were constructed to keep the peace.";
  1276. mes "And slowly, Saint Darmain became a natural fortress.";
  1277. mes "During an invasion, the southern edge of Saint Darmain's lighthouse also sends warning signals to surrounding cities.";
  1278. next;
  1279. mes "[Serutero]";
  1280. mes "Because of the vastness of all the defensive structures, Saint Darmain is also commonly known as";
  1281. mes "^3355FF` Fortress Saint Darmain '^000000.";
  1282. next;
  1283. mes "[Serutero]";
  1284. mes "If you are looking for the lighthouse, proceed in the direction of south-west.";
  1285. close;
  1286. MEnd:
  1287. mes "[Serutero]";
  1288. mes "If you ever become exhausted on your journey, you should stop by the nearby island of";
  1289. mes "^3355FF`Comodo'^000000 City.";
  1290. mes "The tropical weather over there is a brand new experience for most people.";
  1291. close;
  1292. }