comodo.txt 13 KB

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