comodo.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. //===== eAthena Script =======================================
  2. //= Comodo Town
  3. //===== By: ==================================================
  4. //= eAthena dev team
  5. //===== Current Version: =====================================
  6. //= 1.8
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Comodo Town NPCs
  12. //===== Additional Comments: =================================
  13. //= Not complete.
  14. //= 1.1 Rolled back from the wrong Kashy's fix
  15. //= Implemented the 'Cheese'/Stone of Awakening quest. Re-organized stuff. [kobra_k88]
  16. //= 1.2b Added Baby Class support [Lupus]
  17. //= 1.3 Spell Checked and Fixed [massdriller]
  18. //= 1.4 Fixed typos [Nexon]
  19. //= 1.5 Removed Duplicates [Silent]
  20. //= 1.6 Split doomed sword quest to quests/quests_comodo.txt [Evera]
  21. //= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  22. //= 1.8 Fixed a small bug. (close -> close2) [L0ne_W0lf]
  23. //============================================================
  24. // Inside Comodo
  25. //============================================================
  26. cmd_in02,73,81,4 script Martine#cmd 48,{
  27. mes "[Martine]";
  28. mes "Gambling...? The games";
  29. mes "provided here in the Comodo";
  30. mes "Casino are a higher form of";
  31. mes "entertainment than gambling.";
  32. mes "Do you know what I mean?";
  33. next;
  34. mes "[Martine]";
  35. mes "Granted, I did lose";
  36. mes "all of my zeny playing";
  37. mes "in this Casino, but I have";
  38. mes "no regrets. I'll simply earn";
  39. mes "more money, then blow it all";
  40. mes "again. Or I just might win big!";
  41. next;
  42. mes "[Martine]";
  43. mes "Bwahahahaahah~!";
  44. mes "Yes, I can only lose so";
  45. mes "many times until I hit the";
  46. mes "jackpot! You see, you see?";
  47. mes "I'm playing the freakin' odds.";
  48. close;
  49. }
  50. cmd_in02,48,55,4 script Scoursege#cmd 51,{
  51. mes "[Scoursege]";
  52. mes "Damn it! Where did that";
  53. mes "guy go? He promised me that";
  54. mes "he'd easily double my money!";
  55. mes "Wait. Oh, wait. Oh... Oh no...";
  56. next;
  57. mes "[Scoursege]";
  58. mes "Don't tell me that I just got";
  59. mes "conned out of my money!";
  60. mes "Oh no! Still, I better report";
  61. mes "this to the proper authorities,";
  62. mes "no matter how ashamed I feel...";
  63. close;
  64. }
  65. cmd_in02,64,43,4 script Roberto#cmd 709,{
  66. mes "[Roberto]";
  67. mes "Heh heh heh...";
  68. mes "Whaaaat a gullible";
  69. mes "guy. I took his money";
  70. mes "so easily! I mean, I didn't";
  71. mes "even come up with that great";
  72. mes "of a lie, and he gave it to me!";
  73. close;
  74. }
  75. cmd_in02,89,72,4 script Deniroz#cmd 89,{
  76. mes "[Deniroz]";
  77. mes "All I need is for this";
  78. mes "little steel bead to fall";
  79. mes "into the right hole. Then,";
  80. mes "I'll win the jackpot. Alright.";
  81. mes "Here goes. One last time...";
  82. next;
  83. mes "[Deniroz]";
  84. mes "No! No, I was so close!";
  85. mes "Alright, next time I should";
  86. mes "be even closer, right? Yeah.";
  87. mes "Okay, this time will be the";
  88. mes "last time. Not again! Alright,";
  89. mes "j-just one more t-time...";
  90. close;
  91. }
  92. cmd_in02,178,92,4 script Shalone#cmd 101,{
  93. mes "[Shalone]";
  94. mes "Oh, I'm sorry, sir,";
  95. mes "but it looks like you";
  96. mes "lost again. Maybe you";
  97. mes "should quit for now...";
  98. mes "You've been having quite";
  99. mes "a run of really bad luck...";
  100. close;
  101. }
  102. cmd_in02,178,86,4 script Stonae#cmd 98,{
  103. mes "[Stonae]";
  104. mes "N-no...";
  105. mes "I lost again?!";
  106. mes "But I can't quit like";
  107. mes "this! I'm gonna keep";
  108. mes "going, and I'm gonna";
  109. mes "leave this place a winner!";
  110. close;
  111. }
  112. cmd_in02,172,105,4 script G . J#cmd 86,{
  113. mes "[G . J]";
  114. mes "The more I think about it,";
  115. mes "it seems easier to become";
  116. mes "rich by working, saving, and";
  117. mes "making wise investments than";
  118. mes "to, you know... Rely on some";
  119. mes "kind of huge jackpot prize.";
  120. next;
  121. mes "[G . J]";
  122. mes "Gambling seems fun, but";
  123. mes "it seems smarter to make";
  124. mes "money in other ways. Sure,";
  125. mes "working hard is no fun, but";
  126. mes "there are ways to use your^FFFFFF ^000000 money to make more of it, right?";
  127. next;
  128. mes "[G . J]";
  129. mes "There's also the matter of";
  130. mes "being smart and responsible";
  131. mes "about your money--I mean, you're more likely to blow all your cash";
  132. mes "if you win it, right? Yeah, you";
  133. mes "gotta be wise about it all...";
  134. close;
  135. }
  136. cmd_in02,174,126,4 script Loyar#cmd 83,{
  137. mes "[Loyar]";
  138. mes "Comodo Casino's interior";
  139. mes "design is so pleasing to the";
  140. mes "eyes, so clean and simple.";
  141. mes "The atmosphere here is perfect,";
  142. mes "and it makes me want to play ";
  143. mes "some more. Alright, let's go!";
  144. next;
  145. switch(rand(1,3)) {
  146. case 1:
  147. mes "[Loyar]";
  148. mes "Hmm... Maybe I better";
  149. mes "go home soon. I didn't";
  150. mes "spend all the money that";
  151. mes "I set aside for gambling";
  152. mes "quite yet, but it's not a good";
  153. mes "idea to stay out too long.";
  154. close;
  155. case 2:
  156. mes "[Loyar]";
  157. mes "I have to admit, the";
  158. mes "atmosphere of this place";
  159. mes "is exciting and addictive.";
  160. mes "Even when you're tired, the";
  161. mes "energy of this place just";
  162. mes "gets into you, you know?";
  163. next;
  164. mes "[Loyar]";
  165. mes "Although this kind of place";
  166. mes "may encourage people with";
  167. mes "serious gambling problems,";
  168. mes "it's much nicer to gamble";
  169. mes "here than in a place that's";
  170. mes "dirtier and more questionable.";
  171. close;
  172. case 3:
  173. mes "[Loyar]";
  174. mes "Whoa whoa whoa...";
  175. mes "Why did that guy make";
  176. mes "that bet? What an amateur...";
  177. mes "Er, I guess you don't know";
  178. mes "too much about this game.";
  179. mes "As for me, I'm just a fan~";
  180. next;
  181. mes "[Loyar]";
  182. mes "I'm a big fan of a lot";
  183. mes "of these games, but I'll";
  184. mes "admit that I'm an even bigger";
  185. mes "fan of winning! Still, I have";
  186. mes "enough sense to stay out of";
  187. mes "those high stakes games.";
  188. close;
  189. }
  190. }
  191. cmd_in02,57,62,4 script Moo#cmd 109,{
  192. set mooz,rand(1,10);
  193. if (mooz == 1) {
  194. mes "[Moo]";
  195. mes "Those cheating punks!";
  196. mes "They'll never show their";
  197. mes "faces here again: otherwise";
  198. mes "they're gonna hafta get new";
  199. mes "ones! Oh--Sorry, I didn't";
  200. mes "see you there~ Hahahaha~";
  201. close;
  202. }
  203. else {
  204. mes "[Moo]";
  205. mes "Greetings, I am Moo,";
  206. mes "manager of the Comodo";
  207. mes "Casino. We pride ourselves in";
  208. mes "serving all of our customers'";
  209. mes "needs, doing all we can so that^FFFFFF ^000000 your visit here is unforgettable.";
  210. next;
  211. mes "[Moo]";
  212. mes "All of our guests can enjoy";
  213. mes "our general gaming area, and";
  214. mes "we also provide a VIP area";
  215. mes "where high rollers can play";
  216. mes "exciting high stakes games.";
  217. next;
  218. mes "[Moo]";
  219. mes "We always welcome all of";
  220. mes "your suggestions, and are";
  221. mes "always seeking to improve";
  222. mes "your experience here in";
  223. mes "the Comodo Casino.";
  224. close;
  225. }
  226. }
  227. // Comodo Field
  228. //============================================================
  229. cmd_fild04,188,74,4 script Zyosegirl#cmd 93,{
  230. mes "[Zyosegirl]";
  231. mes "People call me the";
  232. mes "Sea Lady because I'm";
  233. mes "always here working,";
  234. mes "gathering clams and other";
  235. mes "sea creatures to sell. It's";
  236. mes "a pretty good living, actually.";
  237. next;
  238. mes "[Zyosegirl]";
  239. mes "It's nice to be able to work";
  240. mes "outdoors, but someday, I want";
  241. mes "to save enough money and move";
  242. mes "to the city. I'm still young, you^FFFFFF ^000000 know, and I've got dreams";
  243. mes "that I want to fulfill~";
  244. close;
  245. }
  246. cmd_fild04,248,86,4 script Ziyaol#cmd 709,{
  247. mes "[Ziyaol]";
  248. mes "Ahhh, it's nice being";
  249. mes "a fisherman. You just";
  250. mes "relax and let the fish";
  251. mes "come to you. Well, it takes";
  252. mes "some skill to catch as much";
  253. mes "fish as I do with no effort~";
  254. next;
  255. mes "[Ziyaol]";
  256. mes "I like the leisure involved";
  257. mes "in my job, but if it's not one";
  258. mes "thing, it's another. Yeah, that";
  259. mes "daughter of mine over there";
  260. mes "won't stop harping about ";
  261. mes "moving to the biiig city.";
  262. next;
  263. mes "[Ziyaol]";
  264. mes "Why does she want to leave";
  265. mes "me so badly?! But if I don't";
  266. mes "let her go, she'll run away.";
  267. mes "What am I going to do with";
  268. mes "that girl? Well, I can't really";
  269. mes "stop her from dreaming...";
  270. close;
  271. }
  272. cmd_fild04,267,137,4 script Daeguro#cmd 703,{
  273. mes "[Daeguro]";
  274. mes "I love playing in";
  275. mes "the sand-- it's so soft";
  276. mes "and clean and pretty!";
  277. mes "But when I grow up,";
  278. mes "I wanna go to Alberta";
  279. mes "and see everything I can!";
  280. close;
  281. }
  282. cmd_fild07,192,58,4 script Rahasu#cmd 100,{
  283. mes "[Rahasu]";
  284. mes "Hey, I'm Rahasu.";
  285. mes "If you want to learn";
  286. mes "a little more about";
  287. mes "Paros Lighthouse, I'll";
  288. mes "be happy to tell you.";
  289. next;
  290. if (select("Paros Lighthouse?:Cancel") == 1) {
  291. mes "[Rahasu]";
  292. mes "For many years, this";
  293. mes "lighthouse guided many";
  294. mes "ships to shore. That was";
  295. mes "a long time ago: now this";
  296. mes "lighthouse sits quietly,";
  297. mes "unused, but never unloved.";
  298. next;
  299. mes "[Rahasu]";
  300. mes "Although this place";
  301. mes "isn't the center of";
  302. mes "trade and commerce that";
  303. mes "it used to be, plenty of";
  304. mes "people still wander to this";
  305. mes "area. I wonder why, exactly...";
  306. close;
  307. }
  308. mes "[Rahasu]";
  309. mes "Hey, before you leave,";
  310. mes "you really ought to check";
  311. mes "the view from the lighthouse.";
  312. mes "It's... It's breathtaking...";
  313. close;
  314. }
  315. cmd_fild07,52,280,4 script Hallosu#cmd 100,{
  316. mes "[Hallosu]";
  317. mes "Hello, this is one of the";
  318. mes "lighthouses that make up";
  319. mes "Paros Lighthouse. However,";
  320. mes "right now it's undergoing";
  321. mes "renovation, so it's not";
  322. mes "open to the public.";
  323. close;
  324. }
  325. cmd_fild07,299,83,4 script Zain#cmd 100,{
  326. mes "[Zain]";
  327. mes "Would you like to";
  328. mes "board a ship on the";
  329. mes "Reudelus route? You";
  330. mes "can travel on Reudelus";
  331. mes "to Alberta or Izlude.";
  332. next;
  333. switch(select("Alberta - 600 Zeny:Izlude - 800 Zeny:Cancel")) {
  334. case 1:
  335. if (Zeny < 600) {
  336. mes "[Zain]";
  337. mes "I'm sorry, but you";
  338. mes "don't have enough";
  339. mes "zeny for the boarding fare.";
  340. close;
  341. }
  342. set zeny,zeny-600;
  343. warp "alberta",192,169;
  344. end;
  345. case 2:
  346. if (Zeny < 800) {
  347. mes "[Zain]";
  348. mes "I'm sorry, but you";
  349. mes "don't have enough";
  350. mes "zeny for the boarding fare.";
  351. close;
  352. }
  353. set zeny,zeny-800;
  354. warp "izlude",176,182;
  355. end;
  356. case 3:
  357. mes "[Zain]";
  358. mes "Travel by ship is";
  359. mes "still one of the safest and";
  360. mes "dependable methods of";
  361. mes "transportation. I invite you";
  362. mes "to try Reudelus travel soon~";
  363. close;
  364. }
  365. }
  366. cmd_fild07,94,134,4 script Sarumane#cmd 100,{
  367. mes "[Sarumane]";
  368. mes "Would you like to";
  369. mes "board a ship on the";
  370. mes "Reudelus route? You";
  371. mes "can travel on Reudelus";
  372. mes "to Alberta or Izlude.";
  373. next;
  374. switch(select("Alberta - 600 Zeny:Izlude - 800 Zeny:Cancel")) {
  375. case 1:
  376. if (Zeny < 600) {
  377. mes "[Sarumane]";
  378. mes "I'm sorry, but you";
  379. mes "don't have enough";
  380. mes "zeny for the boarding fare.";
  381. close;
  382. }
  383. set zeny,zeny-600;
  384. warp "alberta",192,169;
  385. end;
  386. case 2:
  387. if (Zeny < 800) {
  388. mes "[Sarumane]";
  389. mes "I'm sorry, but you";
  390. mes "don't have enough";
  391. mes "zeny for the boarding fare.";
  392. close;
  393. }
  394. set zeny,zeny-800;
  395. warp "izlude",176,182;
  396. end;
  397. case 3:
  398. mes "[Sarumane]";
  399. mes "Travel by ship is";
  400. mes "still one of the safest and";
  401. mes "dependable methods of";
  402. mes "transportation. I invite you";
  403. mes "to try Reudelus travel soon~";
  404. close;
  405. }
  406. }
  407. // Morroc Field
  408. //============================================================
  409. moc_fild12,35,303,4 script Serutero#cmd 59,{
  410. mes "[Serutero]";
  411. mes "Hello, I'm Serutero,";
  412. mes "guardian of the roads that";
  413. mes "lead to Sandaruman Fortress.";
  414. mes "If you really want to go there,";
  415. mes "I'll permit you to continue, but^FFFFFF ^000000 you must beware of its dangers...";
  416. next;
  417. switch(select("I'm going there!:Sandaruman Fortress?:Cancel")) {
  418. case 1:
  419. mes "[Serutero]";
  420. mes "So you're really going";
  421. mes "to go to Sandaruman";
  422. mes "Fortress. Alright then,";
  423. mes "good luck, and be careful!";
  424. close2;
  425. warp "cmd_fild08",331,319;
  426. end;
  427. case 2:
  428. mes "[Serutero]";
  429. mes "Although Sandaruman";
  430. mes "Fortress is infested with";
  431. mes "monsters now, it used to be";
  432. mes "a province where people lived.";
  433. mes "However, they were always";
  434. mes "invaded and pillaged...";
  435. next;
  436. mes "[Serutero]";
  437. mes "Sandaruman's inhabitants";
  438. mes "eventually adapted to the";
  439. mes "invasions, developing smoke";
  440. mes "signals and fortifications to";
  441. mes "withstand the ravages of war.";
  442. mes "Then, Comodo was built...";
  443. next;
  444. mes "[Serutero]";
  445. mes "Comodo grew in power and";
  446. mes "influence and eventually annexed Sandaruman. More and more people";
  447. mes "moved from the fortress to Comodo until Sandaruman Fotress was";
  448. mes "essentially abandoned.";
  449. next;
  450. mes "[Serutero]";
  451. mes "There were a few people";
  452. mes "remaining in Sandaruman,";
  453. mes "but they revolted and some";
  454. mes "fledging government came into";
  455. mes "power there. The monsters took";
  456. mes "the chance to take over...";
  457. next;
  458. mes "[Serutero]";
  459. mes "There's nothing around";
  460. mes "Sandaruman now. Well, nothing";
  461. mes "except maybe Paros Lighthouse,";
  462. mes "which is southwest of here. That place might be of interest to";
  463. mes "aspiring Rogues, I hear...";
  464. close;
  465. case 3:
  466. mes "[Serutero]";
  467. mes "You know, if you're";
  468. mes "tired of traveling, you";
  469. mes "can rest in ^3355FFComodo^000000. That";
  470. mes "place is a pretty popular";
  471. mes "tourist attraction, especially";
  472. mes "for you adventurer types.";
  473. close;
  474. }
  475. }