rachel.txt 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. //===== rAthena Script =======================================
  2. //= Rachel City NPCs
  3. //===== By: ==================================================
  4. //= First Version: Tsuyuki and Harp
  5. //= iRO Version: L0ne_W0lf
  6. //===== Current Version: =====================================
  7. //= 0.9
  8. //===== Compatible With: =====================================
  9. //= rAthena SVN
  10. //===== Description: =========================================
  11. //= [Partial Aegis Conversion]
  12. //= Arunafeltz NPCs
  13. //===== Additional Comments: =================================
  14. //= 0.5 Text translated from Korean > English, incomplete,
  15. //= possibly missing some NPCs and missing all quests.
  16. //= 0.6 Removed Inn Keeper (it's in inn.txt), name duplicates [Lupus]
  17. //= 0.7 Total update of most if not all NPCs. [L0ne_W0lf]
  18. //= 0.8 Updated "Frozen Boy" dialog. (euRO) [L0ne_W0lf]
  19. //= 0.9 Replaced effect numerics with constants. [L0ne_W0lf]
  20. //============================================================
  21. //===== Set 1 ================================================
  22. ice_dun04,33,166,3 script Frozen Boy 925,{
  23. cutin "ra_sboy.bmp",2;
  24. mes "["+strcharinfo(0)+"]";
  25. mes "This boy must be the one who Ktullanux tried to protect.";
  26. next;
  27. mes "- The boy was frozen inside a giant ice pole, and he looks as if he is in sleep rather than dead. -";
  28. next;
  29. mes "- You felt freezing as you come closer to the giant ice pole that held the boy within,";
  30. mes "- but for some reason, you felt a mysterious power from the pole. -";
  31. next;
  32. mes "- The boy appeared to be snowy white, and beautiful from the head to the toe. -";
  33. next;
  34. mes "- You wondered why a young boy had to be confined within this isolated cave, -";
  35. mes "- you instinctively knew that no mage in this world would be able to release him from the ice pole.";
  36. next;
  37. mes "["+strcharinfo(0)+"]";
  38. mes "What happened to this boy?";
  39. close2;
  40. cutin "",255;
  41. end;
  42. }
  43. ra_san04,137,48,3 script Loomin-1st Class Secret 111,{
  44. mes "^3131FFLoomin, the boy";
  45. mes "trapped in the Ice Cave.^000000";
  46. mes "Class: 1st";
  47. mes " ";
  48. mes " ";
  49. mes " ";
  50. mes "^333333The pope was born together";
  51. mes "with a twin brother, a fair";
  52. mes "skinned boy with pale skin";
  53. mes "and silver blonde hair. This";
  54. mes "had never happened before";
  55. mes "and presented a unique problem";
  56. mes " ";
  57. mes "High Priest Niren acted as";
  58. mes "their maternity nurse and";
  59. mes "came to Rachel, where the";
  60. mes "twins were cared for by the";
  61. mes "Priests. They all argued";
  62. mes "over the boy's ultimate fate...";
  63. mes " ";
  64. mes "No one doubted that the boy";
  65. mes "was spiritually powerful, but";
  66. mes "was he a sacred complement to";
  67. mes "his sister, or a great evil that";
  68. mes "was in direct opposition to";
  69. mes "her? It was a grueling debate";
  70. mes " ";
  71. mes "In the end, the High Priests";
  72. mes "decided that the boy posed";
  73. mes "a great risk to their society";
  74. mes "People may not consider the";
  75. mes "pope's birth as divine if they";
  76. mes "knew she had a twin brother.";
  77. mes " ";
  78. mes "However, not wanting to fear";
  79. mes "the wrath of the gods, the";
  80. mes "High Priests did not kill the";
  81. mes "boy. Instead, they sealed";
  82. mes "him in the Ice Cave.";
  83. mes " ";
  84. mes "The High Priests made";
  85. mes "a contract with Ktullanux,";
  86. mes "a fearsome ice monster, to";
  87. mes "guard the boy's prison, and";
  88. mes "to insure that no one would.";
  89. close;
  90. }
  91. rachel,124,132,1 script Citizen#1 921,{
  92. mes "[Citizen]";
  93. mes "May Freya bless";
  94. mes "you, and give you an";
  95. mes "abundance of health,";
  96. mes "wealth, joy, and happiness!";
  97. next;
  98. mes "[Citizen]";
  99. mes "Freya is the goddess of";
  100. mes "love and beauty. Do you";
  101. mes "think that if I pray hard";
  102. mes "enough, she'll help me";
  103. mes "get a really pretty girlfriend?";
  104. close;
  105. }
  106. rachel,74,150,7 script Girl#1 914,{
  107. mes "[Girl]";
  108. mes "I've never seen our pope";
  109. mes "before, I hear that she has";
  110. mes "silver blonde hair and really";
  111. mes "white skin. Daddy says that";
  112. mes "only one girl is like that";
  113. mes "in every generation.";
  114. next;
  115. mes "[Girl]";
  116. mes "My daddy says the pope is";
  117. mes "very special to us because";
  118. mes "she's Freya. I mean, Freya";
  119. mes "is a goddess, but she also";
  120. mes "becomes people like us to talk";
  121. mes "to us. Well, just the priests...";
  122. next;
  123. mes "[Girl]";
  124. mes "I don't get it all,";
  125. mes "but it sounds like";
  126. mes "she's a secret princess.";
  127. mes "Doesn't that sound so nice?";
  128. mes "But when I tell that to Daddy,";
  129. mes "he gets so mad at me! Oh, well.";
  130. close;
  131. }
  132. rachel,144,243,5 script Cheshrumnir Guard::ChesGuard 934,{
  133. mes "[Cheshrumnir Guard]";
  134. mes "You are at Cheshrumnir,";
  135. mes "the hallowed grounds occupied";
  136. mes "by our pope, Freya's mortal";
  137. mes "incarnation. In respect for";
  138. mes "her Excellency, I expect you";
  139. mes "to enter with a pious heart.";
  140. close;
  141. }
  142. rachel,155,243,3 duplicate(ChesGuard) Cheshrumnir Guard 934
  143. rachel,209,198,3 script Kinos#aru 921,{
  144. mes "[Kid]";
  145. mes "If you open this door, you";
  146. mes "can go inside this house,";
  147. mes "and live in one of the rooms!";
  148. mes "Then, you can add your couches";
  149. mes "and a bed, and all of your stuff!";
  150. next;
  151. mes "[Kid]";
  152. mes "All you gotta do is...";
  153. mes "Ugh! Turn this knob";
  154. mes "and... Grrrrah! Open";
  155. mes "this door... But it's";
  156. mes "almost impossible..";
  157. close;
  158. }
  159. rachel,260,175,3 script Anku#aru 914,{
  160. mes "[Anku]";
  161. mes "It's been so long";
  162. mes "already! I can't find";
  163. mes "Himuhimu! Hide-and-Seek";
  164. mes "shouldn't take this long...";
  165. next;
  166. mes "[Anku]";
  167. mes "Oh, I'm already hungry...";
  168. mes "Himuhimu, come out so";
  169. mes "we can go home and eat!";
  170. mes "Himuhimu! I give up!";
  171. mes "H-Himuhimu...?";
  172. close;
  173. }
  174. rachel,272,141,3 script Himuhimu#aru 921,{
  175. mes "[Himuhimu]";
  176. mes "Zzzz...Z...";
  177. mes "Anku, you'll never";
  178. mes "find m... never find";
  179. mes "me here... Zzzzz...";
  180. mes "... So hungry...";
  181. close;
  182. }
  183. rachel,268,120,1 script Rachel Guard#1aru::RaGuard 934,{
  184. mes "[Rachel Guard]";
  185. mes "Welcome to Rachel";
  186. mes "the capital of Arunafeltz.";
  187. mes "Please ask our guide";
  188. mes "at the center of the city";
  189. mes "for information and";
  190. mes "guest services.";
  191. close;
  192. }
  193. rachel,125,33,5 duplicate(RaGuard) Rachel Guard#2aru 934
  194. rachel,31,130,3 duplicate(RaGuard) Rachel Guard#3aru 934
  195. rachel,76,77,3 script Rachel Priest 927,{
  196. mes "[Rachel Priest]";
  197. mes "Bwahahaha! Somehow,";
  198. mes "drinks taste much better";
  199. mes "during work hours!";
  200. close;
  201. }
  202. ra_fild12,45,230,3 script Airship Guide#Fild 934,{
  203. mes "[Airship Guide]";
  204. mes "The Schwaltzvalt Republic's";
  205. mes "international Airship service";
  206. mes "for Arunafeltz can only be";
  207. mes "accessed in Rachel. Please";
  208. mes "follow the mark on your";
  209. mes "Mini-Map to find the Airport.";
  210. viewpoint 1,293,208,1,0xFF0000;
  211. close;
  212. }
  213. //rachel,201,174,3 script Freya's Follower 927,{
  214. rachel,201,174,3 script Freya's Follower 926,{
  215. mes "[Freya's Follower]";
  216. mes "All of Arunafeltz believes";
  217. mes "in the goddess Freya, but";
  218. mes "there are those of us that";
  219. mes "are more seriously involved";
  220. mes "in adoration and worship.";
  221. next;
  222. mes "[Freya's Follower]";
  223. mes "First, there are ''Freya's";
  224. mes "Followers,'' men and women";
  225. mes "like me that dress in holy masks";
  226. mes "and garments. I realize that our";
  227. mes "dress may seem a bit peculiar";
  228. mes "to you, but that is our way.";
  229. next;
  230. mes "[Freya's Follower]";
  231. mes "Then, there are the Priests";
  232. mes "who dress in clean, white";
  233. mes "flowing robes. They work in";
  234. mes "the temple and serve the";
  235. mes "community as religious leaders.";
  236. next;
  237. mes "[Freya's Follower]";
  238. mes "Among these priests are";
  239. mes "the elite High Priests that";
  240. mes "directly assist our pope.";
  241. mes "They wear more colorful";
  242. mes "clothes as a sign of their";
  243. mes "higher status in Rachel.";
  244. next;
  245. mes "[Freya's Follower]";
  246. mes "All of us work tirelessly";
  247. mes "to bring prosperity to";
  248. mes "Arunafeltz, and to carry";
  249. mes "out the teachings of our";
  250. mes "beloved goddess Freya.";
  251. close;
  252. }
  253. rachel,206,30,3 script Freya's Priest#play 920,{
  254. mes "[Freya's Priest]";
  255. mes "This...";
  256. mes "bores me...";
  257. next;
  258. mes "[Freya's Priest]";
  259. mes "You!";
  260. mes "Entertain me!";
  261. Emotion e_ag;
  262. next;
  263. if (select("What? You can't tell me what to do!:You got it.") == 1) {
  264. mes "[Freya's Priest]";
  265. mes "Oh. That much is";
  266. mes "true, I suppose.";
  267. close;
  268. }
  269. mes "[Freya's Priest]";
  270. mes "Well, then,";
  271. mes "what will you be";
  272. mes "doing to entertain me?";
  273. next;
  274. if (select("Here's a funny story...:I will do what you want me to do.") == 1) {
  275. mes "^3355FFYou told her the first";
  276. mes "funny story that you";
  277. mes "could think of.^000000";
  278. specialeffect2 EF_TALK_FROSTJOKE;
  279. next;
  280. mes "[Freya's Priest]";
  281. mes "That's supposed to";
  282. mes "be funny? I suppose";
  283. mes "that I don't understand";
  284. mes "hoi polloi humor.";
  285. close;
  286. }
  287. mes "[Freya's Priest]";
  288. mes "Fine, fine~";
  289. mes "Let me see what these";
  290. mes "item of yours can do...";
  291. mes "Oh? Oh! That's wonderful!";
  292. close2;
  293. set .@play,rand(1,10);
  294. if (.@play == 1) warp "Random",0,0;
  295. else if (.@play == 2) warp "Random",0,0;
  296. else if (.@play == 3) sc_start SC_SpeedUp1,5000,0;
  297. else if (.@play == 4) sc_start SC_SpeedUp1,5000,0;
  298. else sc_start SC_SlowDown,5000,0;
  299. end;
  300. }
  301. rachel,197,137,3 script Bard#aru 51,{
  302. mes "[Bard]";
  303. mes "I've wandered this";
  304. mes "land, singing my songs~";
  305. mes "Searching for someone";
  306. mes "for my heart longs~";
  307. next;
  308. mes "[Bard]";
  309. mes "Can I fulfill this hope~?";
  310. mes "Meeting the girl with";
  311. mes "skin as white as lillies,";
  312. mes "eyes sparkling like stars~";
  313. mes "Yes, I'm talking about the pope~";
  314. mes "Pope, yeah~ Pope, yeah~";
  315. next;
  316. mes "["+strcharinfo(0)+"]";
  317. mes "You must be off your";
  318. mes "rocker singing that";
  319. mes "kind of song here";
  320. mes "in Arunafeltz!";
  321. next;
  322. mes ".........";
  323. mes ".........";
  324. mes ".........";
  325. Emotion e_sob;
  326. close;
  327. }
  328. ra_temple,148,91,3 script Follower Akarna 916,{
  329. mes "[Follower Akarna]";
  330. mes "Cheshrumnir...";
  331. mes "It is said that one";
  332. mes "day, our goddess Freya";
  333. mes "will descend to this place";
  334. mes "in all of her glory. I hope";
  335. mes "that I live to see that.";
  336. close;
  337. }
  338. ra_temple,115,148,7 script Follower Yakum 916,{
  339. mes "[Follower Yakum]";
  340. mes "......";
  341. mes ".........";
  342. mes "............";
  343. next;
  344. mes "^3355FFShe is completely";
  345. mes "immersed in deep,";
  346. mes "meditative prayer.";
  347. mes "It'd be rude to";
  348. mes "disturb her now.^000000";
  349. close;
  350. }
  351. ra_temin,287,88,7 script Follower Lekua 926,{
  352. mes "[Follower Lekua]";
  353. mes "Look at these flowers.";
  354. mes "Aren't they so beautiful?";
  355. mes "I've spent a lot of time";
  356. mes "cultivating this flower garden.";
  357. next;
  358. mes "[Follower Lekua]";
  359. mes "I think it's Freya's";
  360. mes "will for us to";
  361. mes "bring as much beauty into";
  362. mes "the world as we can. What";
  363. mes "do you think about that?";
  364. close;
  365. }
  366. //ra_temin,228,303,5 script Freya's Follower#in1 927,{
  367. ra_temin,228,303,5 script Freya's Follower#in1 926,{
  368. mes "[Freya's Follower]";
  369. mes "Once again, I didn't get";
  370. mes "any sleep yesterday... I'm";
  371. mes "praying so hard for Freya's";
  372. mes "second coming. I'm exhausted,";
  373. mes "but I feel pretty good about";
  374. mes "making that small sacrifice.";
  375. close;
  376. }
  377. //ra_temin,230,303,3 script Freya's Follower#in2 927,{
  378. ra_temin,230,303,3 script Freya's Follower#in2 926,{
  379. mes "[Freya's Follower]";
  380. mes "You have done well,";
  381. mes "my brother. I am certain";
  382. mes "that Freya would be proud";
  383. mes "of all your effots.";
  384. close;
  385. }
  386. ra_temin,138,64,5 script Child Follower#in1 921,{
  387. mes "[Child Follower]";
  388. mes "No! My Mingming is dead!";
  389. next;
  390. select("Mingming?");
  391. mes "[Child Follower]";
  392. mes "Mingming is a sick bird";
  393. mes "I found on the street, and";
  394. mes "I really wanted it to just";
  395. mes "rest and be healthy again";
  396. mes "but it died! Waaaaah!";
  397. emotion e_sob;
  398. next;
  399. mes "[Child Follower]";
  400. mes "I... I'm going to";
  401. mes "try to ask the pope!";
  402. mes "M-maybe she can bring";
  403. mes "Mingming back to life!";
  404. mes "Do you know how I can";
  405. mes "find our pope?";
  406. close;
  407. }
  408. //===== Set 2 ================================================
  409. ra_fild12,283,208,3 script Apprentice Priestess 914,{
  410. if ($rachel_donate < 10000) {
  411. mes "[Papaii]";
  412. mes "Welcome to Arunafeltz,";
  413. mes "adventurer! Enjoy your stay~";
  414. next;
  415. if (select("Are you a guide?:Thanks, have a good day.") == 1) {
  416. mes "[Papaii]";
  417. mes "Oh, actually, if you";
  418. mes "want to speak to a guide,";
  419. mes "head west to Rachel, and";
  420. mes "then go north from the plaza";
  421. mes "in the center of the city.";
  422. mes "You'll find one over there.";
  423. next;
  424. mes "[Papaii]";
  425. mes "My name is Papaii,";
  426. mes "and I've been sent here to";
  427. mes "promote the upcoming festival";
  428. mes "in honor of Freya. I encourage";
  429. mes "you to donate for our festival";
  430. mes "if you can spare the zeny.";
  431. next;
  432. mes "[Papaii]";
  433. mes "If you're interested in";
  434. mes "learning more, then please";
  435. mes "visit our temple, which will";
  436. mes "be accepting donations and";
  437. mes "hosting the festival, and";
  438. mes "speak to Priestess Nemma.";
  439. next;
  440. mes "[Papaii]";
  441. mes "If you donate, you can";
  442. mes "receive Lottery Tickets";
  443. mes "that you can redeem for";
  444. mes "randomly selected items from";
  445. mes "the temple's storage. May";
  446. mes "Freya bless you, traveler~";
  447. close;
  448. }
  449. mes "[Papaii]";
  450. mes "May Freya bless you.";
  451. mes "If you have time, please";
  452. mes "visit our temple and make";
  453. mes "a donation if you can~";
  454. close;
  455. }
  456. mes "[Papaii]";
  457. mes "Welcome to Arunafeltz!";
  458. mes "The city over the rampart";
  459. mes "is Rachel, the capital of";
  460. mes "Arunafeltz. If you'd like to";
  461. mes "rest from your travels, why";
  462. mes "don't you visit Rachel?";
  463. next;
  464. if (select("Are you a guide?:Tell me more about Rachel.") == 1) {
  465. mes "[Papaii]";
  466. mes "Actually, my name is";
  467. mes "Papaii, and I'm stationed";
  468. mes "here on behalf of the temple";
  469. mes "spread awareness of this our";
  470. mes "religion to visiting tourists.";
  471. next;
  472. mes "[Papaii]";
  473. mes "The entire nation of";
  474. mes "Arunafeltz worships the";
  475. mes "goddess Freya, and most";
  476. mes "aspects of our lives are";
  477. mes "largely influenced by our";
  478. mes "religion. Did you know that?";
  479. next;
  480. mes "[Papaii]";
  481. mes "I invite you to visit";
  482. mes "our temple if you'd like";
  483. mes "to learn more about goddess";
  484. mes "Freya. May Freya guide you";
  485. mes "in all that you do, and may she";
  486. mes "protect you in your journeys!";
  487. next;
  488. mes "[Papaii]";
  489. mes "Welcome to Arunafeltz!";
  490. mes "The city over the rampart";
  491. mes "is Rachel, the capital of";
  492. mes "Arunafeltz. If you'd like to";
  493. mes "rest from your travels, why";
  494. mes "don't you visit Rachel?";
  495. close;
  496. }
  497. mes "[Papaii]";
  498. mes "Well, Rachel used to be";
  499. mes "a barren desert until our";
  500. mes "goddess led our ancestors to";
  501. mes "this land. They cultivated the";
  502. mes "desert by Freya's grace, and";
  503. mes "made this area habitable.";
  504. next;
  505. mes "[Papaii]";
  506. mes "Everything that you see here";
  507. mes "has been artificially created";
  508. mes "by humans. See? The blessings";
  509. mes "of Freya truly enable us to";
  510. mes "do miraculous things. You'll";
  511. mes "see once you enter the capital.";
  512. close;
  513. }
  514. rachel,127,117,4 script Child Follower#2 914,{
  515. mes "[Deno]";
  516. mes "Although we pray to";
  517. mes "the goddess Freya and";
  518. mes "ask her for all sorts of";
  519. mes "things, we can't expect";
  520. mes "her to do everything for us.";
  521. next;
  522. mes "[Deno]";
  523. mes "As humans, it is our";
  524. mes "responsibility to do all";
  525. mes "in our power to conceive";
  526. mes "our own happiness. We";
  527. mes "believe that if it is Freya's";
  528. mes "will, then it shall be realized.";
  529. next;
  530. emotion e_what;
  531. mes "[Deno]";
  532. mes "I know it might seem";
  533. mes "a little confusing to";
  534. mes "an outsider, the idea of";
  535. mes "being reliant on our goddess";
  536. mes "while relying our ourselves.";
  537. close;
  538. }
  539. ra_temple,167,155,4 script Child Follower#3 914,{
  540. mes "[Lewei]";
  541. mes "Shushh!";
  542. mes "Be quiet.";
  543. next;
  544. mes "[Lewei]";
  545. mes "......";
  546. mes ".........";
  547. next;
  548. mes "[Lewei]";
  549. mes "Go away! If someone!";
  550. mes "sees you, I'm gonna";
  551. mes "get caught, you jerk!";
  552. next;
  553. if (select("What are you doing?:Alright.") == 1) {
  554. mes "[Lewei]";
  555. mes "Hellooo~?";
  556. mes "Can't you see?";
  557. mes "It's called Hide-and-";
  558. mes "Go-Seek. Gee whiz!";
  559. mes "Hurry, get away!";
  560. close;
  561. }
  562. mes "[Lewei]";
  563. mes "Hurry, and get";
  564. mes "outta here!";
  565. close;
  566. }
  567. ra_temple,179,161,7 script Child Follower#4 921,{
  568. mes "[Zhikka]";
  569. mes "Shh! I'm playing";
  570. mes "Hide-and-Seek. Would";
  571. mes "you leave me alone, please?";
  572. mes "I don't wanna get caught again!";
  573. mes "Maybe it's because I always";
  574. mes "use the same hiding place...";
  575. close;
  576. }
  577. ra_temple,77,114,7 script Child Follower#5 921,{
  578. mes "[Emmet]";
  579. mes "Oh my Freya! You scared me!";
  580. mes "I thought you were one of the";
  581. mes "kids playing Hide-and-Seek!";
  582. mes "Ack! Get away, get away!";
  583. mes "Can't let them find me!";
  584. close;
  585. }
  586. ra_temple,172,113,5 script Child Follower#6 921,{
  587. mes "[Harse]";
  588. mes "Where are yoooou~";
  589. mes "Come out, come out";
  590. mes "wherever you are~";
  591. next;
  592. mes "[Harse]";
  593. mes "What the Freya?";
  594. mes "What's a grown-up";
  595. mes "doing around here?";
  596. mes "Can't you see I'm";
  597. mes "playing Hide-and-Go-Seek?";
  598. close;
  599. }
  600. airplane,238,54,7 script Adventurer 59,{
  601. if ($rachel_donate < 10000) {
  602. mes "[Adventurer]";
  603. mes "You know that the temple";
  604. mes "in Rachel is accepting";
  605. mes "donations? They're asking";
  606. mes "for a lot of zeny, but my buddies";
  607. mes "and I donated anyway. Heck, we";
  608. mes "wanted to see what we could win~";
  609. next;
  610. mes "[Adventurer]";
  611. mes "One of my buddies was";
  612. mes "real freakin' lucky. He";
  613. mes "got some kind of album,";
  614. mes "opened it up and found";
  615. mes "some kinda card inside.";
  616. mes "Really pretty stuff.";
  617. next;
  618. mes "[Adventurer]";
  619. mes "Another buddy of mine?";
  620. mes "Not so lucky. He got a";
  621. mes "Condensed White Potion...";
  622. mes "Yeah, I don't blame him for";
  623. mes "feeling a little gypped, but he";
  624. mes "donated for a good cause, right?";
  625. next;
  626. mes "[Adventurer]";
  627. mes "Me? I got some yellow";
  628. mes "bell shaped fruit. I didn't";
  629. mes "really feel like eating it,";
  630. mes "but after I took a bite,";
  631. mes "it was like... whoa.";
  632. mes "So refreshing!";
  633. next;
  634. mes "[Adventurer]";
  635. mes "Anyway, all the donations";
  636. mes "will be used to fund some";
  637. mes "kinda festival. Sooo, I don't";
  638. mes "think they'll be holding this";
  639. mes "special lottery anymore once";
  640. mes "they get enough money, you know?";
  641. close;
  642. }
  643. mes "[Adventurer]";
  644. mes "You know, one of the";
  645. mes "priestesses at the temple";
  646. mes "in Rachel looked troubled";
  647. mes "for some reason. I should've";
  648. mes "asked what was bothering her,";
  649. mes "and offered my help. Mm, nah.";
  650. close;
  651. }