[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Alchemist Skills Quests |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= Lupus, Reddozen, Samuray22 |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 2.1a |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= eAthena SVN |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= [Aegis COnversion] |
---|
| 11 | //= Quests for item: Elemental_Create_Book |
---|
| 12 | //= QUest for skill: Bioethics |
---|
| 13 | //===== Additional Comments: ================================= |
---|
| 14 | //= 1.9 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] |
---|
| 15 | //= 2.0 Rescripted (and re-added) Bio Ethics quest. [L0ne_W0lf] |
---|
| 16 | //= 2.1 Fixed a Resurrection -> Homunculus Resurrection. [L0ne_W0lf] |
---|
| 17 | //= 2.1a Deleted some unused Variables in Bio Ethics quest. [Samuray22] |
---|
| 18 | //============================================================ |
---|
| 19 | |
---|
| 20 | yuno_in04,33,108,4 script Pisruik#qsk_al 883,{ |
---|
| 21 | if (BaseJob == Job_Alchemist) { |
---|
| 22 | if (JobLevel < 40) { |
---|
| 23 | mes "[Pisruik]"; |
---|
| 24 | mes "^333333*Cough cough*^000000"; |
---|
| 25 | mes "Damn, if only I had"; |
---|
| 26 | mes "a little more money"; |
---|
| 27 | mes "to buy some medicine."; |
---|
| 28 | mes "I should have stayed"; |
---|
| 29 | mes "home today, but..."; |
---|
| 30 | close; |
---|
| 31 | } |
---|
| 32 | if (ALCHE_SK == 0) { |
---|
| 33 | mes "[Pisruik]"; |
---|
| 34 | mes "^333333*Cough cough*^000000"; |
---|
| 35 | mes "Ugh, there's nothing"; |
---|
| 36 | mes "worse than working when"; |
---|
| 37 | mes "you're supposed to be resting."; |
---|
| 38 | mes "H-hey! Um, what are you doing?"; |
---|
| 39 | set ALCHE_SK,1; |
---|
| 40 | next; |
---|
| 41 | mes "[Pisruik]"; |
---|
| 42 | mes "Q-quit looking at"; |
---|
| 43 | mes "my test results right"; |
---|
| 44 | mes "this inst--oh. Wait."; |
---|
| 45 | mes "You're not one of the"; |
---|
| 46 | mes "researchers here. Huh."; |
---|
| 47 | next; |
---|
| 48 | mes "[Pisruik]"; |
---|
| 49 | mes "Uh... Don't you have"; |
---|
| 50 | mes "anything better to do"; |
---|
| 51 | mes "than to breathe down my"; |
---|
| 52 | mes "back? I'm trying to finish"; |
---|
| 53 | mes "something here! Oh, never"; |
---|
| 54 | mes "mind, I'm just cranky..."; |
---|
| 55 | close; |
---|
| 56 | } |
---|
| 57 | else if (ALCHE_SK == 1) { |
---|
| 58 | mes "[Pisruik]"; |
---|
| 59 | mes "You again? You don't seem"; |
---|
| 60 | mes "to be doing any research here."; |
---|
| 61 | mes "Is there something you need?"; |
---|
| 62 | mes "Though, I'm afraid I can't be"; |
---|
| 63 | mes "of very much help to you."; |
---|
| 64 | next; |
---|
| 65 | if (select("What are you working on?:I don't need anything, thanks.") == 1) { |
---|
| 66 | mes "[Pisruik]"; |
---|
| 67 | mes "Well, I'm not sure if I can"; |
---|
| 68 | mes "give you all of the details."; |
---|
| 69 | mes "You see, everyone here is"; |
---|
| 70 | mes "a researcher that can't afford"; |
---|
| 71 | mes "to rent a lab for himself. So we all ended up sharing this one."; |
---|
| 72 | next; |
---|
| 73 | mes "[Pisruik]"; |
---|
| 74 | mes "Even though we all pitched"; |
---|
| 75 | mes "in to rent this lab, we're all"; |
---|
| 76 | mes "getting pretty desperate. In"; |
---|
| 77 | mes "fact, a few of us have even"; |
---|
| 78 | mes "stolen work from each other."; |
---|
| 79 | mes "That's pretty pathetic, huh?"; |
---|
| 80 | next; |
---|
| 81 | mes "[Pisruik]"; |
---|
| 82 | mes "I guess that's what happens"; |
---|
| 83 | mes "when you're poor and don't"; |
---|
| 84 | mes "have a day job. Things are"; |
---|
| 85 | mes "so bad right now, I can't even"; |
---|
| 86 | mes "afford to get new materials!"; |
---|
| 87 | mes "What can I possibly do?"; |
---|
| 88 | next; |
---|
| 89 | mes "[Pisruik]"; |
---|
| 90 | mes "Ah, I've got it! You're"; |
---|
| 91 | mes "an adventurer, right?"; |
---|
| 92 | mes "If you're still curious about"; |
---|
| 93 | mes "my research, I'll tell you more"; |
---|
| 94 | mes "about it if you help me out by"; |
---|
| 95 | mes "gathering some supplies for me."; |
---|
| 96 | next; |
---|
| 97 | mes "[Pisruik]"; |
---|
| 98 | mes "I guess it couldn't do"; |
---|
| 99 | mes "much harm if you knew what"; |
---|
| 100 | mes "I was working on, anyway."; |
---|
| 101 | mes "I mean, we'd have to be working"; |
---|
| 102 | mes "on the same project for you to"; |
---|
| 103 | mes "benefit. So, what's your name?"; |
---|
| 104 | next; |
---|
| 105 | mes "["+ strcharinfo(0) +"]"; |
---|
| 106 | mes "I am called "+ strcharinfo(0) +"."; |
---|
| 107 | next; |
---|
| 108 | set ALCHE_SK,2; |
---|
| 109 | mes "[Pisruik]"; |
---|
| 110 | mes "Ah, "+ strcharinfo(0) +"."; |
---|
| 111 | mes "Would you please bring"; |
---|
| 112 | mes "^6600005 Yellow Gemstones^000000,"; |
---|
| 113 | mes "^6600004 Empty Potion Bottles^000000,"; |
---|
| 114 | mes "^66000010 Hearts of Mermaids^000000,"; |
---|
| 115 | mes "and ^66000010 Moth Dust^000000?"; |
---|
| 116 | close; |
---|
| 117 | } |
---|
| 118 | mes "[Pisruik]"; |
---|
| 119 | mes "If you came here to buy"; |
---|
| 120 | mes "Potion Manuals or something"; |
---|
| 121 | mes "like that, you've come to the"; |
---|
| 122 | mes "wrong guy. Everything you see"; |
---|
| 123 | mes "here is for the completion"; |
---|
| 124 | mes "of a personal project."; |
---|
| 125 | close; |
---|
| 126 | } |
---|
| 127 | else if (ALCHE_SK == 2) { |
---|
| 128 | mes "[Pisruik]"; |
---|
| 129 | mes "Great you're back!"; |
---|
| 130 | mes "Let's see, you were"; |
---|
| 131 | mes "supposed to bring me"; |
---|
| 132 | mes "4 Empty Potion Bottles..."; |
---|
| 133 | mes "And... And... What else"; |
---|
| 134 | mes "did I ask you to get?"; |
---|
| 135 | next; |
---|
| 136 | switch(select("5 Yellow Gemstones:5 Blue Gemstones:5 Red Gemstones")) { |
---|
| 137 | case 1: |
---|
| 138 | mes "[Pisruik]"; |
---|
| 139 | mes "Right, right!"; |
---|
| 140 | mes "5 Yellow Gemstones."; |
---|
| 141 | mes "That's what I needed."; |
---|
| 142 | mes "I'm sure there was more,"; |
---|
| 143 | mes "but what I can't recall exactly... ^FFFFFF ^000000"; |
---|
| 144 | next; |
---|
| 145 | if (select("10 Hearts of Mermaid:10 Large Jellopies") == 1) { |
---|
| 146 | mes "[Pisruik]"; |
---|
| 147 | mes "Of course!"; |
---|
| 148 | mes "10 Hearts of Mermaid!"; |
---|
| 149 | mes "How could I forget that?"; |
---|
| 150 | mes "And then, the last thing"; |
---|
| 151 | mes "I asked you for was, um..."; |
---|
| 152 | next; |
---|
| 153 | if (select("10 Frill:10 Moth Dust") == 1) { |
---|
| 154 | mes "[Pisruik]"; |
---|
| 155 | mes "No, that can't have"; |
---|
| 156 | mes "been it. I already have"; |
---|
| 157 | mes "plenty of Frills. Hmmm..."; |
---|
| 158 | mes "What am I missing now?"; |
---|
| 159 | close; |
---|
| 160 | } |
---|
| 161 | mes "[Pisruik]"; |
---|
| 162 | mes "Right. I was just"; |
---|
| 163 | mes "about to say that."; |
---|
| 164 | mes "So did you remember"; |
---|
| 165 | mes "to bring me everything?"; |
---|
| 166 | next; |
---|
| 167 | if (select("No.:Yes!") == 1) { |
---|
| 168 | if (rand(1,5) == 1) { |
---|
| 169 | mes "[Pisruik]"; |
---|
| 170 | mes "You didn't...?"; |
---|
| 171 | mes "Oh, just admit it."; |
---|
| 172 | mes "You don't want to"; |
---|
| 173 | mes "do this for me, right?"; |
---|
| 174 | mes "Don't go wasting your"; |
---|
| 175 | mes "time just for my sake."; |
---|
| 176 | close; |
---|
| 177 | } |
---|
| 178 | mes "[Pisruik]"; |
---|
| 179 | mes "Not yet, huh?"; |
---|
| 180 | mes "Though I hope you can"; |
---|
| 181 | mes "bring me that stuff as"; |
---|
| 182 | mes "soon as possible, you"; |
---|
| 183 | mes "don't have to do it, you"; |
---|
| 184 | mes "know. Yeah, no big deal."; |
---|
| 185 | close; |
---|
| 186 | } |
---|
| 187 | mes "[Pisruik]"; |
---|
| 188 | mes "Really now?"; |
---|
| 189 | mes "Well, let me check"; |
---|
| 190 | mes "what you brought to"; |
---|
| 191 | mes "make sure you didn't"; |
---|
| 192 | mes "forget anything. Hm..."; |
---|
| 193 | next; |
---|
| 194 | if (countitem(715) > 4 && countitem(1093) > 3 && countitem(950) > 9 && countitem(1057) > 9) { |
---|
| 195 | delitem 715,5; //Yellow_Gemstone |
---|
| 196 | delitem 1093,4; //Empty_Potion |
---|
| 197 | delitem 950,10; //Heart_Of_Mermaid |
---|
| 198 | delitem 1057,10; //Moth_Dust |
---|
| 199 | set ALCHE_SK,3; |
---|
| 200 | mes "[Pisruik]"; |
---|
| 201 | mes "Great, it looks like"; |
---|
| 202 | mes "everything is here."; |
---|
| 203 | mes "Alright, let me take"; |
---|
| 204 | mes "those. Now, guess what"; |
---|
| 205 | mes "I'll be making with the"; |
---|
| 206 | mes "materials you've brought."; |
---|
| 207 | next; |
---|
| 208 | switch(select("Medicine?:Bomb?")) { |
---|
| 209 | case 1: |
---|
| 210 | set ALCHE_SK,4; |
---|
| 211 | mes "[Pisruik]"; |
---|
| 212 | mes "Hahahah, that's right!"; |
---|
| 213 | mes "I'm working on making"; |
---|
| 214 | mes "a new form of medicine."; |
---|
| 215 | break; |
---|
| 216 | case 2: |
---|
| 217 | set ALCHE_SK,4; |
---|
| 218 | mes "[Pisruik]"; |
---|
| 219 | mes "A bomb? Do I look like"; |
---|
| 220 | mes "a nutcase to you? No, no..."; |
---|
| 221 | mes "I'm developing a new form of"; |
---|
| 222 | mes "medicine. Sure, bombs make"; |
---|
| 223 | mes "good money, but where would"; |
---|
| 224 | mes "I test them? Here? No way!"; |
---|
| 225 | break; |
---|
| 226 | } |
---|
| 227 | next; |
---|
| 228 | mes "[Pisruik]"; |
---|
| 229 | mes "Anyway, this medicine"; |
---|
| 230 | mes "reacts with the human body's"; |
---|
| 231 | mes "digestive enzymes to initiate"; |
---|
| 232 | mes "temporary metabolic changes"; |
---|
| 233 | mes "that artificially stop heat"; |
---|
| 234 | mes "absorption into the body."; |
---|
| 235 | next; |
---|
| 236 | mes "[Pisruik]"; |
---|
| 237 | mes "The actual effect of this"; |
---|
| 238 | mes "medicine is that it greatly"; |
---|
| 239 | mes "increases the body's resistance"; |
---|
| 240 | mes "to most forms of heat! However,"; |
---|
| 241 | mes "it will also reduce resistance"; |
---|
| 242 | mes "to cold as a side effect."; |
---|
| 243 | next; |
---|
| 244 | mes "[Pisruik]"; |
---|
| 245 | mes "I know my medicine sounds"; |
---|
| 246 | mes "a little weird, but think of"; |
---|
| 247 | mes "the applications! If used in"; |
---|
| 248 | mes "the right situations, this"; |
---|
| 249 | mes "medicine may be quite handy."; |
---|
| 250 | next; |
---|
| 251 | mes "[Pisruik]"; |
---|
| 252 | mes "Ah, seeing as you're still"; |
---|
| 253 | mes "here, would you mind helping"; |
---|
| 254 | mes "me again? I need about, hmm,"; |
---|
| 255 | mes "20 Maneater Blossoms. If you"; |
---|
| 256 | mes "could bring them to me, it'd"; |
---|
| 257 | mes "really help me out a lot."; |
---|
| 258 | next; |
---|
| 259 | switch(select("Nope, I'm too busy!:Sure, I'll help you.:What's in it for me?")) { |
---|
| 260 | case 1: |
---|
| 261 | set ALCHE_SK,5; |
---|
| 262 | mes "[Pisruik]"; |
---|
| 263 | mes "I guess I'll have to gather"; |
---|
| 264 | mes "those on my own. Alright, well,"; |
---|
| 265 | mes "seeing as we've both gotten"; |
---|
| 266 | mes "what we wanted, I'll suppose"; |
---|
| 267 | mes "your business with me is done."; |
---|
| 268 | close; |
---|
| 269 | case 2: |
---|
| 270 | set ALCHE_SK,6; |
---|
| 271 | mes "[Pisruik]"; |
---|
| 272 | mes "Thanks, I really"; |
---|
| 273 | mes "appreciate it. While"; |
---|
| 274 | mes "I'm waiting for you,"; |
---|
| 275 | mes "I can start boiling"; |
---|
| 276 | mes "the Clover extract."; |
---|
| 277 | next; |
---|
| 278 | select("Clover extract? What's that for?"); |
---|
| 279 | mes "[Pisruik]"; |
---|
| 280 | mes "Well, I need the Clover"; |
---|
| 281 | mes "extract for a compound"; |
---|
| 282 | mes "that I'm going to make with"; |
---|
| 283 | mes "the Maneater Blossoms. I'm"; |
---|
| 284 | mes "kind of weak, so I try not to"; |
---|
| 285 | mes "travel too far when I can."; |
---|
| 286 | next; |
---|
| 287 | mes "[Pisruik]"; |
---|
| 288 | mes "Yeah, ever since I was"; |
---|
| 289 | mes "little, I've had a weak"; |
---|
| 290 | mes "heart and bad eyesight."; |
---|
| 291 | mes "The doctor tells me to avoid"; |
---|
| 292 | mes "stress and hard work, but"; |
---|
| 293 | mes "researching is my life."; |
---|
| 294 | if (Sex == 0) { |
---|
| 295 | next; |
---|
| 296 | mes "[Pisruik]"; |
---|
| 297 | mes "I wonder..."; |
---|
| 298 | mes "If you understand"; |
---|
| 299 | mes "the way I feel, how"; |
---|
| 300 | mes "much I've had to sacrifice"; |
---|
| 301 | mes "for my dream. Heh, anyway..."; |
---|
| 302 | } |
---|
| 303 | next; |
---|
| 304 | mes "[Pisruik]"; |
---|
| 305 | mes "I hope you understand that"; |
---|
| 306 | mes "it's too dangerous for me to"; |
---|
| 307 | mes "gather Maneater Blossoms on"; |
---|
| 308 | mes "my own, so if I'm going to get"; |
---|
| 309 | mes "as much help as I can. Thanks"; |
---|
| 310 | mes "again for being cooperative."; |
---|
| 311 | close; |
---|
| 312 | case 3: |
---|
| 313 | mes "[Pisruik]"; |
---|
| 314 | mes "Ha ha ha ha!"; |
---|
| 315 | mes "That's real business"; |
---|
| 316 | mes "like of you! Alright,"; |
---|
| 317 | mes "I may be poor, but if"; |
---|
| 318 | mes "you help me, I'll give you"; |
---|
| 319 | mes "the results of my research."; |
---|
| 320 | next; |
---|
| 321 | if (select("Nah, I'm too busy.:Alright, I'll help you.") == 1) { |
---|
| 322 | set ALCHE_SK,5; |
---|
| 323 | mes "[Pisruik]"; |
---|
| 324 | mes "I guess I'll have to gather"; |
---|
| 325 | mes "those on my own. Alright, well,"; |
---|
| 326 | mes "seeing as we've both gotten"; |
---|
| 327 | mes "what we wanted, I'll suppose"; |
---|
| 328 | mes "your business with me is done."; |
---|
| 329 | close; |
---|
| 330 | } |
---|
| 331 | set ALCHE_SK,6; |
---|
| 332 | mes "[Pisruik]"; |
---|
| 333 | mes "Thanks, I really"; |
---|
| 334 | mes "appreciate it. While"; |
---|
| 335 | mes "I'm waiting for you,"; |
---|
| 336 | mes "I can start boiling"; |
---|
| 337 | mes "the Clover extract."; |
---|
| 338 | next; |
---|
| 339 | select("Clover extract? What's that for?"); |
---|
| 340 | mes "[Pisruik]"; |
---|
| 341 | mes "Well, I need the Clover"; |
---|
| 342 | mes "extract for a compound"; |
---|
| 343 | mes "that I'm going to make with"; |
---|
| 344 | mes "the Maneater Blossoms. I'm"; |
---|
| 345 | mes "kind of weak, so I try not to"; |
---|
| 346 | mes "travel too far when I can."; |
---|
| 347 | next; |
---|
| 348 | mes "[Pisruik]"; |
---|
| 349 | mes "Yeah, ever since I was"; |
---|
| 350 | mes "little, I've had a weak"; |
---|
| 351 | mes "heart and bad eyesight."; |
---|
| 352 | mes "The doctor tells me to avoid"; |
---|
| 353 | mes "stress and hard work, but"; |
---|
| 354 | mes "researching is my life."; |
---|
| 355 | if (Sex == 0) { |
---|
| 356 | next; |
---|
| 357 | mes "[Pisruik]"; |
---|
| 358 | mes "I wonder..."; |
---|
| 359 | mes "If you understand"; |
---|
| 360 | mes "the way I feel, how"; |
---|
| 361 | mes "much I've had to sacrifice"; |
---|
| 362 | mes "for my dream. Heh, anyway..."; |
---|
| 363 | } |
---|
| 364 | next; |
---|
| 365 | mes "[Pisruik]"; |
---|
| 366 | mes "I hope you understand that"; |
---|
| 367 | mes "it's too dangerous for me to"; |
---|
| 368 | mes "gather Maneater Blossoms on"; |
---|
| 369 | mes "my own, so if I'm going to get"; |
---|
| 370 | mes "as much help as I can. Thanks"; |
---|
| 371 | mes "again for being cooperative."; |
---|
| 372 | close; |
---|
| 373 | } |
---|
| 374 | } |
---|
| 375 | else if (countitem(715) == 0 && countitem(1093) == 0 && countitem(950) == 0 && countitem(1057) == 0) { |
---|
| 376 | mes "[Pisruik]"; |
---|
| 377 | mes "So you knew what"; |
---|
| 378 | mes "you had to bring, came"; |
---|
| 379 | mes "to remind me what I had"; |
---|
| 380 | mes "forgotten, but didn't bring"; |
---|
| 381 | mes "anything? Weird. Ah well."; |
---|
| 382 | mes "Come with the stuff next time."; |
---|
| 383 | close; |
---|
| 384 | } |
---|
| 385 | else { |
---|
| 386 | mes "[Pisruik]"; |
---|
| 387 | mes "Oh, this isn't good, some"; |
---|
| 388 | mes "of the items I asked for are"; |
---|
| 389 | mes "missing. I'm sorry, but Alchemy"; |
---|
| 390 | mes "gets dangerously unpredictable"; |
---|
| 391 | mes "when things aren't used in just"; |
---|
| 392 | mes "the right amounts. Hmmm..."; |
---|
| 393 | next; |
---|
| 394 | mes "[Pisruik]"; |
---|
| 395 | mes "Well, I can afford to"; |
---|
| 396 | mes "push my deadlines back"; |
---|
| 397 | mes "if you promise to return"; |
---|
| 398 | mes "with the materials I need"; |
---|
| 399 | mes "as soon as you possibly can."; |
---|
| 400 | close; |
---|
| 401 | } |
---|
| 402 | } |
---|
| 403 | mes "[Pisruik]"; |
---|
| 404 | mes "Large Jellopy?"; |
---|
| 405 | mes "Yes, Large--no."; |
---|
| 406 | mes "Wait, that doesn't"; |
---|
| 407 | mes "sound right at all."; |
---|
| 408 | mes "No, it was something"; |
---|
| 409 | mes "else I need you to get."; |
---|
| 410 | close; |
---|
| 411 | case 2: |
---|
| 412 | mes "[Pisruik]"; |
---|
| 413 | mes "Blue Gemstones...?"; |
---|
| 414 | mes "No, that was for the"; |
---|
| 415 | mes "potion that increases"; |
---|
| 416 | mes "tolerance to the Water"; |
---|
| 417 | mes "property, I think. What's"; |
---|
| 418 | mes "wrong with my memory?!"; |
---|
| 419 | close; |
---|
| 420 | case 3: |
---|
| 421 | mes "[Pisruik]"; |
---|
| 422 | mes "Red Gemstones...?"; |
---|
| 423 | mes "No, that was for the"; |
---|
| 424 | mes "potion that increases"; |
---|
| 425 | mes "tolerance to the Earth"; |
---|
| 426 | mes "property, I think. What's"; |
---|
| 427 | mes "wrong with my memory?!"; |
---|
| 428 | close; |
---|
| 429 | } |
---|
| 430 | } |
---|
| 431 | else if (ALCHE_SK == 3) { |
---|
| 432 | mes "[Pisruik]"; |
---|
| 433 | mes "Why did you just leave?"; |
---|
| 434 | mes "You didn't even let me"; |
---|
| 435 | mes "finish talking! Oh well,"; |
---|
| 436 | mes "maybe it's not your fault."; |
---|
| 437 | mes "Anyway, just so you know,"; |
---|
| 438 | mes "I'm developing a new medicine."; |
---|
| 439 | set ALCHE_SK,4; |
---|
| 440 | close; |
---|
| 441 | } |
---|
| 442 | else if (ALCHE_SK == 4) { |
---|
| 443 | //NPC dialogue interrupted |
---|
| 444 | mes "[Pisruik]"; |
---|
| 445 | mes "Alright, did you"; |
---|
| 446 | mes "want to learn more"; |
---|
| 447 | mes "about the medicine that"; |
---|
| 448 | mes "I'm developing? I mean,"; |
---|
| 449 | mes "that's why you came, right?"; |
---|
| 450 | next; |
---|
| 451 | if (select("No, thanks.:Yes, please.") == 1) { |
---|
| 452 | mes "[Pisruik]"; |
---|
| 453 | mes "Alright then."; |
---|
| 454 | mes "Really? Well, I'm"; |
---|
| 455 | mes "willing to spend the"; |
---|
| 456 | mes "time to explain it to"; |
---|
| 457 | mes "you. After all, you did"; |
---|
| 458 | mes "help me out just then."; |
---|
| 459 | close; |
---|
| 460 | } |
---|
| 461 | mes "[Pisruik]"; |
---|
| 462 | mes "I'm working on a new"; |
---|
| 463 | mes "form of medicine that,"; |
---|
| 464 | mes "hopefully, will be used"; |
---|
| 465 | mes "for the betterment and"; |
---|
| 466 | mes "protection of mankind!"; |
---|
| 467 | next; |
---|
| 468 | mes "[Pisruik]"; |
---|
| 469 | mes "Anyway, this medicine"; |
---|
| 470 | mes "reacts with the human body's"; |
---|
| 471 | mes "digestive enzymes to initiate"; |
---|
| 472 | mes "temporary metabolic changes"; |
---|
| 473 | mes "that artificially stop heat"; |
---|
| 474 | mes "absorption into the body."; |
---|
| 475 | next; |
---|
| 476 | mes "[Pisruik]"; |
---|
| 477 | mes "The actual effect of this"; |
---|
| 478 | mes "medicine is that it greatly"; |
---|
| 479 | mes "increases the body's resistance"; |
---|
| 480 | mes "to most forms of heat! However,"; |
---|
| 481 | mes "it will also reduce resistance"; |
---|
| 482 | mes "to cold as a side effect."; |
---|
| 483 | next; |
---|
| 484 | mes "[Pisruik]"; |
---|
| 485 | mes "I know my medicine sounds"; |
---|
| 486 | mes "a little weird, but think of"; |
---|
| 487 | mes "the applications! If used in"; |
---|
| 488 | mes "the right situations, this"; |
---|
| 489 | mes "medicine may be quite handy."; |
---|
| 490 | next; |
---|
| 491 | mes "[Pisruik]"; |
---|
| 492 | mes "Ah, seeing as you're still"; |
---|
| 493 | mes "here, would you mind helping"; |
---|
| 494 | mes "me again? I need about, hmm,"; |
---|
| 495 | mes "20 Maneater Blossoms. If you"; |
---|
| 496 | mes "could bring them to me, it'd"; |
---|
| 497 | mes "really help me out a lot."; |
---|
| 498 | next; |
---|
| 499 | switch(select("Nope, I'm too busy!:Sure, I'll help you.:What's in it for me?")) { |
---|
| 500 | case 1: |
---|
| 501 | set ALCHE_SK,5; |
---|
| 502 | mes "[Pisruik]"; |
---|
| 503 | mes "I guess I'll have to gather"; |
---|
| 504 | mes "those on my own. Alright, well,"; |
---|
| 505 | mes "seeing as we've both gotten"; |
---|
| 506 | mes "what we wanted, I'll suppose"; |
---|
| 507 | mes "your business with me is done."; |
---|
| 508 | close; |
---|
| 509 | case 2: |
---|
| 510 | set ALCHE_SK,6; |
---|
| 511 | mes "[Pisruik]"; |
---|
| 512 | mes "Thanks, I really"; |
---|
| 513 | mes "appreciate it. While"; |
---|
| 514 | mes "I'm waiting for you,"; |
---|
| 515 | mes "I can start boiling"; |
---|
| 516 | mes "the Clover extract."; |
---|
| 517 | next; |
---|
| 518 | select("Clover extract? What's that for?"); |
---|
| 519 | mes "[Pisruik]"; |
---|
| 520 | mes "Well, I need the Clover"; |
---|
| 521 | mes "extract for a compound"; |
---|
| 522 | mes "that I'm going to make with"; |
---|
| 523 | mes "the Maneater Blossoms. I'm"; |
---|
| 524 | mes "kind of weak, so I try not to"; |
---|
| 525 | mes "travel too far when I can."; |
---|
| 526 | next; |
---|
| 527 | mes "[Pisruik]"; |
---|
| 528 | mes "Yeah, ever since I was"; |
---|
| 529 | mes "little, I've had a weak"; |
---|
| 530 | mes "heart and bad eyesight."; |
---|
| 531 | mes "The doctor tells me to avoid"; |
---|
| 532 | mes "stress and hard work, but"; |
---|
| 533 | mes "researching is my life."; |
---|
| 534 | if (Sex == 0) { |
---|
| 535 | next; |
---|
| 536 | mes "[Pisruik]"; |
---|
| 537 | mes "I wonder..."; |
---|
| 538 | mes "If you understand"; |
---|
| 539 | mes "the way I feel, how"; |
---|
| 540 | mes "much I've had to sacrifice"; |
---|
| 541 | mes "for my dream. Heh, anyway..."; |
---|
| 542 | } |
---|
| 543 | next; |
---|
| 544 | mes "[Pisruik]"; |
---|
| 545 | mes "I hope you understand that"; |
---|
| 546 | mes "it's too dangerous for me to"; |
---|
| 547 | mes "gather Maneater Blossoms on"; |
---|
| 548 | mes "my own, so if I'm going to get"; |
---|
| 549 | mes "as much help as I can. Thanks"; |
---|
| 550 | mes "again for being cooperative."; |
---|
| 551 | close; |
---|
| 552 | case 3: |
---|
| 553 | mes "[Pisruik]"; |
---|
| 554 | mes "Ha ha ha ha!"; |
---|
| 555 | mes "That's real business"; |
---|
| 556 | mes "like of you! Alright,"; |
---|
| 557 | mes "I may be poor, but if"; |
---|
| 558 | mes "you help me, I'll give you"; |
---|
| 559 | mes "the results of my research."; |
---|
| 560 | next; |
---|
| 561 | if (select("Nah, I'm too busy.:Alright, I'll help you.") == 1) { |
---|
| 562 | set ALCHE_SK,5; |
---|
| 563 | mes "[Pisruik]"; |
---|
| 564 | mes "I guess I'll have to gather"; |
---|
| 565 | mes "those on my own. Alright, well,"; |
---|
| 566 | mes "seeing as we've both gotten"; |
---|
| 567 | mes "what we wanted, I'll suppose"; |
---|
| 568 | mes "your business with me is done."; |
---|
| 569 | close; |
---|
| 570 | } |
---|
| 571 | set ALCHE_SK,6; |
---|
| 572 | mes "[Pisruik]"; |
---|
| 573 | mes "Thanks, I really"; |
---|
| 574 | mes "appreciate it. While"; |
---|
| 575 | mes "I'm waiting for you,"; |
---|
| 576 | mes "I can start boiling"; |
---|
| 577 | mes "the Clover extract."; |
---|
| 578 | next; |
---|
| 579 | select("Clover extract? What's that for?"); |
---|
| 580 | mes "[Pisruik]"; |
---|
| 581 | mes "Well, I need the Clover"; |
---|
| 582 | mes "extract for a compound"; |
---|
| 583 | mes "that I'm going to make with"; |
---|
| 584 | mes "the Maneater Blossoms. I'm"; |
---|
| 585 | mes "kind of weak, so I try not to"; |
---|
| 586 | mes "travel too far when I can."; |
---|
| 587 | next; |
---|
| 588 | mes "[Pisruik]"; |
---|
| 589 | mes "Yeah, ever since I was"; |
---|
| 590 | mes "little, I've had a weak"; |
---|
| 591 | mes "heart and bad eyesight."; |
---|
| 592 | mes "The doctor tells me to avoid"; |
---|
| 593 | mes "stress and hard work, but"; |
---|
| 594 | mes "researching is my life."; |
---|
| 595 | if (Sex == 0) { |
---|
| 596 | next; |
---|
| 597 | mes "[Pisruik]"; |
---|
| 598 | mes "I wonder..."; |
---|
| 599 | mes "If you understand"; |
---|
| 600 | mes "the way I feel, how"; |
---|
| 601 | mes "much I've had to sacrifice"; |
---|
| 602 | mes "for my dream. Heh, anyway..."; |
---|
| 603 | } |
---|
| 604 | next; |
---|
| 605 | mes "[Pisruik]"; |
---|
| 606 | mes "I hope you understand that"; |
---|
| 607 | mes "it's too dangerous for me to"; |
---|
| 608 | mes "gather Maneater Blossoms on"; |
---|
| 609 | mes "my own, so if I'm going to get"; |
---|
| 610 | mes "as much help as I can. Thanks"; |
---|
| 611 | mes "again for being cooperative."; |
---|
| 612 | close; |
---|
| 613 | } |
---|
| 614 | } |
---|
| 615 | else if (ALCHE_SK == 5) { |
---|
| 616 | //refuse bringing Maneater Blossom |
---|
| 617 | mes "[Pisruik]"; |
---|
| 618 | mes "I'm busy right now."; |
---|
| 619 | mes "You didn't forget"; |
---|
| 620 | mes "anything did you?"; |
---|
| 621 | mes "If not, you better"; |
---|
| 622 | mes "get going and let"; |
---|
| 623 | mes "me do my work."; |
---|
| 624 | next; |
---|
| 625 | if (select("Alright, sorry to bother you.:Can I still help you?") == 1) { |
---|
| 626 | mes "[Pisruik]"; |
---|
| 627 | mes "Yeah, whatever."; |
---|
| 628 | mes "Just hurry up and leave"; |
---|
| 629 | mes "so that I can concentrate."; |
---|
| 630 | close; |
---|
| 631 | } |
---|
| 632 | mes "[Pisruik]"; |
---|
| 633 | mes "Huh? What made you"; |
---|
| 634 | mes "change your mind? Well,"; |
---|
| 635 | mes "I can't afford not to accept"; |
---|
| 636 | mes "any help, so I guess that's"; |
---|
| 637 | mes "a \"Yes.\" Yeah, you can help."; |
---|
| 638 | next; |
---|
| 639 | mes "[Pisruik]"; |
---|
| 640 | mes "Alright, go and get me"; |
---|
| 641 | mes "20 Maneater Blossoms."; |
---|
| 642 | mes "If I weren't so sickly, I'd get"; |
---|
| 643 | mes "them myself, but--*Cough* as"; |
---|
| 644 | mes "you can see, I don't feel so well. ^FFFFFF ^000000"; |
---|
| 645 | set ALCHE_SK,6; |
---|
| 646 | next; |
---|
| 647 | mes "[Pisruik]"; |
---|
| 648 | if (Sex == 0) { |
---|
| 649 | mes "I... I really"; |
---|
| 650 | mes "appreciate your"; |
---|
| 651 | mes "willingness to help"; |
---|
| 652 | mes "me in my research..."; |
---|
| 653 | } |
---|
| 654 | else { |
---|
| 655 | mes "I hope you get those"; |
---|
| 656 | mes "items to me as soon as"; |
---|
| 657 | mes "you can. And don't flake"; |
---|
| 658 | mes "out on me this time!"; |
---|
| 659 | } |
---|
| 660 | close; |
---|
| 661 | } |
---|
| 662 | else if (ALCHE_SK == 6) { |
---|
| 663 | if (countitem(1032) > 19) { |
---|
| 664 | delitem 1032,20; //Blossom_Of_Maneater |
---|
| 665 | set ALCHE_SK,7; |
---|
| 666 | mes "[Pisruik]"; |
---|
| 667 | mes "Thanks so much for"; |
---|
| 668 | mes "bringing me these"; |
---|
| 669 | mes "Maneater Blossoms."; |
---|
| 670 | if (Sex == 0) { |
---|
| 671 | mes "You don't know how"; |
---|
| 672 | mes "much this means to me~"; |
---|
| 673 | } |
---|
| 674 | else { |
---|
| 675 | mes "Now all I have to do"; |
---|
| 676 | mes "is mix these with the"; |
---|
| 677 | mes "Clover extract I prepared."; |
---|
| 678 | } |
---|
| 679 | next; |
---|
| 680 | set ALCHE_SK,9; |
---|
| 681 | specialeffect 183; //"Pisruik" EF_SUI_EXPLOSION |
---|
| 682 | mes "[Pisruik]"; |
---|
| 683 | mes "Ah!"; |
---|
| 684 | mes "M-my face!"; |
---|
| 685 | next; |
---|
| 686 | //...Pretty Boy mode -_- |
---|
| 687 | mes "[Pisruik]"; |
---|
| 688 | mes "Hey..."; |
---|
| 689 | mes "Are you alright?"; |
---|
| 690 | mes "That was a pretty"; |
---|
| 691 | mes "big explosion..."; |
---|
| 692 | next; |
---|
| 693 | mes "["+ strcharinfo(0) +"]"; |
---|
| 694 | mes "Your glasses..."; |
---|
| 695 | mes "They're broken..."; |
---|
| 696 | next; |
---|
| 697 | if (Sex == 0) { |
---|
| 698 | mes "^3355FFThe explosion destroyed"; |
---|
| 699 | mes "Pisruik's glasses, revealing"; |
---|
| 700 | mes "the beautiful face of a"; |
---|
| 701 | mes "gorgeous, gorgeous man.^000000"; |
---|
| 702 | } |
---|
| 703 | else { |
---|
| 704 | mes "^3355FFThe explosion blew off"; |
---|
| 705 | mes "Pisruik's glasses. Without"; |
---|
| 706 | mes "them, he looks more like"; |
---|
| 707 | mes "a male model than a dorky"; |
---|
| 708 | mes "scientific researcher.^000000"; |
---|
| 709 | } |
---|
| 710 | next; |
---|
| 711 | mes "["+ strcharinfo(0) +"]"; |
---|
| 712 | mes "Holy crap!"; |
---|
| 713 | mes "You're one"; |
---|
| 714 | mes "good looking guy!"; |
---|
| 715 | next; |
---|
| 716 | mes "[Pisruik]"; |
---|
| 717 | mes "I c-can't see too"; |
---|
| 718 | mes "well without my glasses."; |
---|
| 719 | mes "Well, at least I can tell"; |
---|
| 720 | mes "that you're not bleeding."; |
---|
| 721 | mes "But are you alright?"; |
---|
| 722 | next; |
---|
| 723 | mes "["+ strcharinfo(0) +"]"; |
---|
| 724 | mes "Oh, I'm fine."; |
---|
| 725 | mes "But what are you"; |
---|
| 726 | mes "going to do about"; |
---|
| 727 | mes "your glasses?"; |
---|
| 728 | next; |
---|
| 729 | mes "[Pisruik]"; |
---|
| 730 | mes "Shoot, you're right."; |
---|
| 731 | mes "I don't happen to have"; |
---|
| 732 | mes "an extra pair. Hey, can"; |
---|
| 733 | mes "you get me a pair of glasses,"; |
---|
| 734 | mes "the same kind I used to wear?"; |
---|
| 735 | next; |
---|
| 736 | mes "[Pisruik]"; |
---|
| 737 | mes "I know it's too much"; |
---|
| 738 | mes "to ask you for, but I'm"; |
---|
| 739 | mes "almost blind without them."; |
---|
| 740 | mes "I can't do very much if I can't"; |
---|
| 741 | mes "even see. I'm really sorry"; |
---|
| 742 | mes "about this, "+ strcharinfo(0) +"."; |
---|
| 743 | close; |
---|
| 744 | } |
---|
| 745 | else { |
---|
| 746 | mes "[Pisruik]"; |
---|
| 747 | mes "Would you come back with"; |
---|
| 748 | mes "20 Maneater Blossoms"; |
---|
| 749 | mes "so that I can finish this"; |
---|
| 750 | mes "medicine I'm working on?"; |
---|
| 751 | mes "Thanks, thanks, I've got"; |
---|
| 752 | mes "to hustle with this project..."; |
---|
| 753 | close; |
---|
| 754 | } |
---|
| 755 | } |
---|
| 756 | else if (ALCHE_SK == 7) { |
---|
| 757 | set ALCHE_SK,8; |
---|
| 758 | mes "[Pisruik]"; |
---|
| 759 | mes "Hmmm..."; |
---|
| 760 | mes "Actually, I miscalculated"; |
---|
| 761 | mes "the number of Maneater"; |
---|
| 762 | mes "Blossoms that I need. Would"; |
---|
| 763 | mes "you bring me one more? Sorry,^FFFFFF ^000000 I know it's kind of troublesome..."; |
---|
| 764 | close; |
---|
| 765 | } |
---|
| 766 | else if (ALCHE_SK == 8) { |
---|
| 767 | if (countitem(1032) > 0) { |
---|
| 768 | delitem 1032,1; //Blossom_Of_Maneater |
---|
| 769 | set ALCHE_SK,7; |
---|
| 770 | mes "[Pisruik]"; |
---|
| 771 | mes "Thanks so much!"; |
---|
| 772 | mes "Now I finally have the"; |
---|
| 773 | mes "exact amount of Maneater"; |
---|
| 774 | mes "Blossoms that I'll need."; |
---|
| 775 | if (Sex == 0) { |
---|
| 776 | mes "I'm really sorry for putting"; |
---|
| 777 | mes "your through all this trouble."; |
---|
| 778 | } |
---|
| 779 | else { |
---|
| 780 | mes "Finally, I begin the most"; |
---|
| 781 | mes "exciting part of this project!"; |
---|
| 782 | } |
---|
| 783 | next; |
---|
| 784 | set ALCHE_SK,9; |
---|
| 785 | specialeffect 183; //"Pisruik" EF_SUI_EXPLOSION |
---|
| 786 | mes "[Pisruik]"; |
---|
| 787 | mes "Ah!"; |
---|
| 788 | mes "M-my face!"; |
---|
| 789 | next; |
---|
| 790 | //...Pretty Boy mode -_- |
---|
| 791 | mes "[Pisruik]"; |
---|
| 792 | mes "Hey..."; |
---|
| 793 | mes "Are you alright?"; |
---|
| 794 | mes "That was a pretty"; |
---|
| 795 | mes "big explosion..."; |
---|
| 796 | next; |
---|
| 797 | mes "["+ strcharinfo(0) +"]"; |
---|
| 798 | mes "Your glasses..."; |
---|
| 799 | mes "They're broken..."; |
---|
| 800 | next; |
---|
| 801 | if (Sex == 0) { |
---|
| 802 | mes "^3355FFThe explosion destroyed"; |
---|
| 803 | mes "Pisruik's glasses, revealing"; |
---|
| 804 | mes "the beautiful face of a"; |
---|
| 805 | mes "gorgeous, gorgeous man.^000000"; |
---|
| 806 | } |
---|
| 807 | else { |
---|
| 808 | mes "^3355FFThe explosion blew off"; |
---|
| 809 | mes "Pisruik's glasses. Without"; |
---|
| 810 | mes "them, he looks more like"; |
---|
| 811 | mes "a male model than a dorky"; |
---|
| 812 | mes "scientific researcher.^000000"; |
---|
| 813 | } |
---|
| 814 | next; |
---|
| 815 | mes "["+ strcharinfo(0) +"]"; |
---|
| 816 | mes "Holy crap!"; |
---|
| 817 | mes "You're one"; |
---|
| 818 | mes "good looking guy!"; |
---|
| 819 | next; |
---|
| 820 | mes "[Pisruik]"; |
---|
| 821 | mes "I c-can't see too"; |
---|
| 822 | mes "well without my glasses."; |
---|
| 823 | mes "Well, at least I can tell"; |
---|
| 824 | mes "that you're not bleeding."; |
---|
| 825 | mes "But are you alright?"; |
---|
| 826 | next; |
---|
| 827 | mes "["+ strcharinfo(0) +"]"; |
---|
| 828 | mes "Oh, I'm fine."; |
---|
| 829 | mes "But what are you"; |
---|
| 830 | mes "going to do about"; |
---|
| 831 | mes "your glasses?"; |
---|
| 832 | next; |
---|
| 833 | mes "[Pisruik]"; |
---|
| 834 | mes "Shoot, you're right."; |
---|
| 835 | mes "I don't happen to have"; |
---|
| 836 | mes "an extra pair. Hey, can"; |
---|
| 837 | mes "you get me a pair of glasses,"; |
---|
| 838 | mes "the same kind I used to wear?"; |
---|
| 839 | next; |
---|
| 840 | mes "[Pisruik]"; |
---|
| 841 | mes "I know it's too much"; |
---|
| 842 | mes "to ask you for, but I'm"; |
---|
| 843 | mes "almost blind without them."; |
---|
| 844 | mes "I can't do very much if I can't"; |
---|
| 845 | mes "even see. I'm really sorry"; |
---|
| 846 | mes "about this, "+ strcharinfo(0) +"."; |
---|
| 847 | close; |
---|
| 848 | } |
---|
| 849 | else { |
---|
| 850 | mes "[Pisruik]"; |
---|
| 851 | mes "Hmmm..."; |
---|
| 852 | mes "Actually, I miscalculated"; |
---|
| 853 | mes "the number of Maneater"; |
---|
| 854 | mes "Blossoms that I need. Would"; |
---|
| 855 | mes "you bring me one more? Sorry,^FFFFFF ^000000 I know it's kind of troublesome..."; |
---|
| 856 | close; |
---|
| 857 | } |
---|
| 858 | } |
---|
| 859 | else if (ALCHE_SK == 9) { |
---|
| 860 | mes "^3355FFPisruik is holding his"; |
---|
| 861 | mes "broken glasses, squinting"; |
---|
| 862 | mes "his eyes. It seems he like"; |
---|
| 863 | mes "he really does need them,"; |
---|
| 864 | mes "even if he looks much less"; |
---|
| 865 | mes "dorky without them.^000000"; |
---|
| 866 | next; |
---|
| 867 | if (select("Let him try a pair of your glasses:Don't give him anything") == 1) { |
---|
| 868 | if (countitem(2243) > 0) { |
---|
| 869 | delitem 2243,1; //Spinning_Eyes |
---|
| 870 | set ALCHE_SK,10; |
---|
| 871 | //changes the quest steps by deicision. |
---|
| 872 | mes "["+ strcharinfo(0) +"]"; |
---|
| 873 | mes "Here, why don't you"; |
---|
| 874 | mes "check I'm carrying and"; |
---|
| 875 | mes "see if there's a pair of"; |
---|
| 876 | mes "glasses that you can use?"; |
---|
| 877 | next; |
---|
| 878 | mes "[Pisruik]"; |
---|
| 879 | mes "Huh? Oh, is that you?"; |
---|
| 880 | mes "Ah, this pair of glasses"; |
---|
| 881 | mes "works! Thanks a lot, now"; |
---|
| 882 | mes "I can see again! Now, let"; |
---|
| 883 | mes "me check the results of the"; |
---|
| 884 | mes "experiment we conducted."; |
---|
| 885 | next; |
---|
| 886 | mes "[Pisruik]"; |
---|
| 887 | mes "Okay, the test tube wasn't"; |
---|
| 888 | mes "damaged. Yes, according to"; |
---|
| 889 | mes "these readings, this medicine"; |
---|
| 890 | mes "should be fully functional!"; |
---|
| 891 | mes "I think it was a success!"; |
---|
| 892 | mes "Well, theoretically anyway."; |
---|
| 893 | next; |
---|
| 894 | mes "[Pisruik]"; |
---|
| 895 | mes "Hmm, changing the attributes"; |
---|
| 896 | mes "of the human body for certain"; |
---|
| 897 | mes "effects may cause controversy"; |
---|
| 898 | mes "later, but hopefully this thing"; |
---|
| 899 | mes "I've invented will be used for"; |
---|
| 900 | mes "good. Ah, that's right!"; |
---|
| 901 | next; |
---|
| 902 | mes "[Pisruik]"; |
---|
| 903 | mes "Would you like me to"; |
---|
| 904 | mes "teach you everything I've"; |
---|
| 905 | mes "learned in my research? You"; |
---|
| 906 | mes "should be able to create a new"; |
---|
| 907 | mes "type of potion by making use of"; |
---|
| 908 | mes "the knowledge I can teach you."; |
---|
| 909 | next; |
---|
| 910 | if (select("Sure!:No, thanks.") == 1) { |
---|
| 911 | mes "[Pisruik]"; |
---|
| 912 | mes "Great, "+ strcharinfo(0) +"!"; |
---|
| 913 | mes "I know I can trust you"; |
---|
| 914 | mes "to use this research for"; |
---|
| 915 | mes "good and noble ends. Now,"; |
---|
| 916 | mes "please read this thesis and"; |
---|
| 917 | mes "all of my additional notes..."; |
---|
| 918 | next; |
---|
| 919 | mes "^3355FFPisruik thoroughly"; |
---|
| 920 | mes "explains the properties"; |
---|
| 921 | mes "of his medicine, the reaction"; |
---|
| 922 | mes "of the human organs to it, as"; |
---|
| 923 | mes "well as a few warnings about"; |
---|
| 924 | mes "the medicine's side effects.^000000"; |
---|
| 925 | next; |
---|
| 926 | set ALCHE_SK,11; |
---|
| 927 | getitem 7434,1; //Elemental_Create_Book |
---|
| 928 | mes "[Pisruik]"; |
---|
| 929 | mes "Well, you should be"; |
---|
| 930 | mes "ready to make your own"; |
---|
| 931 | mes "potions that are a variation"; |
---|
| 932 | mes "of my medicine. But you'll"; |
---|
| 933 | mes "probably need to keep that"; |
---|
| 934 | mes "thesis as a ready reference."; |
---|
| 935 | next; |
---|
| 936 | mes "[Pisruik]"; |
---|
| 937 | if (Sex == 1) { |
---|
| 938 | mes "Hopefully, we'll"; |
---|
| 939 | mes "meet again sometime"; |
---|
| 940 | mes "in the future. Good luck on"; |
---|
| 941 | mes "your journeys, adventurer."; |
---|
| 942 | mes "*Cough cough* Now... What"; |
---|
| 943 | mes "will be my next project?"; |
---|
| 944 | } |
---|
| 945 | else { |
---|
| 946 | mes "Anyway, I need to be"; |
---|
| 947 | mes "working on a new project"; |
---|
| 948 | mes "soon, so I suppose this is"; |
---|
| 949 | mes "where we part ways for now."; |
---|
| 950 | mes "But I must say, it was truly"; |
---|
| 951 | mes "a great pleasure to meet you..."; |
---|
| 952 | } |
---|
| 953 | close; |
---|
| 954 | } |
---|
| 955 | mes "[Pisruik]"; |
---|
| 956 | mes "R-Really...?"; |
---|
| 957 | mes "Well, if you ever change"; |
---|
| 958 | mes "your mind, feel free to come"; |
---|
| 959 | mes "back for me to teach you."; |
---|
| 960 | if (Sex == 0) { |
---|
| 961 | mes "And it's no trouble at all!"; |
---|
| 962 | mes "I really enjoy your company..."; |
---|
| 963 | } |
---|
| 964 | close; |
---|
| 965 | } |
---|
| 966 | else { |
---|
| 967 | mes "^3355FFUnfortunately, there"; |
---|
| 968 | mes "is nothing in your inventory"; |
---|
| 969 | mes "that seems like a suitable"; |
---|
| 970 | mes "replacement for Pisruik's"; |
---|
| 971 | mes "broken glasses.^000000"; |
---|
| 972 | close; |
---|
| 973 | } |
---|
| 974 | } |
---|
| 975 | mes "["+ strcharinfo(0) +"]"; |
---|
| 976 | mes "Listen, you look so"; |
---|
| 977 | mes "much better when you're"; |
---|
| 978 | mes "not wearing glasses."; |
---|
| 979 | next; |
---|
| 980 | mes "[Pisruik]"; |
---|
| 981 | mes "Excuse me,"; |
---|
| 982 | mes "come again?"; |
---|
| 983 | next; |
---|
| 984 | mes "["+ strcharinfo(0) +"]"; |
---|
| 985 | mes "Hahahahhaha~!"; |
---|
| 986 | mes "No-nothing at all!"; |
---|
| 987 | close; |
---|
| 988 | } |
---|
| 989 | else if (ALCHE_SK == 10) { |
---|
| 990 | mes "[Pisruik]"; |
---|
| 991 | mes "So, "+ strcharinfo(0) +","; |
---|
| 992 | mes "Would you like me to"; |
---|
| 993 | mes "teach you the results"; |
---|
| 994 | mes "of the research I've''"; |
---|
| 995 | mes "been conducting?"; |
---|
| 996 | next; |
---|
| 997 | if (select("Yes!:No, thanks.") == 1) { |
---|
| 998 | mes "[Pisruik]"; |
---|
| 999 | mes "Great, "+ strcharinfo(0) +"!"; |
---|
| 1000 | mes "I know I can trust you"; |
---|
| 1001 | mes "to use this research for"; |
---|
| 1002 | mes "good and noble ends. Now,"; |
---|
| 1003 | mes "please read this thesis and"; |
---|
| 1004 | mes "all of my additional notes..."; |
---|
| 1005 | next; |
---|
| 1006 | mes "^3355FFPisruik thoroughly"; |
---|
| 1007 | mes "explains the properties"; |
---|
| 1008 | mes "of his medicine, the reaction"; |
---|
| 1009 | mes "of the human organs to it, as"; |
---|
| 1010 | mes "well as a few warnings about"; |
---|
| 1011 | mes "the medicine's side effects.^000000"; |
---|
| 1012 | next; |
---|
| 1013 | set ALCHE_SK,11; |
---|
| 1014 | getitem 7434,1; //Elemental_Create_Book |
---|
| 1015 | mes "[Pisruik]"; |
---|
| 1016 | mes "Well, you should be"; |
---|
| 1017 | mes "ready to make your own"; |
---|
| 1018 | mes "potions that are a variation"; |
---|
| 1019 | mes "of my medicine. But you'll"; |
---|
| 1020 | mes "probably need to keep that"; |
---|
| 1021 | mes "thesis as a ready reference."; |
---|
| 1022 | next; |
---|
| 1023 | mes "[Pisruik]"; |
---|
| 1024 | if (Sex == 1) { |
---|
| 1025 | mes "Hopefully, we'll"; |
---|
| 1026 | mes "meet again sometime"; |
---|
| 1027 | mes "in the future. Good luck on"; |
---|
| 1028 | mes "your journeys, adventurer."; |
---|
| 1029 | mes "*Cough cough* Now... What"; |
---|
| 1030 | mes "will be my next project?"; |
---|
| 1031 | } |
---|
| 1032 | else { |
---|
| 1033 | mes "Anyway, I need to be"; |
---|
| 1034 | mes "working on a new project"; |
---|
| 1035 | mes "soon, so I suppose this is"; |
---|
| 1036 | mes "where we part ways for now."; |
---|
| 1037 | mes "But I must say, it was truly"; |
---|
| 1038 | mes "a great pleasure to meet you..."; |
---|
| 1039 | } |
---|
| 1040 | close; |
---|
| 1041 | } |
---|
| 1042 | mes "[Pisruik]"; |
---|
| 1043 | mes "R-Really...?"; |
---|
| 1044 | mes "Well, if you ever change"; |
---|
| 1045 | mes "your mind, feel free to come"; |
---|
| 1046 | mes "back for me to teach you."; |
---|
| 1047 | if (Sex == 0) { |
---|
| 1048 | mes "And it's no trouble at all!"; |
---|
| 1049 | mes "I really enjoy your company..."; |
---|
| 1050 | } |
---|
| 1051 | close; |
---|
| 1052 | } |
---|
| 1053 | else if (ALCHE_SK == 11) { |
---|
| 1054 | if (countitem(7434) == 0) { |
---|
| 1055 | mes "[Pisruik]"; |
---|
| 1056 | mes "Uh oh..."; |
---|
| 1057 | mes "You lost the thesis"; |
---|
| 1058 | mes "I wrote for you? I don't"; |
---|
| 1059 | mes "have the time to write"; |
---|
| 1060 | mes "another one for you now..."; |
---|
| 1061 | close; |
---|
| 1062 | } |
---|
| 1063 | else if (countitem(7434) == 1) { |
---|
| 1064 | mes "[Pisruik]"; |
---|
| 1065 | mes "So, how have you been"; |
---|
| 1066 | mes "using the potions that"; |
---|
| 1067 | mes "I've taught you to make?"; |
---|
| 1068 | mes "Hopefully, they'll come"; |
---|
| 1069 | mes "in handy in your adventures."; |
---|
| 1070 | close; |
---|
| 1071 | } |
---|
| 1072 | else if (countitem(7434) > 1) { |
---|
| 1073 | mes "[Pisruik]"; |
---|
| 1074 | mes "Huh, so copies of my"; |
---|
| 1075 | mes "thesis are circulating"; |
---|
| 1076 | mes "around in public? Well,"; |
---|
| 1077 | mes "I'm sorry, but I don't have"; |
---|
| 1078 | mes "time to autograph your copy..."; |
---|
| 1079 | close; |
---|
| 1080 | } |
---|
| 1081 | } |
---|
| 1082 | else { |
---|
| 1083 | mes "[Pisruik]"; |
---|
| 1084 | mes "Mmm...?"; |
---|
| 1085 | mes "Did you need anything"; |
---|
| 1086 | mes "in particular? Though,"; |
---|
| 1087 | mes "I'm afraid someone in"; |
---|
| 1088 | mes "my position won't be"; |
---|
| 1089 | mes "much help to you."; |
---|
| 1090 | close; |
---|
| 1091 | } |
---|
| 1092 | } |
---|
| 1093 | else { |
---|
| 1094 | mes "[Pisruik]"; |
---|
| 1095 | mes "Mmm...?"; |
---|
| 1096 | mes "Did you need anything"; |
---|
| 1097 | mes "in particular? Though,"; |
---|
| 1098 | mes "I'm afraid someone in"; |
---|
| 1099 | mes "my position won't be"; |
---|
| 1100 | mes "much help to you."; |
---|
| 1101 | close; |
---|
| 1102 | } |
---|
| 1103 | } |
---|
| 1104 | |
---|
| 1105 | yuno_in04,22,107,5 script Irache#qsk_al 740,{ |
---|
| 1106 | mes "[Irache]"; |
---|
| 1107 | mes "Heh heh heh...!"; |
---|
| 1108 | mes "It's done! With this"; |
---|
| 1109 | mes "formula, I can melt any"; |
---|
| 1110 | mes "substance in the world!"; |
---|
| 1111 | mes "Hahahaha! Nothing stands"; |
---|
| 1112 | mes "between me and world domi--"; |
---|
| 1113 | next; |
---|
| 1114 | mes "[Irache]"; |
---|
| 1115 | mes "OWWWW!"; |
---|
| 1116 | mes "The secret formula!"; |
---|
| 1117 | mes "It's burning through"; |
---|
| 1118 | mes "the test tube! I've made"; |
---|
| 1119 | mes "it too powerful! Confound it!"; |
---|
| 1120 | close; |
---|
| 1121 | } |
---|
| 1122 | |
---|
| 1123 | yuno_in04,27,107,4 script Degas#qsk_al 748,{ |
---|
| 1124 | mes "[Degas]"; |
---|
| 1125 | mes "It's such a pain working"; |
---|
| 1126 | mes "so close to these other"; |
---|
| 1127 | mes "scientists. The guy next"; |
---|
| 1128 | mes "time is always cackling"; |
---|
| 1129 | mes "about taking over the"; |
---|
| 1130 | mes "world and whatnot."; |
---|
| 1131 | next; |
---|
| 1132 | mes "[Degas]"; |
---|
| 1133 | mes "And this other geek is"; |
---|
| 1134 | mes "always coughing. Between"; |
---|
| 1135 | mes "the two of them, it's far too"; |
---|
| 1136 | mes "noisy to focus on my research!"; |
---|
| 1137 | mes "If only I could work in my very^FFFFFF ^000000 own private, secret laboratory..."; |
---|
| 1138 | close; |
---|
| 1139 | } |
---|
| 1140 | |
---|
| 1141 | yuno_in04,33,106,4 script Pile of Books#qsk_al 111,{ |
---|
| 1142 | mes "^3355FFIt's simply a pile"; |
---|
| 1143 | mes "of scattered documents."; |
---|
| 1144 | mes "Although it seems unorganized,"; |
---|
| 1145 | mes "it doesn't look like the people"; |
---|
| 1146 | mes "here have any trouble finding^FFFFFF ^3355FF what they need when they need it."; |
---|
| 1147 | close; |
---|
| 1148 | } |
---|
| 1149 | |
---|
| 1150 | // Start Bioethics quest |
---|
| 1151 | lhz_in01,224,140,3 script Kellasus#qsk_al 57,{ |
---|
| 1152 | if (BaseJob == Job_Alchemist && bioeth == 13) { |
---|
| 1153 | mes "[Kellasus]"; |
---|
| 1154 | mes "Keep up the"; |
---|
| 1155 | mes "good work. I get"; |
---|
| 1156 | mes "the feeling that"; |
---|
| 1157 | mes "our future might"; |
---|
| 1158 | mes "be depending on you..."; |
---|
| 1159 | close; |
---|
| 1160 | } |
---|
| 1161 | if (BaseJob == Job_Alchemist && bioeth == 12) { |
---|
| 1162 | mes "[Kellasus]"; |
---|
| 1163 | mes "Alright then, I'll begin"; |
---|
| 1164 | mes "by teaching you ^FF0000Bioethics^000000,"; |
---|
| 1165 | mes "the fundamental skill for"; |
---|
| 1166 | mes "creating Homunculi."; |
---|
| 1167 | next; |
---|
| 1168 | mes "[Kellasus]"; |
---|
| 1169 | mes "In order to master Bioethics,"; |
---|
| 1170 | mes "you've got to appreciate the"; |
---|
| 1171 | mes "sweetness of life and genuinely"; |
---|
| 1172 | mes "care about living creatures."; |
---|
| 1173 | mes "And so, you must always take"; |
---|
| 1174 | mes "care of your Homunculus."; |
---|
| 1175 | next; |
---|
| 1176 | mes "[Kellasus]"; |
---|
| 1177 | mes "You must constantly check"; |
---|
| 1178 | mes "to see if your Homunculus"; |
---|
| 1179 | mes "is tired or hungry, or if it's"; |
---|
| 1180 | mes "been hurt. You must also take"; |
---|
| 1181 | mes "into account your Homunculus's^FFFFFF ^000000 feelings towards you, its owner."; |
---|
| 1182 | next; |
---|
| 1183 | mes "[Kellasus]"; |
---|
| 1184 | mes "When that nurturing attitude"; |
---|
| 1185 | mes "becomes second nature to you,"; |
---|
| 1186 | mes "you will have mastered Bioethics.^FFFFFF ^000000 It sounds simple, but you can only"; |
---|
| 1187 | mes "understand a relationship with a Homunculus through experience."; |
---|
| 1188 | next; |
---|
| 1189 | mes "[Kellasus]"; |
---|
| 1190 | mes "Well, you should know enough"; |
---|
| 1191 | mes "by now to create and care for"; |
---|
| 1192 | mes "your own Homunculus. I trust"; |
---|
| 1193 | mes "that you will be responsible"; |
---|
| 1194 | mes "in your search for discoveries"; |
---|
| 1195 | mes "that may benefit mankind."; |
---|
| 1196 | next; |
---|
| 1197 | mes "[Kellasus]"; |
---|
| 1198 | mes "Before we part"; |
---|
| 1199 | mes "ways, would you"; |
---|
| 1200 | mes "tell me your name?"; |
---|
| 1201 | next; |
---|
| 1202 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1203 | mes "My name is..."; |
---|
| 1204 | mes "" + strcharinfo(0) + "."; |
---|
| 1205 | next; |
---|
| 1206 | set bioeth,13; |
---|
| 1207 | skill 238,1,0; |
---|
| 1208 | mes "[Kellasus]"; |
---|
| 1209 | mes "Ah..."; |
---|
| 1210 | mes "" + strcharinfo(0) + "."; |
---|
| 1211 | mes "I'll remember that. Goodbye"; |
---|
| 1212 | mes "for now, and I hope that you"; |
---|
| 1213 | mes "make a great contribution to"; |
---|
| 1214 | mes "the world of Alchemy someday."; |
---|
| 1215 | close; |
---|
| 1216 | } |
---|
| 1217 | if (BaseJob == Job_Alchemist && bioeth == 11) { |
---|
| 1218 | mes "[Kellasus]"; |
---|
| 1219 | mes "Our viewpoints may be"; |
---|
| 1220 | mes "different, but I'll agree that"; |
---|
| 1221 | mes "there's too much potential in"; |
---|
| 1222 | mes "studying Homunculi that I can"; |
---|
| 1223 | mes "no longer ignore as a scientist"; |
---|
| 1224 | mes "and as a humanitarian."; |
---|
| 1225 | next; |
---|
| 1226 | mes "[Kellasus]"; |
---|
| 1227 | mes "If I teach you these skills,"; |
---|
| 1228 | mes "you may be treading a moral"; |
---|
| 1229 | mes "line. But I believe it should"; |
---|
| 1230 | mes "be alright if you work to learn"; |
---|
| 1231 | mes "something that will benefit"; |
---|
| 1232 | mes "the greater good."; |
---|
| 1233 | next; |
---|
| 1234 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1235 | mes "Does..."; |
---|
| 1236 | mes "Does that mean"; |
---|
| 1237 | mes "you'll teach me?"; |
---|
| 1238 | next; |
---|
| 1239 | mes "[Kellasus]"; |
---|
| 1240 | mes "Now don't get too excited."; |
---|
| 1241 | mes "I'm still unsure if Homunculus"; |
---|
| 1242 | mes "Study should be open to all"; |
---|
| 1243 | mes "Alchemists, but for now,"; |
---|
| 1244 | mes "I believe I can trust you."; |
---|
| 1245 | next; |
---|
| 1246 | mes "[Kellasus]"; |
---|
| 1247 | mes "However, you've got to"; |
---|
| 1248 | mes "use the skills I teach you"; |
---|
| 1249 | mes "to ultimately benefit other"; |
---|
| 1250 | mes "people. It's not like I can force you to forget once you know how"; |
---|
| 1251 | mes "to make Homunculi, understand?"; |
---|
| 1252 | next; |
---|
| 1253 | set bioeth,12; |
---|
| 1254 | mes "[Kellasus]"; |
---|
| 1255 | mes "Please give me a little"; |
---|
| 1256 | mes "time to prepare my lesson"; |
---|
| 1257 | mes "for you. It's been a very long"; |
---|
| 1258 | mes "time since I've done this..."; |
---|
| 1259 | close; |
---|
| 1260 | } |
---|
| 1261 | if (BaseJob == Job_Alchemist && bioeth == 10) { |
---|
| 1262 | set bioeth,11; |
---|
| 1263 | mes "[Kellasus]"; |
---|
| 1264 | mes "^333333*Sigh*^000000"; |
---|
| 1265 | mes "I'm so confused..."; |
---|
| 1266 | mes "There's no denying that"; |
---|
| 1267 | mes "everything you said is right."; |
---|
| 1268 | mes "But now I don't know what"; |
---|
| 1269 | mes "I should believe..."; |
---|
| 1270 | close; |
---|
| 1271 | } |
---|
| 1272 | if (BaseJob == Job_Alchemist && bioeth == 9) { |
---|
| 1273 | mes "[Kellasus]"; |
---|
| 1274 | mes "Have you come to"; |
---|
| 1275 | mes "ask me again to teach"; |
---|
| 1276 | mes "you Homunculus skills?"; |
---|
| 1277 | mes "You're awfully persistent,"; |
---|
| 1278 | mes "but I suppose that might be"; |
---|
| 1279 | mes "how you became an Alchemist..."; |
---|
| 1280 | next; |
---|
| 1281 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1282 | mes "Well, I sort of came"; |
---|
| 1283 | mes "here to ask about that."; |
---|
| 1284 | mes "But first, I heard a rumor"; |
---|
| 1285 | mes "that your son was really"; |
---|
| 1286 | mes "sick for a while..."; |
---|
| 1287 | next; |
---|
| 1288 | mes "[Kellasus]"; |
---|
| 1289 | mes "Y-yes. It's really"; |
---|
| 1290 | mes "difficult for me to"; |
---|
| 1291 | mes "talk about that time."; |
---|
| 1292 | mes "The thought of losing"; |
---|
| 1293 | mes "my boy is too much to bear."; |
---|
| 1294 | mes "He means the world to me..."; |
---|
| 1295 | next; |
---|
| 1296 | mes "[Kellasus]"; |
---|
| 1297 | mes "I was so desperate to"; |
---|
| 1298 | mes "keep my boy alive that"; |
---|
| 1299 | mes "I would have sold my soul"; |
---|
| 1300 | mes "without any regret. I'm more"; |
---|
| 1301 | mes "than willing to sacrifice my"; |
---|
| 1302 | mes "own life for his sake."; |
---|
| 1303 | next; |
---|
| 1304 | mes "[Kellasus]"; |
---|
| 1305 | mes "Luckily, my son"; |
---|
| 1306 | mes "recovered from his"; |
---|
| 1307 | mes "disease and he is very"; |
---|
| 1308 | mes "healthy nowadays. But"; |
---|
| 1309 | mes "why are you reminding"; |
---|
| 1310 | mes "me of something like this?"; |
---|
| 1311 | next; |
---|
| 1312 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1313 | mes "You're right that the creation"; |
---|
| 1314 | mes "of Homunculi brings up a moral"; |
---|
| 1315 | mes "issue. But instead of morals,"; |
---|
| 1316 | mes "I want to appeal to your sense"; |
---|
| 1317 | mes "of humanitarianism if I can."; |
---|
| 1318 | next; |
---|
| 1319 | mes "[Kellasus]"; |
---|
| 1320 | mes "I don't follow."; |
---|
| 1321 | mes "What exactly"; |
---|
| 1322 | mes "do you mean by"; |
---|
| 1323 | mes "humanitarianism?"; |
---|
| 1324 | next; |
---|
| 1325 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1326 | mes "I believe that the"; |
---|
| 1327 | mes "study of Homunculi"; |
---|
| 1328 | mes "could help us discover"; |
---|
| 1329 | mes "the secret of life. There"; |
---|
| 1330 | mes "is just too much too much"; |
---|
| 1331 | mes "potential to do good to ignore."; |
---|
| 1332 | next; |
---|
| 1333 | mes "["+ strcharinfo(0) +"]"; |
---|
| 1334 | mes "I'm not interested in"; |
---|
| 1335 | mes "creating new creatures or"; |
---|
| 1336 | mes "playing God. What I do want"; |
---|
| 1337 | mes "is the knowledge to cure people"; |
---|
| 1338 | mes "regardless of the disease. No"; |
---|
| 1339 | mes "matter how desperate it may be."; |
---|
| 1340 | next; |
---|
| 1341 | mes "["+ strcharinfo(0) +"]"; |
---|
| 1342 | mes "It may be immoral to"; |
---|
| 1343 | mes "create experimental life"; |
---|
| 1344 | mes "forms and to sacrifice them,"; |
---|
| 1345 | mes "but I'm willing to do that for"; |
---|
| 1346 | mes "the people who may need"; |
---|
| 1347 | mes "that cure I might discover..."; |
---|
| 1348 | next; |
---|
| 1349 | mes "["+ strcharinfo(0) +"]"; |
---|
| 1350 | mes "When your son was"; |
---|
| 1351 | mes "sick, you were willing"; |
---|
| 1352 | mes "to make sacrifices to see"; |
---|
| 1353 | mes "that he recover. But still,"; |
---|
| 1354 | mes "there are other people in the"; |
---|
| 1355 | mes "world with worse ailments..."; |
---|
| 1356 | next; |
---|
| 1357 | mes "["+ strcharinfo(0) +"]"; |
---|
| 1358 | mes "I want to study"; |
---|
| 1359 | mes "Homunculi because"; |
---|
| 1360 | mes "there's a chance that"; |
---|
| 1361 | mes "I might be able to bring"; |
---|
| 1362 | mes "hope to someone's"; |
---|
| 1363 | mes "hopeless situation..."; |
---|
| 1364 | next; |
---|
| 1365 | set bioeth,10; |
---|
| 1366 | mes "[Kellasus]"; |
---|
| 1367 | mes "I've never..."; |
---|
| 1368 | mes "I never thought..."; |
---|
| 1369 | mes "I'm sorry. I need"; |
---|
| 1370 | mes "some time alone..."; |
---|
| 1371 | close; |
---|
| 1372 | } |
---|
| 1373 | if (BaseJob == Job_Alchemist && bioeth == 8) { |
---|
| 1374 | mes "[Kellasus]"; |
---|
| 1375 | mes "Although I admit that"; |
---|
| 1376 | mes "you're capabile of learning"; |
---|
| 1377 | mes "what I might be able to teach"; |
---|
| 1378 | mes "you about Homunculi, I can't"; |
---|
| 1379 | mes "in good conscience do it. I'm"; |
---|
| 1380 | mes "sorry, but please give up."; |
---|
| 1381 | close; |
---|
| 1382 | } |
---|
| 1383 | if (BaseJob == Job_Alchemist && bioeth == 7) { |
---|
| 1384 | mes "[Kellasus]"; |
---|
| 1385 | mes "How many times must I tell"; |
---|
| 1386 | mes "you? I'm sorry, but I can't teach you anything related to Homunculi."; |
---|
| 1387 | mes "It especially bothers me that you know nothing at all about them..."; |
---|
| 1388 | next; |
---|
| 1389 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1390 | mes "But while I was gone,"; |
---|
| 1391 | mes "I spent so much time"; |
---|
| 1392 | mes "studying about Homunculi"; |
---|
| 1393 | mes "from these Alchemy experts."; |
---|
| 1394 | mes "I guarantee that I'm qualified"; |
---|
| 1395 | mes "to learn the fundamentals!"; |
---|
| 1396 | next; |
---|
| 1397 | mes "[Kellasus]"; |
---|
| 1398 | mes "Experts...? Ah, you mean"; |
---|
| 1399 | mes "Skrajjad, Keshibien and"; |
---|
| 1400 | mes "Broncher. My old colleages."; |
---|
| 1401 | mes "Alright. But I'll be the judge"; |
---|
| 1402 | mes "of whether or not you learned"; |
---|
| 1403 | mes "anything about Homunculi."; |
---|
| 1404 | next; |
---|
| 1405 | mes "[Kellasus]"; |
---|
| 1406 | mes "I'm going to give you"; |
---|
| 1407 | mes "several questions, so"; |
---|
| 1408 | mes "I hope you answer all"; |
---|
| 1409 | mes "of these correctly."; |
---|
| 1410 | mes "Are you ready?"; |
---|
| 1411 | next; |
---|
| 1412 | mes "[Kellasus]"; |
---|
| 1413 | mes "First question."; |
---|
| 1414 | mes "What skill, mastered"; |
---|
| 1415 | mes "at Skill Level 1, allows"; |
---|
| 1416 | mes "the caster to retreat a"; |
---|
| 1417 | mes "Homunculus, putting it in"; |
---|
| 1418 | mes "an inert state of hibernation?"; |
---|
| 1419 | next; |
---|
| 1420 | input .@input$; |
---|
| 1421 | if (.@input$ == "Vaporize") { |
---|
| 1422 | mes "[Kellasus]"; |
---|
| 1423 | mes "Hmm, not bad. So you've"; |
---|
| 1424 | mes "been studying. Now, the second"; |
---|
| 1425 | mes "question. What is the item, whose name indicates a very early stage"; |
---|
| 1426 | mes "of Homunculus development, used for the Call Homunculus skill?"; |
---|
| 1427 | next; |
---|
| 1428 | input .@input$; |
---|
| 1429 | if (.@input$ == "Embryo") { |
---|
| 1430 | mes "[Kellasus]"; |
---|
| 1431 | mes "Huh. You got that one"; |
---|
| 1432 | mes "right too. Alright, third"; |
---|
| 1433 | mes "question. What is the"; |
---|
| 1434 | mes "name of the skill, mastered"; |
---|
| 1435 | mes "at Skill Level 5, which allows"; |
---|
| 1436 | mes "you to resurrect Homunculi?"; |
---|
| 1437 | next; |
---|
| 1438 | input .@input$; |
---|
| 1439 | if (.@input$ == "Homunculus Resurrection") { |
---|
| 1440 | mes "[Kellasus]"; |
---|
| 1441 | mes "So you have been putting"; |
---|
| 1442 | mes "a lot of effort in studying"; |
---|
| 1443 | mes "this. I really admire your"; |
---|
| 1444 | mes "dedication and it looks like"; |
---|
| 1445 | mes "you've got the potential to"; |
---|
| 1446 | mes "be a really great Alchemist."; |
---|
| 1447 | next; |
---|
| 1448 | mes "[Kellasus]"; |
---|
| 1449 | mes "Still, even though you're"; |
---|
| 1450 | mes "qualified to learn all the"; |
---|
| 1451 | mes "Homunculus skills, I choose"; |
---|
| 1452 | mes "not to teach them based on"; |
---|
| 1453 | mes "my own personal principles."; |
---|
| 1454 | mes "Nothing can change my mind."; |
---|
| 1455 | next; |
---|
| 1456 | mes "[Kellasus]"; |
---|
| 1457 | mes "I admit that I'm proud"; |
---|
| 1458 | mes "of the progress you've"; |
---|
| 1459 | mes "made, but I just can't"; |
---|
| 1460 | mes "bring myself to be a part"; |
---|
| 1461 | mes "of what I believe to be an"; |
---|
| 1462 | mes "abuse of the gift of life."; |
---|
| 1463 | next; |
---|
| 1464 | set bioeth,8; |
---|
| 1465 | mes "[Kellasus]"; |
---|
| 1466 | mes "There's just so much"; |
---|
| 1467 | mes "risk! I don't think I can"; |
---|
| 1468 | mes "bear to be responsible for"; |
---|
| 1469 | mes "any of the consequences that"; |
---|
| 1470 | mes "may come with the existence"; |
---|
| 1471 | mes "of artificially created life."; |
---|
| 1472 | close; |
---|
| 1473 | } |
---|
| 1474 | else { |
---|
| 1475 | mes "[Kellasus]"; |
---|
| 1476 | mes "I'm disappointed..."; |
---|
| 1477 | mes "I really thought you"; |
---|
| 1478 | mes "had learned everything"; |
---|
| 1479 | mes "you could about Homunculi,"; |
---|
| 1480 | mes "but it looks like there are a"; |
---|
| 1481 | mes "few gaps in your knowledge."; |
---|
| 1482 | close; |
---|
| 1483 | } |
---|
| 1484 | } |
---|
| 1485 | else { |
---|
| 1486 | mes "[Kellasus]"; |
---|
| 1487 | mes "Hmm... It looks like"; |
---|
| 1488 | mes "you still haven't learned"; |
---|
| 1489 | mes "enough about Homunculi."; |
---|
| 1490 | mes "Even if I wanted to teach"; |
---|
| 1491 | mes "you, it looks like you're"; |
---|
| 1492 | mes "not quite ready to learn..."; |
---|
| 1493 | close; |
---|
| 1494 | } |
---|
| 1495 | } |
---|
| 1496 | else { |
---|
| 1497 | mes "[Kellasus]"; |
---|
| 1498 | mes "You'd be able to get"; |
---|
| 1499 | mes "the first question right"; |
---|
| 1500 | mes "if you were really serious"; |
---|
| 1501 | mes "about studying Homunculi."; |
---|
| 1502 | mes "You'd better just give up and"; |
---|
| 1503 | mes "find a new alchemic interest."; |
---|
| 1504 | close; |
---|
| 1505 | } |
---|
| 1506 | } |
---|
| 1507 | if (BaseJob == Job_Alchemist && bioeth > 3) { |
---|
| 1508 | mes "[Kellasus]"; |
---|
| 1509 | mes "I'm sorry, but"; |
---|
| 1510 | mes "I refuse to teach"; |
---|
| 1511 | mes "you anything related"; |
---|
| 1512 | mes "to the Homunculus skills."; |
---|
| 1513 | next; |
---|
| 1514 | mes "[Kellasus]"; |
---|
| 1515 | mes "I should feel insulted that"; |
---|
| 1516 | mes "you asked me, but once there"; |
---|
| 1517 | mes "was a time when I was more"; |
---|
| 1518 | mes "like you, so I can understand"; |
---|
| 1519 | mes "how you feel. However, my"; |
---|
| 1520 | mes "views are much different now..."; |
---|
| 1521 | close; |
---|
| 1522 | } |
---|
| 1523 | if (BaseJob == Job_Alchemist && bioeth == 3) { |
---|
| 1524 | mes "[Kellasus]"; |
---|
| 1525 | mes "Oh, hello, what"; |
---|
| 1526 | mes "brings you this way?"; |
---|
| 1527 | mes "As your senior in the"; |
---|
| 1528 | mes "field of Alchemy, I can"; |
---|
| 1529 | mes "give you some advice if you're^FFFFFF ^000000 stumped by a particular problem..."; |
---|
| 1530 | next; |
---|
| 1531 | if (select("Teach me the Homunculus Skills.:No, nothing.") == 1) { |
---|
| 1532 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1533 | mes "I want you to"; |
---|
| 1534 | mes "teach me how to"; |
---|
| 1535 | mes "create a Homunculus."; |
---|
| 1536 | next; |
---|
| 1537 | mes "[Kellasus]"; |
---|
| 1538 | mes "..."; |
---|
| 1539 | mes "Come again?"; |
---|
| 1540 | mes "I don't think I heard"; |
---|
| 1541 | mes "what you said quite right."; |
---|
| 1542 | next; |
---|
| 1543 | mes "[" + strcharinfo(0) + "]"; |
---|
| 1544 | mes "I said..."; |
---|
| 1545 | mes "I want you to"; |
---|
| 1546 | mes "teach me the skills"; |
---|
| 1547 | mes "for Homunculus creation."; |
---|
| 1548 | next; |
---|
| 1549 | mes "[Kellasus]"; |
---|
| 1550 | mes "After all of my talk..."; |
---|
| 1551 | mes "My warnings about knowledge"; |
---|
| 1552 | mes "that should be forbidden to"; |
---|
| 1553 | mes "Alchemists, you want to go"; |
---|
| 1554 | mes "and create a Homunculus?!"; |
---|
| 1555 | next; |
---|
| 1556 | mes "[Kellasus]"; |
---|
| 1557 | mes "Perhaps I never should"; |
---|
| 1558 | mes "have mentioned that subject."; |
---|
| 1559 | mes "But I still don't understand why^FFFFFF ^000000 you would suddenly want to "; |
---|
| 1560 | mes "learn those skills. Yes, it's"; |
---|
| 1561 | mes "true that I could teach you..."; |
---|
| 1562 | next; |
---|
| 1563 | set bioeth,4; |
---|
| 1564 | mes "[Kellasus]"; |
---|
| 1565 | mes "But I refuse to pass down"; |
---|
| 1566 | mes "my knowledge of Homunculi"; |
---|
| 1567 | mes "to anyone for any reason."; |
---|
| 1568 | mes "Surely, you must know that"; |
---|
| 1569 | mes "by now. I'm stupefied that you"; |
---|
| 1570 | mes "even had the audacity to ask!"; |
---|
| 1571 | close; |
---|
| 1572 | } |
---|
| 1573 | mes "[Kellasus]"; |
---|
| 1574 | mes "No? Well, I suppose"; |
---|
| 1575 | mes "learning something on"; |
---|
| 1576 | mes "your own is good, but"; |
---|
| 1577 | mes "sometimes it's good to ask"; |
---|
| 1578 | mes "for help from those who are"; |
---|
| 1579 | mes "more experienced than you."; |
---|
| 1580 | close; |
---|
| 1581 | } |
---|
| 1582 | if (BaseJob == Job_Alchemist && bioeth == 2) { |
---|
| 1583 | mes "[Kellasus]"; |
---|
| 1584 | mes "Ah, you've returned..."; |
---|
| 1585 | mes "Now, you must be wondering"; |
---|
| 1586 | mes "why I have been warning you"; |
---|
| 1587 | mes "about the dangers of using"; |
---|
| 1588 | mes "Alchemy to obtain knowledge"; |
---|
| 1589 | mes "that should be forbidden."; |
---|
| 1590 | next; |
---|
| 1591 | mes "[Kellasus]"; |
---|
| 1592 | mes "It is better that you know now"; |
---|
| 1593 | mes "than to find out later and not"; |
---|
| 1594 | mes "be prepared. There is a skill"; |
---|
| 1595 | mes "in Alchemy that transgresses"; |
---|
| 1596 | mes "the natural laws by creating"; |
---|
| 1597 | mes "life not intended by God."; |
---|
| 1598 | next; |
---|
| 1599 | mes "[Kellasus]"; |
---|
| 1600 | mes "It is an extremely"; |
---|
| 1601 | mes "dangerous skill that was"; |
---|
| 1602 | mes "developed out of human"; |
---|
| 1603 | mes "arrogance. Life is a beautiful"; |
---|
| 1604 | mes "thing, a precious gift, that"; |
---|
| 1605 | mes "we dare not tamper with."; |
---|
| 1606 | next; |
---|
| 1607 | mes "[Kellasus]"; |
---|
| 1608 | mes "My greatest shame in"; |
---|
| 1609 | mes "life is my contribution to"; |
---|
| 1610 | mes "that field of knowledge. At"; |
---|
| 1611 | mes "that time I was young and"; |
---|
| 1612 | mes "headstrong, too proud to"; |
---|
| 1613 | mes "admit I was playing God."; |
---|
| 1614 | next; |
---|
| 1615 | mes "[Kellasus]"; |
---|
| 1616 | mes "I even went so far as to"; |
---|
| 1617 | mes "become the most skilled"; |
---|
| 1618 | mes "Alchemist in the creation"; |
---|
| 1619 | mes "of ^FF0000Homunculi^000000. But I've"; |
---|
| 1620 | mes "changed my ways. I don't..."; |
---|
| 1621 | mes "I'll never create one again."; |
---|
| 1622 | next; |
---|
| 1623 | mes "[Kellasus]"; |
---|
| 1624 | mes "Alchemy is an incredible"; |
---|
| 1625 | mes "field of study, and it's great"; |
---|
| 1626 | mes "that you've dedicated yourself"; |
---|
| 1627 | mes "to it, but always remember that"; |
---|
| 1628 | mes "this science has great potential for abuse, as well as for good."; |
---|
| 1629 | next; |
---|
| 1630 | mes "[Kellasus]"; |
---|
| 1631 | mes "I only fear that your quest"; |
---|
| 1632 | mes "for knowledge, your insatiable"; |
---|
| 1633 | mes "curiosity to reveal the unknown,^FFFFFF ^000000 may lead you on the path of the"; |
---|
| 1634 | mes "Homunculus. For your own sake,^FFFFFF ^000000 don't bother considering the idea."; |
---|
| 1635 | next; |
---|
| 1636 | set bioeth,3; |
---|
| 1637 | mes "[Kellasus]"; |
---|
| 1638 | mes "Remember that all life is"; |
---|
| 1639 | mes "precious. If your motives"; |
---|
| 1640 | mes "are good, and untainted by"; |
---|
| 1641 | mes "the desire for fame or fortune,"; |
---|
| 1642 | mes "and if you work for the greater^FFFFFF ^000000 good of mankind, you'll be fine."; |
---|
| 1643 | close; |
---|
| 1644 | } |
---|
| 1645 | if (BaseJob == Job_Alchemist && bioeth == 1) { |
---|
| 1646 | mes "[Kellasus]"; |
---|
| 1647 | mes "Ah, it's you again."; |
---|
| 1648 | mes "Since you're here, let"; |
---|
| 1649 | mes "me ask you a question."; |
---|
| 1650 | mes "What exactly do you"; |
---|
| 1651 | mes "think of Alchemy?"; |
---|
| 1652 | next; |
---|
| 1653 | mes "[Kellasus]"; |
---|
| 1654 | mes "Wait. Don't answer"; |
---|
| 1655 | mes "that. As someone more"; |
---|
| 1656 | mes "experienced in this field,"; |
---|
| 1657 | mes "I believe that the answer"; |
---|
| 1658 | mes "to that question is more"; |
---|
| 1659 | mes "complicated than you think."; |
---|
| 1660 | next; |
---|
| 1661 | mes "[Kellasus]"; |
---|
| 1662 | mes "Most people see Alchemists"; |
---|
| 1663 | mes "as greedy scientists, assuming"; |
---|
| 1664 | mes "that we use our skills exclusively for^FFFFFF.^000000the transmutation of gold. Of"; |
---|
| 1665 | mes "course, learning how to do that"; |
---|
| 1666 | mes "is part of our basic training."; |
---|
| 1667 | next; |
---|
| 1668 | mes "[Kellasus]"; |
---|
| 1669 | mes "But learning transmutation"; |
---|
| 1670 | mes "is part of something bigger."; |
---|
| 1671 | mes "All Alchemists must strive to"; |
---|
| 1672 | mes "harness nature for the good"; |
---|
| 1673 | mes "of mankind. To do this requires"; |
---|
| 1674 | mes "the study of every science."; |
---|
| 1675 | next; |
---|
| 1676 | mes "[Kellasus]"; |
---|
| 1677 | mes "The fields of Medicine,"; |
---|
| 1678 | mes "Chemistry, Biology, Geology,"; |
---|
| 1679 | mes "Astronomy, Astrology, Geomancy,"; |
---|
| 1680 | mes "Mathematics, Physics and even"; |
---|
| 1681 | mes "Philosophy must all be learned"; |
---|
| 1682 | mes "by the competent Alchemist."; |
---|
| 1683 | next; |
---|
| 1684 | set bioeth,2; |
---|
| 1685 | mes "[Kellasus]"; |
---|
| 1686 | mes "Once you've entered the"; |
---|
| 1687 | mes "exciting vastness of Alchemy,"; |
---|
| 1688 | mes "there is no turning back. Do"; |
---|
| 1689 | mes "your best to learn all that you"; |
---|
| 1690 | mes "can, and never forget that you^FFFFFF ^000000 have responsibilities to mankind."; |
---|
| 1691 | close; |
---|
| 1692 | } |
---|
| 1693 | if (BaseJob == Job_Alchemist) { |
---|
| 1694 | mes "[Kellasus]"; |
---|
| 1695 | mes "You're another"; |
---|
| 1696 | mes "practitioner of"; |
---|
| 1697 | mes "Alchemy, aren't you?"; |
---|
| 1698 | mes "It's been a long time"; |
---|
| 1699 | mes "since I've spoken to"; |
---|
| 1700 | mes "such a young colleague..."; |
---|
| 1701 | next; |
---|
| 1702 | mes "[Kellasus]"; |
---|
| 1703 | mes "As your elder colleague,"; |
---|
| 1704 | mes "I encourage you to focus"; |
---|
| 1705 | mes "on your training. Enlighten"; |
---|
| 1706 | mes "yourself and satisfy your"; |
---|
| 1707 | mes "curiosity by solving the"; |
---|
| 1708 | mes "riddles of science."; |
---|
| 1709 | next; |
---|
| 1710 | mes "[Kellasus]"; |
---|
| 1711 | mes "But heed my words..."; |
---|
| 1712 | mes "There are secrets of"; |
---|
| 1713 | mes "science that must never"; |
---|
| 1714 | mes "be discovered by humans."; |
---|
| 1715 | mes "Do not be so proud as to"; |
---|
| 1716 | mes "seek out forbidden truths."; |
---|
| 1717 | next; |
---|
| 1718 | set bioeth,1; |
---|
| 1719 | mes "[Kellasus]"; |
---|
| 1720 | mes "Good luck in your"; |
---|
| 1721 | mes "studies, and I hope"; |
---|
| 1722 | mes "you never use your"; |
---|
| 1723 | mes "search for answers as"; |
---|
| 1724 | mes "an excuse to give in to"; |
---|
| 1725 | mes "greed and obsession."; |
---|
| 1726 | close; |
---|
| 1727 | } |
---|
| 1728 | mes "[Kellasus]"; |
---|
| 1729 | mes "Hmm. Who decides what"; |
---|
| 1730 | mes "is right and wrong? What is"; |
---|
| 1731 | mes "meant to be known and what"; |
---|
| 1732 | mes "secrets were never intended"; |
---|
| 1733 | mes "for mankind to understand?"; |
---|
| 1734 | next; |
---|
| 1735 | mes "[Kellasus]"; |
---|
| 1736 | mes "There are many who would"; |
---|
| 1737 | mes "agree that God alone wields"; |
---|
| 1738 | mes "authority over life and death."; |
---|
| 1739 | mes "But Alchemy does provide"; |
---|
| 1740 | mes "a way for the audacious..."; |
---|
| 1741 | close; |
---|
| 1742 | } |
---|
| 1743 | |
---|
| 1744 | lhz_in01,225,122,5 script Skrajjad#qsk_al 754,{ |
---|
| 1745 | if (BaseJob == Job_Alchemist && bioeth > 4) { |
---|
| 1746 | mes "[Skrajjad]"; |
---|
| 1747 | mes "I've taught you everything"; |
---|
| 1748 | mes "I can about the Homunculi."; |
---|
| 1749 | mes "I hope that I've been of some"; |
---|
| 1750 | mes "help in your quest for knowledge^FFFFFF ^000000 and understanding of our universe."; |
---|
| 1751 | next; |
---|
| 1752 | mes "[Skrajjad]"; |
---|
| 1753 | mes "If you haven't already done"; |
---|
| 1754 | mes "so, please visit Keshibien,"; |
---|
| 1755 | mes "master of the Call Homunculus"; |
---|
| 1756 | mes "skill. He's a kind person who's"; |
---|
| 1757 | mes "always willing to go out of his"; |
---|
| 1758 | mes "way to help young scientists."; |
---|
| 1759 | close; |
---|
| 1760 | } |
---|
| 1761 | if (BaseJob == Job_Alchemist && bioeth == 4) { |
---|
| 1762 | mes "[Skrajjad]"; |
---|
| 1763 | mes "Ah, you're the one"; |
---|
| 1764 | mes "who had the courage"; |
---|
| 1765 | mes "to ask Kellasus to teach"; |
---|
| 1766 | mes "you Alchemy. I must say"; |
---|
| 1767 | mes "that I admire your attitude,"; |
---|
| 1768 | if (Sex) |
---|
| 1769 | mes "young lad. Now, don't worry..."; |
---|
| 1770 | else |
---|
| 1771 | mes "young lass. Now, don't worry..."; |
---|
| 1772 | next; |
---|
| 1773 | mes "[Skrajjad]"; |
---|
| 1774 | mes "I understand how you"; |
---|
| 1775 | mes "must feel after Kellasus"; |
---|
| 1776 | mes "refused to teach you his"; |
---|
| 1777 | mes "methods, but that does not"; |
---|
| 1778 | mes "mean that you'll never learn"; |
---|
| 1779 | mes "how to create a Homunculus."; |
---|
| 1780 | next; |
---|
| 1781 | mes "[Skrajjad]"; |
---|
| 1782 | mes "I believe you'll be able to learn what you desire if you manage to"; |
---|
| 1783 | mes "train under all of the Homunculus experts. When you show how serious"; |
---|
| 1784 | mes "you are about this, then Kellasus might change his mind about you."; |
---|
| 1785 | next; |
---|
| 1786 | mes "[Skrajjad]"; |
---|
| 1787 | mes "Let give teach you my"; |
---|
| 1788 | mes "Homunculus specialty,"; |
---|
| 1789 | mes "the ^FF0000Vaporize^000000 skill. Actually,"; |
---|
| 1790 | mes "it's useless without Kellasus's"; |
---|
| 1791 | mes "technique, but it should be a"; |
---|
| 1792 | mes "good enough starting point."; |
---|
| 1793 | next; |
---|
| 1794 | mes "[Skrajjad]"; |
---|
| 1795 | mes "The Vaporize skill"; |
---|
| 1796 | mes "is an Alchemist skill"; |
---|
| 1797 | mes "that deals solely with"; |
---|
| 1798 | mes "Homunculi. Vaporize is"; |
---|
| 1799 | mes "mastered at Skill Level 1."; |
---|
| 1800 | next; |
---|
| 1801 | mes "[Skrajjad]"; |
---|
| 1802 | mes "This skill allows you to"; |
---|
| 1803 | mes "reduce your Homunculus"; |
---|
| 1804 | mes "to vapor so that it is in an"; |
---|
| 1805 | mes "inert chemical state. It's"; |
---|
| 1806 | mes "very similar to hibernation"; |
---|
| 1807 | mes "when you think about it."; |
---|
| 1808 | next; |
---|
| 1809 | mes "[Skrajjad]"; |
---|
| 1810 | mes "Now, if you want to"; |
---|
| 1811 | mes "bring back a vaporized"; |
---|
| 1812 | mes "Homunculus, you will need"; |
---|
| 1813 | mes "to know the ^FF0000Call Homunculus^000000"; |
---|
| 1814 | mes "which you can learn from"; |
---|
| 1815 | mes "Keshibien. Just remember..."; |
---|
| 1816 | next; |
---|
| 1817 | mes "[Skrajjad]"; |
---|
| 1818 | mes "Homunculi are living"; |
---|
| 1819 | mes "creatures, so don't go"; |
---|
| 1820 | mes "and vaporize and recall"; |
---|
| 1821 | mes "them recklessly. That sort"; |
---|
| 1822 | mes "of behavior would be inhumane."; |
---|
| 1823 | next; |
---|
| 1824 | mes "[Skrajjad]"; |
---|
| 1825 | mes "''Show respect for all life"; |
---|
| 1826 | mes "forms.'' That's the creed"; |
---|
| 1827 | mes "for the Homuculus expert."; |
---|
| 1828 | mes "Now go and find ^FF0000Keshibien^000000"; |
---|
| 1829 | mes "so that he can teach you"; |
---|
| 1830 | mes "the Call Homunculus skill."; |
---|
| 1831 | next; |
---|
| 1832 | set bioeth,5; |
---|
| 1833 | mes "[Skrajjad]"; |
---|
| 1834 | mes "Good luck in"; |
---|
| 1835 | mes "your studies"; |
---|
| 1836 | mes "and I hope you"; |
---|
| 1837 | mes "find the answers"; |
---|
| 1838 | mes "that you are seeking."; |
---|
| 1839 | close; |
---|
| 1840 | } |
---|
| 1841 | mes "[Skrajjad]"; |
---|
| 1842 | mes "Alchemy is wondrous..."; |
---|
| 1843 | mes "It incorporates every"; |
---|
| 1844 | mes "science and many other"; |
---|
| 1845 | mes "fields of knowledge that"; |
---|
| 1846 | mes "it's not enough to be jack"; |
---|
| 1847 | mes "of all trades... No..."; |
---|
| 1848 | next; |
---|
| 1849 | mes "[Skrajjad]"; |
---|
| 1850 | mes "In a sense, you must"; |
---|
| 1851 | mes "be a master of all trades"; |
---|
| 1852 | mes "to be proficient in Alchemy."; |
---|
| 1853 | mes "But it's incredibly rewarding to those of us who never stop asking"; |
---|
| 1854 | mes "how and why our world works."; |
---|
| 1855 | close; |
---|
| 1856 | } |
---|
| 1857 | |
---|
| 1858 | lhz_in01,204,138,5 script Keshibien#qsk_al 750,{ |
---|
| 1859 | if (BaseJob == Job_Alchemist && bioeth > 5) { |
---|
| 1860 | mes "[Keshibien]"; |
---|
| 1861 | mes "I hope that you"; |
---|
| 1862 | mes "can make good use"; |
---|
| 1863 | mes "of what I've taught you."; |
---|
| 1864 | mes "I'm glad that I was able"; |
---|
| 1865 | mes "to contribute something to"; |
---|
| 1866 | mes "your learning of Alchemy."; |
---|
| 1867 | next; |
---|
| 1868 | mes "[Keshibien]"; |
---|
| 1869 | mes "Now, the only person qualified"; |
---|
| 1870 | mes "to teach you the Homunculus"; |
---|
| 1871 | mes "Resurrection skill is Brocher."; |
---|
| 1872 | mes "He's... He's a character, but"; |
---|
| 1873 | mes "he's also a great teacher."; |
---|
| 1874 | next; |
---|
| 1875 | mes "[Keshibien]"; |
---|
| 1876 | mes "Now..."; |
---|
| 1877 | mes "Where could he be?"; |
---|
| 1878 | mes "I know he likes to drink,"; |
---|
| 1879 | mes "so maybe you can find him"; |
---|
| 1880 | mes "some place where they serve"; |
---|
| 1881 | mes "alcohol in Lighthalzen?"; |
---|
| 1882 | close; |
---|
| 1883 | } |
---|
| 1884 | if (BaseJob == Job_Alchemist && bioeth == 5) { |
---|
| 1885 | mes "[Keshibien]"; |
---|
| 1886 | mes "Oh! You must be the"; |
---|
| 1887 | mes "one Skrajjad told me"; |
---|
| 1888 | mes "about. So you've come"; |
---|
| 1889 | mes "so I can teach you the"; |
---|
| 1890 | mes "Call Homunculus skill?"; |
---|
| 1891 | next; |
---|
| 1892 | mes "[Keshibien]"; |
---|
| 1893 | mes "First of all, it's always"; |
---|
| 1894 | mes "a pleasure to meet another"; |
---|
| 1895 | mes "colleague. I'm Keshibien, and"; |
---|
| 1896 | mes "although I'm an expert on this"; |
---|
| 1897 | mes "particular skill, overall I'm just a run of the mill Alchemist."; |
---|
| 1898 | next; |
---|
| 1899 | mes "[Keshibien]"; |
---|
| 1900 | mes "Anyway, the Call Homunculus"; |
---|
| 1901 | mes "skill requires knowledge of the"; |
---|
| 1902 | mes "Vaporize skill and is mastered"; |
---|
| 1903 | mes "at Skill Level 1. This skill allows you to summon a Homunculus."; |
---|
| 1904 | mes "Pretty simple so far, right?"; |
---|
| 1905 | next; |
---|
| 1906 | mes "[Keshibien]"; |
---|
| 1907 | mes "Now, you can summon a"; |
---|
| 1908 | mes "vaporized Homunculus if"; |
---|
| 1909 | mes "you happen to have one."; |
---|
| 1910 | mes "Otherwise, you can just"; |
---|
| 1911 | mes "create one through using"; |
---|
| 1912 | mes "this skill and these items..."; |
---|
| 1913 | next; |
---|
| 1914 | mes "[Keshibien]"; |
---|
| 1915 | mes "^FF00001 Embryo^000000,"; |
---|
| 1916 | mes "^FF00001 Glass Tube^000000,"; |
---|
| 1917 | mes "^FF00001 Seed of Life^000000 and"; |
---|
| 1918 | mes "^FF00001 Morning Dew of Yggdrasil^000000."; |
---|
| 1919 | next; |
---|
| 1920 | mes "[Keshibien]"; |
---|
| 1921 | mes "Well, that's all the"; |
---|
| 1922 | mes "technical information"; |
---|
| 1923 | mes "I have to share with you."; |
---|
| 1924 | mes "Always remember to treat"; |
---|
| 1925 | mes "your Homunculus well. Eh,"; |
---|
| 1926 | mes "once you summon one, anyway."; |
---|
| 1927 | next; |
---|
| 1928 | mes "[Keshibien]"; |
---|
| 1929 | mes "But before you can do"; |
---|
| 1930 | mes "that, you need to learn"; |
---|
| 1931 | mes "the techniques that only"; |
---|
| 1932 | mes "Kellasus can teach you."; |
---|
| 1933 | mes "For now, go to ^FF0000Broncher^000000"; |
---|
| 1934 | mes "and learn from him, okay?"; |
---|
| 1935 | next; |
---|
| 1936 | mes "[Keshibien]"; |
---|
| 1937 | mes "Broncher happens"; |
---|
| 1938 | mes "to specialize in the"; |
---|
| 1939 | mes "Homunculus Resurrection"; |
---|
| 1940 | mes "skill. You should be able to"; |
---|
| 1941 | mes "find him somewhere in town,"; |
---|
| 1942 | mes "though I'm unsure where..."; |
---|
| 1943 | next; |
---|
| 1944 | set bioeth,6; |
---|
| 1945 | mes "[Keshibien]"; |
---|
| 1946 | mes "Anyway, it was really"; |
---|
| 1947 | mes "nice to meet you. Hopefully,"; |
---|
| 1948 | mes "you'll be able to learn how"; |
---|
| 1949 | mes "to fully use a Homunculus"; |
---|
| 1950 | mes "someday soon. Still, you'll"; |
---|
| 1951 | mes "need to convince Kellasus..."; |
---|
| 1952 | close; |
---|
| 1953 | } |
---|
| 1954 | mes "[Keshibien]"; |
---|
| 1955 | mes "Hello there~"; |
---|
| 1956 | mes "You must be from"; |
---|
| 1957 | mes "Rune-Midgarts, right?"; |
---|
| 1958 | mes "It's nice to meet you."; |
---|
| 1959 | next; |
---|
| 1960 | mes "[Keshibien]"; |
---|
| 1961 | mes "I hear that the"; |
---|
| 1962 | mes "Alchemists from"; |
---|
| 1963 | mes "over there are pretty"; |
---|
| 1964 | mes "skilled. I wonder if I'll"; |
---|
| 1965 | mes "ever get the chance to"; |
---|
| 1966 | mes "collaborate with any of them..."; |
---|
| 1967 | close; |
---|
| 1968 | } |
---|
| 1969 | |
---|
| 1970 | lhz_in02,278,273,3 script Broncher#qsk_al 709,{ |
---|
| 1971 | if (BaseJob == Job_Alchemist && bioeth > 6) { |
---|
| 1972 | mes "[Broncher]"; |
---|
| 1973 | mes "You again? Didn't I already"; |
---|
| 1974 | mes "teach you the Homunculus"; |
---|
| 1975 | mes "Resurrection skill? Come"; |
---|
| 1976 | mes "on, there's nothing else"; |
---|
| 1977 | mes "I can do for you. Lemme"; |
---|
| 1978 | mes "enjoy myself here..."; |
---|
| 1979 | next; |
---|
| 1980 | mes "[Broncher]"; |
---|
| 1981 | mes "If you didn't already,"; |
---|
| 1982 | mes "go and bother Kellasus"; |
---|
| 1983 | mes "and get him to teach you the"; |
---|
| 1984 | mes "basic Homunculus techniques."; |
---|
| 1985 | mes "Now go away, you're sobering"; |
---|
| 1986 | mes "me up! Go on, get outta here!"; |
---|
| 1987 | close; |
---|
| 1988 | } |
---|
| 1989 | if (BaseJob == Job_Alchemist && bioeth == 6) { |
---|
| 1990 | mes "[Broncher]"; |
---|
| 1991 | mes "^333333*Hiccup!*^000000"; |
---|
| 1992 | mes "Oh man..."; |
---|
| 1993 | mes "Oh man, this stuff"; |
---|
| 1994 | mes "is great! Yeah. Yeah,"; |
---|
| 1995 | mes "this really hits the spot."; |
---|
| 1996 | next; |
---|
| 1997 | mes "[Brocher]"; |
---|
| 1998 | mes "Holy crap! Y-you're that"; |
---|
| 1999 | mes "Alchemist that Skrajjad"; |
---|
| 2000 | mes "told me to expect! Wha--?"; |
---|
| 2001 | mes "You already visited Keshibien?"; |
---|
| 2002 | mes "Crap! I thought you wouldn't"; |
---|
| 2003 | mes "get here for another... Hour!"; |
---|
| 2004 | next; |
---|
| 2005 | mes "[Broncher]"; |
---|
| 2006 | mes "Oh, forget sobering."; |
---|
| 2007 | mes "I'll just teach you the"; |
---|
| 2008 | mes "^FF0000Homunculus Resurrection^000000"; |
---|
| 2009 | mes "skill. It's one of the last"; |
---|
| 2010 | mes "skills you need to learn"; |
---|
| 2011 | mes "for Homunculi, anyway."; |
---|
| 2012 | next; |
---|
| 2013 | mes "[Broncher]"; |
---|
| 2014 | mes "Yes, you can literally"; |
---|
| 2015 | mes "bring Homunculi back"; |
---|
| 2016 | mes "from the dead. Oh, and you"; |
---|
| 2017 | mes "should know that this skill is"; |
---|
| 2018 | mes "mastered at Skill Level 5."; |
---|
| 2019 | next; |
---|
| 2020 | mes "[Broncher]"; |
---|
| 2021 | mes "To bring your"; |
---|
| 2022 | mes "Homunculus back from"; |
---|
| 2023 | mes "the dead, you just push"; |
---|
| 2024 | mes "this button, the one that's"; |
---|
| 2025 | mes "labeled, ''Homunculus"; |
---|
| 2026 | mes "Resurrection.'' Easy, right?"; |
---|
| 2027 | next; |
---|
| 2028 | mes "[Broncher]"; |
---|
| 2029 | mes "Well, lesson's over."; |
---|
| 2030 | mes "You know everything you"; |
---|
| 2031 | mes "need to know about using"; |
---|
| 2032 | mes "Homunculus Resurrection."; |
---|
| 2033 | mes "But you still need Kellasus"; |
---|
| 2034 | mes "to teach you the fundamentals."; |
---|
| 2035 | set bioeth,7; |
---|
| 2036 | next; |
---|
| 2037 | mes "[Broncher]"; |
---|
| 2038 | mes "Without those basic"; |
---|
| 2039 | mes "techiques, everything"; |
---|
| 2040 | mes "you've studied from us"; |
---|
| 2041 | mes "will be for nothing. So..."; |
---|
| 2042 | mes "Lots of luck convincing"; |
---|
| 2043 | mes "Kellasus to teach you."; |
---|
| 2044 | next; |
---|
| 2045 | mes "[Broncher]"; |
---|
| 2046 | mes "Now leave alone"; |
---|
| 2047 | mes "and let me enjoy"; |
---|
| 2048 | mes "all of this alcohol"; |
---|
| 2049 | mes "in solitude, alright?"; |
---|
| 2050 | close; |
---|
| 2051 | } |
---|
| 2052 | mes "[Broncher]"; |
---|
| 2053 | mes "^333333*Hiccup~*^000000"; |
---|
| 2054 | mes "Oh yeah, this is"; |
---|
| 2055 | mes "the stuff! I call it..."; |
---|
| 2056 | mes "My ''Anti-Sobriety''"; |
---|
| 2057 | mes "formula! Can't think"; |
---|
| 2058 | mes "of a finer thing created..."; |
---|
| 2059 | close; |
---|
| 2060 | } |
---|
| 2061 | |
---|
| 2062 | lhz_in03,106,34,3 script Koring#qsk_al 706,{ |
---|
| 2063 | if (BaseJob == Job_Alchemist && bioeth == 8 || bioeth == 9) { |
---|
| 2064 | mes "[Koring]"; |
---|
| 2065 | mes "My daddy is the bestest"; |
---|
| 2066 | mes "Alchemist! He's sooooo"; |
---|
| 2067 | mes "smart, and I never heard"; |
---|
| 2068 | mes "him be wrong before!"; |
---|
| 2069 | next; |
---|
| 2070 | mes "[Koring]"; |
---|
| 2071 | mes "Daddy's been thinking"; |
---|
| 2072 | mes "a lot lately and I don't"; |
---|
| 2073 | mes "know why. Daddy gets "; |
---|
| 2074 | mes "really serious when he's "; |
---|
| 2075 | mes "worried about something."; |
---|
| 2076 | next; |
---|
| 2077 | mes "[Koring]"; |
---|
| 2078 | mes "He's always trying hard"; |
---|
| 2079 | mes "to make me happy and to "; |
---|
| 2080 | mes "help me when I have problems."; |
---|
| 2081 | mes "Like the time I was really sick... ^FFFFFF ^000000"; |
---|
| 2082 | next; |
---|
| 2083 | mes "[Koring]"; |
---|
| 2084 | mes "Daddy did his best to make"; |
---|
| 2085 | mes "some medicine to help me, "; |
---|
| 2086 | mes "and he looked all over for any"; |
---|
| 2087 | mes "doctor who could cure me. For"; |
---|
| 2088 | mes "a while, I was really scared,"; |
---|
| 2089 | mes "but my Daddy never gave up."; |
---|
| 2090 | next; |
---|
| 2091 | if (bioeth == 8) set bioeth,9; |
---|
| 2092 | mes "[Koring]"; |
---|
| 2093 | mes "He might be a little"; |
---|
| 2094 | mes "grumpy now, but my "; |
---|
| 2095 | mes "Daddy is still the best!"; |
---|
| 2096 | mes "I hope he feels better soon."; |
---|
| 2097 | close; |
---|
| 2098 | } |
---|
| 2099 | mes "[Koring]"; |
---|
| 2100 | mes "How did my Daddy get"; |
---|
| 2101 | mes "so smart? I wish I could"; |
---|
| 2102 | mes "learn things as fast as"; |
---|
| 2103 | mes "him so that I can be an"; |
---|
| 2104 | mes "Alchemist too when I grow up!"; |
---|
| 2105 | close; |
---|
| 2106 | } |
---|
| 2107 | |
---|
| 2108 | lhz_in03,109,31,5 script Beninne#qsk_al 90,{ |
---|
| 2109 | if (BaseJob == Job_Alchemist && bioeth == 8 || bioeth == 9) { |
---|
| 2110 | mes "[Beninne]"; |
---|
| 2111 | mes "You've met my husband,"; |
---|
| 2112 | mes "Kellasus? He's either a"; |
---|
| 2113 | mes "very stubborn or determined"; |
---|
| 2114 | mes "man, depending on how you"; |
---|
| 2115 | mes "want to look at it. Once his"; |
---|
| 2116 | mes "mind's made up, he won't budge!"; |
---|
| 2117 | next; |
---|
| 2118 | mes "[Beninne]"; |
---|
| 2119 | mes "He's a very good husband"; |
---|
| 2120 | mes "and father, but I feel like it"; |
---|
| 2121 | mes "takes the entire world to"; |
---|
| 2122 | mes "change his mind once he's "; |
---|
| 2123 | mes "convinced that he's right"; |
---|
| 2124 | mes "about something."; |
---|
| 2125 | next; |
---|
| 2126 | mes "[Beninne]"; |
---|
| 2127 | mes "Of course, if you manage"; |
---|
| 2128 | mes "to prove him wrong, he will"; |
---|
| 2129 | mes "do everything he can to make"; |
---|
| 2130 | mes "up for it. Kellasus has been"; |
---|
| 2131 | mes "like that since I first met him."; |
---|
| 2132 | next; |
---|
| 2133 | mes "[Beninne]"; |
---|
| 2134 | mes "It feels so nice to"; |
---|
| 2135 | mes "have someone like that"; |
---|
| 2136 | mes "to be protective of you."; |
---|
| 2137 | mes "Kellasus loves his work,"; |
---|
| 2138 | mes "but he loves his family even"; |
---|
| 2139 | mes "more. Amazing, isn't it?"; |
---|
| 2140 | close; |
---|
| 2141 | } |
---|
| 2142 | mes "[Beninne]"; |
---|
| 2143 | mes "Most people think that"; |
---|
| 2144 | mes "being a scientist's wife"; |
---|
| 2145 | mes "would be so difficult. I must"; |
---|
| 2146 | mes "be lucky that my husband is"; |
---|
| 2147 | mes "such a good family man, even"; |
---|
| 2148 | mes "though he may be an Alchemist."; |
---|
| 2149 | close; |
---|
| 2150 | } |
---|
| 2151 | |
---|
| 2152 | lighthalzen,226,210,3 script Nannan#qsk_al 86,{ |
---|
| 2153 | mes "[Nannan]"; |
---|
| 2154 | mes "You know, I always thought^FFFFFF ^000000 that all Alchemists were bookish,"; |
---|
| 2155 | mes "scholarly types, their faces always buried in books and studying. But"; |
---|
| 2156 | mes "I managed to find one who doesn't fit that nerdy stereotype at all."; |
---|
| 2157 | next; |
---|
| 2158 | mes "[Nannan]"; |
---|
| 2159 | mes "This guy, what's-his-face,"; |
---|
| 2160 | mes "Broncher, is always wasting"; |
---|
| 2161 | mes "his time drinking. I guess he^FFFFFF ^000000 discovered the secret of turning"; |
---|
| 2162 | mes "water into Grade A booze. But^FFFFFF ^000000 at least he's not the stuffy type."; |
---|
| 2163 | next; |
---|
| 2164 | mes "[Nannan]"; |
---|
| 2165 | mes "I don't know how much"; |
---|
| 2166 | mes "help he'd be to an aspiring"; |
---|
| 2167 | mes "Alchemist, but in my opinion,"; |
---|
| 2168 | mes "the man is a fully fledged"; |
---|
| 2169 | mes "genius! At least, compared"; |
---|
| 2170 | mes "to a street guy like me..."; |
---|
| 2171 | close; |
---|
| 2172 | } |
---|
| 2173 | |
---|
| 2174 | lhz_in01,218,141,7 script Alchemist#qsk_al 98,{ |
---|
| 2175 | mes "[Alchemist]"; |
---|
| 2176 | mes "Out of all humans,"; |
---|
| 2177 | mes "I believe Kellasus is"; |
---|
| 2178 | mes "the one who has come"; |
---|
| 2179 | mes "closest to discovering"; |
---|
| 2180 | mes "the secrets of life. He"; |
---|
| 2181 | mes "never fails to amaze me..."; |
---|
| 2182 | next; |
---|
| 2183 | mes "[Alchemist]"; |
---|
| 2184 | mes "I'm also impressed by the"; |
---|
| 2185 | mes "fact that he doesn't let his"; |
---|
| 2186 | mes "work keep him from being the"; |
---|
| 2187 | mes "best father and husband that"; |
---|
| 2188 | mes "he can for his family. He's"; |
---|
| 2189 | mes "an example for all of us."; |
---|
| 2190 | next; |
---|
| 2191 | mes "[Alchemist]"; |
---|
| 2192 | mes "Kellasus really is"; |
---|
| 2193 | mes "an amazing person."; |
---|
| 2194 | mes "There isn't one Alchemist"; |
---|
| 2195 | mes "that I know who doesn't look"; |
---|
| 2196 | mes "up to him in the realms of"; |
---|
| 2197 | mes "both science and personal life."; |
---|
| 2198 | close; |
---|
| 2199 | } |
---|
| 2200 | |
---|
| 2201 | //============================================================ |
---|
| 2202 | // Old changelog |
---|
| 2203 | //============================================================ |
---|
| 2204 | //= 1.0 for fully working skills only [Lupus] |
---|
| 2205 | //= 1.1 Added more new skill quests for more classes [Lupus] |
---|
| 2206 | //= Somehow eA engine doesn't let you keep learn't skill V_V' |
---|
| 2207 | //= 1.2 Added to correct locations, correct NPC's, fixed |
---|
| 2208 | //= some of the items required and made them into real |
---|
| 2209 | //= quests. [Reddozen] |
---|
| 2210 | //= 1.3 Fixed bugs and minor typos. Optimized [Lupus] |
---|
| 2211 | //= 1.3a fixed an item ID typo, thx 2Spiritual Kid |
---|
| 2212 | //= 1.3b Splitted into different files [DracoRPG] |
---|
| 2213 | //= 1.4 Added Creators + Baby Alchemists can pass Bio Ethics |
---|
| 2214 | //= Quest too [Lupus] |
---|
| 2215 | //= 1.5 Removed duplicates [Toms] 1.5a fixed typo [Lupus] |
---|
| 2216 | //= 1.6 Moved some NPCs related to Lighthalzen quests. [SinSloth] |
---|
| 2217 | //= 1.7 Updated "Elemental Potion Creation Quest" to the official one. [Samuray22] |
---|
| 2218 | //= 1.8 Added some missing NPCs from the Laboratory. [Samuray22] |
---|
| 2219 | //= 1.8a replaced item "names" with item id [Lupus] |
---|
| 2220 | //============================================================ |
---|