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