comodo.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  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. set mooz,rand(1,10);
  195. if (mooz == 1) {
  196. mes "[Moo]";
  197. mes "Those cheating punks!";
  198. mes "They'll never show their";
  199. mes "faces here again: otherwise";
  200. mes "they're gonna hafta get new";
  201. mes "ones! Oh--Sorry, I didn't";
  202. mes "see you there~ Hahahaha~";
  203. close;
  204. }
  205. else {
  206. mes "[Moo]";
  207. mes "Greetings, I am Moo,";
  208. mes "manager of the Comodo";
  209. mes "Casino. We pride ourselves in";
  210. mes "serving all of our customers'";
  211. mes "needs, doing all we can so that your visit here is unforgettable.";
  212. next;
  213. mes "[Moo]";
  214. mes "All of our guests can enjoy";
  215. mes "our general gaming area, and";
  216. mes "we also provide a VIP area";
  217. mes "where high rollers can play";
  218. mes "exciting high stakes games.";
  219. next;
  220. mes "[Moo]";
  221. mes "We always welcome all of";
  222. mes "your suggestions, and are";
  223. mes "always seeking to improve";
  224. mes "your experience here in";
  225. mes "the Comodo Casino.";
  226. close;
  227. }
  228. }
  229. // Comodo Field
  230. //============================================================
  231. cmd_fild04,188,74,4 script Zyosegirl#cmd 93,{
  232. mes "[Zyosegirl]";
  233. mes "People call me the";
  234. mes "Sea Lady because I'm";
  235. mes "always here working,";
  236. mes "gathering clams and other";
  237. mes "sea creatures to sell. It's";
  238. mes "a pretty good living, actually.";
  239. next;
  240. mes "[Zyosegirl]";
  241. mes "It's nice to be able to work";
  242. mes "outdoors, but someday, I want";
  243. mes "to save enough money and move";
  244. mes "to the city. I'm still young, you know, and I've got dreams";
  245. mes "that I want to fulfill~";
  246. close;
  247. }
  248. cmd_fild04,248,86,4 script Ziyaol#cmd 709,{
  249. mes "[Ziyaol]";
  250. mes "Ahhh, it's nice being";
  251. mes "a fisherman. You just";
  252. mes "relax and let the fish";
  253. mes "come to you. Well, it takes";
  254. mes "some skill to catch as much";
  255. mes "fish as I do with no effort~";
  256. next;
  257. mes "[Ziyaol]";
  258. mes "I like the leisure involved";
  259. mes "in my job, but if it's not one";
  260. mes "thing, it's another. Yeah, that";
  261. mes "daughter of mine over there";
  262. mes "won't stop harping about ";
  263. mes "moving to the biiig city.";
  264. next;
  265. mes "[Ziyaol]";
  266. mes "Why does she want to leave";
  267. mes "me so badly?! But if I don't";
  268. mes "let her go, she'll run away.";
  269. mes "What am I going to do with";
  270. mes "that girl? Well, I can't really";
  271. mes "stop her from dreaming...";
  272. close;
  273. }
  274. cmd_fild04,267,137,4 script Daeguro#cmd 703,{
  275. mes "[Daeguro]";
  276. mes "I love playing in";
  277. mes "the sand-- it's so soft";
  278. mes "and clean and pretty!";
  279. mes "But when I grow up,";
  280. mes "I wanna go to Alberta";
  281. mes "and see everything I can!";
  282. close;
  283. }
  284. cmd_fild07,192,58,4 script Rahasu#cmd 100,{
  285. mes "[Rahasu]";
  286. mes "Hey, I'm Rahasu.";
  287. mes "If you want to learn";
  288. mes "a little more about";
  289. mes "Paros Lighthouse, I'll";
  290. mes "be happy to tell you.";
  291. next;
  292. if (select("Paros Lighthouse?:Cancel") == 1) {
  293. mes "[Rahasu]";
  294. mes "For many years, this";
  295. mes "lighthouse guided many";
  296. mes "ships to shore. That was";
  297. mes "a long time ago: now this";
  298. mes "lighthouse sits quietly,";
  299. mes "unused, but never unloved.";
  300. next;
  301. mes "[Rahasu]";
  302. mes "Although this place";
  303. mes "isn't the center of";
  304. mes "trade and commerce that";
  305. mes "it used to be, plenty of";
  306. mes "people still wander to this";
  307. mes "area. I wonder why, exactly...";
  308. close;
  309. }
  310. mes "[Rahasu]";
  311. mes "Hey, before you leave,";
  312. mes "you really ought to check";
  313. mes "the view from the lighthouse.";
  314. mes "It's... It's breathtaking...";
  315. close;
  316. }
  317. cmd_fild07,52,280,4 script Hallosu#cmd 100,{
  318. mes "[Hallosu]";
  319. mes "Hello, this is one of the";
  320. mes "lighthouses that make up";
  321. mes "Paros Lighthouse. However,";
  322. mes "right now it's undergoing";
  323. mes "renovation, so it's not";
  324. mes "open to the public.";
  325. close;
  326. }
  327. cmd_fild07,299,83,4 script Zain#cmd 100,{
  328. set .@n$,"["+strnpcinfo(1)+"]";
  329. mes .@n$;
  330. mes "Would you like to";
  331. mes "board a ship on the";
  332. mes "Reudelus route? You";
  333. mes "can travel on Reudelus";
  334. mes "to Alberta or Izlude.";
  335. next;
  336. switch(select("Alberta - 600 Zeny:Izlude - 800 Zeny:Cancel")) {
  337. case 1:
  338. if (Zeny < 600) break;
  339. set Zeny, Zeny-600;
  340. warp "alberta",192,169;
  341. end;
  342. case 2:
  343. if (Zeny < 800) break;
  344. set Zeny, Zeny-800;
  345. if(checkre(0))
  346. warp "izlude",195,212;
  347. else
  348. warp "izlude",176,182;
  349. end;
  350. case 3:
  351. mes .@n$;
  352. mes "Travel by ship is";
  353. mes "still one of the safest and";
  354. mes "dependable methods of";
  355. mes "transportation. I invite you";
  356. mes "to try Reudelus travel soon~";
  357. close;
  358. }
  359. mes .@n$;
  360. mes "I'm sorry, but you";
  361. mes "don't have enough";
  362. mes "zeny for the boarding fare.";
  363. close;
  364. }
  365. cmd_fild07,94,134,4 duplicate(Zain#cmd) Sarumane#cmd 100
  366. cmd_in02,146,180,4 script Kafra Employee::kaf_comodo2 721,{
  367. cutin "kafra_07",2;
  368. mes "[Kafra Misty]";
  369. mes "Welcome to the";
  370. mes "Kafra Corporation.";
  371. mes "You know that our";
  372. mes "service is always";
  373. mes "on your side~";
  374. next;
  375. mes "[Kafra Misty]";
  376. mes "The Kafra Corporation";
  377. mes "Western Division promises";
  378. mes "the best quality service that";
  379. mes "emphasizes reliability, and";
  380. mes "total consumer satisfaction.";
  381. mes "Thank you for your patronage~";
  382. close2;
  383. cutin "", 255;
  384. end;
  385. }
  386. // Morroc Field
  387. //============================================================
  388. moc_fild12,35,303,4 script Serutero#cmd 59,{
  389. mes "[Serutero]";
  390. mes "Hello, I'm Serutero,";
  391. mes "guardian of the roads that";
  392. mes "lead to Sandaruman Fortress.";
  393. mes "If you really want to go there,";
  394. mes "I'll permit you to continue, but you must beware of its dangers...";
  395. next;
  396. switch(select("I'm going there!:Sandaruman Fortress?:Cancel")) {
  397. case 1:
  398. mes "[Serutero]";
  399. mes "So you're really going";
  400. mes "to go to Sandaruman";
  401. mes "Fortress. Alright then,";
  402. mes "good luck, and be careful!";
  403. close2;
  404. warp "cmd_fild08",331,319;
  405. end;
  406. case 2:
  407. mes "[Serutero]";
  408. mes "Although Sandaruman";
  409. mes "Fortress is infested with";
  410. mes "monsters now, it used to be";
  411. mes "a province where people lived.";
  412. mes "However, they were always";
  413. mes "invaded and pillaged...";
  414. next;
  415. mes "[Serutero]";
  416. mes "Sandaruman's inhabitants";
  417. mes "eventually adapted to the";
  418. mes "invasions, developing smoke";
  419. mes "signals and fortifications to";
  420. mes "withstand the ravages of war.";
  421. mes "Then, Comodo was built...";
  422. next;
  423. mes "[Serutero]";
  424. mes "Comodo grew in power and";
  425. mes "influence and eventually annexed Sandaruman. More and more people";
  426. mes "moved from the fortress to Comodo until Sandaruman Fotress was";
  427. mes "essentially abandoned.";
  428. next;
  429. mes "[Serutero]";
  430. mes "There were a few people";
  431. mes "remaining in Sandaruman,";
  432. mes "but they revolted and some";
  433. mes "fledging government came into";
  434. mes "power there. The monsters took";
  435. mes "the chance to take over...";
  436. next;
  437. mes "[Serutero]";
  438. mes "There's nothing around";
  439. mes "Sandaruman now. Well, nothing";
  440. mes "except maybe Paros Lighthouse,";
  441. mes "which is southwest of here. That place might be of interest to";
  442. mes "aspiring Rogues, I hear...";
  443. close;
  444. case 3:
  445. mes "[Serutero]";
  446. mes "You know, if you're";
  447. mes "tired of traveling, you";
  448. mes "can rest in ^3355FFComodo^000000. That";
  449. mes "place is a pretty popular";
  450. mes "tourist attraction, especially";
  451. mes "for you adventurer types.";
  452. close;
  453. }
  454. }