[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Prontera Library |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= L0ne_W0lf |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.1 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Eathena SVN |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= [Aegis Conversion] |
---|
| 11 | //= Various Books found in Prontera Library |
---|
| 12 | //===== Additional Comments: ================================= |
---|
| 13 | //= 1.0 First Version, rescripted to Aegis 10.3 standard. [L0ne_W0lf] |
---|
| 14 | //= 1.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] |
---|
| 15 | //============================================================ |
---|
| 16 | |
---|
| 17 | // Prontera |
---|
| 18 | //============================================================ |
---|
| 19 | |
---|
| 20 | prt_in,168,56,4 script Monster Encyclopedia#prt 111,{ |
---|
| 21 | mes "^FF0000[Monster Encyclopedia]^000000"; |
---|
| 22 | mes "This is a Monster Encyclopedia"; |
---|
| 23 | mes "containing information on Water,"; |
---|
| 24 | mes "Wind and Ghost property monsters."; |
---|
| 25 | next; |
---|
| 26 | set .@loop1,1; |
---|
| 27 | while(.@loop1) { |
---|
| 28 | set .@loop2,1; |
---|
| 29 | switch(select("Water Property Monsters:Wind Property Monsters:Spritual Property Monsters:Cancel")) { |
---|
| 30 | case 1: |
---|
| 31 | while(.@Loop2) { |
---|
| 32 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 33 | case 1: |
---|
| 34 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 35 | mes "1. Plankton"; |
---|
| 36 | mes "Even though they seem"; |
---|
| 37 | mes "insignificantly small, be careful"; |
---|
| 38 | mes "not to step on them. Plankton are"; |
---|
| 39 | mes "light and can drift on the water."; |
---|
| 40 | mes "^0099FFItem Drops^000000: Single Cell, Garlet,"; |
---|
| 41 | mes "Sticky Mucus, Empty Bottle"; |
---|
| 42 | next; |
---|
| 43 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 44 | mes "2. Kukre"; |
---|
| 45 | mes "Kukre look better than Thief Bugs"; |
---|
| 46 | mes "but basically loot items just the"; |
---|
| 47 | mes "same. Luckily, they don't attack"; |
---|
| 48 | mes "players in a group."; |
---|
| 49 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 50 | mes "Monster's Feed, Red Herb, Insect"; |
---|
| 51 | mes "Feeler"; |
---|
| 52 | next; |
---|
| 53 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 54 | mes "3. Hydra"; |
---|
| 55 | mes "Vegetable Monstesr that live near"; |
---|
| 56 | mes "water or in the deep sea that"; |
---|
| 57 | mes "attack using tentacles. As a group,"; |
---|
| 58 | mes "they're a pain in the ass."; |
---|
| 59 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 60 | mes "Meat."; |
---|
| 61 | next; |
---|
| 62 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 63 | mes "4. Vadon"; |
---|
| 64 | mes "Covered in a thick, protective"; |
---|
| 65 | mes "shell, Vadons attack with powerful"; |
---|
| 66 | mes "pincers. Although they look like"; |
---|
| 67 | mes "crabs, their meat can't be eaten."; |
---|
| 68 | mes "^0099FFItem Drops^000000: Nipper, Garlet, Solid"; |
---|
| 69 | mes "Shell, Shell"; |
---|
| 70 | next; |
---|
| 71 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 72 | mes "5. Marina"; |
---|
| 73 | mes "Transparent jellyfish that attack"; |
---|
| 74 | mes "by stretching their flexible bodies"; |
---|
| 75 | mes "in a whip-like fashion. They live"; |
---|
| 76 | mes "in cool places near water."; |
---|
| 77 | mes "^0099FFItem Drops^000000: Single Cell, Sticky"; |
---|
| 78 | mes "Mucus"; |
---|
| 79 | next; |
---|
| 80 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 81 | mes "6. Cornutus"; |
---|
| 82 | mes "Benign monsters that conceal"; |
---|
| 83 | mes "themselves in hard, turban shaped"; |
---|
| 84 | mes "shells. They try to live as"; |
---|
| 85 | mes "peacefully as they can in this"; |
---|
| 86 | mes "crazy, crazy world."; |
---|
| 87 | mes "^0099FFItem Drops^000000: Conch, Scell, Solid"; |
---|
| 88 | mes "Shell"; |
---|
| 89 | next; |
---|
| 90 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 91 | mes "7. Magnolia"; |
---|
| 92 | mes "Cute looking creatures that appear"; |
---|
| 93 | mes "as large frying pans cooking an"; |
---|
| 94 | mes "egg. They mercilessly spank all"; |
---|
| 95 | mes "that oppose them."; |
---|
| 96 | mes "^0099FFItem Drops^000000: Jellopy, Garlet, Scell"; |
---|
| 97 | next; |
---|
| 98 | mes "^FF0000[Vol. 1: Small Water Monsters]^000000"; |
---|
| 99 | mes "8. Marine Sphere"; |
---|
| 100 | mes "Strange, round-shaped monsters that"; |
---|
| 101 | mes "pulse with destructive energy."; |
---|
| 102 | mes "Gathering their Detonators may be"; |
---|
| 103 | mes "useful for Alchemists."; |
---|
| 104 | mes "^0099FFItem Drops^000000: Tendon, Detonator"; |
---|
| 105 | next; |
---|
| 106 | break; |
---|
| 107 | case 2: |
---|
| 108 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 109 | mes "1. Poring"; |
---|
| 110 | mes "Small, pink monsters that are made"; |
---|
| 111 | mes "of a living gelatinous substance."; |
---|
| 112 | mes "They're cute, and move by"; |
---|
| 113 | mes "bouncing."; |
---|
| 114 | mes "^0099FFItem Drops^000000: Jellopy, Sticky Mucus,"; |
---|
| 115 | mes "Apple, Empty Bottle, Red Herb"; |
---|
| 116 | next; |
---|
| 117 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 118 | mes "2. Roda Frog"; |
---|
| 119 | mes "Amphibious frogs that have an"; |
---|
| 120 | mes "annoying croak. In some countries,"; |
---|
| 121 | mes "their legs are a delicacy."; |
---|
| 122 | mes "^0099FFItem Drops^000000: Sticky Webfoot, Spawn,"; |
---|
| 123 | mes "Green Herb, Empty Bottle"; |
---|
| 124 | next; |
---|
| 125 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 126 | mes "3. Spore"; |
---|
| 127 | mes "Mushroom-like monsters that utilise"; |
---|
| 128 | mes "mycelial reproduction. Usually live"; |
---|
| 129 | mes "in forests or dungeons."; |
---|
| 130 | mes "^0099FFItem Drops^000000: Spore, Red Herb, Blue"; |
---|
| 131 | mes "Herb"; |
---|
| 132 | next; |
---|
| 133 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 134 | mes "4. Goblin"; |
---|
| 135 | mes "Small, mask wearing monsters that"; |
---|
| 136 | mes "viciously attack passerby's. There"; |
---|
| 137 | mes "seem to be different types that use"; |
---|
| 138 | mes "different weapons."; |
---|
| 139 | mes "^0099FFItem Drops^000000: Yellow Herb, Red"; |
---|
| 140 | mes "Herb"; |
---|
| 141 | next; |
---|
| 142 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 143 | mes "5. Thara Frog"; |
---|
| 144 | mes "Red Frogs that are much stronger"; |
---|
| 145 | mes "than the green Roda Frogs. They"; |
---|
| 146 | mes "also produce an annoying croaking"; |
---|
| 147 | mes "noise."; |
---|
| 148 | mes "^0099FFItem Drops^000000: Spawn, Scell, Sticky"; |
---|
| 149 | mes "Webfoot"; |
---|
| 150 | next; |
---|
| 151 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 152 | mes "6. Phen"; |
---|
| 153 | mes "A blue fish with a pointed nose and"; |
---|
| 154 | mes "sad, incredibly sad, vacant eyes."; |
---|
| 155 | mes "^0099FFItem Drops^000000: Fish Tail, Sharp Scale,"; |
---|
| 156 | mes "Meat, Fin"; |
---|
| 157 | next; |
---|
| 158 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 159 | mes "7. Marse"; |
---|
| 160 | mes "A miniature squid with miniature"; |
---|
| 161 | mes "tentacles. How it moves through"; |
---|
| 162 | mes "water with those tiny things is"; |
---|
| 163 | mes "still a scientific mystery."; |
---|
| 164 | mes "^0099FFItem Drops^000000: Squid Ink, Tentacle"; |
---|
| 165 | next; |
---|
| 166 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 167 | mes "8. Obeaune"; |
---|
| 168 | mes "A female Mermaid that attacks with"; |
---|
| 169 | mes "its wild, flowing hair. Whether or"; |
---|
| 170 | mes "not its male version is Merman is"; |
---|
| 171 | mes "still under debate."; |
---|
| 172 | mes "^0099FFItem Drops^000000: Heart of Mermaid, Fin"; |
---|
| 173 | next; |
---|
| 174 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 175 | mes "9. Sohee"; |
---|
| 176 | mes "A female Ghost that harbours a deep"; |
---|
| 177 | mes "grudge. Although she is usually"; |
---|
| 178 | mes "crying, she can become fierce upon"; |
---|
| 179 | mes "encountering the living."; |
---|
| 180 | mes "^0099FFItem Drops^000000: Black Hair, Red Herb"; |
---|
| 181 | next; |
---|
| 182 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 183 | mes "10. Marc"; |
---|
| 184 | mes "A proud looking Sea Horse that sort"; |
---|
| 185 | mes "of looks like a dragon."; |
---|
| 186 | mes "Unfortunately, you can't ride it."; |
---|
| 187 | mes "^0099FFItem Drops^000000: Gill, Fin"; |
---|
| 188 | next; |
---|
| 189 | mes "^FF0000[Vol. 2: Medium Water Monsters]^000000"; |
---|
| 190 | mes "11. Deviace"; |
---|
| 191 | mes "Fish monster with a big mouth"; |
---|
| 192 | mes "attached to a suction cup. Small,"; |
---|
| 193 | mes "strong, and sort of looks like a"; |
---|
| 194 | mes "watermelon."; |
---|
| 195 | mes "^0099FFItem Drops^000000: Ancient Tooth, Ancient"; |
---|
| 196 | mes "Lips"; |
---|
| 197 | next; |
---|
| 198 | break; |
---|
| 199 | case 3: |
---|
| 200 | mes "^FF0000[Vol. 3: Great Water Monsters]^000000"; |
---|
| 201 | mes "1. Ambernite"; |
---|
| 202 | mes "A snail shaped monster, it is"; |
---|
| 203 | mes "highly strong offense and defense."; |
---|
| 204 | mes "However, it is incredibly slow like"; |
---|
| 205 | mes "all other snails."; |
---|
| 206 | mes "^0099FFItem Drops^000000: Snail's Shell,"; |
---|
| 207 | mes "Garlet, Shell, Solid Shell"; |
---|
| 208 | next; |
---|
| 209 | mes "^FF0000[Vol. 3: Great Water Monsters]^000000"; |
---|
| 210 | mes "2. Sword Fish"; |
---|
| 211 | mes "Fish Monster with a sharp, long nose"; |
---|
| 212 | mes "that's just like a sword. Although it"; |
---|
| 213 | mes "has googly eyes, it's a dangerous"; |
---|
| 214 | mes "monster. Why wasn't it named Sword"; |
---|
| 215 | mes "Nose Fish?"; |
---|
| 216 | mes "^0099FFItem Drops^000000: Sharp Scale, Gill"; |
---|
| 217 | next; |
---|
| 218 | break; |
---|
| 219 | case 4: |
---|
| 220 | close2; |
---|
| 221 | set .@loop2,0; |
---|
| 222 | end; |
---|
| 223 | } |
---|
| 224 | } |
---|
| 225 | |
---|
| 226 | case 2: |
---|
| 227 | while(.@loop2) { |
---|
| 228 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 229 | case 1: |
---|
| 230 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 231 | mes "1. Chonchon"; |
---|
| 232 | mes "Fly monsters that move with great"; |
---|
| 233 | mes "speed. Amazingly, they can heal in"; |
---|
| 234 | mes "the presense of fecal matter."; |
---|
| 235 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Fly"; |
---|
| 236 | mes "Wing"; |
---|
| 237 | next; |
---|
| 238 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 239 | mes "2. Hornet"; |
---|
| 240 | mes "Usually benign, they will attack in"; |
---|
| 241 | mes "groups if one of them is harmed."; |
---|
| 242 | mes "^0099FFItem Drops^000000: Bee Sting, Jellopy,"; |
---|
| 243 | mes "Green Herb"; |
---|
| 244 | next; |
---|
| 245 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 246 | mes "3. Creamy"; |
---|
| 247 | mes "A flying monster with beautiful"; |
---|
| 248 | mes "wings. It will escape by"; |
---|
| 249 | mes "teleporting if it thinks that it is"; |
---|
| 250 | mes "in grave danger."; |
---|
| 251 | mes "^0099FFItem Drops^000000: Powder of Butterfly,"; |
---|
| 252 | mes "Honey, Butterfly Wing, Flower"; |
---|
| 253 | next; |
---|
| 254 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 255 | mes "4. Stainer"; |
---|
| 256 | mes "Tiny little insect with a splended,"; |
---|
| 257 | mes "ladybug-like shell. It can sense"; |
---|
| 258 | mes "magic and will attack once a spell"; |
---|
| 259 | mes "begins casting."; |
---|
| 260 | mes "^0099FFItem Drops^000000: Rainbow Shell, Garlet"; |
---|
| 261 | mes "Shell, Solid Shell"; |
---|
| 262 | next; |
---|
| 263 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 264 | mes "5. Steel Chonchon"; |
---|
| 265 | mes "Similar to Chonchon, but is yellow"; |
---|
| 266 | mes "and green. It picks up everything"; |
---|
| 267 | mes "from the ground, so be careful not"; |
---|
| 268 | mes "to drop items."; |
---|
| 269 | mes "^0099FFItem Drops^000000: Garlet, Shell, Solid"; |
---|
| 270 | mes "Shell"; |
---|
| 271 | next; |
---|
| 272 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 273 | mes "6. Dustiness"; |
---|
| 274 | mes "This flying monsters has a high"; |
---|
| 275 | mes "dodge rate, so if you have low"; |
---|
| 276 | mes "attack accuracy, you may want to"; |
---|
| 277 | mes "leave it alone."; |
---|
| 278 | mes "^0099FFItem Drops^000000: Moth Dust, Moth Wing"; |
---|
| 279 | mes "Insect Feeler, Red Herb"; |
---|
| 280 | next; |
---|
| 281 | mes "^FF0000[Vol. 4: Small Wind Monsters]^000000"; |
---|
| 282 | mes "7. Hunter Fly"; |
---|
| 283 | mes "Winged insect covered in the blood"; |
---|
| 284 | mes "of innocents. It's incredibly"; |
---|
| 285 | mes "quick, as well as strong. Novices"; |
---|
| 286 | mes "must flee from this monster at all"; |
---|
| 287 | mes "cost."; |
---|
| 288 | mes "^0099FFItem Drops^000000: Solid Shell, Zargon"; |
---|
| 289 | next; |
---|
| 290 | break; |
---|
| 291 | case 2: |
---|
| 292 | mes "^FF0000[Vol. 5: Medium Wind Monsters]^000000"; |
---|
| 293 | mes "1. Condor"; |
---|
| 294 | mes "A bald, funny looking vulture-like"; |
---|
| 295 | mes "bird. They tend to attack in a"; |
---|
| 296 | mes "group if one of them is"; |
---|
| 297 | mes "threatened."; |
---|
| 298 | mes "^0099FFItem Drops^000000: Talon, Arrow, Meat,"; |
---|
| 299 | mes "Feather of Birds"; |
---|
| 300 | next; |
---|
| 301 | mes "^FF0000[Vol. 5: Medium Wind Monsters]^000000"; |
---|
| 302 | mes "2. Cobold the 1st"; |
---|
| 303 | mes "A monster looks like a baby wolf,"; |
---|
| 304 | mes "but it is smart enough to make and"; |
---|
| 305 | mes "use tools. Although Kobolds are"; |
---|
| 306 | mes "cute, they're actually quite"; |
---|
| 307 | mes "hostile."; |
---|
| 308 | mes "^0099FFItem Drops^000000: Blue Hair, Zargon,"; |
---|
| 309 | mes "Yellow Herb"; |
---|
| 310 | next; |
---|
| 311 | mes "^FF0000[Vol. 5: Medium Wind Monsters]^000000"; |
---|
| 312 | mes "3. Petite"; |
---|
| 313 | mes "A tiny, cute flying Dragon. There"; |
---|
| 314 | mes "is another kind of Petite that"; |
---|
| 315 | mes "walks, but it is of the Earth"; |
---|
| 316 | mes "property."; |
---|
| 317 | mes "^0099FFItem Drops^000000: Dragon Canine, Dragon"; |
---|
| 318 | mes "Tail, Zargon"; |
---|
| 319 | next; |
---|
| 320 | break; |
---|
| 321 | case 3: |
---|
| 322 | mes "^FF0000[Vol. 6: Great Wind Monsters]^000000"; |
---|
| 323 | mes "1. Joker"; |
---|
| 324 | mes "A large, enchanted playing card. If"; |
---|
| 325 | mes "you don't have good attack"; |
---|
| 326 | mes "accuracy, the stakes are against"; |
---|
| 327 | mes "you when fighting Joker."; |
---|
| 328 | mes "^0099FFItem Drops^000000: High Heels"; |
---|
| 329 | next; |
---|
| 330 | break; |
---|
| 331 | case 4: |
---|
| 332 | close2; |
---|
| 333 | set .@loop2,0; |
---|
| 334 | end; |
---|
| 335 | } |
---|
| 336 | } |
---|
| 337 | |
---|
| 338 | case 3: |
---|
| 339 | while(.@loop2) { |
---|
| 340 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 341 | case 1: |
---|
| 342 | mes "^FF0000[Vol. 7: Small Ghost Monsters]^000000"; |
---|
| 343 | mes "1. Whisper"; |
---|
| 344 | mes "A piece of living fabric that gives"; |
---|
| 345 | mes "off spooky vibes. Sometimes, it"; |
---|
| 346 | mes "likes to turn invisible..."; |
---|
| 347 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 348 | next; |
---|
| 349 | mes "^FF0000[Vol. 7: Small Ghost Monsters]^000000"; |
---|
| 350 | mes "2. Marionette"; |
---|
| 351 | mes "A monster reborn as a cursed doll"; |
---|
| 352 | mes "that is bound to strings attached"; |
---|
| 353 | mes "to wooden sticks."; |
---|
| 354 | mes "^0099FFItem Drops^000000: Golden Hair, Trunk"; |
---|
| 355 | next; |
---|
| 356 | break; |
---|
| 357 | case 2: |
---|
| 358 | mes "^FF0000[Vol. 8: Medium Ghost Monsters]^000000"; |
---|
| 359 | mes "1. Eggyra"; |
---|
| 360 | mes "A weird, robotic egg looking thing"; |
---|
| 361 | mes "that waddles when it walks. No one"; |
---|
| 362 | mes "knows where these things come"; |
---|
| 363 | mes "from."; |
---|
| 364 | mes "^0099FFItem Drops^000000: Scell, Sticky Mucus,"; |
---|
| 365 | mes "Red Herb"; |
---|
| 366 | next; |
---|
| 367 | break; |
---|
| 368 | case 3: |
---|
| 369 | mes "^FF0000[Vol. 9: Great Ghost Monsters]^000000"; |
---|
| 370 | mes "1. Nightmare"; |
---|
| 371 | mes "A ghostly horse that radiates a"; |
---|
| 372 | mes "violet aura of evil."; |
---|
| 373 | mes "^0099FFItem Drops^000000: Horseshoe, Blue Herb"; |
---|
| 374 | next; |
---|
| 375 | mes "^FF0000[Vol. 9: Great Ghost Monsters]^000000"; |
---|
| 376 | mes "2. Medusa"; |
---|
| 377 | mes "Monster with hair composed of"; |
---|
| 378 | mes "snakes. It is rumoured to turn"; |
---|
| 379 | mes "people into stone if they look into"; |
---|
| 380 | mes "her eyes."; |
---|
| 381 | mes "^0099FFItem Drops^000000: Medusa Head, Horrendous"; |
---|
| 382 | mes "Hair, White Herb"; |
---|
| 383 | next; |
---|
| 384 | break; |
---|
| 385 | case 4: |
---|
| 386 | close2; |
---|
| 387 | set .@loop2,0; |
---|
| 388 | end; |
---|
| 389 | } |
---|
| 390 | } |
---|
| 391 | |
---|
| 392 | case 4: |
---|
| 393 | close2; |
---|
| 394 | set .@loop1,0; |
---|
| 395 | end; |
---|
| 396 | } |
---|
| 397 | } |
---|
| 398 | } |
---|
| 399 | |
---|
| 400 | prt_in,159,56,4 script Monster Encyclopedia#2pr 111,{ |
---|
| 401 | mes "^FF0000[Monster Encyclopedia]^000000"; |
---|
| 402 | mes "This is a Monster Encyclopedia"; |
---|
| 403 | mes "containing information on Earth,"; |
---|
| 404 | mes "Fire and Neutral property"; |
---|
| 405 | mes "monsters."; |
---|
| 406 | next; |
---|
| 407 | set .@loop1,1; |
---|
| 408 | while(.@loop1) { |
---|
| 409 | set .@loop2,1; |
---|
| 410 | switch(select("Earth Property Monsters:Fire Property Monsters:Neutral Property Monsters:Cancel")) { |
---|
| 411 | case 1: |
---|
| 412 | while(.@loop2) { |
---|
| 413 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 414 | case 1: |
---|
| 415 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 416 | mes "1. Fabre"; |
---|
| 417 | mes "The weak and small larva of Creamy."; |
---|
| 418 | mes "Although some say it is cute, the"; |
---|
| 419 | mes "author must disagree."; |
---|
| 420 | mes "Whole-heartedly."; |
---|
| 421 | mes "^0099FFItem Drops^000000: Feather, Fluff, Green"; |
---|
| 422 | mes "Herb, Clover"; |
---|
| 423 | next; |
---|
| 424 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 425 | mes "2. Pupa"; |
---|
| 426 | mes "Monster that is the pupal stage of"; |
---|
| 427 | mes "Fabre. It doesn't attack at all, so"; |
---|
| 428 | mes "it's easy to kill for Novices."; |
---|
| 429 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 430 | mes "Mucus"; |
---|
| 431 | next; |
---|
| 432 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 433 | mes "3. Martin"; |
---|
| 434 | mes "An adorable mole wearing a safety"; |
---|
| 435 | mes "helmet. He's deathly afraid of"; |
---|
| 436 | mes "cave-ins and occasionally stops to"; |
---|
| 437 | mes "cower in fear."; |
---|
| 438 | mes "^0099FFItem Drops^000000: Mole Whiskers, Mole"; |
---|
| 439 | mes "Claw"; |
---|
| 440 | next; |
---|
| 441 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 442 | mes "4. Savage Bebe"; |
---|
| 443 | mes "Tiny, pink baby Savage. It's"; |
---|
| 444 | mes "disheartening to know that it grows"; |
---|
| 445 | mes "up to become ugly-looking."; |
---|
| 446 | mes "^0099FFItem Drops^000000: Animal Skin, Meat,"; |
---|
| 447 | mes "Arrow, Feather"; |
---|
| 448 | next; |
---|
| 449 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 450 | mes "5. Andre"; |
---|
| 451 | mes "A kind of worker ant, Andres are"; |
---|
| 452 | mes "yellow, very diligent and gather"; |
---|
| 453 | mes "everything in sight for the Queen"; |
---|
| 454 | mes "Ant."; |
---|
| 455 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 456 | mes "Sticky Mucus, Shell"; |
---|
| 457 | next; |
---|
| 458 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 459 | mes "6. Coco"; |
---|
| 460 | mes "A small Squirrel with dark"; |
---|
| 461 | mes "piercing eyes. It's always holding"; |
---|
| 462 | mes "an Acorn, and would be cute if it"; |
---|
| 463 | mes "didn't always have a look of utter"; |
---|
| 464 | mes "contempt."; |
---|
| 465 | mes "^0099FFItem Drops^000000: Acorn, Fluff, Animal"; |
---|
| 466 | mes "Skin, Sweet Potato"; |
---|
| 467 | next; |
---|
| 468 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 469 | mes "7. Piere"; |
---|
| 470 | mes "Pieres are green worker ants that"; |
---|
| 471 | mes "are subtly different than Andres."; |
---|
| 472 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 473 | mes "Sticky Mucus, Shell"; |
---|
| 474 | next; |
---|
| 475 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 476 | mes "8. Smokie"; |
---|
| 477 | mes "A chubby little raccoon that loves"; |
---|
| 478 | mes "nothing better than to scamper."; |
---|
| 479 | mes "It's rumored to use a magic leaf to"; |
---|
| 480 | mes "become invisible!"; |
---|
| 481 | mes "^0099FFItem Drops^000000: Raccoon Leaf, Animal"; |
---|
| 482 | mes "Skin, Sweet Potato"; |
---|
| 483 | next; |
---|
| 484 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 485 | mes "9. Deniro"; |
---|
| 486 | mes "Red worker ants that live to serve"; |
---|
| 487 | mes "the Queen Ant. If there's anything"; |
---|
| 488 | mes "on the ground, they'll pick it up."; |
---|
| 489 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 490 | mes "Sticky Mucus, Shell"; |
---|
| 491 | next; |
---|
| 492 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 493 | mes "10. Yoyo"; |
---|
| 494 | mes "A naughty monkey that picks up"; |
---|
| 495 | mes "anything from the ground. They're"; |
---|
| 496 | mes "very quick and will gang up on you"; |
---|
| 497 | mes "if you attack just one of them."; |
---|
| 498 | mes "^0099FFItem Drops^000000: Yoyo Tail, Banana,"; |
---|
| 499 | mes "Yellow Herb, Animal Skin"; |
---|
| 500 | next; |
---|
| 501 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 502 | mes "11. Vitata"; |
---|
| 503 | mes "Plump worker ants that heal the"; |
---|
| 504 | mes "other ants in their colony. When"; |
---|
| 505 | mes "killed their bodies leak... honey?"; |
---|
| 506 | mes "^0099FFItem Drops^000000: Worm Peeling, Scell,"; |
---|
| 507 | mes "Honey"; |
---|
| 508 | next; |
---|
| 509 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 510 | mes "12. Caramel"; |
---|
| 511 | mes "An adorable porcupine with tiny"; |
---|
| 512 | mes "spiky quills. However, it gets"; |
---|
| 513 | mes "incredibly angry when touched."; |
---|
| 514 | mes "^0099FFItem Drops^000000: Porcupine Quill,"; |
---|
| 515 | mes "Animal Skin"; |
---|
| 516 | next; |
---|
| 517 | mes "^FF0000[Vol. 10: Small Earth Monsters]^000000"; |
---|
| 518 | mes "13. Giearth"; |
---|
| 519 | mes "An elderly pixie that wanders caves"; |
---|
| 520 | mes "to gather ores. They're incredible"; |
---|
| 521 | mes "chain smokers."; |
---|
| 522 | mes "^0099FFItem Drops^000000: Old Pixie's Moustache"; |
---|
| 523 | next; |
---|
| 524 | break; |
---|
| 525 | case 2: |
---|
| 526 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 527 | mes "1. Willow"; |
---|
| 528 | mes "Creature reborn from an old tree."; |
---|
| 529 | mes "Its features and the sounds it"; |
---|
| 530 | mes "makes are incredibly eerie."; |
---|
| 531 | mes "^0099FFItem Drops^000000: Tree Root, Trunk, Red"; |
---|
| 532 | mes "Herb, Sweet Potato"; |
---|
| 533 | next; |
---|
| 534 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 535 | mes "2. Rocker"; |
---|
| 536 | mes "A lazy grasshopper that loves to"; |
---|
| 537 | mes "play the violin, just like in"; |
---|
| 538 | mes "Aesop's fable."; |
---|
| 539 | mes "^0099FFItem Drops^000000: Grasshopper's Leg,"; |
---|
| 540 | mes "Jellopy"; |
---|
| 541 | next; |
---|
| 542 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 543 | mes "3. Mandragora"; |
---|
| 544 | mes "Although it stays in the same"; |
---|
| 545 | mes "place, it can attack passerby from"; |
---|
| 546 | mes "a distance using underground"; |
---|
| 547 | mes "stalks."; |
---|
| 548 | mes "^0099FFItem Drops^000000: Stem, Green Herb,"; |
---|
| 549 | mes "Shoot"; |
---|
| 550 | next; |
---|
| 551 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 552 | mes "4. Wolf"; |
---|
| 553 | mes "Wild, roving wolves with blue"; |
---|
| 554 | mes "manes. They tend to attack as a"; |
---|
| 555 | mes "pack when even one of them is"; |
---|
| 556 | mes "threatened."; |
---|
| 557 | mes "^0099FFItem Drops^000000: Wolf Claw, Meat,"; |
---|
| 558 | mes "Monster's Feed, Animal Skin"; |
---|
| 559 | next; |
---|
| 560 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 561 | mes "5. Snake"; |
---|
| 562 | mes "Green snake that lives in the"; |
---|
| 563 | mes "forests and deserts. They're not"; |
---|
| 564 | mes "poisonous, but their bites still"; |
---|
| 565 | mes "hurt."; |
---|
| 566 | mes "^0099FFItem Drops^000000: Snake Scale, Red Herb"; |
---|
| 567 | next; |
---|
| 568 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 569 | mes "6. Horn"; |
---|
| 570 | mes "Although it looks fierce, it's"; |
---|
| 571 | mes "actually a peaceful insect. It"; |
---|
| 572 | mes "roams around fields with a"; |
---|
| 573 | mes "crunching sound."; |
---|
| 574 | mes "^0099FFItem Drops^000000: Horn, Shell, Solid"; |
---|
| 575 | mes "Shell"; |
---|
| 576 | next; |
---|
| 577 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 578 | mes "7. Orc Warrior"; |
---|
| 579 | mes "A warrior of the proud race of"; |
---|
| 580 | mes "Orcs. At one time, Orcs and humans"; |
---|
| 581 | mes "were allies, but now they are"; |
---|
| 582 | mes "bitter enemies."; |
---|
| 583 | mes "^0099FFItem Drops^000000: Orcish Voucher"; |
---|
| 584 | next; |
---|
| 585 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 586 | mes "8. Hode"; |
---|
| 587 | mes "A huge earthworm that usually hides"; |
---|
| 588 | mes "under the ground. It can usually be"; |
---|
| 589 | mes "found in the desert."; |
---|
| 590 | mes "^0099FFItem Drops^000000: Earthworm Peeling,"; |
---|
| 591 | mes "Sticky Mucus"; |
---|
| 592 | next; |
---|
| 593 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 594 | mes "9. Mantis"; |
---|
| 595 | mes "It wanders about fields, waving a"; |
---|
| 596 | mes "tiny fan. An entire martial arts"; |
---|
| 597 | mes "style is based on the movements of"; |
---|
| 598 | mes "this insect."; |
---|
| 599 | mes "^0099FFItem Drops^000000: Mantis Scythe, Scell"; |
---|
| 600 | mes "Solid Shell, Red Herb"; |
---|
| 601 | next; |
---|
| 602 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 603 | mes "10. Savage"; |
---|
| 604 | mes "A wild boar that walks around,"; |
---|
| 605 | mes "grunting restlessly. Its rough"; |
---|
| 606 | mes "looking tusks make it hard to"; |
---|
| 607 | mes "believe it was cute as a baby."; |
---|
| 608 | mes "^0099FFItem Drops^000000: Mane, Animal Skin"; |
---|
| 609 | next; |
---|
| 610 | mes "^FF0000[Vol. 11: Medium Earth Monsters]^000000"; |
---|
| 611 | mes "11. Petite"; |
---|
| 612 | mes "Cute, walking Dragon. There is"; |
---|
| 613 | mes "another kind of Petite that flys,"; |
---|
| 614 | mes "but it is of the Wind property."; |
---|
| 615 | mes "^0099FFItem Drops^000000: Dragon Canine, Dragon"; |
---|
| 616 | mes "Tail, Zargon"; |
---|
| 617 | next; |
---|
| 618 | break; |
---|
| 619 | case 3: |
---|
| 620 | mes "^FF0000[Vol. 12: Great Earth Monsters]^000000"; |
---|
| 621 | mes "1. Worm Tail"; |
---|
| 622 | mes "A strange monster that uses"; |
---|
| 623 | mes "whiping attacks with a tail that"; |
---|
| 624 | mes "looks like a blade of grass."; |
---|
| 625 | mes "^0099FFItem Drops^000000: Pointed Scale, Yellow"; |
---|
| 626 | mes "Herb"; |
---|
| 627 | next; |
---|
| 628 | mes "^FF0000[Vol. 12: Great Earth Monsters]^000000"; |
---|
| 629 | mes "2. Muka"; |
---|
| 630 | mes "Cute Cactus commonly found in the"; |
---|
| 631 | mes "desert. It tries to threaten"; |
---|
| 632 | mes "passerby with its growls, but its"; |
---|
| 633 | mes "noises are too funny to be scary."; |
---|
| 634 | mes "^0099FFItem Drops^000000: Cactus Needle, Empty"; |
---|
| 635 | mes "Bottle, Green Herb, Red Herb"; |
---|
| 636 | next; |
---|
| 637 | mes "^FF0000[Vol. 12: Great Earth Monsters]^000000"; |
---|
| 638 | mes "3. Bigfoot"; |
---|
| 639 | mes "Although its name may be"; |
---|
| 640 | mes "misleading, Bigfoot is actually a"; |
---|
| 641 | mes "large bera. It walks like it owns"; |
---|
| 642 | mes "the forest, and it does."; |
---|
| 643 | mes "^0099FFItem Drops^000000: Bear's Foot Skin,"; |
---|
| 644 | mes "Animal Skin, Sweet Potato"; |
---|
| 645 | next; |
---|
| 646 | mes "^FF0000[Vol. 12: Great Earth Monsters]^000000"; |
---|
| 647 | mes "4. Flora"; |
---|
| 648 | mes "A man-eating plant. Its parts are"; |
---|
| 649 | mes "considered useful for Alchemists to"; |
---|
| 650 | mes "make monsters of their own..."; |
---|
| 651 | mes "^0099FFItem Drops^000000: Maneater Blossom, Stem"; |
---|
| 652 | next; |
---|
| 653 | break; |
---|
| 654 | case 4: |
---|
| 655 | close2; |
---|
| 656 | set .@loop2,0; |
---|
| 657 | end; |
---|
| 658 | } |
---|
| 659 | } |
---|
| 660 | |
---|
| 661 | case 2: |
---|
| 662 | while(.@loop2) { |
---|
| 663 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 664 | case 1: |
---|
| 665 | mes "^FF0000[Vol. 13: Small Fire Monsters]^000000"; |
---|
| 666 | mes "1. Picky"; |
---|
| 667 | mes "Cute little chick that may grow up"; |
---|
| 668 | mes "to be a Peco Peco, unless, of"; |
---|
| 669 | mes "course, you kill it."; |
---|
| 670 | mes "^0099FFItem Drops^000000: Feather of Birds,"; |
---|
| 671 | mes "Feather, Red Herb, Milk"; |
---|
| 672 | next; |
---|
| 673 | mes "^FF0000[Vol. 13: Small Fire Monsters]^000000"; |
---|
| 674 | mes "2. Baby Desert Wolf"; |
---|
| 675 | mes "A Baby Desert Wolf that tires to"; |
---|
| 676 | mes "threaten adventurers with its cute,"; |
---|
| 677 | mes "little yelps."; |
---|
| 678 | mes "^0099FFItem Drops^000000: Animal Skin, Meat"; |
---|
| 679 | next; |
---|
| 680 | mes "^FF0000[Vol. 13: Small Fire Monsters]^000000"; |
---|
| 681 | mes "3. Horong,"; |
---|
| 682 | mes "An eerie-looking, violent fireball."; |
---|
| 683 | mes "It's useless to use hiding skills"; |
---|
| 684 | mes "near this vengeful spirit."; |
---|
| 685 | mes "^0099FFItem Drops^000000: Stone Heart, Zargon,"; |
---|
| 686 | mes "Fire Arrow"; |
---|
| 687 | next; |
---|
| 688 | break; |
---|
| 689 | case 2: |
---|
| 690 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 691 | mes "1. Drops"; |
---|
| 692 | mes "The desert version of the Poring"; |
---|
| 693 | mes "that has a pale orange colour. It"; |
---|
| 694 | mes "seems a tiny bit stronger than"; |
---|
| 695 | mes "Poring, though."; |
---|
| 696 | mes "^0099FFItem Drops^000000: Jellopy, Sticky Mucus,"; |
---|
| 697 | mes "Apple, Empty Bottle, Red Herb"; |
---|
| 698 | next; |
---|
| 699 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 700 | mes "2. Elder Willow"; |
---|
| 701 | mes "The elderly version of the Willow"; |
---|
| 702 | mes "monster. It's red and can even use"; |
---|
| 703 | mes "some magic."; |
---|
| 704 | mes "^0099FFItem Drops^000000: Resin, Trunk, Sweet"; |
---|
| 705 | mes "Potato"; |
---|
| 706 | next; |
---|
| 707 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 708 | mes "3. Metaller"; |
---|
| 709 | mes "The evolved form of Rocker. It is"; |
---|
| 710 | mes "dim brown and lives in the desert."; |
---|
| 711 | mes "This cricket will pick items up"; |
---|
| 712 | mes "from the ground."; |
---|
| 713 | mes "^0099FFItem Drops^000000: Red Blood,"; |
---|
| 714 | mes "Grasshopper's Leg, Scell, Shell"; |
---|
| 715 | next; |
---|
| 716 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 717 | mes "4. Zerom"; |
---|
| 718 | mes "An undead slave. Sadly, not even"; |
---|
| 719 | mes "death will bring peace to the"; |
---|
| 720 | mes "abusive hours of labor Zerom"; |
---|
| 721 | mes "suffers from his Pharaoh."; |
---|
| 722 | mes "^0099FFItem Drops^000000: Panties"; |
---|
| 723 | next; |
---|
| 724 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 725 | mes "5. Scorpion"; |
---|
| 726 | mes "Scorpions can be found in areas"; |
---|
| 727 | mes "where there is desert. It has a"; |
---|
| 728 | mes "beautiful colour, but can be"; |
---|
| 729 | mes "dangerous."; |
---|
| 730 | mes "^0099FFItem Drops^000000: Scorpion Tail, Green"; |
---|
| 731 | mes "Herb, Yellow Herb"; |
---|
| 732 | next; |
---|
| 733 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 734 | mes "6. Desert Wolf"; |
---|
| 735 | mes "Wolves in the desert are much"; |
---|
| 736 | mes "stronger than those living in the"; |
---|
| 737 | mes "forset. If you strike one, you'll"; |
---|
| 738 | mes "have to deal with the whole pack."; |
---|
| 739 | mes "Item Drops; Animal Skin, Mink"; |
---|
| 740 | mes "Coat, Meat, Wolf Claw"; |
---|
| 741 | next; |
---|
| 742 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 743 | mes "7. Frilldora"; |
---|
| 744 | mes "Lizard with a frilly, fan-like"; |
---|
| 745 | mes "neck. Although it looks rediculous,"; |
---|
| 746 | mes "it's actually pretty strong."; |
---|
| 747 | mes "^0099FFItem Drops^000000: Frill, Reptile Tongue,"; |
---|
| 748 | mes "Red Herb, Zargon"; |
---|
| 749 | next; |
---|
| 750 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 751 | mes "8. Cobold the 3rd"; |
---|
| 752 | mes "A blue, wolf-like monster that is"; |
---|
| 753 | mes "amazingly cuddly. However, all"; |
---|
| 754 | mes "Kobolds have sworn to hate humans."; |
---|
| 755 | mes "There are different kinds of"; |
---|
| 756 | mes "Kobolds that use different"; |
---|
| 757 | mes "weapons."; |
---|
| 758 | mes "^0099FFItem Drops^000000: Blue Hair, Zargon,"; |
---|
| 759 | mes "Yellow Herb"; |
---|
| 760 | next; |
---|
| 761 | mes "^FF0000[Vol. 14: Medium Fire Monsters]^000000"; |
---|
| 762 | mes "9. Jakk"; |
---|
| 763 | mes "A spooky, Pumpkin-headed monster"; |
---|
| 764 | mes "that dresses in a slick formal"; |
---|
| 765 | mes "suit. It's been known to invade"; |
---|
| 766 | mes "Prontera on St. Hallow's Eve in the"; |
---|
| 767 | mes "past."; |
---|
| 768 | mes "^0099FFItem Drops^000000: Jack'o'Pumpkin, Zargon"; |
---|
| 769 | next; |
---|
| 770 | break; |
---|
| 771 | case 3: |
---|
| 772 | mes "^FF0000[Vol. 15: Great Fire Monsters]^000000"; |
---|
| 773 | mes "1. Peco Peco"; |
---|
| 774 | mes "Nowadays peco peco is popular as a"; |
---|
| 775 | mes "vehicle for Knights and Crusaders."; |
---|
| 776 | mes "They live in the Desert or Forest"; |
---|
| 777 | mes "and will also attack in packs if"; |
---|
| 778 | mes "one of them is threatened."; |
---|
| 779 | mes "^0099FFItem Drops^000000: Bill of Birds, Yellow"; |
---|
| 780 | mes "Herb, Red Herb"; |
---|
| 781 | next; |
---|
| 782 | mes "^FF0000[Vol. 15: Great Fire Monsters]^000000"; |
---|
| 783 | mes "2. Marduk"; |
---|
| 784 | mes "A gangly wizard of darkness. Look"; |
---|
| 785 | mes "out, it knows magic!"; |
---|
| 786 | mes "^0099FFItem Drops^000000: Flame Heart"; |
---|
| 787 | next; |
---|
| 788 | break; |
---|
| 789 | case 4: |
---|
| 790 | close2; |
---|
| 791 | set .@loop2,0; |
---|
| 792 | end; |
---|
| 793 | } |
---|
| 794 | } |
---|
| 795 | |
---|
| 796 | case 3: |
---|
| 797 | while(.@loop2) { |
---|
| 798 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 799 | case 1: |
---|
| 800 | mes "^FF0000[Vol. 16: Small Neutral Monsters]^000000"; |
---|
| 801 | mes "1. Lunatic"; |
---|
| 802 | mes "A shaggy monster that looks kind of"; |
---|
| 803 | mes "like a rabbit. Although some may"; |
---|
| 804 | mes "think it's cute, the author"; |
---|
| 805 | mes "believes it to be absolutely"; |
---|
| 806 | mes "hideous. Perhaps that is because of"; |
---|
| 807 | mes "his alleriges."; |
---|
| 808 | mes "^0099FFItem Drops^000000: Clover, Feather,"; |
---|
| 809 | mes "Carrot, Red Herb"; |
---|
| 810 | next; |
---|
| 811 | mes "^FF0000[Vol. 16: Small Neutral Monsters]^000000"; |
---|
| 812 | mes "2. Peco Peco Egg"; |
---|
| 813 | mes "The egg of a Peco Peco. It's small,"; |
---|
| 814 | mes "and defenseless, making it a"; |
---|
| 815 | mes "perfect target for Novices."; |
---|
| 816 | mes "^0099FFItem Drops^000000: Shell, Red Herb,"; |
---|
| 817 | mes "Empty Bottle"; |
---|
| 818 | next; |
---|
| 819 | mes "^FF0000[Vol. 16: Small Neutral Monsters]^000000"; |
---|
| 820 | mes "3. Ant Egg"; |
---|
| 821 | mes "An Ant Egg that is also"; |
---|
| 822 | mes "defenseless. Some of them actually"; |
---|
| 823 | mes "hatch, though."; |
---|
| 824 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Sticky"; |
---|
| 825 | mes "Mucus, Empty Bottle"; |
---|
| 826 | next; |
---|
| 827 | mes "^FF0000[Vol. 16: Small Neutral Monsters]^000000"; |
---|
| 828 | mes "4. Baby Thief Bug"; |
---|
| 829 | mes "Dirty, filthy Creatures that tend"; |
---|
| 830 | mes "to work in groups. Whatever you do,"; |
---|
| 831 | mes "don't let them pollute the Prontera"; |
---|
| 832 | mes "Culvert, it'd be a disaster!"; |
---|
| 833 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 834 | mes "Jellopy"; |
---|
| 835 | next; |
---|
| 836 | break; |
---|
| 837 | case 2: |
---|
| 838 | mes "^FF0000[Vol. 17: Medium Neutral Monsters]^000000"; |
---|
| 839 | mes "^0099FF...^000000"; |
---|
| 840 | next; |
---|
| 841 | mes "^FF0000[Vol. 17: Medium Neutral Monsters]^000000"; |
---|
| 842 | mes "^0099FF...^000000"; |
---|
| 843 | mes "^0099FF......^000000"; |
---|
| 844 | next; |
---|
| 845 | mes "^0099FFSome pages seem to have been ripped^000000"; |
---|
| 846 | mes "^0099FFout of this book, and replaced with^000000"; |
---|
| 847 | mes "^0099FFpinups of the Isis monster. It^000000"; |
---|
| 848 | mes "^0099FFlooks like you'll need to learn^000000"; |
---|
| 849 | mes "^0099FFabout Neutral, medium sizd^000000"; |
---|
| 850 | mes "^0099FFmonsters on your own.^000000"; |
---|
| 851 | next; |
---|
| 852 | break; |
---|
| 853 | case 3: |
---|
| 854 | mes "^FF0000[Vol. 18: Great Neutral Monsters]^000000"; |
---|
| 855 | mes "1. Golem"; |
---|
| 856 | mes "A being of living stone that has"; |
---|
| 857 | mes "been enchanted with black magic. It"; |
---|
| 858 | mes "can recognise spell casting, but"; |
---|
| 859 | mes "moves incredibly slowly due to its"; |
---|
| 860 | mes "weight problem."; |
---|
| 861 | mes "^0099FFItem Drops^000000: Scell"; |
---|
| 862 | next; |
---|
| 863 | break; |
---|
| 864 | case 4: |
---|
| 865 | close2; |
---|
| 866 | set .@loop2,0; |
---|
| 867 | end; |
---|
| 868 | } |
---|
| 869 | } |
---|
| 870 | |
---|
| 871 | case 4: |
---|
| 872 | close2; |
---|
| 873 | set .@loop1,0; |
---|
| 874 | end; |
---|
| 875 | } |
---|
| 876 | } |
---|
| 877 | } |
---|
| 878 | |
---|
| 879 | prt_in,161,50,4 script Monster Encyclopedia#3pr 111,{ |
---|
| 880 | mes "^FF0000[Monster Encyclopedia]^000000"; |
---|
| 881 | mes "This is a Monster Encyclopedia"; |
---|
| 882 | mes "containing information on Dark,"; |
---|
| 883 | mes "Poison and Undead monsters."; |
---|
| 884 | next; |
---|
| 885 | set .@loop1,1; |
---|
| 886 | while(.@loop1) { |
---|
| 887 | set .@loop2,1; |
---|
| 888 | switch(select("Dark Property Monsters:Poison Property Monsters:Undead Property Monsters:Cancel")) { |
---|
| 889 | case 1: |
---|
| 890 | while(.@loop2) { |
---|
| 891 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 892 | case 1: |
---|
| 893 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 894 | mes "1. Thief Bug Egg"; |
---|
| 895 | mes "A filthy egg from a filthy Thief"; |
---|
| 896 | mes "Bug. They make horrible omelets."; |
---|
| 897 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 898 | mes "Mucus"; |
---|
| 899 | next; |
---|
| 900 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 901 | mes "2. Familiar"; |
---|
| 902 | mes "A gray bat that's not very strong,"; |
---|
| 903 | mes "but really annoying because it"; |
---|
| 904 | mes "attacks very fast and relentlessly"; |
---|
| 905 | mes "pursues passerby."; |
---|
| 906 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 907 | mes "Grape, Red Herb"; |
---|
| 908 | next; |
---|
| 909 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 910 | mes "3. Tarou"; |
---|
| 911 | mes "A tiny, little white mouse. Its"; |
---|
| 912 | mes "squeaks can be heard in the Dead"; |
---|
| 913 | mes "Pit and the Prontera Culvert."; |
---|
| 914 | mes "^0099FFItem Drops^000000: Rat Tail, Animal"; |
---|
| 915 | mes "Skin, Feather, Monster's Feed"; |
---|
| 916 | next; |
---|
| 917 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 918 | mes "4. Drainliar"; |
---|
| 919 | mes "A blood red bat that's much"; |
---|
| 920 | mes "stronger than Familiar. It also"; |
---|
| 921 | mes "tends to pursue any human it"; |
---|
| 922 | mes "finds."; |
---|
| 923 | mes "^0099FFItem Drops^000000: Tooth of Bat, Red Herb"; |
---|
| 924 | next; |
---|
| 925 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 926 | mes "5. Dokkaebi"; |
---|
| 927 | mes "A traditional Korean demon with the"; |
---|
| 928 | mes "power to generate wealth. Using"; |
---|
| 929 | mes "Mammonite is no big deal to them."; |
---|
| 930 | mes "^0099FFItem Drops^000000: Dokkaebi Horn"; |
---|
| 931 | next; |
---|
| 932 | mes "^FF0000[Vol. 19: Small Dark Monsters]^000000"; |
---|
| 933 | mes "6. Deviruchi"; |
---|
| 934 | mes "A miniature demon that repeatedly"; |
---|
| 935 | mes "stabs umans with its pitchfork."; |
---|
| 936 | mes "It's cute, but nonetheless a true"; |
---|
| 937 | mes "fiend of darkness."; |
---|
| 938 | mes "^0099FFItem Drops^000000: Little Evil Horn,"; |
---|
| 939 | mes "Little Evil Wing, Zargon"; |
---|
| 940 | next; |
---|
| 941 | break; |
---|
| 942 | case 2: |
---|
| 943 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 944 | mes "1. Female Thief Bug"; |
---|
| 945 | mes "Large, brown insects that are"; |
---|
| 946 | mes "gruesome to the eye and disgusting"; |
---|
| 947 | mes "to the touch. Notorious for quickly"; |
---|
| 948 | mes "grabbing whatever drops to the"; |
---|
| 949 | mes "ground."; |
---|
| 950 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 951 | mes "Jellopy, Garlet, Insect Feeler"; |
---|
| 952 | next; |
---|
| 953 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 954 | mes "2. Male Thief Bug"; |
---|
| 955 | mes "A large, green insect, the Male"; |
---|
| 956 | mes "Thief Bug is considerably powerful."; |
---|
| 957 | mes "They're also very aggressive"; |
---|
| 958 | mes "towards humans."; |
---|
| 959 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 960 | mes "Jellopy, Garlet, Insect Feeler,"; |
---|
| 961 | mes "Yellow Herb"; |
---|
| 962 | next; |
---|
| 963 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 964 | mes "3. Matyr"; |
---|
| 965 | mes "A hound saturated with evil. It's"; |
---|
| 966 | mes "always sleeping, but springs to"; |
---|
| 967 | mes "action after smelling an"; |
---|
| 968 | mes "adventurer."; |
---|
| 969 | mes "^0099FFItem Drops^000000: Monster's Feed,"; |
---|
| 970 | mes "Animal Skin"; |
---|
| 971 | next; |
---|
| 972 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 973 | mes "4. Zenorc"; |
---|
| 974 | mes "A dishonourable Orc whose body has"; |
---|
| 975 | mes "been cursed. They continue their"; |
---|
| 976 | mes "shameful ways by looting items that"; |
---|
| 977 | mes "have been dropped to the ground."; |
---|
| 978 | mes "^0099FFItem Drops^000000: Zenorc's Fang, Sticky"; |
---|
| 979 | mes "Mucus, Yellow Herb"; |
---|
| 980 | next; |
---|
| 981 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 982 | mes "5. Requiem"; |
---|
| 983 | mes "An ancient slave that carries a"; |
---|
| 984 | mes "heavy coffin on its back. Weary"; |
---|
| 985 | mes "from its labour, Requiem simply"; |
---|
| 986 | mes "collapses, hoping the coffing will"; |
---|
| 987 | mes "hit its mark, when attacking"; |
---|
| 988 | mes "^0099FFItem Drops^000000: Old Blue Box"; |
---|
| 989 | next; |
---|
| 990 | mes "^FF0000[Vol. 20: Medium Dark Monsters]^000000"; |
---|
| 991 | mes "6. Bathory"; |
---|
| 992 | mes "A wart-nosed Witch wearing bunny"; |
---|
| 993 | mes "boxers that will attack anything"; |
---|
| 994 | mes "prettier that her. In other words,"; |
---|
| 995 | mes "she attacks everyone."; |
---|
| 996 | mes "^0099FFItem Drops^000000: Witch Starsand"; |
---|
| 997 | next; |
---|
| 998 | break; |
---|
| 999 | case 3: |
---|
| 1000 | mes "^FF0000[Vol. 21: Great Dark Monsters]^000000"; |
---|
| 1001 | mes "1. Isis"; |
---|
| 1002 | mes "A monster that is half serpent and"; |
---|
| 1003 | mes "half woman, as well as one of"; |
---|
| 1004 | mes "Osiris' trusted champions."; |
---|
| 1005 | mes "^0099FFItem Drops^000000: Scale Skin, Shining"; |
---|
| 1006 | mes "Scale"; |
---|
| 1007 | next; |
---|
| 1008 | mes "^FF0000[Vol. 21: Great Dark Monsters]^000000"; |
---|
| 1009 | mes "2. Raydric"; |
---|
| 1010 | mes "The soul of a castle guard bound to"; |
---|
| 1011 | mes "a living suit of armour through a"; |
---|
| 1012 | mes "curse."; |
---|
| 1013 | mes "^0099FFItem Drops^000000: Elunium, Chivalry"; |
---|
| 1014 | mes "Emblem"; |
---|
| 1015 | next; |
---|
| 1016 | break; |
---|
| 1017 | case 4: |
---|
| 1018 | close2; |
---|
| 1019 | set .@loop2,0; |
---|
| 1020 | end; |
---|
| 1021 | } |
---|
| 1022 | } |
---|
| 1023 | case 2: |
---|
| 1024 | while(.@loop2) { |
---|
| 1025 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 1026 | case 1: |
---|
| 1027 | mes "^FF0000[Vol. 22: Small Poison Monsters]^000000"; |
---|
| 1028 | mes "^0099FF...^000000"; |
---|
| 1029 | next; |
---|
| 1030 | mes "^FF0000[Vol. 22: Small Posion Monsters]^000000"; |
---|
| 1031 | mes "^0099FF...^000000"; |
---|
| 1032 | mes "^0099FF......^000000"; |
---|
| 1033 | next; |
---|
| 1034 | mes "^0099FFThere are^000000"; |
---|
| 1035 | mes "^0099FFPoring stickers^000000"; |
---|
| 1036 | mes "^0099FFall over these pages!^000000"; |
---|
| 1037 | next; |
---|
| 1038 | mes "^0099FFIt looks like you'll have to learn^000000"; |
---|
| 1039 | mes "^0099FFabout small, poisonous monsters all^000000"; |
---|
| 1040 | mes "^0099FFon your own.^000000"; |
---|
| 1041 | next; |
---|
| 1042 | break; |
---|
| 1043 | case 2: |
---|
| 1044 | mes "^FF0000[Vol. 23: Medium Posion Monsters]^000000"; |
---|
| 1045 | mes "1. Poporing"; |
---|
| 1046 | mes "A light green Poring with the"; |
---|
| 1047 | mes "Poison property. It's much stronger"; |
---|
| 1048 | mes "than Poring, but still moves by"; |
---|
| 1049 | mes "means of bouncing."; |
---|
| 1050 | mes "^0099FFItem Drops^000000: Sticky Mucus, Garlet,"; |
---|
| 1051 | mes "Green Herb"; |
---|
| 1052 | next; |
---|
| 1053 | mes "^FF0000[Vol. 23: Medium Posion Monsters]^000000"; |
---|
| 1054 | mes "2. Poison Spore"; |
---|
| 1055 | mes "A black capped mushroom. It attacks"; |
---|
| 1056 | mes "adventurers in fear of being eaten,"; |
---|
| 1057 | mes "despite being poisonous and not"; |
---|
| 1058 | mes "delicious."; |
---|
| 1059 | mes "^0099FFItem Drops^000000: Spore, Green Herb"; |
---|
| 1060 | next; |
---|
| 1061 | mes "^FF0000[Vol. 23: Medium Posion Monsters]^000000"; |
---|
| 1062 | mes "3. Cobold the 2nd"; |
---|
| 1063 | mes "A small, wolf-like monster that's"; |
---|
| 1064 | mes "intelligent enough to use weapons."; |
---|
| 1065 | mes "Look out, though, he's pretty mean"; |
---|
| 1066 | mes "for a little guy."; |
---|
| 1067 | mes "^0099FFItem Drops^000000: Blue Hair, Zargon,"; |
---|
| 1068 | mes "Yellow Herb"; |
---|
| 1069 | next; |
---|
| 1070 | mes "^FF0000[Vol. 23: Medium Posion Monsters]^000000"; |
---|
| 1071 | mes "4. Side Winder"; |
---|
| 1072 | mes "A dark coloured snake that hates"; |
---|
| 1073 | mes "people. Be careful, and kill them"; |
---|
| 1074 | mes "before they can poison you."; |
---|
| 1075 | mes "^0099FFItem Drops^000000: Shining Scale, Zargon,"; |
---|
| 1076 | mes "Poisonous Canine, Snake Scale"; |
---|
| 1077 | next; |
---|
| 1078 | break; |
---|
| 1079 | case 3: |
---|
| 1080 | mes "^FF0000[Vol. 24: Great Poison Monsters]^000000"; |
---|
| 1081 | mes "1. Argos"; |
---|
| 1082 | mes "A monstrous spider that will attack"; |
---|
| 1083 | mes "adventurers on sight. It's too big"; |
---|
| 1084 | mes "for adventurers to squish with"; |
---|
| 1085 | mes "their feet."; |
---|
| 1086 | mes "^0099FFItem Drops^000000: Cobweb, Scell, Bug Leg,"; |
---|
| 1087 | mes "Green Herb, Yellow Herb"; |
---|
| 1088 | next; |
---|
| 1089 | mes "^FF0000[Vol. 24: Great Poison Monsters]^000000"; |
---|
| 1090 | mes "2. Argriope"; |
---|
| 1091 | mes "A segmented, millipede type monster"; |
---|
| 1092 | mes "that will attack passerby with"; |
---|
| 1093 | mes "poison."; |
---|
| 1094 | mes "^0099FFItem Drops^000000: Bug Leg, Zargon, Green"; |
---|
| 1095 | mes "Herb"; |
---|
| 1096 | next; |
---|
| 1097 | mes "^FF0000[Vol. 24: Great Poison Monsters]^000000"; |
---|
| 1098 | mes "3. Myst"; |
---|
| 1099 | mes "A strange, monster made of mist"; |
---|
| 1100 | mes "that is attached to a phantom"; |
---|
| 1101 | mes "window."; |
---|
| 1102 | mes "^0099FFItem Drops^000000: Trunk, Gas Mask"; |
---|
| 1103 | next; |
---|
| 1104 | break; |
---|
| 1105 | case 4: |
---|
| 1106 | close2; |
---|
| 1107 | set .@loop2,0; |
---|
| 1108 | end; |
---|
| 1109 | } |
---|
| 1110 | } |
---|
| 1111 | |
---|
| 1112 | case 3: |
---|
| 1113 | while(.@loop2) { |
---|
| 1114 | switch(select("Small Sized Monsters:Medium Sized Monsters:Great Sized Monsters:Cancel")) { |
---|
| 1115 | case 1: |
---|
| 1116 | mes "^FF0000[Vol. 25: Small Undead Monsters]^000000"; |
---|
| 1117 | mes "^0099FF...^000000"; |
---|
| 1118 | next; |
---|
| 1119 | mes "^FF0000[Vol. 25: Small Undead Monsters]^000000"; |
---|
| 1120 | mes "^0099FF...^000000"; |
---|
| 1121 | mes "^0099FF......^000000"; |
---|
| 1122 | next; |
---|
| 1123 | mes "^0099FF...!^000000"; |
---|
| 1124 | mes "^0099FFSome stupid kid scribbled pictures^000000"; |
---|
| 1125 | mes "^0099FFall over this chapter! It looks^000000"; |
---|
| 1126 | mes "^0099FFlike you'll have to learn about^000000"; |
---|
| 1127 | mes "^0099FFsmall Undead monsters^000000"; |
---|
| 1128 | mes "^0099FFon your very own.^000000"; |
---|
| 1129 | next; |
---|
| 1130 | break; |
---|
| 1131 | case 2: |
---|
| 1132 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1133 | mes "1. Zombie"; |
---|
| 1134 | mes "An innocent human that has been"; |
---|
| 1135 | mes "raised from the dead through black"; |
---|
| 1136 | mes "magic."; |
---|
| 1137 | mes "^0099FFItem Drops^000000: Decayed Nail, Sticky"; |
---|
| 1138 | mes "Mucus, Horrendous Mouth"; |
---|
| 1139 | next; |
---|
| 1140 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1141 | mes "2. Megalodon"; |
---|
| 1142 | mes "An animated fish skeleton that"; |
---|
| 1143 | mes "roams the seas. Although it looks"; |
---|
| 1144 | mes "scary, it's actually benign."; |
---|
| 1145 | mes "^0099FFItem Drops^000000: Stinky Scale,"; |
---|
| 1146 | mes "Skel-Bone"; |
---|
| 1147 | next; |
---|
| 1148 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1149 | mes "3. Orc Zombie"; |
---|
| 1150 | mes "Orcs that have risen back from the"; |
---|
| 1151 | mes "dead. The honourable fighting spirit"; |
---|
| 1152 | mes "of the Orc Warrior never dies!"; |
---|
| 1153 | mes "^0099FFItem Drops^000000: Orc Claw, Sticky Mucus"; |
---|
| 1154 | next; |
---|
| 1155 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1156 | mes "4. Pirate Skel"; |
---|
| 1157 | mes "A topless pirate skeleton that"; |
---|
| 1158 | mes "skips around in purple socks."; |
---|
| 1159 | mes "Scourge of the seven seas."; |
---|
| 1160 | mes "^0099FFItem Drops^000000: Skel-Bone"; |
---|
| 1161 | next; |
---|
| 1162 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1163 | mes "5. Orc Skeleton"; |
---|
| 1164 | mes "The skeleton of an Orc that has"; |
---|
| 1165 | mes "been brought back to life. Even in"; |
---|
| 1166 | mes "death, Orcs continue to do battle."; |
---|
| 1167 | mes "^0099FFItem Drops^000000: Orc's Fang, Green"; |
---|
| 1168 | mes "Herb"; |
---|
| 1169 | next; |
---|
| 1170 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1171 | mes "6. Soldier Skeleton"; |
---|
| 1172 | mes "A skeleton soldier that wields two"; |
---|
| 1173 | mes "swords at once. He must have been a"; |
---|
| 1174 | mes "badass when he was alive."; |
---|
| 1175 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 1176 | next; |
---|
| 1177 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1178 | mes "7. Munak"; |
---|
| 1179 | mes "A beautiful zombie that seems to be"; |
---|
| 1180 | mes "linked to Bongun somehow."; |
---|
| 1181 | mes "^0099FFItem Drops^000000: Daenggie, Munak Turban"; |
---|
| 1182 | next; |
---|
| 1183 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1184 | mes "8. Skel Worker"; |
---|
| 1185 | mes "A reanimated skeleton of a miner"; |
---|
| 1186 | mes "that has died without receiving its"; |
---|
| 1187 | mes "severance pay."; |
---|
| 1188 | mes "^0099FFItem Drops^000000: Iron, Lantern"; |
---|
| 1189 | next; |
---|
| 1190 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1191 | mes "9. Archer Skeleton"; |
---|
| 1192 | mes "Despite not having actual eyes,"; |
---|
| 1193 | mes "Archer Skeletons have great aim."; |
---|
| 1194 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow,"; |
---|
| 1195 | mes "Red Herb"; |
---|
| 1196 | next; |
---|
| 1197 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1198 | mes "10. Mummy"; |
---|
| 1199 | mes "A walking corpse covered with"; |
---|
| 1200 | mes "bandages. It probably used to be"; |
---|
| 1201 | mes "beautiful once."; |
---|
| 1202 | mes "^0099FFItem Drops^000000: Rotten Bandage"; |
---|
| 1203 | next; |
---|
| 1204 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1205 | mes "11. Verit"; |
---|
| 1206 | mes "A mummified dog that will pick up"; |
---|
| 1207 | mes "anything dropped to the ground."; |
---|
| 1208 | mes "Although it's a zombie, it seems"; |
---|
| 1209 | mes "happy to be alive again."; |
---|
| 1210 | mes "^0099FFItem Drops^000000: Immortal Heart, Zargon"; |
---|
| 1211 | mes "Rotten Bandage"; |
---|
| 1212 | next; |
---|
| 1213 | mes "^FF0000[Vol. 26: Medium Undead Monsters]^000000"; |
---|
| 1214 | mes "12. Ghoul"; |
---|
| 1215 | mes "Similar to a Zombie, but Ghouls are"; |
---|
| 1216 | mes "green and much stronger. Its"; |
---|
| 1217 | mes "retching is offensive in more ways"; |
---|
| 1218 | mes "than one."; |
---|
| 1219 | mes "^0099FFItem Drops^000000: Horrendous Mouth"; |
---|
| 1220 | next; |
---|
| 1221 | break; |
---|
| 1222 | case 3: |
---|
| 1223 | mes "^FF0000[Vol. 27: Great Undead Monsters]^000000"; |
---|
| 1224 | mes "1. Evil Druid"; |
---|
| 1225 | mes "A flamboyantly evil druid. It's"; |
---|
| 1226 | mes "always using a floating spellbook"; |
---|
| 1227 | mes "that crackles with energy to cause"; |
---|
| 1228 | mes "misery to adventurers"; |
---|
| 1229 | mes "^0099FFItem Drops^000000: Amulet, White Herb"; |
---|
| 1230 | next; |
---|
| 1231 | break; |
---|
| 1232 | case 4: |
---|
| 1233 | close2; |
---|
| 1234 | set .@loop2,0; |
---|
| 1235 | end; |
---|
| 1236 | } |
---|
| 1237 | } |
---|
| 1238 | |
---|
| 1239 | case 4: |
---|
| 1240 | close2; |
---|
| 1241 | set .@loop,0; |
---|
| 1242 | end; |
---|
| 1243 | } |
---|
| 1244 | } |
---|
| 1245 | } |
---|
| 1246 | |
---|
| 1247 | prt_in,172,96,4 script Monster Encyclopedia#4pr 111,{ |
---|
| 1248 | mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; |
---|
| 1249 | mes "This is an Encyclopedia describing"; |
---|
| 1250 | mes "monsters living in Dungeons."; |
---|
| 1251 | next; |
---|
| 1252 | set .@loop1,1; |
---|
| 1253 | switch(select("Ant Hell:Geffen Tower:Sphinx:Cancel")) { |
---|
| 1254 | case 1: |
---|
| 1255 | while(.@loop1) { |
---|
| 1256 | switch(select("1F:2F:Cancel")) { |
---|
| 1257 | case 1: |
---|
| 1258 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1259 | mes "1. Ant Egg"; |
---|
| 1260 | mes "Merely an Ant Egg. It can't hurt"; |
---|
| 1261 | mes "you."; |
---|
| 1262 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Sticky"; |
---|
| 1263 | mes "Mucus, Empty Bottle"; |
---|
| 1264 | next; |
---|
| 1265 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1266 | mes "2. Andre"; |
---|
| 1267 | mes "A diligent worker ant that lives"; |
---|
| 1268 | mes "for the sake of the colony. Look"; |
---|
| 1269 | mes "out though, hit one and you'll"; |
---|
| 1270 | mes "fight them all."; |
---|
| 1271 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet"; |
---|
| 1272 | mes "Sticky Mucus, Shell"; |
---|
| 1273 | next; |
---|
| 1274 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1275 | mes "3. Piere"; |
---|
| 1276 | mes "A green worker ant that works just"; |
---|
| 1277 | mes "as diligently as Andre."; |
---|
| 1278 | mes "^0099FFItem Drops^000000: Worm"; |
---|
| 1279 | mes "Peeling, Garlet, Sticky Mucus, Shell"; |
---|
| 1280 | next; |
---|
| 1281 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1282 | mes "4. Deniro"; |
---|
| 1283 | mes "The red worker ant, and is"; |
---|
| 1284 | mes "faster than Pieres and Deniros."; |
---|
| 1285 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 1286 | mes "Sticky Mucus, Shell"; |
---|
| 1287 | next; |
---|
| 1288 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1289 | mes "5. Vitata"; |
---|
| 1290 | mes "Worker ants that are plump with"; |
---|
| 1291 | mes "honey... So plump, they won't pick"; |
---|
| 1292 | mes "up anything."; |
---|
| 1293 | mes "^0099FFItem Drops^000000: Worm Peeling, Scell"; |
---|
| 1294 | mes "Honey"; |
---|
| 1295 | next; |
---|
| 1296 | mes "^FF0000[Ant Hell 1F Monsters]^000000"; |
---|
| 1297 | mes "6. Giearth"; |
---|
| 1298 | mes "An elderly pixie that wanders caves"; |
---|
| 1299 | mes "to gather ores. When he dies, he"; |
---|
| 1300 | mes "plans to leave the world his"; |
---|
| 1301 | mes "beautiful moustache."; |
---|
| 1302 | mes "^0099FFItem Drops^000000: Old Pixie's Moustache"; |
---|
| 1303 | next; |
---|
| 1304 | break; |
---|
| 1305 | case 2: |
---|
| 1306 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1307 | mes "1. Ant Egg"; |
---|
| 1308 | mes "Ant eggs incapable of attacking, or"; |
---|
| 1309 | mes "even feeling pain."; |
---|
| 1310 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Sticky"; |
---|
| 1311 | mes "Mucus, Empty Bottle"; |
---|
| 1312 | next; |
---|
| 1313 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1314 | mes "2. Andre"; |
---|
| 1315 | mes "A yellow worker ant that may be the"; |
---|
| 1316 | mes "slowest of its race, aside from"; |
---|
| 1317 | mes "Vitata."; |
---|
| 1318 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 1319 | mes "Sticky Mucus, Shell"; |
---|
| 1320 | next; |
---|
| 1321 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1322 | mes "3. Piere"; |
---|
| 1323 | mes "A green worker and obviously"; |
---|
| 1324 | mes "hailing from France."; |
---|
| 1325 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 1326 | mes "Sticky Mucus, Shell"; |
---|
| 1327 | next; |
---|
| 1328 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1329 | mes "4. Deniro"; |
---|
| 1330 | mes "The speediest of the worker ants"; |
---|
| 1331 | mes "that comes in a flashy red colour."; |
---|
| 1332 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 1333 | mes "Sticky Mucus, Shell"; |
---|
| 1334 | next; |
---|
| 1335 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1336 | mes "5. Vitata"; |
---|
| 1337 | mes "Worker ants in charge of storing"; |
---|
| 1338 | mes "honey inside their bellies."; |
---|
| 1339 | mes "^0099FFItem Drops^000000: Worm Peeling, Scell,"; |
---|
| 1340 | mes "Honey"; |
---|
| 1341 | next; |
---|
| 1342 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1343 | mes "6. Giearth"; |
---|
| 1344 | mes "An elderly pixie that wanders caves"; |
---|
| 1345 | mes "to gather ores. Almost a dwarf, but"; |
---|
| 1346 | mes "not quite."; |
---|
| 1347 | mes "^0099FFItem Drops^000000: Old Pixie's Moustache"; |
---|
| 1348 | next; |
---|
| 1349 | mes "^FF0000[Ant Hell 2F Monsters]^000000"; |
---|
| 1350 | mes "7. Phreeoni"; |
---|
| 1351 | mes "An extremely strong bastard that is"; |
---|
| 1352 | mes "forty percent tongue."; |
---|
| 1353 | mes "^0099FFItem Drops^000000: Tongue, Ant Jaw"; |
---|
| 1354 | next; |
---|
| 1355 | break; |
---|
| 1356 | case 3: |
---|
| 1357 | close2; |
---|
| 1358 | set .@loop1,0; |
---|
| 1359 | end; |
---|
| 1360 | } |
---|
| 1361 | } |
---|
| 1362 | |
---|
| 1363 | case 2: |
---|
| 1364 | while(.@loop1) { |
---|
| 1365 | switch(select("1F:2F:3F:4F:Cancel")) { |
---|
| 1366 | case 1: |
---|
| 1367 | mes "^FF0000[Geffen Dungeon 1F Monsters]^000000"; |
---|
| 1368 | mes "1. Familiar"; |
---|
| 1369 | mes "A gray bat that's not very strong,"; |
---|
| 1370 | mes "but really annoying because it"; |
---|
| 1371 | mes "attacks very fast and relentlessly"; |
---|
| 1372 | mes "pursues passerby."; |
---|
| 1373 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 1374 | mes "Grape, Red Herb"; |
---|
| 1375 | next; |
---|
| 1376 | mes "^FF0000[Geffen Dungeon 1F Monsters]^000000"; |
---|
| 1377 | mes "2. Poporing"; |
---|
| 1378 | mes "A light green Poring with the"; |
---|
| 1379 | mes "Poison property. It's much stronger"; |
---|
| 1380 | mes "than Poring, but still moves by"; |
---|
| 1381 | mes "means of bouncing."; |
---|
| 1382 | mes "^0099FFItem Drops^000000: Sticky Mucus, Garlet"; |
---|
| 1383 | mes "Green Herb"; |
---|
| 1384 | next; |
---|
| 1385 | mes "^FF0000[Geffen Dungeon 1F Monsters]^000000"; |
---|
| 1386 | mes "3. Dustiness"; |
---|
| 1387 | mes "This flying monster has a high"; |
---|
| 1388 | mes "dodge rate, so if you have low"; |
---|
| 1389 | mes "attack accuracy, you may want to"; |
---|
| 1390 | mes "leave it alone."; |
---|
| 1391 | mes "^0099FFItem Drops^000000: Moth Dust, Moth Wing,"; |
---|
| 1392 | mes "Insect Feeler, Red Herb"; |
---|
| 1393 | next; |
---|
| 1394 | mes "^FF0000[Geffen Dungeon 1F Monsters]^000000"; |
---|
| 1395 | mes "4. Poison Spore"; |
---|
| 1396 | mes "A black capped mushroom. It attacks"; |
---|
| 1397 | mes "adventurers in fear of being eaten,"; |
---|
| 1398 | mes "despite being poisonous and not"; |
---|
| 1399 | mes "delicious."; |
---|
| 1400 | mes "^0099FFItem Drops^000000: Spore, Green Herb"; |
---|
| 1401 | next; |
---|
| 1402 | break; |
---|
| 1403 | case 2: |
---|
| 1404 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1405 | mes "1. Familiar"; |
---|
| 1406 | mes "A gray bat that's not very strong,"; |
---|
| 1407 | mes "but really annoying because it"; |
---|
| 1408 | mes "attacks very fast and relentlessly"; |
---|
| 1409 | mes "pursues passerby."; |
---|
| 1410 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 1411 | mes "Grape, Red Herb"; |
---|
| 1412 | next; |
---|
| 1413 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1414 | mes "2. Dustiness"; |
---|
| 1415 | mes "This flying monster has a high"; |
---|
| 1416 | mes "dodge rate, so if you have low"; |
---|
| 1417 | mes "attack accuracy, you may want to"; |
---|
| 1418 | mes "leave it alone."; |
---|
| 1419 | mes "^0099FFItem Drops^000000: Moth Dust, Moth Wing,"; |
---|
| 1420 | mes "Insect Feeler, Red Herb"; |
---|
| 1421 | next; |
---|
| 1422 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1423 | mes "3. Poison Spore"; |
---|
| 1424 | mes "A black capped mushroom. It attacks"; |
---|
| 1425 | mes "adventurers in fear of being eaten,"; |
---|
| 1426 | mes "despite being poisonous and not"; |
---|
| 1427 | mes "delicious."; |
---|
| 1428 | mes "^0099FFItem Drops^000000: Spore, Green Herb"; |
---|
| 1429 | next; |
---|
| 1430 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1431 | mes "4. Argos"; |
---|
| 1432 | mes "A monstrous spider that will attack"; |
---|
| 1433 | mes "adventurers on sight. It's too big"; |
---|
| 1434 | mes "for adventurers to squish with"; |
---|
| 1435 | mes "their feet."; |
---|
| 1436 | mes "^0099FFItem Drops^000000: Cobweb, Scell, Bug Leg,"; |
---|
| 1437 | mes "Green Herb, Yellow Herb"; |
---|
| 1438 | next; |
---|
| 1439 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1440 | mes "5. Whisper"; |
---|
| 1441 | mes "A piece of living fabric that gives"; |
---|
| 1442 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1443 | mes "likes to turn invisible..."; |
---|
| 1444 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1445 | next; |
---|
| 1446 | mes "^FF0000[Geffen Dungeon 2F Monsters]^000000"; |
---|
| 1447 | mes "6. Jakk"; |
---|
| 1448 | mes "A spooky, Pumpkin-headed monster"; |
---|
| 1449 | mes "that dresses in a slick formal"; |
---|
| 1450 | mes "suit. It's been known to invade"; |
---|
| 1451 | mes "Prontera on St. Hallow's Even in the"; |
---|
| 1452 | mes "past."; |
---|
| 1453 | mes "^0099FFItem Drops^000000: Jack'o'Pumpkin, Zargon"; |
---|
| 1454 | next; |
---|
| 1455 | break; |
---|
| 1456 | case 3: |
---|
| 1457 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1458 | mes "1. Argos"; |
---|
| 1459 | mes "A monstrous spider that will attack"; |
---|
| 1460 | mes "adventurers on sight. It's too big"; |
---|
| 1461 | mes "for adventurers to squish with"; |
---|
| 1462 | mes "their feet."; |
---|
| 1463 | mes "^0099FFItem Drops^000000: Cobweb, Scell, Bug Leg,"; |
---|
| 1464 | mes "Green Herb, Yellow Herb"; |
---|
| 1465 | next; |
---|
| 1466 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1467 | mes "2. Whisper"; |
---|
| 1468 | mes "A piece of living fabric that gives"; |
---|
| 1469 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1470 | mes "likes to turn invisible..."; |
---|
| 1471 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1472 | next; |
---|
| 1473 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1474 | mes "3. Jakk"; |
---|
| 1475 | mes "A spooky, Pumpkin-headed monster"; |
---|
| 1476 | mes "that dresses in a slick formal"; |
---|
| 1477 | mes "suit. It's been known to invade"; |
---|
| 1478 | mes "Prontera on St. Hallow's Even in the"; |
---|
| 1479 | mes "past."; |
---|
| 1480 | mes "^0099FFItem Drops^000000: Jack'o'Pumpkin, Zargon"; |
---|
| 1481 | next; |
---|
| 1482 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1483 | mes "4. Myst"; |
---|
| 1484 | mes "A strange, monster made of mist"; |
---|
| 1485 | mes "that is attached to a phantom"; |
---|
| 1486 | mes "window."; |
---|
| 1487 | mes "^0099FFItem Drops^000000: Trunk, Gas Mask"; |
---|
| 1488 | next; |
---|
| 1489 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1490 | mes "5. Marionette"; |
---|
| 1491 | mes "A monster reborn as a cursed doll"; |
---|
| 1492 | mes "that is bound to strings attached"; |
---|
| 1493 | mes "to wooden sticks."; |
---|
| 1494 | mes "^0099FFItem Drops^000000: Golden Hair, Trunk"; |
---|
| 1495 | next; |
---|
| 1496 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1497 | mes "6. Bathory"; |
---|
| 1498 | mes "A wart-nosed Witch wearing bunny"; |
---|
| 1499 | mes "boxers that will attack anything"; |
---|
| 1500 | mes "prettier than her. In other words,"; |
---|
| 1501 | mes "she attacks everyone."; |
---|
| 1502 | mes "^0099FFItem Drops^000000: With Starsand"; |
---|
| 1503 | next; |
---|
| 1504 | mes "^FF0000[Geffen Dungeon 3F Monsters]^000000"; |
---|
| 1505 | mes "7. Nightmare"; |
---|
| 1506 | mes "A ghostly horse that radiates a"; |
---|
| 1507 | mes "violet aura of evil."; |
---|
| 1508 | mes "^0099FFItem Drops^000000: Horseshoe, Blue Herb"; |
---|
| 1509 | next; |
---|
| 1510 | break; |
---|
| 1511 | case 4: |
---|
| 1512 | mes "^FF0000[Geffen Dungeon 4F Monsters]^000000"; |
---|
| 1513 | mes "1. Myst"; |
---|
| 1514 | mes "A strange, monster made of mist"; |
---|
| 1515 | mes "that is attached to a phantom"; |
---|
| 1516 | mes "window."; |
---|
| 1517 | mes "^0099FFItem Drops^000000: Trunk, Gas Mask"; |
---|
| 1518 | next; |
---|
| 1519 | mes "^FF0000[Geffen Dungeon 4F Monsters]^000000"; |
---|
| 1520 | mes "2. Deviruchi"; |
---|
| 1521 | mes "A minature demon that repeatedly"; |
---|
| 1522 | mes "stabs humans with its pitchfork."; |
---|
| 1523 | mes "It's cute, but nonetheless a true"; |
---|
| 1524 | mes "fiend of darkness."; |
---|
| 1525 | mes "^0099FFItem Drops^000000: Little Evil Horn,"; |
---|
| 1526 | mes "Little Evil Wing, Zargon"; |
---|
| 1527 | next; |
---|
| 1528 | mes "^FF0000[Geffen Dungeon 4F Monsters]^000000"; |
---|
| 1529 | mes "3. Raydric"; |
---|
| 1530 | mes "The soul of a castle guard bound to"; |
---|
| 1531 | mes "a living suit of armour through a"; |
---|
| 1532 | mes "curse."; |
---|
| 1533 | mes "^0099FFItem Drops^000000: Elunium, Chivalry"; |
---|
| 1534 | mes "Emblem"; |
---|
| 1535 | next; |
---|
| 1536 | mes "^FF0000[Geffen Dungeon 4F Monsters]^000000"; |
---|
| 1537 | mes "4. Joker"; |
---|
| 1538 | mes "A large, enchanted playing card. If"; |
---|
| 1539 | mes "you don't have good attack"; |
---|
| 1540 | mes "accuracy, the stakes are against"; |
---|
| 1541 | mes "you when fighting Joker."; |
---|
| 1542 | mes "^0099FFItem Drops^000000: High Heels"; |
---|
| 1543 | next; |
---|
| 1544 | mes "^FF0000[Geffen Dungeon 4F Monsters]^000000"; |
---|
| 1545 | mes "5. Doppelganger"; |
---|
| 1546 | mes "A ghostly double of a Swordman."; |
---|
| 1547 | mes "Perhaps the coolest and baddest"; |
---|
| 1548 | mes "monster in all of Rune-Midgard."; |
---|
| 1549 | mes "^0099FFItem Drops^000000: Spiky Band, Blue"; |
---|
| 1550 | mes "Potion, Cursed Ruby, Ruby"; |
---|
| 1551 | next; |
---|
| 1552 | break; |
---|
| 1553 | case 5: |
---|
| 1554 | close2; |
---|
| 1555 | set .@loop1,0; |
---|
| 1556 | end; |
---|
| 1557 | } |
---|
| 1558 | } |
---|
| 1559 | |
---|
| 1560 | case 3: |
---|
| 1561 | while(.@loop1) { |
---|
| 1562 | switch(select("1F:2F:3F:4F:5F:Cancel")) { |
---|
| 1563 | case 1: |
---|
| 1564 | mes "^FF0000[Sphinx 1F Monsters]^000000"; |
---|
| 1565 | mes "1. Familiar"; |
---|
| 1566 | mes "A gray bat that's not very strong,"; |
---|
| 1567 | mes "but really annoying because it"; |
---|
| 1568 | mes "attacks very fast and relentlessly"; |
---|
| 1569 | mes "pursues passerby."; |
---|
| 1570 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly"; |
---|
| 1571 | mes "Wing, Grape, Red Herb"; |
---|
| 1572 | next; |
---|
| 1573 | mes "^FF0000[Sphinx 1F Monsters]^000000"; |
---|
| 1574 | mes "2. Snake"; |
---|
| 1575 | mes "Green snake that lives in the"; |
---|
| 1576 | mes "forests and deserts. They're not"; |
---|
| 1577 | mes "poisonous, but their bites still"; |
---|
| 1578 | mes "hurt."; |
---|
| 1579 | mes "^0099FFItem Drops^000000: Snake Scale, Red Herb"; |
---|
| 1580 | next; |
---|
| 1581 | mes "^FF0000[Sphinx 1F Monsters]^000000"; |
---|
| 1582 | mes "3. Zerom"; |
---|
| 1583 | mes "An undead slave. Sadly, not even"; |
---|
| 1584 | mes "death will bring peace to the"; |
---|
| 1585 | mes "abusive hours of labour Zerom"; |
---|
| 1586 | mes "suffers for his Pharaoh."; |
---|
| 1587 | mes "^0099FFItem Drops^000000: Panties"; |
---|
| 1588 | next; |
---|
| 1589 | mes "^FF0000[Sphinx 1F Monsters]^000000"; |
---|
| 1590 | mes "4. Matyr"; |
---|
| 1591 | mes "A hound saturated with evil. It's"; |
---|
| 1592 | mes "always sleeping, but springs to"; |
---|
| 1593 | mes "action after smelling an"; |
---|
| 1594 | mes "adventurer."; |
---|
| 1595 | mes "^0099FFItem Drops^000000: Monster's Feed,"; |
---|
| 1596 | mes "Animal Skin"; |
---|
| 1597 | next; |
---|
| 1598 | mes "^FF0000[Sphinx 1F Monsters]^000000"; |
---|
| 1599 | mes "5. Requieum"; |
---|
| 1600 | mes "An ancient slave that carries a"; |
---|
| 1601 | mes "heavy coffin on its back. Weary"; |
---|
| 1602 | mes "from its labour, Requiem simply"; |
---|
| 1603 | mes "collapses, hoping the coffin will"; |
---|
| 1604 | mes "hit its mark, when attacking."; |
---|
| 1605 | mes "^0099FFItem Drops^000000: Old Blue Box"; |
---|
| 1606 | next; |
---|
| 1607 | break; |
---|
| 1608 | case 2: |
---|
| 1609 | mes "^FF0000[Sphinx 2F Monsters]^000000"; |
---|
| 1610 | mes "1. Familiar"; |
---|
| 1611 | mes "A gray bat that's not very strong,"; |
---|
| 1612 | mes "but really annoying because it"; |
---|
| 1613 | mes "attacks very fast and relentlessly"; |
---|
| 1614 | mes "pursues passerby."; |
---|
| 1615 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly"; |
---|
| 1616 | mes "Wing, Grape, Red Herb"; |
---|
| 1617 | next; |
---|
| 1618 | mes "^FF0000[Sphinx 2F Monsters]^000000"; |
---|
| 1619 | mes "2. Matyr"; |
---|
| 1620 | mes "A hound saturated with evil. It's"; |
---|
| 1621 | mes "always sleeping, but springs to"; |
---|
| 1622 | mes "action after smelling an"; |
---|
| 1623 | mes "adventurer."; |
---|
| 1624 | mes "^0099FFItem Drops^000000: Monster's Feed,"; |
---|
| 1625 | mes "Animal Skin"; |
---|
| 1626 | next; |
---|
| 1627 | mes "^FF0000[Sphinx 2F Monsters]^000000"; |
---|
| 1628 | mes "3. Requiem"; |
---|
| 1629 | mes "An ancient slave that carries a"; |
---|
| 1630 | mes "heavy coffin on its back. Weary"; |
---|
| 1631 | mes "from its labour, Requiem simply"; |
---|
| 1632 | mes "collapses, hoping the coffin will"; |
---|
| 1633 | mes "hit its mark, when attacking."; |
---|
| 1634 | mes "^0099FFItem Drops^000000: Old Blue Box"; |
---|
| 1635 | next; |
---|
| 1636 | mes "^FF0000[Sphinx 2F Monsters]^000000"; |
---|
| 1637 | mes "4. Whisper"; |
---|
| 1638 | mes "A piece of living fabric that gives"; |
---|
| 1639 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1640 | mes "likes to turn invisible..."; |
---|
| 1641 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1642 | next; |
---|
| 1643 | break; |
---|
| 1644 | case 3: |
---|
| 1645 | mes "^FF0000[Sphinx 3F Monsters]^000000"; |
---|
| 1646 | mes "1. Matyr"; |
---|
| 1647 | mes "A hound saturated with evil. It's"; |
---|
| 1648 | mes "always sleeping, but springs to"; |
---|
| 1649 | mes "action after smelling an"; |
---|
| 1650 | mes "adventurer."; |
---|
| 1651 | mes "^0099FFItem Drops^000000: Monster's Feed,"; |
---|
| 1652 | mes "Animal Skin"; |
---|
| 1653 | next; |
---|
| 1654 | mes "^FF0000[Sphinx 3F Monsters]^000000"; |
---|
| 1655 | mes "2. Whisper"; |
---|
| 1656 | mes "A piece of living fabric that gives"; |
---|
| 1657 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1658 | mes "likes to turn invisible..."; |
---|
| 1659 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1660 | next; |
---|
| 1661 | mes "^FF0000[Sphinx 3F Monsters]^000000"; |
---|
| 1662 | mes "3. Marduk"; |
---|
| 1663 | mes "A gangly wizard of darkness. Look"; |
---|
| 1664 | mes "out, it knows magic!"; |
---|
| 1665 | mes "^0099FFItem Drops^000000: Flame Heart"; |
---|
| 1666 | next; |
---|
| 1667 | break; |
---|
| 1668 | case 4: |
---|
| 1669 | mes "^FF0000[Sphinx 4F Monsters]^000000"; |
---|
| 1670 | mes "1. Whisper"; |
---|
| 1671 | mes "A piece of living fabric that gives"; |
---|
| 1672 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1673 | mes "likes to turn invisible..."; |
---|
| 1674 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1675 | next; |
---|
| 1676 | mes "^FF0000[Sphinx 4F Monsters]^000000"; |
---|
| 1677 | mes "2. Marduk"; |
---|
| 1678 | mes "A gangly wizard of darkness. Look"; |
---|
| 1679 | mes "out, it knows magic!"; |
---|
| 1680 | mes "^0099FFItem Drops^000000: Flame Heart"; |
---|
| 1681 | next; |
---|
| 1682 | mes "^FF0000[Sphinx 4F Monsters]^000000"; |
---|
| 1683 | mes "3. Medusa"; |
---|
| 1684 | mes "Monster with hair composed of"; |
---|
| 1685 | mes "snakes. It is rumoured to turn"; |
---|
| 1686 | mes "people into stone if they look into"; |
---|
| 1687 | mes "her eyes."; |
---|
| 1688 | mes "^0099FFItem Drops^000000: Dead Medusa, Horrendous"; |
---|
| 1689 | mes "Snake, White Herb"; |
---|
| 1690 | next; |
---|
| 1691 | break; |
---|
| 1692 | case 5: |
---|
| 1693 | mes "^FF0000[Sphinx 5F Monsters]^000000"; |
---|
| 1694 | mes "1. Whisper"; |
---|
| 1695 | mes "A piece of living fabric that gives"; |
---|
| 1696 | mes "off spooky vibes. Sometimes, it"; |
---|
| 1697 | mes "likes to turn invisible..."; |
---|
| 1698 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 1699 | next; |
---|
| 1700 | mes "^FF0000[Sphinx 5F Monsters]^000000"; |
---|
| 1701 | mes "2. Marduk"; |
---|
| 1702 | mes "A gangly wizard of darkness. Look"; |
---|
| 1703 | mes "out, it knows magic!"; |
---|
| 1704 | mes "^0099FFItem Drops^000000: Flame Heart"; |
---|
| 1705 | next; |
---|
| 1706 | mes "^FF0000[Sphinx 5F Monsters]^000000"; |
---|
| 1707 | mes "3. Medusa"; |
---|
| 1708 | mes "Monster with hair composed of"; |
---|
| 1709 | mes "snakes. It is rumoured to turn"; |
---|
| 1710 | mes "people into stone if they look into"; |
---|
| 1711 | mes "her eyes."; |
---|
| 1712 | mes "^0099FFItem Drops^000000: Dead Medusa, Horrendous"; |
---|
| 1713 | mes "Snake, White Herb"; |
---|
| 1714 | next; |
---|
| 1715 | break; |
---|
| 1716 | case 6: |
---|
| 1717 | close2; |
---|
| 1718 | set .@loop1,0; |
---|
| 1719 | end; |
---|
| 1720 | } |
---|
| 1721 | } |
---|
| 1722 | |
---|
| 1723 | case 4: |
---|
| 1724 | close; |
---|
| 1725 | } |
---|
| 1726 | } |
---|
| 1727 | |
---|
| 1728 | |
---|
| 1729 | prt_in,164,96,4 script Monster Encyclopedia#5pr 111,{ |
---|
| 1730 | mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; |
---|
| 1731 | mes "This is an Encyclopedia describing"; |
---|
| 1732 | mes "Monsters living in Dungeons."; |
---|
| 1733 | next; |
---|
| 1734 | set .@loop1,1; |
---|
| 1735 | switch(select("Orc Dungeon:Byalan Cave near Izlude:Prontera Culvert")){ |
---|
| 1736 | case 1: |
---|
| 1737 | while(.@loop1) { |
---|
| 1738 | switch(select("1F:2F:Cancel")) { |
---|
| 1739 | case 1: |
---|
| 1740 | mes "^FF0000[Orc Dungeon 1F Monsters]^000000"; |
---|
| 1741 | mes "1. Chonchon"; |
---|
| 1742 | mes "Fly monsters that move with great"; |
---|
| 1743 | mes "speed. Amazingly, they can heal in"; |
---|
| 1744 | mes "the presense of fecal matter."; |
---|
| 1745 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Fly"; |
---|
| 1746 | mes "Wing"; |
---|
| 1747 | next; |
---|
| 1748 | mes "^FF0000[Orc Dungeon 1F Monsters]^000000"; |
---|
| 1749 | mes "2. Familiar"; |
---|
| 1750 | mes "A gray bat that's not very strong,"; |
---|
| 1751 | mes "but really annoying because it"; |
---|
| 1752 | mes "attacks very fast and relentlessly"; |
---|
| 1753 | mes "pursues passerby."; |
---|
| 1754 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 1755 | mes "Grape, Red Herb"; |
---|
| 1756 | next; |
---|
| 1757 | mes "^FF0000[Orc Dungeon 1F Monsters]^000000"; |
---|
| 1758 | mes "3. Orc Zombie"; |
---|
| 1759 | mes "Orcs that have risen back from the"; |
---|
| 1760 | mes "dead. The honorable fighting spirit"; |
---|
| 1761 | mes "of the Orc Warrior never dies!"; |
---|
| 1762 | mes "^0099FFItem Drops^000000: Orc Claw, Sticky Mucus"; |
---|
| 1763 | next; |
---|
| 1764 | mes "^FF0000[Orc Dungeon 1F Monsters]^000000"; |
---|
| 1765 | mes "4. Orc Skeleton"; |
---|
| 1766 | mes "The skeleton of an Orc that has"; |
---|
| 1767 | mes "been brought back to life. Even in"; |
---|
| 1768 | mes "death, Orcs continue to do battle."; |
---|
| 1769 | mes "^0099FFItem Drops^000000: Orc's Fang, Green"; |
---|
| 1770 | mes "Herb"; |
---|
| 1771 | next; |
---|
| 1772 | break; |
---|
| 1773 | case 2: |
---|
| 1774 | mes "^FF0000[Orc Dungeon 2F Monsters]^000000"; |
---|
| 1775 | mes "1. Chonchon"; |
---|
| 1776 | mes "Fly monsters that move with great"; |
---|
| 1777 | mes "speed. Amazingly, they can heal in"; |
---|
| 1778 | mes "the presense of fecal matter."; |
---|
| 1779 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Fly"; |
---|
| 1780 | mes "Wing"; |
---|
| 1781 | next; |
---|
| 1782 | mes "^FF0000[Orc Dungeon 2F Monsters]^000000"; |
---|
| 1783 | mes "2. Familiar"; |
---|
| 1784 | mes "A gray bat that's not very strong,"; |
---|
| 1785 | mes "but really annoying because it"; |
---|
| 1786 | mes "attacks very fast and relentlessly"; |
---|
| 1787 | mes "pursues passerbys."; |
---|
| 1788 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 1789 | mes "Grape, Red Herb"; |
---|
| 1790 | next; |
---|
| 1791 | mes "^FF0000[Orc Dungeon 2F Monsters]^000000"; |
---|
| 1792 | mes "3. Orc Skeleton"; |
---|
| 1793 | mes "The skeleton of an Orc that has"; |
---|
| 1794 | mes "been brought back to life. Even in"; |
---|
| 1795 | mes "death, Orcs continue to do battle."; |
---|
| 1796 | mes "^0099FFItem Drops^000000: Orc's Fang, Green"; |
---|
| 1797 | mes "Herb"; |
---|
| 1798 | next; |
---|
| 1799 | mes "^FF0000[Orc Dungeon 2F Monsters]^000000"; |
---|
| 1800 | mes "4. Zenorc"; |
---|
| 1801 | mes "A dishonorable Orc whose body has"; |
---|
| 1802 | mes "been cursed. They continue their"; |
---|
| 1803 | mes "shameful ways by looting items that"; |
---|
| 1804 | mes "have been dropped to the ground."; |
---|
| 1805 | mes "^0099FFItem Drops^000000: Zenorc's Fang, Sticky"; |
---|
| 1806 | mes "Mucus, Yellow Herb"; |
---|
| 1807 | next; |
---|
| 1808 | break; |
---|
| 1809 | case 3: |
---|
| 1810 | close2; |
---|
| 1811 | set .@loop1,0; |
---|
| 1812 | end; |
---|
| 1813 | } |
---|
| 1814 | } |
---|
| 1815 | |
---|
| 1816 | case 2: |
---|
| 1817 | while(.@loop1) { |
---|
| 1818 | switch(select("1F:2F:3F:4F:5F:Cancel")) { |
---|
| 1819 | case 1: |
---|
| 1820 | mes "^FF0000[Byalan Cave 1F Monsters]^000000"; |
---|
| 1821 | mes "1. Plankton"; |
---|
| 1822 | mes "Even though they seem"; |
---|
| 1823 | mes "insignificantly small, be careful"; |
---|
| 1824 | mes "not to step on them. Plankton are"; |
---|
| 1825 | mes "light and can drift on the water."; |
---|
| 1826 | mes "^0099FFItem Drops^000000: Single Cell, Garlet"; |
---|
| 1827 | mes "Sticky Mucus, Empty Bottle"; |
---|
| 1828 | next; |
---|
| 1829 | mes "^FF0000[Byalan Cave 1F Monsters]^000000"; |
---|
| 1830 | mes "2. Kukre"; |
---|
| 1831 | mes "Kukre look better than Thief Bugs"; |
---|
| 1832 | mes "but basically loot items just the"; |
---|
| 1833 | mes "same. Luckily, they don't attack"; |
---|
| 1834 | mes "players in a group."; |
---|
| 1835 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet"; |
---|
| 1836 | mes "Monster's Feed, Red Herb, Insect"; |
---|
| 1837 | mes "Feeler"; |
---|
| 1838 | next; |
---|
| 1839 | mes "^FF0000[Byalan Cave 1F Monsters]^000000"; |
---|
| 1840 | mes "3. Hydra"; |
---|
| 1841 | mes "Vegetable Monsters that live near"; |
---|
| 1842 | mes "water or in the deep sea. Attack"; |
---|
| 1843 | mes "using tentacles. As a group,"; |
---|
| 1844 | mes "they're a pain in the ass."; |
---|
| 1845 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 1846 | mes "Meat"; |
---|
| 1847 | next; |
---|
| 1848 | mes "^FF0000[Byalan Cave 1F Monsters]^000000"; |
---|
| 1849 | mes "4. Vadon"; |
---|
| 1850 | mes "Covered in a thick, protective"; |
---|
| 1851 | mes "shell, Vadons attack with powerful"; |
---|
| 1852 | mes "pincers. Although they look like"; |
---|
| 1853 | mes "crabs, their meat can't be eaten."; |
---|
| 1854 | mes "^0099FFItem Drops^000000: Nipper, Garlet, Solid"; |
---|
| 1855 | mes "Shell, Shell"; |
---|
| 1856 | next; |
---|
| 1857 | mes "^FF0000[Byalan Cave 1F Monsters]^000000"; |
---|
| 1858 | mes "5. Marina"; |
---|
| 1859 | mes "Transparent jellyfish that attack"; |
---|
| 1860 | mes "by stretching their flexible bodies"; |
---|
| 1861 | mes "in a whip-like fashion. They live"; |
---|
| 1862 | mes "in cool places near water."; |
---|
| 1863 | mes "^0099FFItem Drops^000000: Single Cell, Sticky"; |
---|
| 1864 | mes "Mucus"; |
---|
| 1865 | next; |
---|
| 1866 | break; |
---|
| 1867 | case 2: |
---|
| 1868 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1869 | mes "1. Plankton"; |
---|
| 1870 | mes "Even though they seem"; |
---|
| 1871 | mes "insignificantly small, be careful"; |
---|
| 1872 | mes "not to step on them. Plankton are"; |
---|
| 1873 | mes "light and can drift on the water."; |
---|
| 1874 | mes "^0099FFItem Drops^000000: Single Cell, Garlet"; |
---|
| 1875 | mes "Sticky Mucus, Empty Bottle"; |
---|
| 1876 | next; |
---|
| 1877 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1878 | mes "2. Kukre"; |
---|
| 1879 | mes "Kukre look better than Thief Bugs"; |
---|
| 1880 | mes "but basically loot items just the"; |
---|
| 1881 | mes "same. Luckily, they don't attack"; |
---|
| 1882 | mes "players in a group."; |
---|
| 1883 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet"; |
---|
| 1884 | mes "Monster's Feed, Red Herb, Insect"; |
---|
| 1885 | mes "Feeler"; |
---|
| 1886 | next; |
---|
| 1887 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1888 | mes "3. Hydra"; |
---|
| 1889 | mes "Vegetable Monsters that live near"; |
---|
| 1890 | mes "water or in the deep sea. Attack"; |
---|
| 1891 | mes "using tentacles. As a group,"; |
---|
| 1892 | mes "they're a pain in the ass."; |
---|
| 1893 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 1894 | mes "Meat"; |
---|
| 1895 | next; |
---|
| 1896 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1897 | mes "4. Vadon"; |
---|
| 1898 | mes "Covered in a thick, protective"; |
---|
| 1899 | mes "shell, Vadons attack with powerful"; |
---|
| 1900 | mes "pincers. Although they look like"; |
---|
| 1901 | mes "crabs, their meat can't be eaten."; |
---|
| 1902 | mes "^0099FFItem Drops^000000: Nipper, Garlet, Solid"; |
---|
| 1903 | mes "Shell, Shell"; |
---|
| 1904 | next; |
---|
| 1905 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1906 | mes "5. Marina"; |
---|
| 1907 | mes "Transparent jellyfish that attack"; |
---|
| 1908 | mes "by stretching their flexible bodies"; |
---|
| 1909 | mes "in a whip-like fashion. They live"; |
---|
| 1910 | mes "in cool places near water."; |
---|
| 1911 | mes "^0099FFItem Drops^000000: Single Cell, Sticky"; |
---|
| 1912 | mes "Mucus"; |
---|
| 1913 | next; |
---|
| 1914 | mes "^FF0000[Byalan Cave 2F Monsters]^000000"; |
---|
| 1915 | mes "6. Thara Frog"; |
---|
| 1916 | mes "Frogs of red colour, surely stronger"; |
---|
| 1917 | mes "than Roda Frogs. However there is"; |
---|
| 1918 | mes "obviously one thing in common about"; |
---|
| 1919 | mes "them, an annoying croaking noise."; |
---|
| 1920 | mes "^0099FFItem Drops^000000: Spawn, Scell, Sticky"; |
---|
| 1921 | mes "Webfoot"; |
---|
| 1922 | next; |
---|
| 1923 | break; |
---|
| 1924 | case 3: |
---|
| 1925 | mes "^FF0000[Byalan Cave 3F Monsters]^000000"; |
---|
| 1926 | mes "1. Hydra"; |
---|
| 1927 | mes "Vegetable Monsters that live near"; |
---|
| 1928 | mes "water or in the deep sea. Attack"; |
---|
| 1929 | mes "using tentacles. As a group,"; |
---|
| 1930 | mes "they're a pain in the ass."; |
---|
| 1931 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 1932 | mes "Meat"; |
---|
| 1933 | next; |
---|
| 1934 | mes "^FF0000[Byalan Cave 3F Monsters]^000000"; |
---|
| 1935 | mes "2. Thara Frog"; |
---|
| 1936 | mes "Frogs of red colour, surely stronger"; |
---|
| 1937 | mes "than Roda Frogs. However there is"; |
---|
| 1938 | mes "obviously one thing in common about"; |
---|
| 1939 | mes "them, an annoying croaking noise."; |
---|
| 1940 | mes "^0099FFItem Drops^000000: Spawn, Scell, Sticky"; |
---|
| 1941 | mes "Webfoot"; |
---|
| 1942 | next; |
---|
| 1943 | mes "^FF0000[Byalan Cave 3F Monsters]^000000"; |
---|
| 1944 | mes "3. Cornutus"; |
---|
| 1945 | mes "Benign monsters that conceal"; |
---|
| 1946 | mes "themselves in hard, turban shaped"; |
---|
| 1947 | mes "shells. They try to live as"; |
---|
| 1948 | mes "peacefully as they can in this"; |
---|
| 1949 | mes "crazy, crazy world."; |
---|
| 1950 | mes "^0099FFItem Drops^000000: Conch, Scell, Solid"; |
---|
| 1951 | mes "Shell"; |
---|
| 1952 | next; |
---|
| 1953 | mes "^FF0000[Byalan Cave 3F Monsters]^000000"; |
---|
| 1954 | mes "4. Marse"; |
---|
| 1955 | mes "A miniature squid with miniature"; |
---|
| 1956 | mes "tentacles. How it moves through"; |
---|
| 1957 | mes "water with those tiny things is"; |
---|
| 1958 | mes "still a scientific mystery."; |
---|
| 1959 | mes "^0099FFItem Drops^000000: Squid Ink, Tentacle"; |
---|
| 1960 | next; |
---|
| 1961 | mes "^FF0000[Byalan Cave 3F Monsters]^000000"; |
---|
| 1962 | mes "5. Obeaune"; |
---|
| 1963 | mes "A female Mermaid that attacks with"; |
---|
| 1964 | mes "its wild, flowing hair. Whether or"; |
---|
| 1965 | mes "not its male version is Merman is"; |
---|
| 1966 | mes "still under debate."; |
---|
| 1967 | mes "^0099FFItem Drops^000000: Heart of Mermaid, Fin"; |
---|
| 1968 | next; |
---|
| 1969 | break; |
---|
| 1970 | case 4: |
---|
| 1971 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 1972 | mes "1. Hydra"; |
---|
| 1973 | mes "Vegetable Monsters that live near"; |
---|
| 1974 | mes "water or in the deep sea. Attack"; |
---|
| 1975 | mes "using tentacles. As a group,"; |
---|
| 1976 | mes "they're a pain in the ass."; |
---|
| 1977 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 1978 | mes "Meat"; |
---|
| 1979 | next; |
---|
| 1980 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 1981 | mes "2. Marse"; |
---|
| 1982 | mes "A miniature squid with miniature"; |
---|
| 1983 | mes "tentacles. How it moves through"; |
---|
| 1984 | mes "water with those tiny things is"; |
---|
| 1985 | mes "still a scientific mystery."; |
---|
| 1986 | mes "^0099FFItem Drops^000000: Squid Ink, Tentacle"; |
---|
| 1987 | next; |
---|
| 1988 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 1989 | mes "3. Obeaune"; |
---|
| 1990 | mes "A female Mermaid that attacks with"; |
---|
| 1991 | mes "its wild, flowing hair. Whether or"; |
---|
| 1992 | mes "not its male version is Merman is"; |
---|
| 1993 | mes "still under debate."; |
---|
| 1994 | mes "^0099FFItem Drops^000000: Heart of Mermaid, Fin"; |
---|
| 1995 | next; |
---|
| 1996 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 1997 | mes "4. Marine Sphere"; |
---|
| 1998 | mes "Strange, round-shaped monsters that"; |
---|
| 1999 | mes "pulse with destructive energy."; |
---|
| 2000 | mes "Gathering their Detonators may be"; |
---|
| 2001 | mes "useful for Alchemists."; |
---|
| 2002 | mes "^0099FFItem Drops^000000: Tendon, Detonator"; |
---|
| 2003 | next; |
---|
| 2004 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 2005 | mes "5. Phen"; |
---|
| 2006 | mes "A blue fish with a pointed nose and"; |
---|
| 2007 | mes "sad, incredibly sad, vacant eyes."; |
---|
| 2008 | mes "^0099FFItem Drops^000000: Fish Tail, Sharp Scale,"; |
---|
| 2009 | mes "Meat, Fin"; |
---|
| 2010 | next; |
---|
| 2011 | mes "^FF0000[Byalan Cave 4F Monsters]^000000"; |
---|
| 2012 | mes "6. Sword Fish"; |
---|
| 2013 | mes "Fish Monster with a sharp, long nose"; |
---|
| 2014 | mes "that's just like a sword. Although it"; |
---|
| 2015 | mes "has googly eyes, it's a dangerous"; |
---|
| 2016 | mes "monster. Why wasn't it named Sword"; |
---|
| 2017 | mes "Nose Fish?"; |
---|
| 2018 | mes "^0099FFItem Drops^000000: Sharp Scale, Gill"; |
---|
| 2019 | next; |
---|
| 2020 | break; |
---|
| 2021 | case 5: |
---|
| 2022 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2023 | mes "1. Marine Sphere"; |
---|
| 2024 | mes "Strange, round-shaped monsters that"; |
---|
| 2025 | mes "pulse with destructive energy."; |
---|
| 2026 | mes "Gathering their Detonators may be"; |
---|
| 2027 | mes "useful for Alchemists."; |
---|
| 2028 | mes "^0099FFItem Drops^000000: Tendon, Detonator"; |
---|
| 2029 | next; |
---|
| 2030 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2031 | mes "2. Sword Fish"; |
---|
| 2032 | mes "Fish Monster with a sharp, long nose"; |
---|
| 2033 | mes "that's just like a sword. Although it"; |
---|
| 2034 | mes "has googly eyes, it's a dangerous"; |
---|
| 2035 | mes "monster. Why wasn't it named Sword"; |
---|
| 2036 | mes "Nose Fish?"; |
---|
| 2037 | mes "^0099FFItem Drops^000000: Sharp Scale, Gill"; |
---|
| 2038 | next; |
---|
| 2039 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2040 | mes "3. Marse"; |
---|
| 2041 | mes "A miniature squid with miniature"; |
---|
| 2042 | mes "tentacles. How it moves through"; |
---|
| 2043 | mes "water with those tiny things is"; |
---|
| 2044 | mes "still a scientific mystery."; |
---|
| 2045 | mes "^0099FFItem Drops^000000: Squid Ink, Tentacle"; |
---|
| 2046 | next; |
---|
| 2047 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2048 | mes "4. Obeaune"; |
---|
| 2049 | mes "A female Mermaid that attacks with"; |
---|
| 2050 | mes "its wild, flowing hair. Whether or"; |
---|
| 2051 | mes "not its male version is Merman is"; |
---|
| 2052 | mes "still under debate."; |
---|
| 2053 | mes "^0099FFItem Drops^000000: Heart of Mermaid, Fin"; |
---|
| 2054 | next; |
---|
| 2055 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2056 | mes "5. Marc"; |
---|
| 2057 | mes "A proud looking Sea Horse that sort"; |
---|
| 2058 | mes "of looks like a dragon."; |
---|
| 2059 | mes "Unfortunately, you can't ride it."; |
---|
| 2060 | mes "^0099FFItem Drops^000000: Gill, Fin"; |
---|
| 2061 | next; |
---|
| 2062 | mes "^FF0000[Byalan Cave 5F Monsters]^000000"; |
---|
| 2063 | mes "6. Strouf"; |
---|
| 2064 | mes "A lordly fish monster that looks"; |
---|
| 2065 | mes "like the God of the Seas. Carries a"; |
---|
| 2066 | mes "lightning trident to fight the"; |
---|
| 2067 | mes "surface people."; |
---|
| 2068 | mes "^0099FFItem Drops^000000: Fin, Feather, Gill"; |
---|
| 2069 | next; |
---|
| 2070 | break; |
---|
| 2071 | case 6: |
---|
| 2072 | close2; |
---|
| 2073 | set .@loop1,0; |
---|
| 2074 | end; |
---|
| 2075 | } |
---|
| 2076 | } |
---|
| 2077 | |
---|
| 2078 | case 3: |
---|
| 2079 | while(.@loop1) { |
---|
| 2080 | switch(select("1F.:2F.:3F.:4F.:Cancel.")) { |
---|
| 2081 | case 1: |
---|
| 2082 | mes "^FF0000[Prontera Culvert 1F Monsters]^000000"; |
---|
| 2083 | mes "1. Thief Bug Egg"; |
---|
| 2084 | mes "A filthy egg form a filthy Thief"; |
---|
| 2085 | mes "Bug. They make horrible omelets."; |
---|
| 2086 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 2087 | mes "Mucus"; |
---|
| 2088 | next; |
---|
| 2089 | mes "^FF0000[Prontera Culvert 1F Monsters]^000000"; |
---|
| 2090 | mes "2. Thief Bug Baby"; |
---|
| 2091 | mes "The undeveloped version of the"; |
---|
| 2092 | mes "Thief Bug. Even as babies, they're"; |
---|
| 2093 | mes "pretty disgusting."; |
---|
| 2094 | mes "^0099FFItem Drops^000000: Worm Peeling, Red"; |
---|
| 2095 | mes "Herb, Jellopy"; |
---|
| 2096 | next; |
---|
| 2097 | mes "^FF0000[Prontera Culvert 1F Monsters]^000000"; |
---|
| 2098 | mes "3. Familiar"; |
---|
| 2099 | mes "A gray bat that's not very strong,"; |
---|
| 2100 | mes "but really annoying because it"; |
---|
| 2101 | mes "attacks very fast and relentlessly"; |
---|
| 2102 | mes "pursues passerby."; |
---|
| 2103 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2104 | mes "Grape, Red Herb"; |
---|
| 2105 | next; |
---|
| 2106 | mes "^FF0000[Prontera Culvert 1F Monsters]^000000"; |
---|
| 2107 | mes "4. Spore"; |
---|
| 2108 | mes "Mushroom-like monsters that usually"; |
---|
| 2109 | mes "live in forests or dungeons. The"; |
---|
| 2110 | mes "strange, chocolate chip like nubs"; |
---|
| 2111 | mes "on its cap are actually something"; |
---|
| 2112 | mes "else."; |
---|
| 2113 | mes "^0099FFItem Drops^000000: Spore, Red Herb, Blue"; |
---|
| 2114 | mes "Herb"; |
---|
| 2115 | next; |
---|
| 2116 | mes "^FF0000[Prontera Culvert 1F Monsters]^000000"; |
---|
| 2117 | mes "5. Tarou"; |
---|
| 2118 | mes "A tiny, little white mouse. Its"; |
---|
| 2119 | mes "squeaks can be heard in the Dead"; |
---|
| 2120 | mes "Pit and the Prontera Culvert."; |
---|
| 2121 | mes "^0099FFItem Drops^000000: Rat Tail, Animal"; |
---|
| 2122 | mes "Skin, Feather, Monster's Feed"; |
---|
| 2123 | next; |
---|
| 2124 | break; |
---|
| 2125 | case 2: |
---|
| 2126 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2127 | mes "1. Thief Bug Egg"; |
---|
| 2128 | mes "A filthy egg form a filthy Thief"; |
---|
| 2129 | mes "Bug. They make horrible omelets."; |
---|
| 2130 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 2131 | mes "Mucus"; |
---|
| 2132 | next; |
---|
| 2133 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2134 | mes "2. Thief Bug Baby"; |
---|
| 2135 | mes "The undeveloped version of the"; |
---|
| 2136 | mes "Thief Bug. Even as babies, they're"; |
---|
| 2137 | mes "pretty disgusting."; |
---|
| 2138 | mes "^0099FFItem Drops^000000: Worm Peeling, Red"; |
---|
| 2139 | mes "Herb, Jellopy"; |
---|
| 2140 | next; |
---|
| 2141 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2142 | mes "3. Familiar"; |
---|
| 2143 | mes "A gray bat that's not very strong,"; |
---|
| 2144 | mes "but really annoying because it"; |
---|
| 2145 | mes "attacks very fast and relentlessly"; |
---|
| 2146 | mes "pursues passerby."; |
---|
| 2147 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2148 | mes "Grape, Red Herb"; |
---|
| 2149 | next; |
---|
| 2150 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2151 | mes "4. Spore"; |
---|
| 2152 | mes "Mushroom-like monsters that usually"; |
---|
| 2153 | mes "live in forests or dungeons. The"; |
---|
| 2154 | mes "strange, chocolate chip like nubs"; |
---|
| 2155 | mes "on its cap are actually something"; |
---|
| 2156 | mes "else."; |
---|
| 2157 | mes "^0099FFItem Drops^000000: Spore, Red Herb, Blue"; |
---|
| 2158 | mes "Herb"; |
---|
| 2159 | next; |
---|
| 2160 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2161 | mes "5. Tarou"; |
---|
| 2162 | mes "A tiny, little white mouse. Its"; |
---|
| 2163 | mes "squeaks can be heard in the Dead"; |
---|
| 2164 | mes "Pit and the Prontera Culvert."; |
---|
| 2165 | mes "^0099FFItem Drops^000000: Rat Tail, Animal"; |
---|
| 2166 | mes "Skin, Feather, Monster's Feed"; |
---|
| 2167 | next; |
---|
| 2168 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2169 | mes "6. Plankton"; |
---|
| 2170 | mes "Even though they seem"; |
---|
| 2171 | mes "insignificantly small, be careful"; |
---|
| 2172 | mes "not to step on them. Plankton are"; |
---|
| 2173 | mes "light and can drift on the water."; |
---|
| 2174 | mes "^0099FFItem Drops^000000: Single Cell, Garlet"; |
---|
| 2175 | mes "Sticky Mucus, Empty Bottle"; |
---|
| 2176 | next; |
---|
| 2177 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2178 | mes "7. Hydra"; |
---|
| 2179 | mes "Vegetable Monsters that live near"; |
---|
| 2180 | mes "water or in the deep sea that"; |
---|
| 2181 | mes "attack using tentacles. As a group,"; |
---|
| 2182 | mes "they're a pain in the ass."; |
---|
| 2183 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 2184 | mes "Meat"; |
---|
| 2185 | next; |
---|
| 2186 | mes "^FF0000[Prontera Culvert 2F Monsters]^000000"; |
---|
| 2187 | mes "8. Female Thief Bug"; |
---|
| 2188 | mes "Large, brown insects that are"; |
---|
| 2189 | mes "gruesome to the eye and disgusting"; |
---|
| 2190 | mes "to the touch. Notorious for quickly"; |
---|
| 2191 | mes "grabbing whatever drops to the"; |
---|
| 2192 | mes "ground."; |
---|
| 2193 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 2194 | mes "Jellopy, Garlet, Insect Feeler"; |
---|
| 2195 | next; |
---|
| 2196 | break; |
---|
| 2197 | case 3: |
---|
| 2198 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2199 | mes "1. Thief Bug Egg"; |
---|
| 2200 | mes "A filthy egg form a filthy Thief"; |
---|
| 2201 | mes "Bug. They make horrible omelets."; |
---|
| 2202 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 2203 | mes "Mucus"; |
---|
| 2204 | next; |
---|
| 2205 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2206 | mes "2. Thief Bug Baby"; |
---|
| 2207 | mes "The undeveloped version of the"; |
---|
| 2208 | mes "Thief Bug. Even as babies, they're"; |
---|
| 2209 | mes "pretty disgusting."; |
---|
| 2210 | mes "^0099FFItem Drops^000000: Worm Peeling, Red"; |
---|
| 2211 | mes "Herb, Jellopy"; |
---|
| 2212 | next; |
---|
| 2213 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2214 | mes "3. Female Thief Bug"; |
---|
| 2215 | mes "Large, brown insects that are"; |
---|
| 2216 | mes "gruesome to the eye and disgusting"; |
---|
| 2217 | mes "to the touch. Notorious for quickly"; |
---|
| 2218 | mes "grabbing whatever drops to the"; |
---|
| 2219 | mes "ground."; |
---|
| 2220 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 2221 | mes "Jellopy, Garlet, Insect Feeler"; |
---|
| 2222 | next; |
---|
| 2223 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2224 | mes "4. Tarou"; |
---|
| 2225 | mes "A tiny, little white mouse. Its"; |
---|
| 2226 | mes "squeaks can be heard in the Dead"; |
---|
| 2227 | mes "Pit and the Prontera Culvert."; |
---|
| 2228 | mes "^0099FFItem Drops^000000: Rat Tail, Animal"; |
---|
| 2229 | mes "Skin, Feather, Monster's Feed"; |
---|
| 2230 | next; |
---|
| 2231 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2232 | mes "5. Familiar"; |
---|
| 2233 | mes "A gray bat that's not very strong,"; |
---|
| 2234 | mes "but really annoying because it"; |
---|
| 2235 | mes "attacks very fast and relentlessly"; |
---|
| 2236 | mes "pursues passerby."; |
---|
| 2237 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2238 | mes "Grape, Red Herb"; |
---|
| 2239 | next; |
---|
| 2240 | mes "^FF0000[Prontera Culvert 3F Monsters]^000000"; |
---|
| 2241 | mes "6. Poporing"; |
---|
| 2242 | mes "A light green Poring with the"; |
---|
| 2243 | mes "Poison property. It's much stronger"; |
---|
| 2244 | mes "than Poring, but still moves by"; |
---|
| 2245 | mes "means of bouncing."; |
---|
| 2246 | mes "^0099FFItem Drops^000000: Sticky Mucus, Garlet"; |
---|
| 2247 | mes "Green Herb"; |
---|
| 2248 | next; |
---|
| 2249 | break; |
---|
| 2250 | case 4: |
---|
| 2251 | mes "^FF0000[Prontera Culvert 4F Monsters]^000000"; |
---|
| 2252 | mes "1. Theif Bug Egg"; |
---|
| 2253 | mes "A filthy egg form a filthy Thief"; |
---|
| 2254 | mes "Bug. They make horrible omelets."; |
---|
| 2255 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 2256 | mes "Mucus"; |
---|
| 2257 | next; |
---|
| 2258 | mes "^FF0000[Prontera Culvert 4F Monsters]^000000"; |
---|
| 2259 | mes "2. Thief Bug Baby"; |
---|
| 2260 | mes "The undeveloped version of the"; |
---|
| 2261 | mes "Thief Bug. Even as babies, they're"; |
---|
| 2262 | mes "pretty disgusting."; |
---|
| 2263 | mes "^0099FFItem Drops^000000: Worm Peeling, Red"; |
---|
| 2264 | mes "Herb, Jellopy"; |
---|
| 2265 | next; |
---|
| 2266 | mes "^FF0000[Prontera Culvert 4F Monsters]^000000"; |
---|
| 2267 | mes "3. Female Thief Bug"; |
---|
| 2268 | mes "Large, brown insects that are"; |
---|
| 2269 | mes "gruesome to the eye and disgusting"; |
---|
| 2270 | mes "to the touch. Notorious for quickly"; |
---|
| 2271 | mes "grabbing whatever drops to the"; |
---|
| 2272 | mes "ground."; |
---|
| 2273 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 2274 | mes "Jellopy, Garlet, Insect Feeler"; |
---|
| 2275 | next; |
---|
| 2276 | mes "^FF0000[Prontera Culvert 4F Monsters]^000000"; |
---|
| 2277 | mes "4. Male Thief Bug"; |
---|
| 2278 | mes "A large, blue insect, the Male"; |
---|
| 2279 | mes "Thief Bug is considerably powerful."; |
---|
| 2280 | mes "They're also very aggressive"; |
---|
| 2281 | mes "towards humans."; |
---|
| 2282 | mes "^0099FFItem Drops^000000: Worm Peeling, Red Herb,"; |
---|
| 2283 | mes "Jellopy, Garlet, Insect Feeler,"; |
---|
| 2284 | mes "Yellow Herb"; |
---|
| 2285 | next; |
---|
| 2286 | mes "^FF0000[Prontera Culvert 4F Monsters]^000000"; |
---|
| 2287 | mes "5. Golden Thief Bug"; |
---|
| 2288 | mes "A Thief Bug with a shell that"; |
---|
| 2289 | mes "shimmers in a brilliant, golden"; |
---|
| 2290 | mes "light. Beautiful, but still a nasty"; |
---|
| 2291 | mes "bug through and through."; |
---|
| 2292 | mes "^0099FFItem Drops^000000: Blue Herb, Gold, Ora"; |
---|
| 2293 | mes "Ora, Insect Feeler"; |
---|
| 2294 | next; |
---|
| 2295 | break; |
---|
| 2296 | case 5: |
---|
| 2297 | close2; |
---|
| 2298 | set .@loop1,0; |
---|
| 2299 | end; |
---|
| 2300 | } |
---|
| 2301 | } |
---|
| 2302 | case 4: |
---|
| 2303 | close; |
---|
| 2304 | } |
---|
| 2305 | } |
---|
| 2306 | |
---|
| 2307 | prt_in,172,102,4 script Monster Encyclopedia#6pr 111,{ |
---|
| 2308 | mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; |
---|
| 2309 | mes "This is an Encyclopedia describing"; |
---|
| 2310 | mes "Monsters living in Dungeons."; |
---|
| 2311 | next; |
---|
| 2312 | set .@loop1,1; |
---|
| 2313 | switch(select("Mjolnir Dead Pit:Payon Cave:Pyramid")) { |
---|
| 2314 | case 1: |
---|
| 2315 | while(.@loop1) { |
---|
| 2316 | switch(select("1F:2F:3F:Cancel")) { |
---|
| 2317 | case 1: |
---|
| 2318 | mes "^FF0000[Dead Pit 1F Monsters]^000000"; |
---|
| 2319 | mes "1. Familiar"; |
---|
| 2320 | mes "A gray bat that's not very strong,"; |
---|
| 2321 | mes "but really annoying because it"; |
---|
| 2322 | mes "attacks very fast and relentlessly"; |
---|
| 2323 | mes "pursues passerby."; |
---|
| 2324 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing"; |
---|
| 2325 | mes "Grape, Red Herb"; |
---|
| 2326 | next; |
---|
| 2327 | mes "^FF0000[Dead Pit 1F Monsters]^000000"; |
---|
| 2328 | mes "2. Tarou"; |
---|
| 2329 | mes "A tiny, little white mouse. Its"; |
---|
| 2330 | mes "squeaks can be heard in the Dead"; |
---|
| 2331 | mes "Pit and the Prontera Culvert."; |
---|
| 2332 | mes "^0099FFItem Drops^000000: Rat Tail, Animal"; |
---|
| 2333 | mes "Skin, Feather, Monster's Feed"; |
---|
| 2334 | next; |
---|
| 2335 | mes "^FF0000[Dead Pit 1F Monsters]^000000"; |
---|
| 2336 | mes "3. Martin"; |
---|
| 2337 | mes "An adorable mole wearing a safety"; |
---|
| 2338 | mes "helmet. He's deathly afraid of"; |
---|
| 2339 | mes "cave-ins and occasionally stops to"; |
---|
| 2340 | mes "cower in fear."; |
---|
| 2341 | mes "^0099FFItem Drops^000000: Mole Whiskers, Mole"; |
---|
| 2342 | mes "Claw"; |
---|
| 2343 | next; |
---|
| 2344 | mes "^FF0000[Dead Pit 1F Monsters]^000000"; |
---|
| 2345 | mes "4. Drainliar"; |
---|
| 2346 | mes "A blood red bat that's much"; |
---|
| 2347 | mes "stronger than Familiar. It also"; |
---|
| 2348 | mes "tends to pursue any human it"; |
---|
| 2349 | mes "finds."; |
---|
| 2350 | mes "^0099FFItem Drops^000000: Tooth of Bat, Red Herb"; |
---|
| 2351 | next; |
---|
| 2352 | break; |
---|
| 2353 | case 2: |
---|
| 2354 | mes "^FF0000[Dead Pit 2F Monsters]^000000"; |
---|
| 2355 | mes "1. Martin"; |
---|
| 2356 | mes "An adorable mole wearing a safety"; |
---|
| 2357 | mes "helmet. He's deathly afraid of"; |
---|
| 2358 | mes "cave-ins and occasionally stops to"; |
---|
| 2359 | mes "cower in fear."; |
---|
| 2360 | mes "^0099FFItem Drops^000000: Mole Whiskers, Mole"; |
---|
| 2361 | mes "Claw"; |
---|
| 2362 | next; |
---|
| 2363 | mes "^FF0000[Dead Pit 2F Monsters]^000000"; |
---|
| 2364 | mes "2. Drainliar"; |
---|
| 2365 | mes "A blood red bat that's much"; |
---|
| 2366 | mes "stronger than Familiar. It also"; |
---|
| 2367 | mes "tends to pursue any human it"; |
---|
| 2368 | mes "finds."; |
---|
| 2369 | mes "^0099FFItem Drops^000000: Tooth of Bat, Red Herb"; |
---|
| 2370 | next; |
---|
| 2371 | mes "^FF0000[Dead Pit 2F Monsters]^000000"; |
---|
| 2372 | mes "3. Skel Wroker"; |
---|
| 2373 | mes "A reanimated skeleton of a miner"; |
---|
| 2374 | mes "that has died, but come back to"; |
---|
| 2375 | mes "abuse its health insurance policy."; |
---|
| 2376 | mes "^0099FFItem Drops^000000: Iron, Lantern"; |
---|
| 2377 | next; |
---|
| 2378 | mes "^FF0000[Dead Pit 2F Monsters]^000000"; |
---|
| 2379 | mes "4. Myst"; |
---|
| 2380 | mes "A strange, monster made of mist"; |
---|
| 2381 | mes "that is attached to a phantom"; |
---|
| 2382 | mes "window."; |
---|
| 2383 | mes "^0099FFItem Drops^000000: Trunk, Gas Mask"; |
---|
| 2384 | next; |
---|
| 2385 | break; |
---|
| 2386 | case 3: |
---|
| 2387 | mes "^FF0000[Dead Pit 3F Monsters]^000000"; |
---|
| 2388 | mes "1. Skel Worker"; |
---|
| 2389 | mes "A reanimated skeleton of a miner"; |
---|
| 2390 | mes "that has died, but returned to join"; |
---|
| 2391 | mes "his brothers in the Miner's Union"; |
---|
| 2392 | mes "Strike."; |
---|
| 2393 | mes "^0099FFItem Drops^000000: Iron, Lantern"; |
---|
| 2394 | next; |
---|
| 2395 | mes "^FF0000[Dead Pit 3F Monsters]^000000"; |
---|
| 2396 | mes "2. Myst"; |
---|
| 2397 | mes "A strange, monster made of mist"; |
---|
| 2398 | mes "that is attached to a phantom"; |
---|
| 2399 | mes "window."; |
---|
| 2400 | mes "^0099FFItem Drops^000000: Trunk, Gas Mask"; |
---|
| 2401 | next; |
---|
| 2402 | mes "^FF0000[Dead Pit 3F Monsters]^000000"; |
---|
| 2403 | mes "3. Evil Druid"; |
---|
| 2404 | mes "A flamboyantly evil druid. It's"; |
---|
| 2405 | mes "always using a floating spellbook"; |
---|
| 2406 | mes "that crackles with energy to cause"; |
---|
| 2407 | mes "misery to adventurers."; |
---|
| 2408 | mes "^0099FFItem Drops^000000: Amulet, White Herb"; |
---|
| 2409 | next; |
---|
| 2410 | break; |
---|
| 2411 | case 4: |
---|
| 2412 | close2; |
---|
| 2413 | set .@loop1,0; |
---|
| 2414 | end; |
---|
| 2415 | } |
---|
| 2416 | } |
---|
| 2417 | |
---|
| 2418 | case 2: |
---|
| 2419 | while(.@loop1) { |
---|
| 2420 | switch(select("1F:2F:3F:4F:5F:Cancel")) { |
---|
| 2421 | case 1: |
---|
| 2422 | mes "^FF0000[Payon Cave 1F Monsters]^000000"; |
---|
| 2423 | mes "1. Familiar"; |
---|
| 2424 | mes "A gray bat that's not very strong,"; |
---|
| 2425 | mes "but really annoying because it"; |
---|
| 2426 | mes "attacks very fast and relentlessly"; |
---|
| 2427 | mes "pursues passerby."; |
---|
| 2428 | mes "^0099FFItem Drops^000000: Tooth of Batt, Fly Wing,"; |
---|
| 2429 | mes "Grape, Red Herb"; |
---|
| 2430 | next; |
---|
| 2431 | mes "^FF0000[Payon Cave 1F Monsters]^000000"; |
---|
| 2432 | mes "2. Spore"; |
---|
| 2433 | mes "Mushroom-like monsters that attack"; |
---|
| 2434 | mes "with mushy headbutts. Usually live"; |
---|
| 2435 | mes "in forests or dungeons."; |
---|
| 2436 | mes "^0099FFItem Drops^000000: Spore, Red Herb, Blue"; |
---|
| 2437 | mes "Herb"; |
---|
| 2438 | next; |
---|
| 2439 | mes "^FF0000[Payon Cave 1F Monsters]^000000"; |
---|
| 2440 | mes "3. Zombie"; |
---|
| 2441 | mes "Bad Case of the Dead which has been"; |
---|
| 2442 | mes "reborn as a Walking Corpse by Black"; |
---|
| 2443 | mes "magic. Let's lead it to Nirvana."; |
---|
| 2444 | mes "^0099FFItem Drops^000000: Decayed Nail, Sticky"; |
---|
| 2445 | mes "Mucus, Horrendous Mouth"; |
---|
| 2446 | next; |
---|
| 2447 | break; |
---|
| 2448 | case 2: |
---|
| 2449 | mes "^FF0000[Payon Cave 2F Monsters]^000000"; |
---|
| 2450 | mes "1. Familiar"; |
---|
| 2451 | mes "A gray bat that's not very strong,"; |
---|
| 2452 | mes "but really annoying because it"; |
---|
| 2453 | mes "attacks very fast and relentlessly"; |
---|
| 2454 | mes "pursues passerby."; |
---|
| 2455 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2456 | mes "Grape, Red Herb"; |
---|
| 2457 | next; |
---|
| 2458 | mes "^FF0000[Payon Cave 2F Monsters]^000000"; |
---|
| 2459 | mes "2. Eggyra"; |
---|
| 2460 | mes "A weird, robotic egg looking thing"; |
---|
| 2461 | mes "that waddles when it walks. No one"; |
---|
| 2462 | mes "knows what these things are made"; |
---|
| 2463 | mes "out of."; |
---|
| 2464 | mes "^0099FFItem Drops^000000: Scell, Sticky Mucus,"; |
---|
| 2465 | mes "Red Herb"; |
---|
| 2466 | next; |
---|
| 2467 | mes "^FF0000[Payon Cave 2F Monsters]^000000"; |
---|
| 2468 | mes "3. Magnolia"; |
---|
| 2469 | mes "Cute looking creatures that appear"; |
---|
| 2470 | mes "as large frying pans cooking an"; |
---|
| 2471 | mes "egg. Ironically, they're not"; |
---|
| 2472 | mes "morning monsters."; |
---|
| 2473 | mes "^0099FFItem Drops^000000: Jellopy, Garlet, Scell"; |
---|
| 2474 | next; |
---|
| 2475 | mes "^FF0000[Payon Cave 2F Monsters]^000000"; |
---|
| 2476 | mes "4. Soldier Skeleton"; |
---|
| 2477 | mes "A skeleton soldier that wields two"; |
---|
| 2478 | mes "swords at once. In life, they"; |
---|
| 2479 | mes "laughed at him for being obese, but"; |
---|
| 2480 | mes "now he will have his revenge."; |
---|
| 2481 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2482 | next; |
---|
| 2483 | break; |
---|
| 2484 | case 3: |
---|
| 2485 | mes "^FF0000[Payon Cave 3F Monsters]^000000"; |
---|
| 2486 | mes "1. Familiar"; |
---|
| 2487 | mes "A gray bat that's not very strong,"; |
---|
| 2488 | mes "but really annoying because it"; |
---|
| 2489 | mes "attacks very fast and relentlessly"; |
---|
| 2490 | mes "pursues passerby."; |
---|
| 2491 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2492 | mes "Grape, Red Herb"; |
---|
| 2493 | next; |
---|
| 2494 | mes "^FF0000[Payon Cave 3F Monsters]^000000"; |
---|
| 2495 | mes "2. Soldier Skeleton"; |
---|
| 2496 | mes "A double sword wielding skeleton."; |
---|
| 2497 | mes "Like all good soldiers, this"; |
---|
| 2498 | mes "skeleton has a nice, manly cleft in"; |
---|
| 2499 | mes "its chin."; |
---|
| 2500 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2501 | next; |
---|
| 2502 | mes "^FF0000[Payon Cave 3F Monsters]^000000"; |
---|
| 2503 | mes "3. Munak"; |
---|
| 2504 | mes "A beautiful zombie that seems to be"; |
---|
| 2505 | mes "linked to Bongun somehow."; |
---|
| 2506 | mes "^0099FFItem Drops^000000: Daenggie, Munak Turban"; |
---|
| 2507 | next; |
---|
| 2508 | mes "^FF0000[Payon Cave 3F Monsters]^000000"; |
---|
| 2509 | mes "4. Archer Skeleton"; |
---|
| 2510 | mes "An excellent, Undead bowman."; |
---|
| 2511 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow"; |
---|
| 2512 | mes "Red Herb"; |
---|
| 2513 | next; |
---|
| 2514 | break; |
---|
| 2515 | case 4: |
---|
| 2516 | mes "^FF0000[Payon Cave 4F Monsters]^000000"; |
---|
| 2517 | mes "1. Soldier Skeleton"; |
---|
| 2518 | mes "A skeleton wielding two swords at"; |
---|
| 2519 | mes "the same time> Wear shorts and"; |
---|
| 2520 | mes "booties, but not socks and"; |
---|
| 2521 | mes "underwear. A very risque monster."; |
---|
| 2522 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2523 | next; |
---|
| 2524 | mes "^FF0000[Payon Cave 4F Monsters]^000000"; |
---|
| 2525 | mes "2. Archer Skeleton"; |
---|
| 2526 | mes "Despite not having actual eyes,"; |
---|
| 2527 | mes "Archer Skeletons have great aim."; |
---|
| 2528 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow,"; |
---|
| 2529 | mes "Red Herb"; |
---|
| 2530 | next; |
---|
| 2531 | mes "^FF0000[Payon Cave 4F Monsters]^000000"; |
---|
| 2532 | mes "3. Sohee"; |
---|
| 2533 | mes "A female Ghost that harbours a deep"; |
---|
| 2534 | mes "grudge. Although she is usually"; |
---|
| 2535 | mes "crying, she can become fierce upon"; |
---|
| 2536 | mes "encountering the living."; |
---|
| 2537 | mes "^0099FFItem Drops^000000: Black Hair, Red Herb"; |
---|
| 2538 | next; |
---|
| 2539 | mes "^FF0000[Payon Cave 4F Monsters]^000000"; |
---|
| 2540 | mes "4. Horong"; |
---|
| 2541 | mes "An eerie-looking, violent fireball."; |
---|
| 2542 | mes "It's useless to use hiding skills"; |
---|
| 2543 | mes "near this vengeful spirit."; |
---|
| 2544 | mes "^0099FFItem Drops^000000: Stone Heart, Zargon,"; |
---|
| 2545 | mes "Fire Arrow"; |
---|
| 2546 | next; |
---|
| 2547 | break; |
---|
| 2548 | case 5: |
---|
| 2549 | mes "^FF0000[Payon Cave 5F Monsters]^000000"; |
---|
| 2550 | mes "1. Soldier Skeleton"; |
---|
| 2551 | mes "A skeleton soldier that wields two"; |
---|
| 2552 | mes "swords at once. He might have"; |
---|
| 2553 | mes "fought for justice at one time, but"; |
---|
| 2554 | mes "now he's one of the undead!"; |
---|
| 2555 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2556 | next; |
---|
| 2557 | mes "^FF0000[Payon Cave 5F Monsters]^000000"; |
---|
| 2558 | mes "2. Archer Skeleton"; |
---|
| 2559 | mes "Despite not having actualy eyes,"; |
---|
| 2560 | mes "Archer Skeletons have great aim."; |
---|
| 2561 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow,"; |
---|
| 2562 | mes "Red Herb"; |
---|
| 2563 | next; |
---|
| 2564 | mes "^FF0000[Payon Cave 5F Monsters]^000000"; |
---|
| 2565 | mes "3. Sohee"; |
---|
| 2566 | mes "A female Ghost that harbours a deep"; |
---|
| 2567 | mes "grudge. Although she is usually"; |
---|
| 2568 | mes "crying, she can become fierce upon"; |
---|
| 2569 | mes "encountering the living."; |
---|
| 2570 | mes "^0099FFItem Drops^000000: Black Hair, Red Herb"; |
---|
| 2571 | next; |
---|
| 2572 | mes "^FF0000[Payon Cave 5F Monsters]^000000"; |
---|
| 2573 | mes "4. Horong"; |
---|
| 2574 | mes "An eerie-looking, violent fireball."; |
---|
| 2575 | mes "It's useless to use hiding skills"; |
---|
| 2576 | mes "near this vengeful spirit."; |
---|
| 2577 | mes "^0099FFItem Drops^000000: Stone Heart, Zargon,"; |
---|
| 2578 | mes "Fire Arrow"; |
---|
| 2579 | next; |
---|
| 2580 | mes "^FF0000[Payon Cave 5F Monsters]^000000"; |
---|
| 2581 | mes "5. Moonlight Flower"; |
---|
| 2582 | mes "A wild Girl that command the 9 Tail"; |
---|
| 2583 | mes "Foxes. She carries around a staff"; |
---|
| 2584 | mes "topped with a Bell."; |
---|
| 2585 | mes "^0099FFItem Drops^000000: 9 Tails, White Herb"; |
---|
| 2586 | mes "Topaz, Elunium"; |
---|
| 2587 | next; |
---|
| 2588 | break; |
---|
| 2589 | case 6: |
---|
| 2590 | close2; |
---|
| 2591 | set .@loop1,0; |
---|
| 2592 | end; |
---|
| 2593 | } |
---|
| 2594 | } |
---|
| 2595 | |
---|
| 2596 | case 3: |
---|
| 2597 | while(.@loop1) { |
---|
| 2598 | switch(select("1F:2F:3F:4F:5F:6F:Cancel")) { |
---|
| 2599 | case 1: |
---|
| 2600 | mes "^FF0000[Pyramid 1F Monsters]^000000"; |
---|
| 2601 | mes "1. Familiar"; |
---|
| 2602 | mes "A gray bat that's not very strong,"; |
---|
| 2603 | mes "but really annoying because it"; |
---|
| 2604 | mes "attacks very fast and relentlessly"; |
---|
| 2605 | mes "pursues passerby."; |
---|
| 2606 | mes "^0099FFItem Drops^000000: Tooth of Bat, Fly Wing,"; |
---|
| 2607 | mes "Grape, Red Herb"; |
---|
| 2608 | next; |
---|
| 2609 | mes "^FF0000[Pyramid 1F Monsters]^000000"; |
---|
| 2610 | mes "2. Spore"; |
---|
| 2611 | mes "Giant sized mushroom-like monsters"; |
---|
| 2612 | mes "that might taste good on giant"; |
---|
| 2613 | mes "sized pizza. Usually live in"; |
---|
| 2614 | mes "forests or dungeons."; |
---|
| 2615 | mes "^0099FFItem Drops^000000: Spore, Red Herb, Blue"; |
---|
| 2616 | mes "Herb"; |
---|
| 2617 | next; |
---|
| 2618 | mes "^FF0000[Pyramid 1F Monsters]^000000"; |
---|
| 2619 | mes "3. Poporing"; |
---|
| 2620 | mes "A light green Poring with the"; |
---|
| 2621 | mes "Poison property. It's much stronger"; |
---|
| 2622 | mes "than Poring, but still moves by"; |
---|
| 2623 | mes "means of bouncing."; |
---|
| 2624 | mes "^0099FFItem Drops^000000: Sticky Mucus, Garlet,"; |
---|
| 2625 | mes "Green Herb"; |
---|
| 2626 | next; |
---|
| 2627 | break; |
---|
| 2628 | case 2: |
---|
| 2629 | mes "^FF0000[Pyramid 2F Monsters]^000000"; |
---|
| 2630 | mes "1. Poporing"; |
---|
| 2631 | mes "A light green Poring with the"; |
---|
| 2632 | mes "Poison property. It's much stronger"; |
---|
| 2633 | mes "than Poring, but still moves by"; |
---|
| 2634 | mes "means of bouncing."; |
---|
| 2635 | mes "^0099FFItem Drops^000000: Sticky Mucus,"; |
---|
| 2636 | mes "Garlet, Green Herb"; |
---|
| 2637 | next; |
---|
| 2638 | mes "^FF0000[Pyramid 2F Monsters]^000000"; |
---|
| 2639 | mes "2. Drainliar"; |
---|
| 2640 | mes "A blood red bat that's much"; |
---|
| 2641 | mes "stronger than Familiar. It also"; |
---|
| 2642 | mes "tends to pursue any human it"; |
---|
| 2643 | mes "finds."; |
---|
| 2644 | mes "^0099FFItem Drops^000000: Tooth of Bat, Red Herb"; |
---|
| 2645 | next; |
---|
| 2646 | mes "^FF0000[Pyramid 2F Monsters]^000000"; |
---|
| 2647 | mes "3. Soldier Skeleton"; |
---|
| 2648 | mes "A skeleton soldier that wields two"; |
---|
| 2649 | mes "swords at once. Doesn't have much"; |
---|
| 2650 | mes "to do, other than attack passerby."; |
---|
| 2651 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2652 | next; |
---|
| 2653 | mes "^FF0000[Pyramid 2F Monsters]^000000"; |
---|
| 2654 | mes "4. Archer Skeleton"; |
---|
| 2655 | mes "Despite not having actual eyes,"; |
---|
| 2656 | mes "Archer Skeletons have great aim."; |
---|
| 2657 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow,"; |
---|
| 2658 | mes "Red Herb"; |
---|
| 2659 | next; |
---|
| 2660 | break; |
---|
| 2661 | case 3: |
---|
| 2662 | mes "^FF0000[Pyramid 3F Monsters]^000000"; |
---|
| 2663 | mes "1. Drainliar"; |
---|
| 2664 | mes "A blood red bat that's much"; |
---|
| 2665 | mes "stronger than Familiar. It also"; |
---|
| 2666 | mes "tends to pursue any human it"; |
---|
| 2667 | mes "finds."; |
---|
| 2668 | mes "^0099FFItem Drops^000000: Tooth of Bat, Red Herb"; |
---|
| 2669 | next; |
---|
| 2670 | mes "^FF0000[Pyramid 3F Monsters]^000000"; |
---|
| 2671 | mes "2. Soldier Skeleton"; |
---|
| 2672 | mes "A skeleton soldier that wields two"; |
---|
| 2673 | mes "swords at once. Surprisingly quick"; |
---|
| 2674 | mes "for an Undead monster."; |
---|
| 2675 | mes "^0099FFItem Drops^000000: Skel-Bone, Red Herb"; |
---|
| 2676 | next; |
---|
| 2677 | mes "^FF0000[Pyramid 3F Monsters]^000000"; |
---|
| 2678 | mes "3. Archer Skeleton"; |
---|
| 2679 | mes "Despite not having actual eyes,"; |
---|
| 2680 | mes "Archer Skeletons have great aim."; |
---|
| 2681 | mes "^0099FFItem Drops^000000: Skel-Bone, Fire Arrow,"; |
---|
| 2682 | mes "Red Herb"; |
---|
| 2683 | next; |
---|
| 2684 | mes "^FF0000[Pyramid 3F Monsters]^000000"; |
---|
| 2685 | mes "4. Mummy"; |
---|
| 2686 | mes "A walking corpse covered with"; |
---|
| 2687 | mes "bandages. It probably used to be"; |
---|
| 2688 | mes "beautiful once."; |
---|
| 2689 | mes "^0099FFItem Drops^000000: Rotten Bandage"; |
---|
| 2690 | next; |
---|
| 2691 | mes "^FF0000[Pyramid 3F Monsters]^000000"; |
---|
| 2692 | mes "5. Verit"; |
---|
| 2693 | mes "A mummified dog that will pick up"; |
---|
| 2694 | mes "anything dropped to the ground."; |
---|
| 2695 | mes "Although it's a zombie, it seems"; |
---|
| 2696 | mes "happy to be alive again."; |
---|
| 2697 | mes "^0099FFItem Drops^000000: Immortal Herat, Zargon"; |
---|
| 2698 | mes "Rotten Bandage"; |
---|
| 2699 | next; |
---|
| 2700 | break; |
---|
| 2701 | case 4: |
---|
| 2702 | mes "^FF0000[Pyramid 4F Monsters]^000000"; |
---|
| 2703 | mes "1. Mummy"; |
---|
| 2704 | mes "A walking corpse covered with"; |
---|
| 2705 | mes "bandages. It probably used to be"; |
---|
| 2706 | mes "beautiful once."; |
---|
| 2707 | mes "^0099FFItem Drops^000000: Rotten Bandage"; |
---|
| 2708 | next; |
---|
| 2709 | mes "^FF0000[Pyramid 4F Monsters]^000000"; |
---|
| 2710 | mes "2. Verit"; |
---|
| 2711 | mes "A mummified dog that will pick up"; |
---|
| 2712 | mes "anything dropped to the ground."; |
---|
| 2713 | mes "Although it's a zombie, it seems"; |
---|
| 2714 | mes "happy to be alive again."; |
---|
| 2715 | mes "^0099FFItem Drops^000000: Immortal Heart, Zargon,"; |
---|
| 2716 | mes "Rotten Bandage"; |
---|
| 2717 | next; |
---|
| 2718 | mes "^FF0000[Pyramid 4F Monsters]^000000"; |
---|
| 2719 | mes "3. Ghoul"; |
---|
| 2720 | mes "Similar to a Zombie, but Ghouls are"; |
---|
| 2721 | mes "green and much stronger. Its"; |
---|
| 2722 | mes "retching is offensive in more ways"; |
---|
| 2723 | mes "than one."; |
---|
| 2724 | mes "^0099FFItem Drops^000000: Horrendous Mouth"; |
---|
| 2725 | next; |
---|
| 2726 | mes "^FF0000[Pyramid 4F Monsters]^000000"; |
---|
| 2727 | mes "4. Isis"; |
---|
| 2728 | mes "A monster that is half serpent and"; |
---|
| 2729 | mes "half woman, as well as one of"; |
---|
| 2730 | mes "Osiris' trusted champions."; |
---|
| 2731 | mes "^0099FFItem Drops^000000: Scale Skin, Shining"; |
---|
| 2732 | mes "Scale"; |
---|
| 2733 | next; |
---|
| 2734 | break; |
---|
| 2735 | case 5: |
---|
| 2736 | mes "^FF0000[Pyramid 5F Monsters]^000000"; |
---|
| 2737 | mes "1. Mummy"; |
---|
| 2738 | mes "A walking corpse covered with"; |
---|
| 2739 | mes "bandages. It probably used to be"; |
---|
| 2740 | mes "beautiful once."; |
---|
| 2741 | mes "^0099FFItem Drops^000000: Rotten Bandage"; |
---|
| 2742 | next; |
---|
| 2743 | mes "^FF0000[Pyramid 5F Monsters]^000000"; |
---|
| 2744 | mes "2. Ghoul"; |
---|
| 2745 | mes "Similar to a Zombie, but Ghouls are"; |
---|
| 2746 | mes "green and much stronger. Its"; |
---|
| 2747 | mes "retching is offensive in more ways"; |
---|
| 2748 | mes "than one."; |
---|
| 2749 | mes "^0099FFItem Drops^000000: Horrendous Mouth"; |
---|
| 2750 | next; |
---|
| 2751 | mes "^FF0000[Pyramid 5F Monsters]^000000"; |
---|
| 2752 | mes "3. Isis"; |
---|
| 2753 | mes "A monster that is half serpent and"; |
---|
| 2754 | mes "half woman, as well as one of"; |
---|
| 2755 | mes "Osiris' trusted champions."; |
---|
| 2756 | mes "^0099FFItem Drops^000000: Scale Skin, Shining"; |
---|
| 2757 | mes "Scale"; |
---|
| 2758 | next; |
---|
| 2759 | break; |
---|
| 2760 | case 6: |
---|
| 2761 | mes "^FF0000[Pyramid 6F Monsters]^000000"; |
---|
| 2762 | mes "1. Mummy"; |
---|
| 2763 | mes "A walking corpse covered with"; |
---|
| 2764 | mes "bandages. It probably used to be"; |
---|
| 2765 | mes "beautiful once."; |
---|
| 2766 | mes "^0099FFItem Drops^000000: Rotten Bandage"; |
---|
| 2767 | next; |
---|
| 2768 | mes "^FF0000[Pyramid 6F Monsters]^000000"; |
---|
| 2769 | mes "2. Verit"; |
---|
| 2770 | mes "A mummified dog that will pick up"; |
---|
| 2771 | mes "anything dropped to the ground."; |
---|
| 2772 | mes "Although it's a zombie, it seems"; |
---|
| 2773 | mes "happy to be alive again."; |
---|
| 2774 | mes "^0099FFItem Drops^000000: Immortal Heart, Zargon,"; |
---|
| 2775 | mes "Rotten Bandage"; |
---|
| 2776 | next; |
---|
| 2777 | mes "^FF0000[Pyramid 6F Monsters]^000000"; |
---|
| 2778 | mes "3. Ghoul"; |
---|
| 2779 | mes "Similar to a Zombie, but Ghouls are"; |
---|
| 2780 | mes "green and much stronger. Its"; |
---|
| 2781 | mes "retching is offensive in more ways"; |
---|
| 2782 | mes "than one."; |
---|
| 2783 | mes "^0099FFItem Drops^000000: Horrendous Mouth"; |
---|
| 2784 | next; |
---|
| 2785 | mes "^FF0000[Pyramid 6F Monsters]^000000"; |
---|
| 2786 | mes "4. Isis"; |
---|
| 2787 | mes "A monster that is half serpent and"; |
---|
| 2788 | mes "half woman, as well as one of"; |
---|
| 2789 | mes "Osiris' trusted champions."; |
---|
| 2790 | mes "^0099FFItem Drops^000000: Scale Skin, Shining"; |
---|
| 2791 | mes "Scale"; |
---|
| 2792 | next; |
---|
| 2793 | mes "^FF0000[Pyramid 6F Monsters]^000000"; |
---|
| 2794 | mes "5. Osiris"; |
---|
| 2795 | mes "The indisputable King of Mummies."; |
---|
| 2796 | mes "He wears a crown and rotting"; |
---|
| 2797 | mes "bandages that are decidedly royal"; |
---|
| 2798 | mes "purple colour."; |
---|
| 2799 | mes "^0099FFItem Drops^000000: Memento, Rotten"; |
---|
| 2800 | mes "Bandage, Hand of God, Elunium"; |
---|
| 2801 | next; |
---|
| 2802 | break; |
---|
| 2803 | case 7: |
---|
| 2804 | close2; |
---|
| 2805 | set .@loop1,0; |
---|
| 2806 | end; |
---|
| 2807 | } |
---|
| 2808 | } |
---|
| 2809 | |
---|
| 2810 | case 4: |
---|
| 2811 | close; |
---|
| 2812 | } |
---|
| 2813 | } |
---|
| 2814 | |
---|
| 2815 | prt_in,164,102,4 script Monster Encyclopedia#7pr 111,{ |
---|
| 2816 | mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; |
---|
| 2817 | mes "This is an Encyclopedia describing"; |
---|
| 2818 | mes "Monsters living in Dungeons."; |
---|
| 2819 | next; |
---|
| 2820 | set .@loop1,1; |
---|
| 2821 | switch(select("Sunken Ship near Alberta:Prontera Maze")) { |
---|
| 2822 | case 1: |
---|
| 2823 | while(.@loop1) { |
---|
| 2824 | switch(select("1F:2F:Cancel")) { |
---|
| 2825 | case 1: |
---|
| 2826 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2827 | mes "1. Plankton"; |
---|
| 2828 | mes "Even though they seem"; |
---|
| 2829 | mes "insignificantly small, be careful"; |
---|
| 2830 | mes "not to step on them. Plankton are"; |
---|
| 2831 | mes "light and can drift on the water."; |
---|
| 2832 | mes "^0099FFItem Drops^000000: Single Cell, Garlet"; |
---|
| 2833 | mes "Sticky Mucus, Empty Bottle"; |
---|
| 2834 | next; |
---|
| 2835 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2836 | mes "2. Kukre"; |
---|
| 2837 | mes "Kukre look better than Thief Bugs"; |
---|
| 2838 | mes "but basically loot items just the"; |
---|
| 2839 | mes "same. Luckily, they don't attack"; |
---|
| 2840 | mes "players in a group."; |
---|
| 2841 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 2842 | mes "Monster's Feed, Red Herb, Insect"; |
---|
| 2843 | mes "Feeler"; |
---|
| 2844 | next; |
---|
| 2845 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2846 | mes "3. Hydra"; |
---|
| 2847 | mes "Vegetable Monsters that live near"; |
---|
| 2848 | mes "water or in the deep sea that"; |
---|
| 2849 | mes "attack using tentacles. As a group,"; |
---|
| 2850 | mes "they're a pain in the ass."; |
---|
| 2851 | mes "^0099FFItem Drops^000000: Tentacles, Sticky Mucus"; |
---|
| 2852 | mes "Meat"; |
---|
| 2853 | next; |
---|
| 2854 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2855 | mes "4. Poporing"; |
---|
| 2856 | mes "A light green Poring with the"; |
---|
| 2857 | mes "Poison property. It's much stronger"; |
---|
| 2858 | mes "than Poring, but still moves by"; |
---|
| 2859 | mes "means of bouncing."; |
---|
| 2860 | mes "^0099FFItem Drops^000000: Sticky Mucus, Garlet"; |
---|
| 2861 | mes "Green Herb"; |
---|
| 2862 | next; |
---|
| 2863 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2864 | mes "5. Poison Spore"; |
---|
| 2865 | mes "A black capped mushroom. It attacks"; |
---|
| 2866 | mes "adventurers in fear of being eaten,"; |
---|
| 2867 | mes "despite being poisonous and not"; |
---|
| 2868 | mes "delicious."; |
---|
| 2869 | mes "^0099FFItem Drops^000000: Spore, Green Herb"; |
---|
| 2870 | next; |
---|
| 2871 | mes "^FF0000[Sunken Ship 1F Monsters]^000000"; |
---|
| 2872 | mes "6. Pirate Skel"; |
---|
| 2873 | mes "A topless pirate skeleton that"; |
---|
| 2874 | mes "skips around in purple socks."; |
---|
| 2875 | mes "Scourge of the seven seas."; |
---|
| 2876 | mes "^0099FFItem Drops^000000: Skel-Bone"; |
---|
| 2877 | next; |
---|
| 2878 | break; |
---|
| 2879 | case 2: |
---|
| 2880 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2881 | mes "1. Kukre"; |
---|
| 2882 | mes "Kukre look better than Thief Bugs"; |
---|
| 2883 | mes "but basically loot items just the"; |
---|
| 2884 | mes "same. Luckily, they don't attack"; |
---|
| 2885 | mes "players in a group."; |
---|
| 2886 | mes "^0099FFItem Drops^000000: Worm Peeling, Garlet,"; |
---|
| 2887 | mes "Monster's Feed, Red Herb, Insect"; |
---|
| 2888 | mes "Feeler"; |
---|
| 2889 | next; |
---|
| 2890 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2891 | mes "2. Hydra"; |
---|
| 2892 | mes "Vegetable Monsters that live near"; |
---|
| 2893 | mes "water or in the deep sea that"; |
---|
| 2894 | mes "attack using tentacles. As a group,"; |
---|
| 2895 | mes "they're a pain in the ass."; |
---|
| 2896 | mes "^0099FFItem Drops^000000: Tentacle, Sticky Mucus,"; |
---|
| 2897 | mes "Meat"; |
---|
| 2898 | next; |
---|
| 2899 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2900 | mes "3. Poporing"; |
---|
| 2901 | mes "A light green Poring with the"; |
---|
| 2902 | mes "Poison property. It's much stronger"; |
---|
| 2903 | mes "than Poring, but still moves by"; |
---|
| 2904 | mes "means of bouncing."; |
---|
| 2905 | mes "^0099FFItem Drops^000000: Sticky Mucus,"; |
---|
| 2906 | mes "Garlet, Green Herb"; |
---|
| 2907 | next; |
---|
| 2908 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2909 | mes "4. Thara Frog"; |
---|
| 2910 | mes "Red Frogs that are much stronger"; |
---|
| 2911 | mes "than the green Roda Frogs. They"; |
---|
| 2912 | mes "also produce an annoying croaking"; |
---|
| 2913 | mes "noise."; |
---|
| 2914 | mes "^0099FFItem Drops^000000: Spawn, Scell, Sticky"; |
---|
| 2915 | mes "Webfoot"; |
---|
| 2916 | next; |
---|
| 2917 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2918 | mes "5. Whisper"; |
---|
| 2919 | mes "A piece of living fabric that gives"; |
---|
| 2920 | mes "off spooky vibes. Sometimes, it"; |
---|
| 2921 | mes "likes to turn invisible..."; |
---|
| 2922 | mes "^0099FFItem Drops^000000: Fabric"; |
---|
| 2923 | next; |
---|
| 2924 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2925 | mes "6. Megalodon"; |
---|
| 2926 | mes "Skeleton Fish having spooky empty"; |
---|
| 2927 | mes "eye-holes."; |
---|
| 2928 | mes "^0099FFItem Drops^000000: Stinky Scale, Skel-Bone"; |
---|
| 2929 | next; |
---|
| 2930 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2931 | mes "7. Pirate Skel"; |
---|
| 2932 | mes "A topless pirate skeleton that"; |
---|
| 2933 | mes "skips around in purple socks."; |
---|
| 2934 | mes "Scourge of the seven seas."; |
---|
| 2935 | mes "^0099FFItem Drops^000000: Skel-Bone"; |
---|
| 2936 | next; |
---|
| 2937 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2938 | mes "8. Marionette"; |
---|
| 2939 | mes "A monster reborn as a cursed doll"; |
---|
| 2940 | mes "that is bound to strings attached"; |
---|
| 2941 | mes "to wooden sticks."; |
---|
| 2942 | mes "^0099FFItem Drops^000000: Golden Hair, Trunk"; |
---|
| 2943 | next; |
---|
| 2944 | mes "^FF0000[Sunken Ship 2F Monsters]^000000"; |
---|
| 2945 | mes "9. Drake"; |
---|
| 2946 | mes "A peg-legged, ghostly pirate"; |
---|
| 2947 | mes "captain that takes its leisurely"; |
---|
| 2948 | mes "time to attack the living."; |
---|
| 2949 | mes "^0099FFItem Drops^000000: Skel-Bone, White"; |
---|
| 2950 | mes "Herb, Elunium"; |
---|
| 2951 | next; |
---|
| 2952 | break; |
---|
| 2953 | case 3: |
---|
| 2954 | close2; |
---|
| 2955 | set .@loop1,0; |
---|
| 2956 | end; |
---|
| 2957 | } |
---|
| 2958 | } |
---|
| 2959 | |
---|
| 2960 | case 2: |
---|
| 2961 | while(.@loop1) { |
---|
| 2962 | switch(select("1F:3F:Cancel")) { |
---|
| 2963 | case 1: |
---|
| 2964 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 2965 | mes "1. Poring"; |
---|
| 2966 | mes "Small, pink monsters that are made"; |
---|
| 2967 | mes "of a living gelatinous substance."; |
---|
| 2968 | mes "They're cute, and move by"; |
---|
| 2969 | mes "bouncing."; |
---|
| 2970 | mes "^0099FFItem Drops^000000: Jellopy, Sticky Mucus,"; |
---|
| 2971 | mes "Apple, Empty Bottle, Red Herb"; |
---|
| 2972 | next; |
---|
| 2973 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 2974 | mes "2. Lunatic"; |
---|
| 2975 | mes "Plump and shaggy monster shaped in"; |
---|
| 2976 | mes "a Rabbit. However it won't give you a"; |
---|
| 2977 | mes "'Bunny Band'."; |
---|
| 2978 | mes "^0099FFItem Drops^000000:"; |
---|
| 2979 | mes "Clover, Feather, Carrot, Red Herb"; |
---|
| 2980 | next; |
---|
| 2981 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 2982 | mes "3. Fabre"; |
---|
| 2983 | mes "The weak and small larva of Creamy."; |
---|
| 2984 | mes "Although some say it is cute, the"; |
---|
| 2985 | mes "author must disagree."; |
---|
| 2986 | mes "Whole-heartedly."; |
---|
| 2987 | mes "^0099FFItem Drops^000000: Fluff, Feather, Green"; |
---|
| 2988 | mes "Herb, Clover"; |
---|
| 2989 | next; |
---|
| 2990 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 2991 | mes "4. Creamy"; |
---|
| 2992 | mes "A flying monster with beautiful"; |
---|
| 2993 | mes "wings. It will escape by"; |
---|
| 2994 | mes "teleporting if it thinks that it's"; |
---|
| 2995 | mes "in grave danger."; |
---|
| 2996 | mes "^0099FFItem Drops^000000: Powder of Butterfly"; |
---|
| 2997 | mes "Honey, Butterfly Wing, Flower"; |
---|
| 2998 | next; |
---|
| 2999 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3000 | mes "5. Pupa"; |
---|
| 3001 | mes "Monster that is the pupal stage of"; |
---|
| 3002 | mes "Fabre. It doesn't attack at all, so"; |
---|
| 3003 | mes "it's easy to kill for Novices."; |
---|
| 3004 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 3005 | mes "Mucus"; |
---|
| 3006 | next; |
---|
| 3007 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3008 | mes "6. Poporing"; |
---|
| 3009 | mes "A light green Poring with the"; |
---|
| 3010 | mes "Posion property. It's much stronger"; |
---|
| 3011 | mes "than Poring, but still moves by"; |
---|
| 3012 | mes "means of bouncing."; |
---|
| 3013 | mes "^0099FFItem Drops^000000: Sticky Mucus,"; |
---|
| 3014 | mes "Garlet, Green Herb"; |
---|
| 3015 | next; |
---|
| 3016 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3017 | mes "7. Rocker"; |
---|
| 3018 | mes "A lazy grasshopper that loves to"; |
---|
| 3019 | mes "play the violin, just like in"; |
---|
| 3020 | mes "Aesop's fable."; |
---|
| 3021 | mes "^0099FFItem Drops^000000: Grasshopper's Leg,"; |
---|
| 3022 | mes "Jellopy"; |
---|
| 3023 | next; |
---|
| 3024 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3025 | mes "8. Bigfoot"; |
---|
| 3026 | mes "Althought its name may be"; |
---|
| 3027 | mes "misleading, Bigfoot is actually a"; |
---|
| 3028 | mes "large bear. It walks like it owns"; |
---|
| 3029 | mes "the forest, and it does."; |
---|
| 3030 | mes "^0099FFItem Drops^000000: Bear's Foot Skin,"; |
---|
| 3031 | mes "Animal Skin, Sweet Potato"; |
---|
| 3032 | next; |
---|
| 3033 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3034 | mes "9. Smokie"; |
---|
| 3035 | mes "A chubby little raccoon that loves"; |
---|
| 3036 | mes "nothing better than to scamper."; |
---|
| 3037 | mes "It's rumoured to use a magic leaf to"; |
---|
| 3038 | mes "become invisible!"; |
---|
| 3039 | mes "^0099FFItem Drops^000000: Raccoon Leaf, Animal"; |
---|
| 3040 | mes "Skin, Sweet Potato"; |
---|
| 3041 | next; |
---|
| 3042 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3043 | mes "10. Snake"; |
---|
| 3044 | mes "Green Coloured Snake living in the"; |
---|
| 3045 | mes "Forest or Desert. Not poisonous but"; |
---|
| 3046 | mes "be careful."; |
---|
| 3047 | mes "^0099FFItem Drops^000000: Snake Scale, Red Herb"; |
---|
| 3048 | next; |
---|
| 3049 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3050 | mes "11. Wolf"; |
---|
| 3051 | mes "Wild, roving wolves with blue"; |
---|
| 3052 | mes "manes. They tend to attack as a"; |
---|
| 3053 | mes "pack when even one of them is"; |
---|
| 3054 | mes "threatened."; |
---|
| 3055 | mes "^0099FFItem Drops^000000: Wolf Claw, Meat,"; |
---|
| 3056 | mes "Monster's Feed, Animal Skin"; |
---|
| 3057 | next; |
---|
| 3058 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3059 | mes "12. Agriope"; |
---|
| 3060 | mes "A segmented, millipede type monster"; |
---|
| 3061 | mes "that will attack passerby with"; |
---|
| 3062 | mes "poison."; |
---|
| 3063 | mes "^0099FFItem Drops^000000: Bug Leg, Zargon, Green"; |
---|
| 3064 | mes "Herb"; |
---|
| 3065 | next; |
---|
| 3066 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3067 | mes "13. Agros"; |
---|
| 3068 | mes "A monstrous spider that will attack"; |
---|
| 3069 | mes "adventurers on sight. It's too big"; |
---|
| 3070 | mes "for adventurers to squish with"; |
---|
| 3071 | mes "their feet."; |
---|
| 3072 | mes "^0099FFItem Drops^000000: Cobweb, Scell, Bug Leg,"; |
---|
| 3073 | mes "Green Herb, Yellow Herb"; |
---|
| 3074 | next; |
---|
| 3075 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3076 | mes "14. Chonchon"; |
---|
| 3077 | mes "Fly monsters that move with great"; |
---|
| 3078 | mes "speed. Amazingly, they can heal in"; |
---|
| 3079 | mes "the presense of fecal matter."; |
---|
| 3080 | mes "^0099FFItem Drops^000000: Shell, Jellopy, Fly"; |
---|
| 3081 | mes "Wing"; |
---|
| 3082 | next; |
---|
| 3083 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3084 | mes "15. Horn"; |
---|
| 3085 | mes "Although it looks fierce, it's"; |
---|
| 3086 | mes "actually a peaceful insect. It"; |
---|
| 3087 | mes "roams around fields with a"; |
---|
| 3088 | mes "crunching sound."; |
---|
| 3089 | mes "^0099FFItem Drops^000000: Horn, Shell, Solid"; |
---|
| 3090 | mes "Shell"; |
---|
| 3091 | next; |
---|
| 3092 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3093 | mes "16. Hunter Fly"; |
---|
| 3094 | mes "Winged insects covered in the blood"; |
---|
| 3095 | mes "of innocents. It's incredibly"; |
---|
| 3096 | mes "quick, as well as strong. Novices"; |
---|
| 3097 | mes "must flee from this monster at all"; |
---|
| 3098 | mes "cost."; |
---|
| 3099 | mes "^0099FFItem Drops^000000: Solid Shell, Zargon"; |
---|
| 3100 | next; |
---|
| 3101 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3102 | mes "17. Mantis"; |
---|
| 3103 | mes "It wanders about fields, waving a"; |
---|
| 3104 | mes "tiny fan. An entire martial arts"; |
---|
| 3105 | mes "style is based on the movements of"; |
---|
| 3106 | mes "this insect."; |
---|
| 3107 | mes "^0099FFItem Drops^000000: Mantis Scythe, Scell,"; |
---|
| 3108 | mes "Solid Shell, Red Herb"; |
---|
| 3109 | next; |
---|
| 3110 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3111 | mes "18. Stainer"; |
---|
| 3112 | mes "Tiny little insect with a splendid,"; |
---|
| 3113 | mes "ladybug-like shell. It can sense"; |
---|
| 3114 | mes "magic and will attack once a spell"; |
---|
| 3115 | mes "begins casting."; |
---|
| 3116 | mes "^0099FFItem Drops^000000: Rainbow Shell, Garlet,"; |
---|
| 3117 | mes "Shell, Solid Shell"; |
---|
| 3118 | next; |
---|
| 3119 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3120 | mes "19. Side Winder"; |
---|
| 3121 | mes "A dark coloured snake that hates"; |
---|
| 3122 | mes "people. Be careful, and kill them"; |
---|
| 3123 | mes "before they can poison you."; |
---|
| 3124 | mes "^0099FFItem Drops^000000: Shining Scale, Zargon,"; |
---|
| 3125 | mes "Poisonous Canine, Snake Scale"; |
---|
| 3126 | next; |
---|
| 3127 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3128 | mes "20. Yoyo"; |
---|
| 3129 | mes "Pink coloured Monkey. Not only do"; |
---|
| 3130 | mes "they pick up everything dropped on the"; |
---|
| 3131 | mes "ground, outrageously, but they are"; |
---|
| 3132 | mes "nimble and cooperative, you must be"; |
---|
| 3133 | mes "cautious of being attacked by a"; |
---|
| 3134 | mes "group."; |
---|
| 3135 | mes "^0099FFItem Drops^000000: Yoyo Tail, Banana, Yellow"; |
---|
| 3136 | mes "Herb, Animal Skin"; |
---|
| 3137 | next; |
---|
| 3138 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3139 | mes "21. Caramel"; |
---|
| 3140 | mes "An adorable porcupine with tiny"; |
---|
| 3141 | mes "spiky quills. However, it gets"; |
---|
| 3142 | mes "incredibly angry when touched."; |
---|
| 3143 | mes "^0099FFItem Drops^000000: Porcupine Quill,"; |
---|
| 3144 | mes "Animal Skin"; |
---|
| 3145 | next; |
---|
| 3146 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3147 | mes "22. Steel Chonchon"; |
---|
| 3148 | mes "Similar to Chonchon, but is yellow"; |
---|
| 3149 | mes "and green. It picks up everything"; |
---|
| 3150 | mes "from the ground, so be careful not"; |
---|
| 3151 | mes "to drop items."; |
---|
| 3152 | mes "^0099FFItem Drops^000000: Garlet, Shell, Solid"; |
---|
| 3153 | mes "Shell"; |
---|
| 3154 | next; |
---|
| 3155 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3156 | mes "23. Coco"; |
---|
| 3157 | mes "A small Squirrel with dark,"; |
---|
| 3158 | mes "piercing eyes. It's always holding"; |
---|
| 3159 | mes "an Acorn, and would be cute if it"; |
---|
| 3160 | mes "didn't always have a look of utter"; |
---|
| 3161 | mes "contempt."; |
---|
| 3162 | mes "^0099FFItem Drops^000000: Acorn, Fluff, Animal"; |
---|
| 3163 | mes "Skin, Sweet Potato"; |
---|
| 3164 | next; |
---|
| 3165 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3166 | mes "24. Dustiness"; |
---|
| 3167 | mes "This flying monster has a high"; |
---|
| 3168 | mes "dodge rate, so if you have low"; |
---|
| 3169 | mes "attack accuracy, you may want to"; |
---|
| 3170 | mes "leave it alone."; |
---|
| 3171 | mes "^0099FFItem Drops^000000: Moth Dust, Moth Wing"; |
---|
| 3172 | mes "Insect Feeler, Red Herb"; |
---|
| 3173 | next; |
---|
| 3174 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3175 | mes "25. Martin"; |
---|
| 3176 | mes "An adorable mole wearing a safety"; |
---|
| 3177 | mes "helmet. He's deathly afraid of"; |
---|
| 3178 | mes "cave-ins and occasionally stops to"; |
---|
| 3179 | mes "cower in fear."; |
---|
| 3180 | mes "^0099FFItem Drops^000000: Mole Whiskers, Mole"; |
---|
| 3181 | mes "Claw"; |
---|
| 3182 | next; |
---|
| 3183 | mes "^FF0000[Prontera Maze 1F Monsters]^000000"; |
---|
| 3184 | mes "26. Savage"; |
---|
| 3185 | mes "A wild boar that walks around,"; |
---|
| 3186 | mes "grunting restlessly. It's rough"; |
---|
| 3187 | mes "looking tusks make it hard to"; |
---|
| 3188 | mes "believe it was cute as a baby."; |
---|
| 3189 | mes "^0099FFItem Drops^000000: Mane, Animal Skin"; |
---|
| 3190 | next; |
---|
| 3191 | break; |
---|
| 3192 | case 2: |
---|
| 3193 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3194 | mes "1. Poring"; |
---|
| 3195 | mes "Small, pink monsters that are made"; |
---|
| 3196 | mes "of a living gelatinous substance."; |
---|
| 3197 | mes "They're cute, and move by"; |
---|
| 3198 | mes "bouncing."; |
---|
| 3199 | mes "^0099FFItem Drops^000000: Jellopy, Sticky Mucus,"; |
---|
| 3200 | mes "Apple, Empty Bottle, Red Herb"; |
---|
| 3201 | next; |
---|
| 3202 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3203 | mes "2. Lunatic"; |
---|
| 3204 | mes "Plump and shaggy monster shaped in"; |
---|
| 3205 | mes "a Rabbit. However it won't give you a"; |
---|
| 3206 | mes "'Bunny Band'."; |
---|
| 3207 | mes "^0099FFItem Drops^000000:"; |
---|
| 3208 | mes "Clover, Feather, Carrot, Red Herb"; |
---|
| 3209 | next; |
---|
| 3210 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3211 | mes "3. Fabre"; |
---|
| 3212 | mes "The weak and small larva of Creamy."; |
---|
| 3213 | mes "Although some say it is cute, the"; |
---|
| 3214 | mes "author must disagree."; |
---|
| 3215 | mes "Whole-heartedly."; |
---|
| 3216 | mes "^0099FFItem Drops^000000: Fluff, Feather, Green"; |
---|
| 3217 | mes "Herb, Clover"; |
---|
| 3218 | next; |
---|
| 3219 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3220 | mes "4. Creamy"; |
---|
| 3221 | mes "A flying monster with beautiful"; |
---|
| 3222 | mes "wings. It will escape by"; |
---|
| 3223 | mes "teleporting if it thinks that it's"; |
---|
| 3224 | mes "in grave danger."; |
---|
| 3225 | mes "^0099FFItem Drops^000000: Powder of Butterfly"; |
---|
| 3226 | mes "Honey, Butterfly Wing, Flower"; |
---|
| 3227 | next; |
---|
| 3228 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3229 | mes "5. Pupa"; |
---|
| 3230 | mes "Monster that is the pupal stage of"; |
---|
| 3231 | mes "Fabre. It doesn't attack at all, so"; |
---|
| 3232 | mes "it's easy to kill for Novices."; |
---|
| 3233 | mes "^0099FFItem Drops^000000: Chrysalis, Sticky"; |
---|
| 3234 | mes "Mucus"; |
---|
| 3235 | next; |
---|
| 3236 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3237 | mes "6. Poporing"; |
---|
| 3238 | mes "A light green Poring with the"; |
---|
| 3239 | mes "Posion property. It's much stronger"; |
---|
| 3240 | mes "than Poring, but still moves by"; |
---|
| 3241 | mes "means of bouncing."; |
---|
| 3242 | mes "^0099FFItem Drops^000000: Sticky Mucus,"; |
---|
| 3243 | mes "Garlet, Green Herb"; |
---|
| 3244 | next; |
---|
| 3245 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3246 | mes "7. Rocker"; |
---|
| 3247 | mes "A lazy grasshopper that loves to"; |
---|
| 3248 | mes "play the violin, just like in"; |
---|
| 3249 | mes "Aesop's fable."; |
---|
| 3250 | mes "^0099FFItem Drops^000000: Grasshopper's Leg,"; |
---|
| 3251 | mes "Jellopy"; |
---|
| 3252 | next; |
---|
| 3253 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3254 | mes "8. Bigfoot"; |
---|
| 3255 | mes "Althought its name may be"; |
---|
| 3256 | mes "misleading, Bigfoot is actually a"; |
---|
| 3257 | mes "large bear. It walks like it owns"; |
---|
| 3258 | mes "the forest, and it does."; |
---|
| 3259 | mes "^0099FFItem Drops^000000: Bear's Foot Skin,"; |
---|
| 3260 | mes "Animal Skin, Sweet Potato"; |
---|
| 3261 | next; |
---|
| 3262 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3263 | mes "9. Smokie"; |
---|
| 3264 | mes "A chubby little raccoon that loves"; |
---|
| 3265 | mes "nothing better than to scamper."; |
---|
| 3266 | mes "It's rumoured to use a magic leaf to"; |
---|
| 3267 | mes "become invisible!"; |
---|
| 3268 | mes "^0099FFItem Drops^000000: Raccoon Leaf, Animal"; |
---|
| 3269 | mes "Skin, Sweet Potato"; |
---|
| 3270 | next; |
---|
| 3271 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3272 | mes "10. Snake"; |
---|
| 3273 | mes "Green Coloured Snake living in the"; |
---|
| 3274 | mes "Forest or Desert. Not poisonous but"; |
---|
| 3275 | mes "be careful."; |
---|
| 3276 | mes "^0099FFItem Drops^000000: Snake Scale, Red Herb"; |
---|
| 3277 | next; |
---|
| 3278 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3279 | mes "11. Wolf."; |
---|
| 3280 | mes "Wild, roving wolves with blue"; |
---|
| 3281 | mes "manes. They tend to attack as a"; |
---|
| 3282 | mes "pack when even one of them is"; |
---|
| 3283 | mes "threatened."; |
---|
| 3284 | mes "^0099FFItem Drops^000000: Wolf Claw, Meat,"; |
---|
| 3285 | mes "Monster's Feed, Animal Skin"; |
---|
| 3286 | next; |
---|
| 3287 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3288 | mes "12. Agriope"; |
---|
| 3289 | mes "A segmented, millipede type monster"; |
---|
| 3290 | mes "that will attack passerby with"; |
---|
| 3291 | mes "poison."; |
---|
| 3292 | mes "^0099FFItem Drops^000000: Bug Leg, Zargon, Green"; |
---|
| 3293 | mes "Herb"; |
---|
| 3294 | next; |
---|
| 3295 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3296 | mes "13. Agros"; |
---|
| 3297 | mes "A monstrous spider that will attack"; |
---|
| 3298 | mes "adventurers on sight. It's too big"; |
---|
| 3299 | mes "for adventurers to squish with"; |
---|
| 3300 | mes "their feet."; |
---|
| 3301 | mes "^0099FFItem Drops^000000: Cobweb, Scell, Bug Leg,"; |
---|
| 3302 | mes "Green Herb, Yellow Herb"; |
---|
| 3303 | next; |
---|
| 3304 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3305 | mes "14. Horn"; |
---|
| 3306 | mes "Although it looks fierce, it's"; |
---|
| 3307 | mes "actually a peaceful insect. It"; |
---|
| 3308 | mes "roams around fields with a"; |
---|
| 3309 | mes "crunching sound."; |
---|
| 3310 | mes "^0099FFItem Drops^000000: Horn, Shell, Solid"; |
---|
| 3311 | mes "Shell"; |
---|
| 3312 | next; |
---|
| 3313 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3314 | mes "15. Hunter Fly"; |
---|
| 3315 | mes "Winged insects covered in the blood"; |
---|
| 3316 | mes "of innocents. It's incredibly"; |
---|
| 3317 | mes "quick, as well as strong. Novices"; |
---|
| 3318 | mes "must flee from this monster at all"; |
---|
| 3319 | mes "cost."; |
---|
| 3320 | mes "^0099FFItem Drops^000000: Solid Shell, Zargon"; |
---|
| 3321 | next; |
---|
| 3322 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3323 | mes "16. Mantis"; |
---|
| 3324 | mes "It wanders about fields, waving a"; |
---|
| 3325 | mes "tiny fan. An entire martial arts"; |
---|
| 3326 | mes "style is based on the movements of"; |
---|
| 3327 | mes "this insect."; |
---|
| 3328 | mes "^0099FFItem Drops^000000: Mantis Scythe, Scell,"; |
---|
| 3329 | mes "Solid Shell, Red Herb"; |
---|
| 3330 | next; |
---|
| 3331 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3332 | mes "17. Stainer"; |
---|
| 3333 | mes "Tiny little insect with a splendid,"; |
---|
| 3334 | mes "ladybug-like shell. It can sense"; |
---|
| 3335 | mes "magic and will attack once a spell"; |
---|
| 3336 | mes "begins casting."; |
---|
| 3337 | mes "^0099FFItem Drops^000000: Rainbow Shell, Garlet,"; |
---|
| 3338 | mes "Shell, Solid Shell"; |
---|
| 3339 | next; |
---|
| 3340 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3341 | mes "18. Side Winder"; |
---|
| 3342 | mes "A dark coloured snake that hates"; |
---|
| 3343 | mes "people. Be careful, and kill them"; |
---|
| 3344 | mes "before they can poison you."; |
---|
| 3345 | mes "^0099FFItem Drops^000000: Shining Scale, Zargon,"; |
---|
| 3346 | mes "Poisonous Canine, Snake Scale"; |
---|
| 3347 | next; |
---|
| 3348 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3349 | mes "19. Yoyo"; |
---|
| 3350 | mes "Pink coloured Monkey. Not only do"; |
---|
| 3351 | mes "they pick up everything dropped on the"; |
---|
| 3352 | mes "ground, outrageously, but they are"; |
---|
| 3353 | mes "nimble and cooperative, you must be"; |
---|
| 3354 | mes "cautious of being attacked by a"; |
---|
| 3355 | mes "group."; |
---|
| 3356 | mes "^0099FFItem Drops^000000: Yoyo Tail, Banana, Yellow"; |
---|
| 3357 | mes "Herb, Animal Skin"; |
---|
| 3358 | next; |
---|
| 3359 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3360 | mes "20. Caramel"; |
---|
| 3361 | mes "An adorable porcupine with tiny"; |
---|
| 3362 | mes "spiky quills. However, it gets"; |
---|
| 3363 | mes "incredibly angry when touched."; |
---|
| 3364 | mes "^0099FFItem Drops^000000: Porcupine Quill,"; |
---|
| 3365 | mes "Animal Skin"; |
---|
| 3366 | next; |
---|
| 3367 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3368 | mes "21. Steel Chonchon"; |
---|
| 3369 | mes "Similar to Chonchon, but is yellow"; |
---|
| 3370 | mes "and green. It picks up everything"; |
---|
| 3371 | mes "from the ground, so be careful not"; |
---|
| 3372 | mes "to drop items."; |
---|
| 3373 | mes "^0099FFItem Drops^000000: Garlet, Shell, Solid"; |
---|
| 3374 | mes "Shell"; |
---|
| 3375 | next; |
---|
| 3376 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3377 | mes "22. Coco"; |
---|
| 3378 | mes "A small Squirrel with dark,"; |
---|
| 3379 | mes "piercing eyes. It's always holding"; |
---|
| 3380 | mes "an Acorn, and would be cute if it"; |
---|
| 3381 | mes "didn't always have a look of utter"; |
---|
| 3382 | mes "contempt."; |
---|
| 3383 | mes "^0099FFItem Drops^000000: Acorn, Fluff, Animal"; |
---|
| 3384 | mes "Skin, Sweet Potato"; |
---|
| 3385 | next; |
---|
| 3386 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3387 | mes "23. Dustiness"; |
---|
| 3388 | mes "This flying monster has a high"; |
---|
| 3389 | mes "dodge rate, so if you have low"; |
---|
| 3390 | mes "attack accuracy, you may want to"; |
---|
| 3391 | mes "leave it alone."; |
---|
| 3392 | mes "^0099FFItem Drops^000000: Moth Dust, Moth Wing"; |
---|
| 3393 | mes "Insect Feeler, Red Herb"; |
---|
| 3394 | next; |
---|
| 3395 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3396 | mes "24. Martin"; |
---|
| 3397 | mes "An adorable mole wearing a safety"; |
---|
| 3398 | mes "helmet. He's deathly afraid of"; |
---|
| 3399 | mes "cave-ins and occasionally stops to"; |
---|
| 3400 | mes "cower in fear."; |
---|
| 3401 | mes "^0099FFItem Drops^000000: Mole Whiskers, Mole"; |
---|
| 3402 | mes "Claw"; |
---|
| 3403 | next; |
---|
| 3404 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3405 | mes "25. Savage"; |
---|
| 3406 | mes "A wild boar that walks around,"; |
---|
| 3407 | mes "grunting restlessly. It's rough"; |
---|
| 3408 | mes "looking tusks make it hard to"; |
---|
| 3409 | mes "believe it was cute as a baby."; |
---|
| 3410 | mes "^0099FFItem Drops^000000: Mane, Animal Skin"; |
---|
| 3411 | next; |
---|
| 3412 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3413 | mes "26. Savage Bebe"; |
---|
| 3414 | mes "Tiny, pink baby Savage. It's"; |
---|
| 3415 | mes "disheartening to know that it grows"; |
---|
| 3416 | mes "up to become ugly-looking."; |
---|
| 3417 | mes "^0099FFItem Drops^000000: Animal Skin, Meat,"; |
---|
| 3418 | mes "Arrow, Feather"; |
---|
| 3419 | next; |
---|
| 3420 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3421 | mes "27. Mastering"; |
---|
| 3422 | mes "A giant Poring rarely seen in the"; |
---|
| 3423 | mes "Morroc Desert, Mt. Mjolnir or the"; |
---|
| 3424 | mes "Prontera Maze. It may be the Master"; |
---|
| 3425 | mes "of Porings, but... it's still a"; |
---|
| 3426 | mes "Poring"; |
---|
| 3427 | mes "^0099FFItem Drops^000000: Apple, Apple Juice"; |
---|
| 3428 | next; |
---|
| 3429 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3430 | mes "28. Eclipse"; |
---|
| 3431 | mes "Lord and Master of all Lunatics."; |
---|
| 3432 | mes "Its attacks may be weak, but it"; |
---|
| 3433 | mes "has considerable defense."; |
---|
| 3434 | mes "^0099FFItem Drops^000000: Carrot, Glass Bead,"; |
---|
| 3435 | mes "Milk, Carrot Juice"; |
---|
| 3436 | next; |
---|
| 3437 | mes "^FF0000[Prontera Maze 3F Monsters]^000000"; |
---|
| 3438 | mes "29. Baphomet"; |
---|
| 3439 | mes "A horned goat-like beast that"; |
---|
| 3440 | mes "wields an intimidating scythe with"; |
---|
| 3441 | mes "incredible might. Sired countless"; |
---|
| 3442 | mes "Baphomet Jrs."; |
---|
| 3443 | mes "^0099FFItem Drops^000000: Evil Horn,"; |
---|
| 3444 | mes "Yggdrasilberry, Animal Skin,"; |
---|
| 3445 | mes "Oridecon"; |
---|
| 3446 | next; |
---|
| 3447 | break; |
---|
| 3448 | case 3: |
---|
| 3449 | close2; |
---|
| 3450 | set .@loop1,0; |
---|
| 3451 | end; |
---|
| 3452 | } |
---|
| 3453 | } |
---|
| 3454 | |
---|
| 3455 | case 3: |
---|
| 3456 | close; |
---|
| 3457 | } |
---|
| 3458 | } |
---|
| 3459 | |
---|
| 3460 | prt_in,162,68,4 script Vending Guide#pront 111,{ |
---|
| 3461 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3462 | mes "So you want to open your own shop"; |
---|
| 3463 | mes "so that you can sell items to other"; |
---|
| 3464 | mes "players and make zeny?"; |
---|
| 3465 | next; |
---|
| 3466 | if (select("Yes, I do!:Close the book.") == 1) { |
---|
| 3467 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3468 | mes "First, only certain job classes can"; |
---|
| 3469 | mes "open vending shops. As a Merchant,"; |
---|
| 3470 | mes "Blacksmith or Alchemist, you must"; |
---|
| 3471 | mes "first learn ^009933Level 5 Enlarge Weight^000000"; |
---|
| 3472 | mes "^009933Limit^000000, and then learn the ^009933Pushcart^000000"; |
---|
| 3473 | mes "skill."; |
---|
| 3474 | next; |
---|
| 3475 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3476 | mes "When you have learned the Pushcart"; |
---|
| 3477 | mes "skill, you can go ahead and rent a"; |
---|
| 3478 | mes "Cart form a Kafra Employee. Once"; |
---|
| 3479 | mes "this cart is equipped, it won't"; |
---|
| 3480 | mes "disappear as long as you don't take"; |
---|
| 3481 | mes "it off."; |
---|
| 3482 | next; |
---|
| 3483 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3484 | mes "However, equipping a Cart reduces"; |
---|
| 3485 | mes "your movement speed. You can"; |
---|
| 3486 | mes "recover this movement speed by"; |
---|
| 3487 | mes "continuing to add skill points to"; |
---|
| 3488 | mes "the ^009933Pushcart^000000 skill."; |
---|
| 3489 | next; |
---|
| 3490 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3491 | mes "Now, this next part is very"; |
---|
| 3492 | mes "important. If you want to be able"; |
---|
| 3493 | mes "to sell what is inside your cart,"; |
---|
| 3494 | mes "you must learn ^009933Level 3 Pushcart^000000 so"; |
---|
| 3495 | mes "that youc an learn ^009933Vending^000000,"; |
---|
| 3496 | mes "allowing you to sell items inside"; |
---|
| 3497 | mes "your cart."; |
---|
| 3498 | next; |
---|
| 3499 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3500 | mes "Remember, only items inside your"; |
---|
| 3501 | mes "Cart can be sold with the Vending"; |
---|
| 3502 | mes "skill. Press the '^009933Alt^000000' and ^009933W^000000' keys"; |
---|
| 3503 | mes "to open the Cart Window labeled"; |
---|
| 3504 | mes "'Rent a Cart Item.'"; |
---|
| 3505 | next; |
---|
| 3506 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3507 | mes "You can drag and drop items from"; |
---|
| 3508 | mes "your Inventory Window into this"; |
---|
| 3509 | mes "Cart Window. You can also click the"; |
---|
| 3510 | mes "'^009933items^000000' button int he Equipment"; |
---|
| 3511 | mes "Window (^009933Alt^000000 + ^009933Q^000000) to open the Cart"; |
---|
| 3512 | mes "Window."; |
---|
| 3513 | next; |
---|
| 3514 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3515 | mes "Now use the Vending skill. Two"; |
---|
| 3516 | mes "windows will pop up. ^009933Available^000000"; |
---|
| 3517 | mes "^009933 items for Vending^000000 and ^009933 Vend a Shop^000000."; |
---|
| 3518 | next; |
---|
| 3519 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3520 | mes "Drag and drop items from the"; |
---|
| 3521 | mes "^009933Available items for Vending^000000"; |
---|
| 3522 | mes "Window into the ^009933Vend a Shop^000000 Window."; |
---|
| 3523 | mes "Then, in the ^009933Vend a Shop^000000 window,"; |
---|
| 3524 | mes "you may set prices and name your"; |
---|
| 3525 | mes "shop."; |
---|
| 3526 | next; |
---|
| 3527 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3528 | mes "After confirming the items and"; |
---|
| 3529 | mes "prices, click the 'OK' button. The"; |
---|
| 3530 | mes "^009933My Shop^000000 window will appear."; |
---|
| 3531 | mes "Congratulations, you are now"; |
---|
| 3532 | mes "vending your items!"; |
---|
| 3533 | next; |
---|
| 3534 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3535 | mes "When you close the ^009933My Shop^000000 window,"; |
---|
| 3536 | mes "your shop will be closed. You can"; |
---|
| 3537 | mes "check the prices of your items in"; |
---|
| 3538 | mes "the ^009933My Shop^000000 window, and your sales"; |
---|
| 3539 | mes "will be recorded in the chat"; |
---|
| 3540 | mes "window."; |
---|
| 3541 | next; |
---|
| 3542 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3543 | mes "When everything's sold out, the"; |
---|
| 3544 | mes "shop will automatically close."; |
---|
| 3545 | next; |
---|
| 3546 | mes "^FF0000[Vending Guide for Dummies]^000000"; |
---|
| 3547 | mes "SuperNovices can learn all the"; |
---|
| 3548 | mes "skills needed to open vending"; |
---|
| 3549 | mes "shops, but none of the Kafra"; |
---|
| 3550 | mes "Employees will rent Carts to them."; |
---|
| 3551 | mes "If only they could find somewhere"; |
---|
| 3552 | mes "to rent a cart..."; |
---|
| 3553 | } |
---|
| 3554 | close; |
---|
| 3555 | } |
---|
| 3556 | |
---|
| 3557 | prt_in,168,68,4 script Blacksmith Guide#pront 111,{ |
---|
| 3558 | mes "^FF0000[Blacksmith Guide for Dummies]^000000"; |
---|
| 3559 | mes "This is a useful guide detailing"; |
---|
| 3560 | mes "the process of Ore Refining and"; |
---|
| 3561 | mes "Weapon Crafting for Blacksmith job"; |
---|
| 3562 | mes "class characters."; |
---|
| 3563 | next; |
---|
| 3564 | switch(select("Ore Refining.:Weapon Craft:Cancel.")) { |
---|
| 3565 | case 1: |
---|
| 3566 | mes "^FF0000[Ore Refining for Dummies]^000000"; |
---|
| 3567 | mes "Rough ores, like Iron Ore, and"; |
---|
| 3568 | mes "rough enchanted stones can be"; |
---|
| 3569 | mes "refined to create a higher quality"; |
---|
| 3570 | mes "metal or stone. Refining rough"; |
---|
| 3571 | mes "materials requires a ^0099FFMini Furnace^000000."; |
---|
| 3572 | next; |
---|
| 3573 | mes "^FF0000[Ore Refining for Dummies]^000000"; |
---|
| 3574 | mes "Several rough ores are also needed"; |
---|
| 3575 | mes "to create just one of a higher"; |
---|
| 3576 | mes "quality. When you think you have"; |
---|
| 3577 | mes "enough rough ores or stones of the"; |
---|
| 3578 | mes "same kind, double-click the Mini"; |
---|
| 3579 | mes "Furnace item in the Inventory"; |
---|
| 3580 | mes "window."; |
---|
| 3581 | next; |
---|
| 3582 | mes "^FF0000[Ore Refining for Dummies]^000000"; |
---|
| 3583 | mes "If you have the available materials"; |
---|
| 3584 | mes "and creation skills, a list of"; |
---|
| 3585 | mes "enchanted stones or metals that you"; |
---|
| 3586 | mes "can create will appear in a new"; |
---|
| 3587 | mes "window labeled ^0099FFItem List you can^000000"; |
---|
| 3588 | mes "^0099FFcraft^000000."; |
---|
| 3589 | next; |
---|
| 3590 | mes "^FF0000[Ore Refining for Dummies]^000000"; |
---|
| 3591 | mes "However, if you don't have the"; |
---|
| 3592 | mes "necessary skills or materials, you"; |
---|
| 3593 | mes "will receive a message stating '^0099FFYou^000000"; |
---|
| 3594 | mes "^0099FFcan't Create Items yet^000000'."; |
---|
| 3595 | next; |
---|
| 3596 | mes "^FF0000[Ore Refining for Dummies]^000000"; |
---|
| 3597 | mes "Remember that there is a"; |
---|
| 3598 | mes "possibility that the refining"; |
---|
| 3599 | mes "process may fail. Also, be aware"; |
---|
| 3600 | mes "that a Mini Furnace will be used"; |
---|
| 3601 | mes "each time you double-click it,"; |
---|
| 3602 | mes "regardless of the end result."; |
---|
| 3603 | close; |
---|
| 3604 | case 2: |
---|
| 3605 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3606 | mes "To create weapons, you must first"; |
---|
| 3607 | mes "learn the appropriate smithing"; |
---|
| 3608 | mes "skills, depending on the weapon you"; |
---|
| 3609 | mes "wish to create. The following is a"; |
---|
| 3610 | mes "list of Blacksmith weapon creation"; |
---|
| 3611 | mes "skills."; |
---|
| 3612 | next; |
---|
| 3613 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3614 | mes "^0099FFSmith Dagger^000000"; |
---|
| 3615 | mes "^0099FFSmith Sword^000000"; |
---|
| 3616 | mes "^0099FFSmith Two-handed Sword^000000"; |
---|
| 3617 | mes "^0099FFSmith Axe^000000"; |
---|
| 3618 | mes "^0099FFSmith Mace^000000"; |
---|
| 3619 | mes "^0099FFSmith Spear^000000"; |
---|
| 3620 | mes "^0099FFSmith Knucklebrace^000000"; |
---|
| 3621 | next; |
---|
| 3622 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3623 | mes "Every Weapon requires ^0099FFSteel^000000 and the"; |
---|
| 3624 | mes "consumption of one ^0099FFHammer^000000."; |
---|
| 3625 | next; |
---|
| 3626 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3627 | mes "When you double-click on a Hammer"; |
---|
| 3628 | mes "item in the Inventory Window, a new"; |
---|
| 3629 | mes "window labeled ^0099FFItem List you can^000000"; |
---|
| 3630 | mes "^0099FFcraft^000000 will appear."; |
---|
| 3631 | next; |
---|
| 3632 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3633 | mes "A list of weapons that you are"; |
---|
| 3634 | mes "currently able to craft will"; |
---|
| 3635 | mes "appear. Clicking a Weapon in that"; |
---|
| 3636 | mes "list will show the items required"; |
---|
| 3637 | mes "for creation."; |
---|
| 3638 | next; |
---|
| 3639 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3640 | mes "In that list window, there are 3"; |
---|
| 3641 | mes "sockets into which you can insert"; |
---|
| 3642 | mes "additional items, such as Enchanted"; |
---|
| 3643 | mes "Stones or Star Crumbs, which enable"; |
---|
| 3644 | mes "you to enhance the smithed weapon."; |
---|
| 3645 | next; |
---|
| 3646 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3647 | mes "Afterwards, cick the 'OK' button"; |
---|
| 3648 | mes "to confirm that you want to create"; |
---|
| 3649 | mes "the selected item. The materials"; |
---|
| 3650 | mes "required to create the weapon will"; |
---|
| 3651 | mes "be automatically consumed from your"; |
---|
| 3652 | mes "inventory."; |
---|
| 3653 | next; |
---|
| 3654 | mes "^FF0000[Weapon Craft for Dummies]^000000"; |
---|
| 3655 | mes "The chance of smithing success will"; |
---|
| 3656 | mes "depend on your character stats and"; |
---|
| 3657 | mes "skills, and other factors. If the"; |
---|
| 3658 | mes "smithing fails, any items used to"; |
---|
| 3659 | mes "create the new weapon will still be"; |
---|
| 3660 | mes "consumed. Good luck!"; |
---|
| 3661 | close; |
---|
| 3662 | case 3: |
---|
| 3663 | close; |
---|
| 3664 | } |
---|
| 3665 | } |
---|