[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Vein Town script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= Muad_Dib |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.0 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any eAthena Version; RO Episode 11.2 |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= [Aegis Conversion] |
---|
| 11 | //= Veins Town Npcs |
---|
| 12 | //===== Additional Comments: ================================= |
---|
| 13 | //= 1.0 First version [L0ne_W0lf] |
---|
| 14 | //============================================================ |
---|
| 15 | |
---|
| 16 | veins,162,34,5 script Towner#ve1 943,{ |
---|
| 17 | mes "[Towner]"; |
---|
| 18 | mes "I love cacti."; |
---|
| 19 | mes "They're the most beautiful plants in the desert."; |
---|
| 20 | mes "Sometimes, they're the only signs of life in a barren land."; |
---|
| 21 | next; |
---|
| 22 | mes "[Towner]"; |
---|
| 23 | mes "If you feel a stirring in your heart when you look at a cactus,"; |
---|
| 24 | mes "you must appreciate the desert's true beauty."; |
---|
| 25 | next; |
---|
| 26 | mes "[Towner]"; |
---|
| 27 | mes "Well, I don't know if I can find anyone that finds the desert as wonderful and enchanting as I do."; |
---|
| 28 | mes "It's a pity, really."; |
---|
| 29 | close; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | veins,148,41,3 script Towner#ve2 940,{ |
---|
| 33 | mes "[Towner]"; |
---|
| 34 | mes "Welcome to Veins,"; |
---|
| 35 | mes "the town near the temple of Cheshrumnir."; |
---|
| 36 | mes "You may think this is a dreary desert town,"; |
---|
| 37 | mes "but you'll find that it's as lively as any other place."; |
---|
| 38 | next; |
---|
| 39 | mes "[Towner]"; |
---|
| 40 | mes "Sure, there are a few characters in town,"; |
---|
| 41 | mes "like that cactus loving loony over there,"; |
---|
| 42 | mes "but not everyone's like him."; |
---|
| 43 | mes "There's lots of nice, kind people that you can meet."; |
---|
| 44 | next; |
---|
| 45 | mes "[Towner]"; |
---|
| 46 | mes "Well then, I hope that you enjoy your stay~"; |
---|
| 47 | close; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | veins,137,179,5 script Towner#ve3 943,{ |
---|
| 51 | mes "[Towner]"; |
---|
| 52 | mes "Geez, why is our weapon shop so boring?"; |
---|
| 53 | mes "Nothing there but the same ol' regular junk."; |
---|
| 54 | mes "Sad to say, there's nothing special."; |
---|
| 55 | next; |
---|
| 56 | mes "[Towner]"; |
---|
| 57 | mes "Wouldn't it be great if there was a shop that sold the legendary godly weapons?"; |
---|
| 58 | mes "Of course, that's asking a bit too much."; |
---|
| 59 | close; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | veins,166,91,5 script Towner#ve4 946,{ |
---|
| 63 | mes "[Towner]"; |
---|
| 64 | mes "Though we're in the middle of the desert,"; |
---|
| 65 | mes "our enemies continue to threaten us."; |
---|
| 66 | mes "Fools! Goddess Freya will always protect us!"; |
---|
| 67 | next; |
---|
| 68 | mes "[Towner]"; |
---|
| 69 | mes "As long as we continue to train,"; |
---|
| 70 | mes "Freya will watch over us and bless us with victory over our foes."; |
---|
| 71 | mes "That, friend, is the power of faith."; |
---|
| 72 | close; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | veins,138,71,5 script Kid#ve1 941,{ |
---|
| 76 | mes "[Kid]"; |
---|
| 77 | mes "Whoa, get out of here!"; |
---|
| 78 | mes "Can't you see that I'm playing hide and go seek?!"; |
---|
| 79 | mes "Move before they find me!"; |
---|
| 80 | close; |
---|
| 81 | } |
---|
| 82 | |
---|
| 83 | veins,253,133,3 script Kid#ve2 944,{ |
---|
| 84 | mes "[Kid]"; |
---|
| 85 | mes "Gosh, where could she be hiding?"; |
---|
| 86 | mes "I hate being it..."; |
---|
| 87 | mes "There's so many places to hide around here."; |
---|
| 88 | mes "There must be someplace I haven't checked yet..."; |
---|
| 89 | mes "Let's see..."; |
---|
| 90 | close; |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | veins,270,164,5 script Old Man#ve1 945,{ |
---|
| 94 | mes "[Old Man]"; |
---|
| 95 | mes "Praise be to Freya for blessing me with long life,"; |
---|
| 96 | mes "but I wonder if I've fully lived life."; |
---|
| 97 | next; |
---|
| 98 | mes "[Old Man]"; |
---|
| 99 | mes "I don't have any regrets or doubts,"; |
---|
| 100 | mes "but maybe there are a few things I missed out on."; |
---|
| 101 | mes "I guess and old man can't help but think about"; |
---|
| 102 | mes "these sorts of things..."; |
---|
| 103 | close; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | veins,310,195,1 script Towner#ve5 946,{ |
---|
| 107 | mes "[Towner]"; |
---|
| 108 | mes "Cacti are wonderful, they're the most beautiful plants in the desert."; |
---|
| 109 | mes "Yes, we must cherish and nurture them~"; |
---|
| 110 | next; |
---|
| 111 | mes "[Towner]"; |
---|
| 112 | mes "Regular cacti are pretty uncommon,"; |
---|
| 113 | mes "but I hear there's a kind of cactus that roams the desert and makes loud, obnoxious noises."; |
---|
| 114 | mes "How can that be true?"; |
---|
| 115 | close; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | veins,320,254,5 script Towner#ve6 943,{ |
---|
| 119 | mes "[Towner]"; |
---|
| 120 | mes "................"; |
---|
| 121 | next; |
---|
| 122 | mes "[Towner]"; |
---|
| 123 | mes "................"; |
---|
| 124 | next; |
---|
| 125 | mes "[Towner]"; |
---|
| 126 | mes "What do you want?"; |
---|
| 127 | mes "Sorry, but I'm just a normal guy with normal problems."; |
---|
| 128 | mes "Nothing that I can't solve on my own."; |
---|
| 129 | next; |
---|
| 130 | mes "[Towner]"; |
---|
| 131 | mes "Unless... You can do my taxes?"; |
---|
| 132 | mes "Pay of my mortgage?"; |
---|
| 133 | mes "Heh. Didn't think so."; |
---|
| 134 | close; |
---|
| 135 | } |
---|
| 136 | |
---|
| 137 | veins,333,318,3 script Towner#ve7 940,{ |
---|
| 138 | mes "[Towner]"; |
---|
| 139 | mes "What's and adventurer doing here in such an isolated, dreary town?"; |
---|
| 140 | mes "Shouldn't you be looking for adventures?"; |
---|
| 141 | mes "Take it from me, this place is bo-ring."; |
---|
| 142 | close; |
---|
| 143 | } |
---|
| 144 | |
---|
| 145 | veins,218,323,1 script Towner#ve8 945,{ |
---|
| 146 | mes "[Towner]"; |
---|
| 147 | mes "Whoa, it's been a while since I've seen tourists in town."; |
---|
| 148 | mes "You might think there's nothing here, but take a closer look."; |
---|
| 149 | mes "You might learn something."; |
---|
| 150 | next; |
---|
| 151 | mes "[Towner]"; |
---|
| 152 | mes "Just like people, you can't know everything about a place with only a glance."; |
---|
| 153 | mes "If you give it a chance, I'm sure you'll find something to like about this town."; |
---|
| 154 | next; |
---|
| 155 | mes "[Towner]"; |
---|
| 156 | mes "What do I mean by \"a closer look\"?"; |
---|
| 157 | mes "Heh, you'll see... Maybe."; |
---|
| 158 | mes "It's not that important anyway."; |
---|
| 159 | mes "May Freya bless you~"; |
---|
| 160 | close; |
---|
| 161 | } |
---|
| 162 | |
---|
| 163 | veins,206,275,3 script Kid#ve3 941,{ |
---|
| 164 | mes "[Kid]"; |
---|
| 165 | mes "I really want to look inside the temple,"; |
---|
| 166 | mes "but it looks so scary from the outside!"; |
---|
| 167 | mes "I wonder why it's like that?"; |
---|
| 168 | close; |
---|
| 169 | } |
---|
| 170 | |
---|
| 171 | veins,171,256,3 script Towner#ve9 943,{ |
---|
| 172 | mes "[Towner]"; |
---|
| 173 | mes "Don't get me wrong: I'd give my life in Freya's name,"; |
---|
| 174 | mes "but that so-called temple just looks so strange and suspicious."; |
---|
| 175 | mes "How can it be a place of worship?"; |
---|
| 176 | close; |
---|
| 177 | } |
---|
| 178 | |
---|
| 179 | veins,197,219,5 script Towner#ve10 943,{ |
---|
| 180 | mes "[Towner]"; |
---|
| 181 | mes "I guess you can tell from this withered tree that our town is short on water."; |
---|
| 182 | mes "I guess that's a natural consequence of living here in the desert..."; |
---|
| 183 | close; |
---|
| 184 | } |
---|
| 185 | |
---|
| 186 | veins,232,169,5 script Old lady#ve1 942,{ |
---|
| 187 | mes "[Old Lady]"; |
---|
| 188 | mes "..........."; |
---|
| 189 | mes "When I look down on Veins from here,"; |
---|
| 190 | mes "I've come to realize many things."; |
---|
| 191 | mes "I don't think you'd understand no matter how much I explained."; |
---|
| 192 | next; |
---|
| 193 | mes "[Old Lady]"; |
---|
| 194 | mes "I suppose it's one of those things that you learn with age."; |
---|
| 195 | mes "yes, there's no substitute for experience when it comes to some things"; |
---|
| 196 | mes "You'll see."; |
---|
| 197 | close; |
---|
| 198 | } |
---|
| 199 | |
---|
| 200 | veins,121,199,3 script Old Man#ve2 945,{ |
---|
| 201 | mes "[Old Man]"; |
---|
| 202 | mes "This isn't good."; |
---|
| 203 | mes "The elderly outnumber the youth here in Veins."; |
---|
| 204 | mes "We're too close to becoming something of a retirement community."; |
---|
| 205 | mes "You see it, right?"; |
---|
| 206 | next; |
---|
| 207 | mes "[Old Man]"; |
---|
| 208 | mes "I guess the young people aren't content living here since we lack a lot of the material excitement of other towns."; |
---|
| 209 | mes "They can't appreciate what's really special here..."; |
---|
| 210 | close; |
---|
| 211 | } |
---|
| 212 | |
---|
| 213 | veins,111,50,3 script Towner#ve11 943,{ |
---|
| 214 | mes "[Towner]"; |
---|
| 215 | mes "People cherish water around here,"; |
---|
| 216 | mes "but I have something even more precious to me."; |
---|
| 217 | mes "yes, even more precious then water..."; |
---|
| 218 | mes "You guessed it--true love."; |
---|
| 219 | next; |
---|
| 220 | mes "[Towner]"; |
---|
| 221 | mes "We actually started dating here,"; |
---|
| 222 | mes "so this place really means a lot to me."; |
---|
| 223 | mes "It's my favourite spot for spending time with my girl."; |
---|
| 224 | mes "Hahaha~"; |
---|
| 225 | close; |
---|
| 226 | } |
---|
| 227 | |
---|
| 228 | veins,112,51,3 script Towner#ve12 940,{ |
---|
| 229 | mes "[Towner]"; |
---|
| 230 | mes "Well, I'm actually a little tired of coming here all the time."; |
---|
| 231 | mes "I kind of want to try someplace else,"; |
---|
| 232 | mes "but I also know he really loves coming here."; |
---|
| 233 | next; |
---|
| 234 | mes "[Towner]"; |
---|
| 235 | mes "It would be actually kind of sad if we stopped coming here altogether."; |
---|
| 236 | mes "I'm just happy so long as he's with me~"; |
---|
| 237 | mes "Hoho~"; |
---|
| 238 | close; |
---|
| 239 | } |
---|
| 240 | |
---|
| 241 | veins,191,134,3 script Old Man#ve3 945,{ |
---|
| 242 | mes "[Old Man]"; |
---|
| 243 | mes "Why don't you take a look at my goods?"; |
---|
| 244 | mes "I've got many things that might interest you~"; |
---|
| 245 | next; |
---|
| 246 | mes "[Old Man]"; |
---|
| 247 | mes "praise be to Freya, who watches over us,"; |
---|
| 248 | mes "and blesses us with food and drink."; |
---|
| 249 | mes "Don't you think that's great,"; |
---|
| 250 | mes "young adventurer?"; |
---|
| 251 | close; |
---|
| 252 | } |
---|
| 253 | |
---|
| 254 | veins,177,147,3 script Old Lady#ve2 942,{ |
---|
| 255 | mes "[Old lady]"; |
---|
| 256 | mes "Owning a lot of stuff might seem great,"; |
---|
| 257 | mes "but many things aren't that valuable when you think of them in terms of real emotional value."; |
---|
| 258 | next; |
---|
| 259 | mes "[Old lady]"; |
---|
| 260 | mes "Well, that might have been a dangerous remark when I'm trying to sell things to customers."; |
---|
| 261 | mes "Still, I wish I could carry a wider selection of goods."; |
---|
| 262 | next; |
---|
| 263 | mes "[Old lady]"; |
---|
| 264 | mes "Of course, we're here in the middle of the desert,"; |
---|
| 265 | mes "so maybe I'm asking too much."; |
---|
| 266 | close; |
---|
| 267 | } |
---|
| 268 | |
---|
| 269 | veins,223,165,5 script Kid#ve4 944,{ |
---|
| 270 | mes "[Kid]"; |
---|
| 271 | mes "Hey, Do you think I can reach the bridge"; |
---|
| 272 | mes "over there if I jump from over here?"; |
---|
| 273 | mes "Do you think you can try it?"; |
---|
| 274 | next; |
---|
| 275 | mes "[Kid]"; |
---|
| 276 | mes "What? You can't do it?"; |
---|
| 277 | mes "Well, I'm gonna be different when I grow up!"; |
---|
| 278 | mes "I'm gonna be the world's best jumper!"; |
---|
| 279 | mes "I'm gonna be able to jump all the way to the mooooon!"; |
---|
| 280 | close; |
---|
| 281 | } |
---|
| 282 | |
---|
| 283 | veins,263,153,5 script Towner#ve13 943,{ |
---|
| 284 | mes "[Towner]"; |
---|
| 285 | mes "The clothes we make here are high,"; |
---|
| 286 | mes "airy, and sewn with quality fabric."; |
---|
| 287 | mes "Of course, we need to wear stuff like this since the weather is unbearably hot."; |
---|
| 288 | next; |
---|
| 289 | mes "[Towner]"; |
---|
| 290 | mes "The fabric? Well, I'll give you a hint."; |
---|
| 291 | mes "It's made of something related to camels."; |
---|
| 292 | mes "Heh! I'll leave you to figure it out on your own. Haha!"; |
---|
| 293 | close; |
---|
| 294 | } |
---|
| 295 | |
---|
| 296 | veins,296,184,3 script Towner#ve14 940,{ |
---|
| 297 | mes "[Towner]"; |
---|
| 298 | mes "Let me tell you a secret."; |
---|
| 299 | mes "But promise not to tell anyone else about it, okay?"; |
---|
| 300 | next; |
---|
| 301 | mes "[Towner]"; |
---|
| 302 | mes "When the time comes,"; |
---|
| 303 | mes "the Temple of Cheshrumnir will open up and the giant Freya robot will launch!"; |
---|
| 304 | mes "It will destroy every country except Arunafeltz"; |
---|
| 305 | next; |
---|
| 306 | mes "[Towner]"; |
---|
| 307 | mes "That robot can blow hurricanes from it's mouth,"; |
---|
| 308 | mes "and shoot lightning from its horns,"; |
---|
| 309 | mes "and it can fire its fists away,"; |
---|
| 310 | mes "and it's chest is a flamethrower."; |
---|
| 311 | next; |
---|
| 312 | mes "[Towner]"; |
---|
| 313 | mes "..........."; |
---|
| 314 | next; |
---|
| 315 | mes "[Towner]"; |
---|
| 316 | mes "You don't believe me, either."; |
---|
| 317 | mes "What did you say? Zinger?"; |
---|
| 318 | mes "Amazing Z? The hell's that?"; |
---|
| 319 | close; |
---|
| 320 | } |
---|
| 321 | |
---|
| 322 | veins,291,205,3 script Kid#ve5 944,{ |
---|
| 323 | mes "[Kid]"; |
---|
| 324 | mes "Argh! I'm a war god protecting Goddess Freya and Arunafeltz!"; |
---|
| 325 | mes "Ahhhhh! Death to all our enemies!"; |
---|
| 326 | next; |
---|
| 327 | mes "[Kid]"; |
---|
| 328 | mes "Burn, heretics, buuurn!"; |
---|
| 329 | mes "Destroy your homes, your families,"; |
---|
| 330 | mes "and build a new perfect world for Freya!"; |
---|
| 331 | next; |
---|
| 332 | mes "[Kid]"; |
---|
| 333 | mes "Hee hee! Doesn't that sound wonderful!"; |
---|
| 334 | mes "When I grow up, I wanna be that kind of hero!"; |
---|
| 335 | close; |
---|
| 336 | } |
---|
| 337 | |
---|
| 338 | veins,291,259,3 script Old Man#ve4 945,{ |
---|
| 339 | mes "[Old Man]"; |
---|
| 340 | mes "Fr... Fr..."; |
---|
| 341 | next; |
---|
| 342 | mes "[Old Man]"; |
---|
| 343 | mes "Fr..."; |
---|
| 344 | next; |
---|
| 345 | mes "[Old Man]"; |
---|
| 346 | mes "Praise Freya! *Keck*"; |
---|
| 347 | mes "*Cough cough* Fre..."; |
---|
| 348 | mes "*Cough* Praise Freya!"; |
---|
| 349 | mes "Freya! Conquer those that blaspheme you!"; |
---|
| 350 | mes "Let me see it before I die!"; |
---|
| 351 | next; |
---|
| 352 | mes "[Old Man]"; |
---|
| 353 | mes "I have never regretted *Cough* my faith in you, my goddess!"; |
---|
| 354 | mes "*Keck* May the suffering of all our enemies drive them to madness before death!"; |
---|
| 355 | close; |
---|
| 356 | } |
---|
| 357 | |
---|
| 358 | veins,291,284,3 script Old Lady#ve3 942,{ |
---|
| 359 | mes "[Old Lady]"; |
---|
| 360 | mes "I wonder what my standing with Freya is like."; |
---|
| 361 | mes "Hopefully, she will take my mercy upon me when I leave this world."; |
---|
| 362 | mes "My days here are numbered..."; |
---|
| 363 | close; |
---|
| 364 | } |
---|
| 365 | |
---|
| 366 | veins,248,301,3 script Kid#ve6 944,{ |
---|
| 367 | mes "[Kid]"; |
---|
| 368 | mes "Huh? You don't live here."; |
---|
| 369 | mes "Are you... Are you a traveler?"; |
---|
| 370 | mes "You must been to so many places, huh?"; |
---|
| 371 | mes "What do they look like?"; |
---|
| 372 | mes "I want to travel too when I grow up~"; |
---|
| 373 | next; |
---|
| 374 | mes "[Kid]"; |
---|
| 375 | mes "I like this town, but I want to see how other people live."; |
---|
| 376 | mes "The grown-ups think it's a bad idea, though."; |
---|
| 377 | mes "They say Freya hates it."; |
---|
| 378 | mes "Is it that bad that I can't stop wondering?"; |
---|
| 379 | close; |
---|
| 380 | } |
---|
| 381 | |
---|
| 382 | veins,161,63,3 script Old Man#ve5 945,{ |
---|
| 383 | mes "[Old Man]"; |
---|
| 384 | mes "Oh. You must be sightseeing."; |
---|
| 385 | mes "Um, Veins is a small town,"; |
---|
| 386 | mes "Maybe pay a visit to Cheshrumnir Temple?"; |
---|
| 387 | next; |
---|
| 388 | mes "[Old Man]"; |
---|
| 389 | mes "I hope you enjoy your stay."; |
---|
| 390 | mes "Now if you'll excuse me,"; |
---|
| 391 | mes "I'd like to continue with my prayers to Freya."; |
---|
| 392 | next; |
---|
| 393 | mes "[Old Man]"; |
---|
| 394 | mes "Oh, gracious Freya, your servant."; |
---|
| 395 | mes "humbly beseeches you on bended knee..."; |
---|
| 396 | mes "Heal me of this infirmity!"; |
---|
| 397 | mes "The body is droopingly limp,"; |
---|
| 398 | mes "but the spirit is willingly...!"; |
---|
| 399 | mes "Must be... Cheshrumnir Temple."; |
---|
| 400 | close; |
---|
| 401 | } |
---|
| 402 | |
---|
| 403 | veins,157,123,3 script Towner#ve15 946,{ |
---|
| 404 | mes "[Towner]"; |
---|
| 405 | mes "You know what's good about the desert?"; |
---|
| 406 | mes "No?"; |
---|
| 407 | next; |
---|
| 408 | mes "[Towner]"; |
---|
| 409 | mes "The desert makes you stronger."; |
---|
| 410 | mes "Understand what I mean?"; |
---|
| 411 | mes "Heh, you'll know as you spend more time here in the desert."; |
---|
| 412 | close; |
---|
| 413 | } |
---|
| 414 | |
---|
| 415 | ve_in,119,386,3 script Prisoner#ve1 946,{ |
---|
| 416 | mes "[Prisoner]"; |
---|
| 417 | mes "Unbelievable!"; |
---|
| 418 | mes "What kind of country is this?!"; |
---|
| 419 | mes "How can you lock me up just because I don't believe in Freya?!"; |
---|
| 420 | next; |
---|
| 421 | mes "[Prisoner]"; |
---|
| 422 | mes "This isn't civilised!"; |
---|
| 423 | mes "You're a bunch of savages if you can't respect my beliefs,"; |
---|
| 424 | mes "you know that?"; |
---|
| 425 | mes "Someone, someone help!"; |
---|
| 426 | close; |
---|
| 427 | } |
---|
| 428 | |
---|
| 429 | ve_in,111,379,8 script Ward#ve1 946,{ |
---|
| 430 | mes "[Ward]"; |
---|
| 431 | mes "This place ensures that dangerous criminals aren't threatening the publi--"; |
---|
| 432 | mes "Wait. Why are you even here?!"; |
---|
| 433 | mes "This place isn't safe for you!"; |
---|
| 434 | mes "Leave!"; |
---|
| 435 | close; |
---|
| 436 | } |
---|
| 437 | |
---|
| 438 | ve_in,126,378,3 script Ward#ve2 946,{ |
---|
| 439 | mes "[Ward]"; |
---|
| 440 | mes "I'm grateful that our town is relatively peaceful."; |
---|
| 441 | mes "If it were any other place,"; |
---|
| 442 | mes "that tiny cell would be full of criminals."; |
---|
| 443 | next; |
---|
| 444 | mes "[Ward]"; |
---|
| 445 | mes "Thank Freya that I've been assigned to such a peaceful,"; |
---|
| 446 | mes "quiet place."; |
---|
| 447 | close; |
---|
| 448 | } |
---|
| 449 | |
---|
| 450 | ve_in,101,314,1 script Towner#ve16 943,{ |
---|
| 451 | mes "[Towner]"; |
---|
| 452 | mes "*Pant Pant*"; |
---|
| 453 | mes "I must study as hard as I can for the grace of Goddess Freya."; |
---|
| 454 | next; |
---|
| 455 | mes "[Towner]"; |
---|
| 456 | mes "I really believe that I can serve Freya one of these days if I can just expand my knowledge."; |
---|
| 457 | close; |
---|
| 458 | } |
---|
| 459 | |
---|
| 460 | ve_in,90,298,3 script Towner#ve17 849,{ |
---|
| 461 | mes "[Towner]"; |
---|
| 462 | mes "It's too hot..."; |
---|
| 463 | next; |
---|
| 464 | mes "[Towner]"; |
---|
| 465 | mes "So sweaty..."; |
---|
| 466 | close; |
---|
| 467 | } |
---|
| 468 | |
---|
| 469 | ve_in,361,243,5 script Towner#ve18 849,{ |
---|
| 470 | mes "[Towner]"; |
---|
| 471 | mes "..............."; |
---|
| 472 | next; |
---|
| 473 | mes "[Towner]"; |
---|
| 474 | mes "..............."; |
---|
| 475 | next; |
---|
| 476 | mes "[Towner]"; |
---|
| 477 | mes "Tricked you!"; |
---|
| 478 | mes "Thought I was dead, didn't you?"; |
---|
| 479 | mes "Hahaha~"; |
---|
| 480 | close; |
---|
| 481 | } |
---|
| 482 | |
---|
| 483 | ve_in,242,124,3 script Towner#ve19 849,{ |
---|
| 484 | mes "[Towner]"; |
---|
| 485 | mes "The drinks in this town are so... They're..."; |
---|
| 486 | mes "They're so damn strong!"; |
---|
| 487 | next; |
---|
| 488 | mes "[Towner]"; |
---|
| 489 | mes "Why..."; |
---|
| 490 | mes "Why does the ground keep wobbling?!"; |
---|
| 491 | mes "It's..."; |
---|
| 492 | mes "It's like it's trying to betray me!"; |
---|
| 493 | mes "Every time!"; |
---|
| 494 | next; |
---|
| 495 | mes "[Towner]"; |
---|
| 496 | mes "*Hiccup*"; |
---|
| 497 | close; |
---|
| 498 | } |
---|
| 499 | |
---|
| 500 | ve_in,180,232,5 script Towner#ve20 946,{ |
---|
| 501 | mes "[Towner]"; |
---|
| 502 | mes "It's nice when a town is peaceful and quiet."; |
---|
| 503 | mes "But it's lame when a tavern is dead like this."; |
---|
| 504 | next; |
---|
| 505 | mes "[Towner]"; |
---|
| 506 | mes "Well, there's good and bad points to everything."; |
---|
| 507 | mes "Hopefully things will pick up around here as more of you adventurers come visit."; |
---|
| 508 | close; |
---|
| 509 | } |
---|
| 510 | |
---|
| 511 | ve_in,163,212,3 script Towner#ve21 940,{ |
---|
| 512 | mes "[Towner]"; |
---|
| 513 | mes "There's nothing but old people and children in this town."; |
---|
| 514 | mes "Where's a decent man worth marrying?"; |
---|
| 515 | mes "There's a few bachelors that are my age, but... Well..."; |
---|
| 516 | next; |
---|
| 517 | mes "[Towner]"; |
---|
| 518 | mes "They're all too hairy or too muscular."; |
---|
| 519 | mes "I don't think I'll be able to get married anytime soon!"; |
---|
| 520 | mes "Oh, the misery!"; |
---|
| 521 | close; |
---|
| 522 | } |
---|
| 523 | |
---|
| 524 | ve_in,190,215,3 script Towner#ve22 946,{ |
---|
| 525 | mes "[Towner]"; |
---|
| 526 | mes "Well, our town doesn't have a choice but to defend itself in dangerous times."; |
---|
| 527 | mes "The young men we have here are all buff and tough to protect us."; |
---|
| 528 | next; |
---|
| 529 | mes "[Towner]"; |
---|
| 530 | mes "They may not be beautiful, but they have kind and gentle hearts."; |
---|
| 531 | mes "It's a pity that the women here are more concerned with appearances."; |
---|
| 532 | next; |
---|
| 533 | mes "[Towner]"; |
---|
| 534 | mes "Don't judge a book by it's cover, but by its contents."; |
---|
| 535 | close; |
---|
| 536 | } |
---|
| 537 | |
---|
| 538 | ve_in,318,121,3 script Towner#ve23 943,{ |
---|
| 539 | mes "[Towner]"; |
---|
| 540 | mes "This storage solely exists for serious drinkers."; |
---|
| 541 | mes "If it's ever shutdown, I think everyone in town will riot."; |
---|
| 542 | mes "Crazy, huh?"; |
---|
| 543 | next; |
---|
| 544 | mes "[Towner]"; |
---|
| 545 | mes "Veins is famous for its wide variety of delicious, irresistible liquor."; |
---|
| 546 | mes "Just one sip's enough to hook you."; |
---|
| 547 | next; |
---|
| 548 | mes "[Towner]"; |
---|
| 549 | mes "Praise Freya for blessing us with the gift of awesome liquor."; |
---|
| 550 | mes "Her graciousness, her compassion, here liquor is limitless."; |
---|
| 551 | mes "Let us pray."; |
---|
| 552 | close; |
---|
| 553 | } |
---|
| 554 | |
---|
| 555 | ve_in,222,125,5 script Towner#ve24 943,{ |
---|
| 556 | mes "[Towner]"; |
---|
| 557 | mes "I really want to ask out the woman right in front of me."; |
---|
| 558 | mes "Do you think she'll...?"; |
---|
| 559 | next; |
---|
| 560 | mes "[Towner]"; |
---|
| 561 | mes "Crap! Did I say that out loud?"; |
---|
| 562 | mes "I-I-I really didn't want her to hear!"; |
---|
| 563 | close; |
---|
| 564 | } |
---|
| 565 | |
---|
| 566 | ve_in,222,122,1 script Towner#ve25 940,{ |
---|
| 567 | mes "[Towner]"; |
---|
| 568 | mes "I heard all that..."; |
---|
| 569 | mes "Gosh, he's so clueless."; |
---|
| 570 | mes "I don't hate him, but he should show a bit more backbone if he wants to impress me."; |
---|
| 571 | mes "Hmmm..."; |
---|
| 572 | close; |
---|
| 573 | } |
---|
| 574 | |
---|
| 575 | ve_in,232,135,5 script Towner#ve26 946,{ |
---|
| 576 | mes "[Towner]"; |
---|
| 577 | mes "If you enjoy a good, stiff drink,"; |
---|
| 578 | mes "then you have to stop by at Veins Tavern~"; |
---|
| 579 | next; |
---|
| 580 | mes "[Towner]"; |
---|
| 581 | mes ".If you don't love drinking,"; |
---|
| 582 | mes "then Veins Tavern is the perfect place to learn!"; |
---|
| 583 | mes "...To love... drinking..."; |
---|
| 584 | close; |
---|
| 585 | } |
---|
| 586 | |
---|
| 587 | ve_in,239,135,5 script Towner#ve27 946,{ |
---|
| 588 | mes "[Towner]"; |
---|
| 589 | mes "Isn't the sun so hot?"; |
---|
| 590 | mes "Doesn't it make you feel so thirsty?"; |
---|
| 591 | mes "Well, you may want to consider quenching that nasty thirst with liquor!"; |
---|
| 592 | next; |
---|
| 593 | mes "[Towner]"; |
---|
| 594 | mes "My job is to serve delicious,"; |
---|
| 595 | mes "life giving liquors to my customers to relieve their parched throats."; |
---|
| 596 | mes "Seeing their drunken smiles really makes my day~"; |
---|
| 597 | close; |
---|
| 598 | } |
---|
| 599 | |
---|
| 600 | ve_in,232,124,5 script Towner#ve28 943,{ |
---|
| 601 | mes "[Towner]"; |
---|
| 602 | mes "A lone wolf on the desert."; |
---|
| 603 | mes "That's me."; |
---|
| 604 | mes "Well, that's why I'm drinking here alone."; |
---|
| 605 | next; |
---|
| 606 | mes "[Towner]"; |
---|
| 607 | mes "Sweet Freya, these drinks are so good."; |
---|
| 608 | mes "I could drink all day."; |
---|
| 609 | close; |
---|
| 610 | } |
---|
| 611 | |
---|
| 612 | ve_in,234,105,3 script Towner#ve29 946,{ |
---|
| 613 | mes "[Towner]"; |
---|
| 614 | mes "Man the world is jsut..."; |
---|
| 615 | mes "It's just desires...!"; |
---|
| 616 | mes "Faith? It helps, you know?"; |
---|
| 617 | mes "Cuz-cuz desires are all just nothing!"; |
---|
| 618 | mes "They're nooooooothing!"; |
---|
| 619 | next; |
---|
| 620 | mes "[Towner]"; |
---|
| 621 | mes "Argh! What is life?!"; |
---|
| 622 | mes "I don't know what to believe anymore! Freya!"; |
---|
| 623 | mes "Freya looooves you!"; |
---|
| 624 | close; |
---|
| 625 | } |
---|