[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Wandering poet NPC |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= by MouseJstr |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 0.2a |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= eAthena 1.0 Final + |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | |
---|
| 11 | ayothaya,58,134,5 script Louise Gluck 763,{ |
---|
| 12 | mes "[Louise Gluck]"; |
---|
| 13 | mes "What is the next line? "; |
---|
| 14 | close; |
---|
| 15 | |
---|
| 16 | OnTimer5000: |
---|
| 17 | npcwalkto 65,129; |
---|
| 18 | npctalk "Twas brillig, and the slithy toves Did gyre and gimble in the wabe:"; |
---|
| 19 | end; |
---|
| 20 | |
---|
| 21 | OnTimer10000: |
---|
| 22 | npcwalkto 71,131; |
---|
| 23 | npctalk "All mimsy were the bogoroves, And the mome raths outgrabe."; |
---|
| 24 | end; |
---|
| 25 | |
---|
| 26 | OnTimer15000: |
---|
| 27 | npcwalkto 75,127; |
---|
| 28 | npctalk "Beware the Jabberwock, my son! The jaws that bite, theh claws that catch!"; |
---|
| 29 | end; |
---|
| 30 | |
---|
| 31 | OnTimer20000: |
---|
| 32 | npcwalkto 80,122; |
---|
| 33 | npctalk "Beware the Jubjub bird and shun The frumious Bandersnatch!"; |
---|
| 34 | end; |
---|
| 35 | |
---|
| 36 | OnTimer25000: |
---|
| 37 | npcwalkto 82,118; |
---|
| 38 | npctalk "He took his vorpal sword in hand: Long time the manxome foe he sought-"; |
---|
| 39 | end; |
---|
| 40 | |
---|
| 41 | OnTimer30000: |
---|
| 42 | npcwalkto 93,115; |
---|
| 43 | npctalk "So rested he by the Tumtum tree, And stood a while in thought."; |
---|
| 44 | end; |
---|
| 45 | |
---|
| 46 | OnTimer35000: |
---|
| 47 | npcwalkto 94,112; |
---|
| 48 | npctalk "And, as in uffish thought he stood, The Jabberwock, with eyes of flame,"; |
---|
| 49 | end; |
---|
| 50 | |
---|
| 51 | OnTimer40000: |
---|
| 52 | npcwalkto 88,124; |
---|
| 53 | npctalk "Came whiffling through the tulgey wood, And burbled as it came!"; |
---|
| 54 | end; |
---|
| 55 | |
---|
| 56 | OnTimer45000: |
---|
| 57 | npcwalkto 81,129; |
---|
| 58 | npctalk "One, two! One, two! And through and through The vorpal blade went snicker-snack!"; |
---|
| 59 | end; |
---|
| 60 | |
---|
| 61 | OnTimer50000: |
---|
| 62 | npcwalkto 76,139; |
---|
| 63 | npctalk "He left it dead, and with its head He went galumphing back."; |
---|
| 64 | end; |
---|
| 65 | |
---|
| 66 | OnTimer55000: |
---|
| 67 | npcwalkto 67,138; |
---|
| 68 | npctalk "And hast though slain the Jabberwock? Come to my arms beamish boy!"; |
---|
| 69 | end; |
---|
| 70 | |
---|
| 71 | OnTimer60000: |
---|
| 72 | npcwalkto 59,144; |
---|
| 73 | npctalk "O frabjous day! Callooh! Callay! He chortled in his joy."; |
---|
| 74 | end; |
---|
| 75 | |
---|
| 76 | OnTimer65000: |
---|
| 77 | npcwalkto 55,124; |
---|
| 78 | npctalk "Twas brillig, and the slithy toves Did gyre and gimble in the wabe:"; |
---|
| 79 | end; |
---|
| 80 | |
---|
| 81 | OnTimer70000: |
---|
| 82 | npcwalkto 58,134; |
---|
| 83 | npctalk "All mimsy were the bogoroves, And the mome raths outgrabe."; |
---|
| 84 | setnpctimer 0; |
---|
| 85 | end; |
---|
| 86 | |
---|
| 87 | OnInit: |
---|
| 88 | npcspeed 150; |
---|
| 89 | initnpctimer; |
---|
| 90 | end; |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | |
---|
| 94 | ayothaya,212,276,0 script Romeo 50,{ |
---|
| 95 | mes "[Romeo]"; |
---|
| 96 | mes "What is the next line? "; |
---|
| 97 | close; |
---|
| 98 | OnTimer0: |
---|
| 99 | npctalk "He jests at scars that never felt a wound."; |
---|
| 100 | end; |
---|
| 101 | OnTimer6000: |
---|
| 102 | npctalk "But, soft! what light through yonder window breaks?"; |
---|
| 103 | end; |
---|
| 104 | OnTimer8000: |
---|
| 105 | npctalk "It is the east, and Juliet is the sun."; |
---|
| 106 | end; |
---|
| 107 | OnTimer10000: |
---|
| 108 | npctalk "Arise, fair sun, and kill the envious moon,"; |
---|
| 109 | end; |
---|
| 110 | OnTimer12000: |
---|
| 111 | npctalk "Who is already sick and pale with grief,"; |
---|
| 112 | end; |
---|
| 113 | OnTimer14000: |
---|
| 114 | npctalk "That thou her maid art far more fair than she:"; |
---|
| 115 | end; |
---|
| 116 | OnTimer16000: |
---|
| 117 | npctalk "Be not her maid, since she is envious;"; |
---|
| 118 | end; |
---|
| 119 | OnTimer18000: |
---|
| 120 | npctalk "Her vestal livery is but sick and green"; |
---|
| 121 | end; |
---|
| 122 | OnTimer20000: |
---|
| 123 | npctalk "And none but fools do wear it; cast it off."; |
---|
| 124 | end; |
---|
| 125 | OnTimer22000: |
---|
| 126 | npctalk "It is my lady, O, it is my love!"; |
---|
| 127 | end; |
---|
| 128 | OnTimer24000: |
---|
| 129 | npctalk "O, that she knew she were!"; |
---|
| 130 | end; |
---|
| 131 | OnTimer26000: |
---|
| 132 | npctalk "She speaks yet she says nothing: what of that?"; |
---|
| 133 | end; |
---|
| 134 | OnTimer28000: |
---|
| 135 | npctalk "Her eye discourses; I will answer it."; |
---|
| 136 | end; |
---|
| 137 | OnTimer30000: |
---|
| 138 | npctalk "I am too bold, tis not to me she speaks:"; |
---|
| 139 | end; |
---|
| 140 | OnTimer32000: |
---|
| 141 | npctalk "Two of the fairest stars in all the heaven,"; |
---|
| 142 | end; |
---|
| 143 | OnTimer34000: |
---|
| 144 | npctalk "Having some business, do entreat her eyes"; |
---|
| 145 | end; |
---|
| 146 | OnTimer36000: |
---|
| 147 | npctalk "To twinkle in their spheres till they return."; |
---|
| 148 | end; |
---|
| 149 | OnTimer38000: |
---|
| 150 | npctalk "What if her eyes were there, they in her head?"; |
---|
| 151 | end; |
---|
| 152 | OnTimer40000: |
---|
| 153 | npctalk "The brightness of her cheek would shame those stars,"; |
---|
| 154 | end; |
---|
| 155 | OnTimer42000: |
---|
| 156 | npctalk "As daylight doth a lamp; her eyes in heaven"; |
---|
| 157 | end; |
---|
| 158 | OnTimer44000: |
---|
| 159 | npctalk "Would through the airy region stream so bright"; |
---|
| 160 | end; |
---|
| 161 | OnTimer46000: |
---|
| 162 | npctalk "That birds would sing and think it were not night."; |
---|
| 163 | end; |
---|
| 164 | OnTimer48000: |
---|
| 165 | npctalk "See, how she leans her cheek upon her hand!"; |
---|
| 166 | end; |
---|
| 167 | OnTimer50000: |
---|
| 168 | npctalk "O, that I were a glove upon that hand,"; |
---|
| 169 | end; |
---|
| 170 | OnTimer52000: |
---|
| 171 | npctalk "That I might touch that cheek!"; |
---|
| 172 | end; |
---|
| 173 | OnTimer56000: |
---|
| 174 | npctalk "She speaks:"; |
---|
| 175 | end; |
---|
| 176 | OnTimer58000: |
---|
| 177 | npctalk "O, speak again, bright angel! for thou art"; |
---|
| 178 | end; |
---|
| 179 | OnTimer60000: |
---|
| 180 | npctalk "As glorious to this night, being oer my head"; |
---|
| 181 | end; |
---|
| 182 | OnTimer62000: |
---|
| 183 | npctalk "As is a winged messenger of heaven"; |
---|
| 184 | end; |
---|
| 185 | OnTimer64000: |
---|
| 186 | npctalk "Unto the white-upturned wondering eyes"; |
---|
| 187 | end; |
---|
| 188 | OnTimer66000: |
---|
| 189 | npctalk "Of mortals that fall back to gaze on him"; |
---|
| 190 | end; |
---|
| 191 | OnTimer68000: |
---|
| 192 | npctalk "When he bestrides the lazy-pacing clouds"; |
---|
| 193 | end; |
---|
| 194 | OnTimer70000: |
---|
| 195 | npctalk "And sails upon the bosom of the air."; |
---|
| 196 | end; |
---|
| 197 | OnTimer80000: |
---|
| 198 | npctalk "Shall I hear more, or shall I speak at this?"; |
---|
| 199 | end; |
---|
| 200 | OnTimer106000: |
---|
| 201 | npctalk "I take thee at thy word:"; |
---|
| 202 | end; |
---|
| 203 | OnTimer108000: |
---|
| 204 | npctalk "Call me but love, and Ill be new baptized;"; |
---|
| 205 | end; |
---|
| 206 | OnTimer110000: |
---|
| 207 | npctalk "Henceforth I never will be Romeo."; |
---|
| 208 | end; |
---|
| 209 | OnTimer116000: |
---|
| 210 | npctalk "By a name"; |
---|
| 211 | end; |
---|
| 212 | OnTimer118000: |
---|
| 213 | npctalk "I know not how to tell thee who I am:"; |
---|
| 214 | end; |
---|
| 215 | OnTimer120000: |
---|
| 216 | npctalk "My name, dear saint, is hateful to myself,"; |
---|
| 217 | end; |
---|
| 218 | OnTimer122000: |
---|
| 219 | npctalk "Because it is an enemy to thee;"; |
---|
| 220 | end; |
---|
| 221 | OnTimer124000: |
---|
| 222 | npctalk "Had I it written, I would tear the word."; |
---|
| 223 | end; |
---|
| 224 | OnTimer132000: |
---|
| 225 | npctalk "Neither, fair saint, if either thee dislike."; |
---|
| 226 | end; |
---|
| 227 | OnTimer142000: |
---|
| 228 | npctalk "With loves light wings did I oer-perch these walls;"; |
---|
| 229 | end; |
---|
| 230 | OnTimer144000: |
---|
| 231 | npctalk "For stony limits cannot hold love out,"; |
---|
| 232 | end; |
---|
| 233 | OnTimer146000: |
---|
| 234 | npctalk "And what love can do that dares love attempt;"; |
---|
| 235 | end; |
---|
| 236 | OnTimer148000: |
---|
| 237 | npctalk "Therefore thy kinsmen are no let to me."; |
---|
| 238 | end; |
---|
| 239 | OnTimer152000: |
---|
| 240 | npctalk "Alack, there lies more peril in thine eye"; |
---|
| 241 | end; |
---|
| 242 | OnTimer154000: |
---|
| 243 | npctalk "Than twenty of their swords: look thou but sweet,"; |
---|
| 244 | end; |
---|
| 245 | OnTimer156000: |
---|
| 246 | npctalk "And I am proof against their enmity."; |
---|
| 247 | end; |
---|
| 248 | OnTimer160000: |
---|
| 249 | npctalk "I have nights cloak to hide me from their sight;"; |
---|
| 250 | end; |
---|
| 251 | OnTimer162000: |
---|
| 252 | npctalk "And but thou love me, let them find me here:"; |
---|
| 253 | end; |
---|
| 254 | OnTimer164000: |
---|
| 255 | npctalk "My life were better ended by their hate,"; |
---|
| 256 | end; |
---|
| 257 | OnTimer166000: |
---|
| 258 | npctalk "Than death prorogued, wanting of thy love."; |
---|
| 259 | end; |
---|
| 260 | OnTimer170000: |
---|
| 261 | npctalk "By love, who first did prompt me to inquire;"; |
---|
| 262 | end; |
---|
| 263 | OnTimer172000: |
---|
| 264 | npctalk "He lent me counsel and I lent him eyes."; |
---|
| 265 | end; |
---|
| 266 | OnTimer174000: |
---|
| 267 | npctalk "I am no pilot; yet, wert thou as far"; |
---|
| 268 | end; |
---|
| 269 | OnTimer176000: |
---|
| 270 | npctalk "As that vast shore washd with the farthest sea,"; |
---|
| 271 | end; |
---|
| 272 | OnTimer178000: |
---|
| 273 | npctalk "I would adventure for such merchandise."; |
---|
| 274 | end; |
---|
| 275 | OnTimer224000: |
---|
| 276 | npctalk "Lady, by yonder blessed moon I swear"; |
---|
| 277 | end; |
---|
| 278 | OnTimer226000: |
---|
| 279 | npctalk "That tips with silver all these fruit-tree tops--"; |
---|
| 280 | end; |
---|
| 281 | OnTimer234000: |
---|
| 282 | npctalk "What shall I swear by?"; |
---|
| 283 | end; |
---|
| 284 | OnTimer244000: |
---|
| 285 | npctalk "If my hearts dear love--"; |
---|
| 286 | end; |
---|
| 287 | OnTimer264000: |
---|
| 288 | npctalk "O, wilt thou leave me so unsatisfied?"; |
---|
| 289 | end; |
---|
| 290 | OnTimer268000: |
---|
| 291 | npctalk "The exchange of thy loves faithful vow for mine."; |
---|
| 292 | end; |
---|
| 293 | OnTimer274000: |
---|
| 294 | npctalk "Wouldst thou withdraw it? for what purpose, love?"; |
---|
| 295 | end; |
---|
| 296 | OnTimer294000: |
---|
| 297 | npctalk "O blessed, blessed night! I am afeard."; |
---|
| 298 | end; |
---|
| 299 | OnTimer296000: |
---|
| 300 | npctalk "Being in night, all this is but a dream,"; |
---|
| 301 | end; |
---|
| 302 | OnTimer298000: |
---|
| 303 | npctalk "Too flattering-sweet to be substantial."; |
---|
| 304 | end; |
---|
| 305 | OnTimer330000: |
---|
| 306 | npctalk "So thrive my soul--"; |
---|
| 307 | end; |
---|
| 308 | OnTimer334000: |
---|
| 309 | npctalk "A thousand times the worse, to want thy light."; |
---|
| 310 | end; |
---|
| 311 | OnTimer336000: |
---|
| 312 | npctalk "Love goes toward love, as schoolboys from"; |
---|
| 313 | end; |
---|
| 314 | OnTimer338000: |
---|
| 315 | npctalk "their books,"; |
---|
| 316 | end; |
---|
| 317 | OnTimer340000: |
---|
| 318 | npctalk "But love from love, toward school with heavy looks."; |
---|
| 319 | end; |
---|
| 320 | OnTimer356000: |
---|
| 321 | npctalk "It is my soul that calls upon my name:"; |
---|
| 322 | end; |
---|
| 323 | OnTimer358000: |
---|
| 324 | npctalk "How silver-sweet sound lovers tongues by night,"; |
---|
| 325 | end; |
---|
| 326 | OnTimer360000: |
---|
| 327 | npctalk "Like softest music to attending ears!"; |
---|
| 328 | end; |
---|
| 329 | OnTimer364000: |
---|
| 330 | npctalk "My dear?"; |
---|
| 331 | end; |
---|
| 332 | OnTimer370000: |
---|
| 333 | npctalk "At the hour of nine."; |
---|
| 334 | end; |
---|
| 335 | OnTimer376000: |
---|
| 336 | npctalk "Let me stand here till thou remember it."; |
---|
| 337 | end; |
---|
| 338 | OnTimer382000: |
---|
| 339 | npctalk "And Ill still stay, to have thee still forget,"; |
---|
| 340 | end; |
---|
| 341 | OnTimer384000: |
---|
| 342 | npctalk "Forgetting any other home but this."; |
---|
| 343 | end; |
---|
| 344 | OnTimer398000: |
---|
| 345 | npctalk "I would I were thy bird."; |
---|
| 346 | end; |
---|
| 347 | OnTimer410000: |
---|
| 348 | npctalk "Sleep dwell upon thine eyes, peace in thy breast!"; |
---|
| 349 | end; |
---|
| 350 | OnTimer412000: |
---|
| 351 | npctalk "Would I were sleep and peace, so sweet to rest!"; |
---|
| 352 | end; |
---|
| 353 | OnTimer414000: |
---|
| 354 | npctalk "Hence will I to my ghostly fathers cell,"; |
---|
| 355 | end; |
---|
| 356 | OnTimer416000: |
---|
| 357 | npctalk "His help to crave, and my dear hap to tell."; |
---|
| 358 | end; |
---|
| 359 | OnTimer538000: |
---|
| 360 | setnpctimer 0; |
---|
| 361 | end; |
---|
| 362 | OnInit: |
---|
| 363 | npcspeed 150; |
---|
| 364 | initnpctimer; |
---|
| 365 | end; |
---|
| 366 | } |
---|
| 367 | |
---|
| 368 | ayothaya,214,279,3 script Juliet 53,{ |
---|
| 369 | mes "[Juliet]"; |
---|
| 370 | mes "What is the next line? "; |
---|
| 371 | close; |
---|
| 372 | OnTimer54000: |
---|
| 373 | npctalk "Ay me!"; |
---|
| 374 | end; |
---|
| 375 | OnTimer72000: |
---|
| 376 | npctalk "O Romeo, Romeo! wherefore art thou Romeo?"; |
---|
| 377 | end; |
---|
| 378 | OnTimer74000: |
---|
| 379 | npctalk "Deny thy father and refuse thy name;"; |
---|
| 380 | end; |
---|
| 381 | OnTimer76000: |
---|
| 382 | npctalk "Or, if thou wilt not, be but sworn my love,"; |
---|
| 383 | end; |
---|
| 384 | OnTimer78000: |
---|
| 385 | npctalk "And Ill no longer be a Capulet."; |
---|
| 386 | end; |
---|
| 387 | OnTimer82000: |
---|
| 388 | npctalk "Tis but thy name that is my enemy;"; |
---|
| 389 | end; |
---|
| 390 | OnTimer84000: |
---|
| 391 | npctalk "Thou art thyself, though not a Montague."; |
---|
| 392 | end; |
---|
| 393 | OnTimer86000: |
---|
| 394 | npctalk "Whats Montague? it is nor hand, nor foot,"; |
---|
| 395 | end; |
---|
| 396 | OnTimer88000: |
---|
| 397 | npctalk "Nor arm, nor face, nor any other part"; |
---|
| 398 | end; |
---|
| 399 | OnTimer90000: |
---|
| 400 | npctalk "Belonging to a man. O, be some other name!"; |
---|
| 401 | end; |
---|
| 402 | OnTimer92000: |
---|
| 403 | npctalk "Whats in a name? that which we call a rose"; |
---|
| 404 | end; |
---|
| 405 | OnTimer94000: |
---|
| 406 | npctalk "By any other name would smell as sweet;"; |
---|
| 407 | end; |
---|
| 408 | OnTimer96000: |
---|
| 409 | npctalk "So Romeo would, were he not Romeo calld,"; |
---|
| 410 | end; |
---|
| 411 | OnTimer98000: |
---|
| 412 | npctalk "Retain that dear perfection which he owes"; |
---|
| 413 | end; |
---|
| 414 | OnTimer100000: |
---|
| 415 | npctalk "Without that title. Romeo, doff thy name,"; |
---|
| 416 | end; |
---|
| 417 | OnTimer102000: |
---|
| 418 | npctalk "And for that name which is no part of thee"; |
---|
| 419 | end; |
---|
| 420 | OnTimer104000: |
---|
| 421 | npctalk "Take all myself."; |
---|
| 422 | end; |
---|
| 423 | OnTimer112000: |
---|
| 424 | npctalk "What man art thou that thus bescreend in night"; |
---|
| 425 | end; |
---|
| 426 | OnTimer114000: |
---|
| 427 | npctalk "So stumblest on my counsel?"; |
---|
| 428 | end; |
---|
| 429 | OnTimer126000: |
---|
| 430 | npctalk "My ears have not yet drunk a hundred words"; |
---|
| 431 | end; |
---|
| 432 | OnTimer128000: |
---|
| 433 | npctalk "Of that tongues utterance, yet I know the sound:"; |
---|
| 434 | end; |
---|
| 435 | OnTimer130000: |
---|
| 436 | npctalk "Art thou not Romeo and a Montague?"; |
---|
| 437 | end; |
---|
| 438 | OnTimer134000: |
---|
| 439 | npctalk "How camest thou hither, tell me, and wherefore?"; |
---|
| 440 | end; |
---|
| 441 | OnTimer136000: |
---|
| 442 | npctalk "The orchard walls are high and hard to climb,"; |
---|
| 443 | end; |
---|
| 444 | OnTimer138000: |
---|
| 445 | npctalk "And the place death, considering who thou art,"; |
---|
| 446 | end; |
---|
| 447 | OnTimer140000: |
---|
| 448 | npctalk "If any of my kinsmen find thee here."; |
---|
| 449 | end; |
---|
| 450 | OnTimer150000: |
---|
| 451 | npctalk "If they do see thee, they will murder thee."; |
---|
| 452 | end; |
---|
| 453 | OnTimer158000: |
---|
| 454 | npctalk "I would not for the world they saw thee here."; |
---|
| 455 | end; |
---|
| 456 | OnTimer168000: |
---|
| 457 | npctalk "By whose direction foundst thou out this place?"; |
---|
| 458 | end; |
---|
| 459 | OnTimer180000: |
---|
| 460 | npctalk "Thou knowst the mask of night is on my face,"; |
---|
| 461 | end; |
---|
| 462 | OnTimer182000: |
---|
| 463 | npctalk "Else would a maiden blush bepaint my cheek"; |
---|
| 464 | end; |
---|
| 465 | OnTimer184000: |
---|
| 466 | npctalk "For that which thou hast heard me speak to-night"; |
---|
| 467 | end; |
---|
| 468 | OnTimer186000: |
---|
| 469 | npctalk "Fain would I dwell on form, fain, fain deny"; |
---|
| 470 | end; |
---|
| 471 | OnTimer188000: |
---|
| 472 | npctalk "What I have spoke: but farewell compliment!"; |
---|
| 473 | end; |
---|
| 474 | OnTimer190000: |
---|
| 475 | npctalk "Dost thou love me? I know thou wilt say Ay,"; |
---|
| 476 | end; |
---|
| 477 | OnTimer192000: |
---|
| 478 | npctalk "And I will take thy word: yet if thou swearst,"; |
---|
| 479 | end; |
---|
| 480 | OnTimer194000: |
---|
| 481 | npctalk "Thou mayst prove false; at lovers perjuries"; |
---|
| 482 | end; |
---|
| 483 | OnTimer196000: |
---|
| 484 | npctalk "Then say, Jove laughs. O gentle Romeo,"; |
---|
| 485 | end; |
---|
| 486 | OnTimer198000: |
---|
| 487 | npctalk "If thou dost love, pronounce it faithfully:"; |
---|
| 488 | end; |
---|
| 489 | OnTimer200000: |
---|
| 490 | npctalk "Or if thou thinkst I am too quickly won,"; |
---|
| 491 | end; |
---|
| 492 | OnTimer202000: |
---|
| 493 | npctalk "Ill frown and be perverse an say thee nay,"; |
---|
| 494 | end; |
---|
| 495 | OnTimer204000: |
---|
| 496 | npctalk "So thou wilt woo; but else, not for the world."; |
---|
| 497 | end; |
---|
| 498 | OnTimer206000: |
---|
| 499 | npctalk "In truth, fair Montague, I am too fond,"; |
---|
| 500 | end; |
---|
| 501 | OnTimer208000: |
---|
| 502 | npctalk "And therefore thou mayst think my havior light:"; |
---|
| 503 | end; |
---|
| 504 | OnTimer210000: |
---|
| 505 | npctalk "But trust me, gentleman, Ill prove more true"; |
---|
| 506 | end; |
---|
| 507 | OnTimer212000: |
---|
| 508 | npctalk "Than those that have more cunning to be strange."; |
---|
| 509 | end; |
---|
| 510 | OnTimer214000: |
---|
| 511 | npctalk "I should have been more strange, I must confess,"; |
---|
| 512 | end; |
---|
| 513 | OnTimer216000: |
---|
| 514 | npctalk "But that thou overheardst, ere I was ware,"; |
---|
| 515 | end; |
---|
| 516 | OnTimer218000: |
---|
| 517 | npctalk "My true loves passion: therefore pardon me,"; |
---|
| 518 | end; |
---|
| 519 | OnTimer220000: |
---|
| 520 | npctalk "And not impute this yielding to light love,"; |
---|
| 521 | end; |
---|
| 522 | OnTimer222000: |
---|
| 523 | npctalk "Which the dark night hath so discovered."; |
---|
| 524 | end; |
---|
| 525 | OnTimer228000: |
---|
| 526 | npctalk "O, swear not by the moon, the inconstant moon,"; |
---|
| 527 | end; |
---|
| 528 | OnTimer230000: |
---|
| 529 | npctalk "That monthly changes in her circled orb,"; |
---|
| 530 | end; |
---|
| 531 | OnTimer232000: |
---|
| 532 | npctalk "Lest that thy love prove likewise variable."; |
---|
| 533 | end; |
---|
| 534 | OnTimer236000: |
---|
| 535 | npctalk "Do not swear at all;"; |
---|
| 536 | end; |
---|
| 537 | OnTimer238000: |
---|
| 538 | npctalk "Or, if thou wilt, swear by thy gracious self,"; |
---|
| 539 | end; |
---|
| 540 | OnTimer240000: |
---|
| 541 | npctalk "Which is the god of my idolatry,"; |
---|
| 542 | end; |
---|
| 543 | OnTimer242000: |
---|
| 544 | npctalk "And Ill believe thee."; |
---|
| 545 | end; |
---|
| 546 | OnTimer246000: |
---|
| 547 | npctalk "Well, do not swear: although I joy in thee,"; |
---|
| 548 | end; |
---|
| 549 | OnTimer248000: |
---|
| 550 | npctalk "I have no joy of this contract to-night:"; |
---|
| 551 | end; |
---|
| 552 | OnTimer250000: |
---|
| 553 | npctalk "It is too rash, too unadvised, too sudden;"; |
---|
| 554 | end; |
---|
| 555 | OnTimer252000: |
---|
| 556 | npctalk "Too like the lightning, which doth cease to be"; |
---|
| 557 | end; |
---|
| 558 | OnTimer254000: |
---|
| 559 | npctalk "Ere one can say It lightens. Sweet, good night!"; |
---|
| 560 | end; |
---|
| 561 | OnTimer256000: |
---|
| 562 | npctalk "This bud of love, by summers ripening breath,"; |
---|
| 563 | end; |
---|
| 564 | OnTimer258000: |
---|
| 565 | npctalk "May prove a beauteous flower when next we meet."; |
---|
| 566 | end; |
---|
| 567 | OnTimer260000: |
---|
| 568 | npctalk "Good night, good night! as sweet repose and rest"; |
---|
| 569 | end; |
---|
| 570 | OnTimer262000: |
---|
| 571 | npctalk "Come to thy heart as that within my breast!"; |
---|
| 572 | end; |
---|
| 573 | OnTimer266000: |
---|
| 574 | npctalk "What satisfaction canst thou have to-night?"; |
---|
| 575 | end; |
---|
| 576 | OnTimer270000: |
---|
| 577 | npctalk "I gave thee mine before thou didst request it:"; |
---|
| 578 | end; |
---|
| 579 | OnTimer272000: |
---|
| 580 | npctalk "And yet I would it were to give again."; |
---|
| 581 | end; |
---|
| 582 | OnTimer276000: |
---|
| 583 | npctalk "But to be frank, and give it thee again."; |
---|
| 584 | end; |
---|
| 585 | OnTimer278000: |
---|
| 586 | npctalk "And yet I wish but for the thing I have:"; |
---|
| 587 | end; |
---|
| 588 | OnTimer280000: |
---|
| 589 | npctalk "My bounty is as boundless as the sea,"; |
---|
| 590 | end; |
---|
| 591 | OnTimer282000: |
---|
| 592 | npctalk "My love as deep; the more I give to thee,"; |
---|
| 593 | end; |
---|
| 594 | OnTimer284000: |
---|
| 595 | npctalk "The more I have, for both are infinite."; |
---|
| 596 | end; |
---|
| 597 | OnTimer288000: |
---|
| 598 | npctalk "I hear some noise within; dear love, adieu!"; |
---|
| 599 | end; |
---|
| 600 | OnTimer290000: |
---|
| 601 | npctalk "Anon, good nurse! Sweet Montague, be true."; |
---|
| 602 | end; |
---|
| 603 | OnTimer292000: |
---|
| 604 | npctalk "Stay but a little, I will come again."; |
---|
| 605 | end; |
---|
| 606 | OnTimer302000: |
---|
| 607 | npctalk "Three words, dear Romeo, and good night indeed."; |
---|
| 608 | end; |
---|
| 609 | OnTimer304000: |
---|
| 610 | npctalk "If that thy bent of love be honourable,"; |
---|
| 611 | end; |
---|
| 612 | OnTimer306000: |
---|
| 613 | npctalk "Thy purpose marriage, send me word to-morrow,"; |
---|
| 614 | end; |
---|
| 615 | OnTimer308000: |
---|
| 616 | npctalk "By one that Ill procure to come to thee,"; |
---|
| 617 | end; |
---|
| 618 | OnTimer310000: |
---|
| 619 | npctalk "Where and what time thou wilt perform the rite;"; |
---|
| 620 | end; |
---|
| 621 | OnTimer312000: |
---|
| 622 | npctalk "And all my fortunes at thy foot Ill lay"; |
---|
| 623 | end; |
---|
| 624 | OnTimer314000: |
---|
| 625 | npctalk "And follow thee my lord throughout the world."; |
---|
| 626 | end; |
---|
| 627 | OnTimer318000: |
---|
| 628 | npctalk "I come, anon.--But if thou meanst not well,"; |
---|
| 629 | end; |
---|
| 630 | OnTimer320000: |
---|
| 631 | npctalk "I do beseech thee--"; |
---|
| 632 | end; |
---|
| 633 | OnTimer324000: |
---|
| 634 | npctalk "By and by, I come:--"; |
---|
| 635 | end; |
---|
| 636 | OnTimer326000: |
---|
| 637 | npctalk "To cease thy suit, and leave me to my grief:"; |
---|
| 638 | end; |
---|
| 639 | OnTimer328000: |
---|
| 640 | npctalk "To-morrow will I send."; |
---|
| 641 | end; |
---|
| 642 | OnTimer332000: |
---|
| 643 | npctalk "A thousand times good night!"; |
---|
| 644 | end; |
---|
| 645 | OnTimer344000: |
---|
| 646 | npctalk "Hist! Romeo, hist! O, for a falconers voice,"; |
---|
| 647 | end; |
---|
| 648 | OnTimer346000: |
---|
| 649 | npctalk "To lure this tassel-gentle back again!"; |
---|
| 650 | end; |
---|
| 651 | OnTimer348000: |
---|
| 652 | npctalk "Bondage is hoarse, and may not speak aloud;"; |
---|
| 653 | end; |
---|
| 654 | OnTimer350000: |
---|
| 655 | npctalk "Else would I tear the cave where Echo lies,"; |
---|
| 656 | end; |
---|
| 657 | OnTimer352000: |
---|
| 658 | npctalk "And make her airy tongue more hoarse than mine,"; |
---|
| 659 | end; |
---|
| 660 | OnTimer354000: |
---|
| 661 | npctalk "With repetition of my Romeos name."; |
---|
| 662 | end; |
---|
| 663 | OnTimer362000: |
---|
| 664 | npctalk "Romeo!"; |
---|
| 665 | end; |
---|
| 666 | OnTimer366000: |
---|
| 667 | npctalk "At what oclock to-morrow"; |
---|
| 668 | end; |
---|
| 669 | OnTimer368000: |
---|
| 670 | npctalk "Shall I send to thee?"; |
---|
| 671 | end; |
---|
| 672 | OnTimer372000: |
---|
| 673 | npctalk "I will not fail: tis twenty years till then."; |
---|
| 674 | end; |
---|
| 675 | OnTimer374000: |
---|
| 676 | npctalk "I have forgot why I did call thee back."; |
---|
| 677 | end; |
---|
| 678 | OnTimer378000: |
---|
| 679 | npctalk "I shall forget, to have thee still stand there,"; |
---|
| 680 | end; |
---|
| 681 | OnTimer380000: |
---|
| 682 | npctalk "Remembering how I love thy company."; |
---|
| 683 | end; |
---|
| 684 | OnTimer386000: |
---|
| 685 | npctalk "Tis almost morning; I would have thee gone:"; |
---|
| 686 | end; |
---|
| 687 | OnTimer388000: |
---|
| 688 | npctalk "And yet no further than a wantons bird;"; |
---|
| 689 | end; |
---|
| 690 | OnTimer390000: |
---|
| 691 | npctalk "Who lets it hop a little from her hand,"; |
---|
| 692 | end; |
---|
| 693 | OnTimer392000: |
---|
| 694 | npctalk "Like a poor prisoner in his twisted gyves,"; |
---|
| 695 | end; |
---|
| 696 | OnTimer394000: |
---|
| 697 | npctalk "And with a silk thread plucks it back again,"; |
---|
| 698 | end; |
---|
| 699 | OnTimer396000: |
---|
| 700 | npctalk "So loving-jealous of his liberty."; |
---|
| 701 | end; |
---|
| 702 | OnTimer400000: |
---|
| 703 | npctalk "Sweet, so would I:"; |
---|
| 704 | end; |
---|
| 705 | OnTimer402000: |
---|
| 706 | npctalk "Yet I should kill thee with much cherishing."; |
---|
| 707 | end; |
---|
| 708 | OnTimer404000: |
---|
| 709 | npctalk "Good night, good night! parting is such"; |
---|
| 710 | end; |
---|
| 711 | OnTimer406000: |
---|
| 712 | npctalk "sweet sorrow,"; |
---|
| 713 | end; |
---|
| 714 | OnTimer408000: |
---|
| 715 | npctalk "That I shall say good night till it be morrow."; |
---|
| 716 | end; |
---|
| 717 | OnTimer538000: |
---|
| 718 | setnpctimer 0; |
---|
| 719 | end; |
---|
| 720 | OnInit: |
---|
| 721 | npcspeed 150; |
---|
| 722 | initnpctimer; |
---|
| 723 | end; |
---|
| 724 | } |
---|