monster_museum.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. //===== eAthena Script =======================================
  2. //= Juno Monster Museum
  3. //===== By: ==================================================
  4. //= Muad_Dib (The Prometheus Project)
  5. //===== Current Version: =====================================
  6. //= 1.1a
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //= Juno Monster Museum - Non Player Character Locations
  11. //= - Information about various monsters
  12. //===== Additional Comments: =================================
  13. // 07/06/05 : Added 1st Version. [Muad_Dib]
  14. //= Adapted to eAthena Scripting Language by [Lance]
  15. //= 1.1a Fixed typos [Haplo]
  16. //============================================================
  17. yuno_in03.gat,33,17,3 script Guide of Monster Museum 67,{
  18. mes "[Shenya]";
  19. mes "Welcome.";
  20. mes "You are in the Monster Museum.";
  21. next;
  22. menu "What is the Monster Museum?",-,"Tip for observing monsters",L_Tip;
  23. mes "[Shenya]";
  24. mes "Our Monster Museum is a splendid achievement of Schwarz Project which was secretly";
  25. mes "accomplished by many sages from Svychervile Academy who were working in Midgard.";
  26. next;
  27. mes "[Shenya]";
  28. mes "Because of their effort, you can easily observe rare monsters of Midgard in here.";
  29. next;
  30. mes "[Shenya]";
  31. mes "Monsters are in the transparent cylinders, which were part of Schwarz Project. The cylinders protects you from the monsters.";
  32. next;
  33. mes "[Shenya]";
  34. mes "Talk to me if you need help.";
  35. close;
  36. L_Tip:
  37. mes "[Shenya]";
  38. mes "Check 'opaque' in the option key (ALT+O) to observe monsters more clearly.";
  39. next;
  40. mes "[Shenya]";
  41. mes "Talk to me if you need help.";
  42. close;
  43. }
  44. //yuno_in03.gat,32,102,1 script Biology Professor 755,{
  45. // mes "[Ruthy Celsus]";
  46. // mes "Hmm? What is it? Do you want to take a look at monsters?";
  47. // next;
  48. // mes "[Ruthy Celsus]";
  49. // mes "It is okay to look at them, but do not touch nor make noises.";
  50. // mes "There are many dangerous stuff here, so be careful.";
  51. // next;
  52. // mes "[Ruthy Celsus]";
  53. // mes "And also tell me if you catch rare monsters.";
  54. // mes "I will buy your info at high price.";
  55. // close;
  56. //}
  57. yuno_in03.gat,36,21,3 script Deviace 1108,{
  58. end;
  59. }
  60. yuno_in03.gat,33,21,1 script #Deviace 111,{
  61. mes " ";
  62. mes "- Scientific Name : Deviace";
  63. mes "- Size : Medium";
  64. mes "- Property : Water";
  65. next;
  66. mes "- Description : ";
  67. mes "It has sucking-disks on top of its round body and lives in the deep ocean.";
  68. mes "In spite of its fearsome appearance, Deviace is calm and do not attack others first.";
  69. next;
  70. mes "However, you should be aware of it because once Deviace gets mad, it casts magic of high level.";
  71. close;
  72. }
  73. yuno_in03.gat,36,27,3 script Fur Seal 1317,{
  74. end;
  75. }
  76. yuno_in03.gat,33,27,1 script #Fur Seal 111,{
  77. mes " ";
  78. mes "- Scientific Name : Fur Seal";
  79. mes "- Size : Medium";
  80. mes "- Property : Water";
  81. next;
  82. mes "- Description : ";
  83. mes "They put on an extra hide to cover it's soft skin.";
  84. mes "Also, their hides are used to make winter clothes.";
  85. close;
  86. }
  87. yuno_in03.gat,36,33,3 script Sage Worm 1281,{
  88. end;
  89. }
  90. yuno_in03.gat,33,33,1 script #Sage Worm 111,{
  91. mes " ";
  92. mes "- Scientific Name : Sage Worm";
  93. mes "- Size : Small";
  94. mes "- Property : Neutral";
  95. next;
  96. mes "- Description : ";
  97. mes "It's bottom looks like an animal, but the upper body looks like an old scholar.";
  98. mes "Sage Worm has weak strength but its intelligence is extraordinary high. They often cures other's critical status.";
  99. next;
  100. mes "As expected, they live nearby books or bookcases.";
  101. close;
  102. }
  103. yuno_in03.gat,39,39,3 script Penomena 1216,{
  104. end;
  105. }
  106. yuno_in03.gat,38,39,1 script #Penomena 111,{
  107. mes " ";
  108. mes "- Scientific Name : Penomena";
  109. mes "- Size : Medium";
  110. mes "- Property : Poison";
  111. next;
  112. mes "- Description : ";
  113. mes "It has a strong venom and lives in deep oceans or deep tunnels.";
  114. mes "Penomena has a similar appearance as Hydra but it moves with small dendrites on the sucking-disk.";
  115. next;
  116. mes "Also, its many long tentacles with strong venom are threatening opponents in the distance.";
  117. close;
  118. }
  119. yuno_in03.gat,39,44,3 script Galapago 1391,{
  120. end;
  121. }
  122. yuno_in03.gat,37,44,1 script #Galapago 111,{
  123. mes " ";
  124. mes "- Scientific Name : Galapago";
  125. mes "- Size : Small";
  126. mes "- Property : Earth";
  127. next;
  128. mes "- Description : ";
  129. mes "This monster is a bird, but can't fly because of its heavy weight.";
  130. mes "They are always equipped with sunglasses and a bottle of drinking water because they are weak against sunlights.";
  131. next;
  132. mes "They show greedy on items but, when a stranger appears, they cooperate together to attack the stranger.";
  133. close;
  134. }
  135. yuno_in03.gat,38,50,3 script PecoPeco Egg 1047,{
  136. end;
  137. }
  138. yuno_in03.gat,34,54,3 script Thief Bug Egg 1048,{
  139. end;
  140. }
  141. yuno_in03.gat,12,50,3 script Ant Egg 1097,{
  142. end;
  143. }
  144. yuno_in03.gat,10,45,5 script Assaulter 1315,{
  145. end;
  146. }
  147. yuno_in03.gat,12,45,1 script #Assaulter 111,{
  148. mes " ";
  149. mes "- Scientific Name : Assaulter";
  150. mes "- Size : Medium";
  151. mes "- Property : Wind";
  152. next;
  153. mes "- Description : ";
  154. mes "Unlike the other turtles in the Turtle Island, this warrior monster stands on two legs.";
  155. mes "It always carries a large shuriken on its back. Its body is very agile and has a fast attack speed.";
  156. next;
  157. mes "Distinctively, when it is in danger, Assaulter summons another self and attacks together.";
  158. mes "Their weapons do strong damage, but also their piercing long nails are really threatening.";
  159. close;
  160. }
  161. yuno_in03.gat,10,39,5 script Alice 1275,{
  162. end;
  163. }
  164. yuno_in03.gat,12,39,1 script #Alice 111,{
  165. mes " ";
  166. mes "- Scientific Name : Alice";
  167. mes "- Size : Medium";
  168. mes "- Property : Neutral";
  169. next;
  170. mes "- Description : ";
  171. mes "It is a robot that was made to serve duties in the castle, and is still there.";
  172. mes "Alice is made of hard metal and no one knows what makes her move till this day.";
  173. close;
  174. }
  175. yuno_in03.gat,15,33,5 script Violy 1390,{
  176. end;
  177. }
  178. yuno_in03.gat,19,33,1 script #Violy 111,{
  179. mes " ";
  180. mes "- Scientific Name : Violy";
  181. mes "- Size : Medium";
  182. mes "- Property : Neutral";
  183. next;
  184. mes "- Description : ";
  185. mes "Girly monster with blond hair.";
  186. mes "She always plays her violin. You will suffer from the high frequency of her music.";
  187. close;
  188. }
  189. yuno_in03.gat,15,27,5 script Chepet 1250,{
  190. end;
  191. }
  192. yuno_in03.gat,19,27,1 script #Chepet 111,{
  193. mes " ";
  194. mes "- Scientific Name : Chepet";
  195. mes "- Size : Medium";
  196. mes "- Property : Fire";
  197. next;
  198. mes "- Description : ";
  199. mes "It looks like a girl possessed by an evil monster, but it is the evil monster which fools people with its appearance.";
  200. next;
  201. mes "Chepet ignites a fire with its large match stick. Is a rare monster because of their small numbers, they live in a limited habitat.";
  202. close;
  203. }
  204. yuno_in03.gat,15,21,5 script Raydric 1163,{
  205. end;
  206. }
  207. yuno_in03.gat,19,21,1 script #Raydric 111,{
  208. mes " ";
  209. mes "- Scientific Name : Raydric";
  210. mes "- Size : Large";
  211. mes "- Property : Darkness";
  212. next;
  213. mes "- Description : ";
  214. mes "Soldiers with armor who have no body. According to old studies,";
  215. mes "the souls of soldiers who once guarded castles were bound to their armor by curses.";
  216. next;
  217. mes "They have fast movement speed and strong attacks as guards of the castle.";
  218. close;
  219. }
  220. yuno_in03.gat,46,96,3 script Owl Duke 1320,{
  221. end;
  222. }
  223. yuno_in03.gat,44,96,1 script #Owl Duke 111,{
  224. mes " ";
  225. mes "- Scientific Name : Owl Duke";
  226. mes "- Size : Large";
  227. mes "- Property : Neutral";
  228. next;
  229. mes "- Description : ";
  230. mes "An owl with a Duke costume. It's massive body and elegant outfit are appalling.";
  231. mes "Owl Duke looks like a bird but is a devil with a large feet and sharp talon.";
  232. next;
  233. mes "It approaches the enemy silently and casts strong lightning magic.";
  234. mes "It's moves are full of dignity just like a Duke.";
  235. close;
  236. }
  237. yuno_in03.gat,48,100,3 script Marine Sphere 1142,{
  238. end;
  239. }
  240. yuno_in03.gat,46,101,1 script #Marine Sphere 111,{
  241. mes " ";
  242. mes "- Scientific Name : Marine Sphere";
  243. mes "- Size : Small";
  244. mes "- Property : Water";
  245. next;
  246. mes "- Description : ";
  247. mes "Drifting sphere in the ocean, it is known as <Bomb of the Ocean> because of its explosiveness.";
  248. mes "The structure of the inner sphere is simple, only a tendon and a detonator, however its explosion is very powerful.";
  249. next;
  250. mes "If there are other Marine Spheres during the explosion, all of them will explode sequentially.";
  251. close;
  252. }
  253. yuno_in03.gat,48,104,3 script Mandragora 1020,{
  254. end;
  255. }
  256. yuno_in03.gat,46,105,1 script #Mandragora 111,{
  257. mes " ";
  258. mes "- Scientific Name : Mandragora";
  259. mes "- Size : Medium";
  260. mes "- Property : Earth";
  261. next;
  262. mes "- Description : ";
  263. mes "Man-eating plant that can eat every living thing.";
  264. mes "Mandragora pokes the victim by using its long tentacle and put it in its giant tube.";
  265. next;
  266. mes "On the surface of the Mandragora's tube there is a skull pattern, so the Mandragora pretends to be poisonous but it isn't.";
  267. mes "The tube contains a digestive fluid of unique fragrance, which have a very strong smell to attract the prey.";
  268. close;
  269. }
  270. yuno_in03.gat,48,108,3 script Geographer 1368,{
  271. end;
  272. }
  273. yuno_in03.gat,46,108,1 script #Geographer 111,{
  274. mes " ";
  275. mes "- Scientific Name : Geographer";
  276. mes "- Size : Medium";
  277. mes "- Property : Earth";
  278. next;
  279. mes "- Description : ";
  280. mes "Man-eating plant that looks like a sunflower.";
  281. mes "It disguise itself as an ordinary flower and hunt preys approaching near by.";
  282. next;
  283. mes "Although its cousin Mandragora digest it's food in the tube,";
  284. mes "Geographer chews food because it doesn't have a tube.";
  285. next;
  286. mes "Geographer's root is very tough to support the large upper parts of the body.";
  287. close;
  288. }
  289. yuno_in03.gat,48,112,3 script Rafflesia 1162,{
  290. end;
  291. }
  292. yuno_in03.gat,46,112,1 script #Rafflesia 111,{
  293. mes " ";
  294. mes "- Scientific Name : Rafflesia";
  295. mes "- Size : Small";
  296. mes "- Property : Earth";
  297. next;
  298. mes "- Description : ";
  299. mes "Somehow, this monster is an endangered species.";
  300. mes "Remaining Rafflesias are very few in a limited habitat,";
  301. mes "so they are under special protection.";
  302. next;
  303. mes "Because there aren't many Rafflesias, researches are not doing well.";
  304. mes "A few scholars are researching to artificially culture them.";
  305. close;
  306. }
  307. yuno_in03.gat,48,116,3 script Stem Worm 1215,{
  308. end;
  309. }
  310. yuno_in03.gat,45,116,1 script #Stem Worm 111,{
  311. mes " ";
  312. mes "- Scientific Name : Stem Worm";
  313. mes "- Size : Medium";
  314. mes "- Property : Wind";
  315. next;
  316. mes "- Description : ";
  317. mes "This is a mutation of Worm Tail. It has a round grizzled grey body with a small head.";
  318. mes "The hide is made of thin scales, and from the center of the body it's hide is divided into two pieces.";
  319. next;
  320. mes "The straight stem on the center of it's back looks like a tail.";
  321. mes "Stem Worm use this stem to whip others.";
  322. close;
  323. }
  324. yuno_in03.gat,44,120,3 script Succubus 1370,{
  325. end;
  326. }
  327. yuno_in03.gat,42,120,1 script #Succubus 111,{
  328. mes " ";
  329. mes "- Scientific Name : Succubus";
  330. mes "- Size : Medium";
  331. mes "- Property : Darkness";
  332. next;
  333. mes "- Description : ";
  334. mes "Devil who seduces people with a beautiful appearance. The male form is called Incubus and the female form is called Succubus.";
  335. mes "They pick and seduce confused or weak-minded people to wreck them.";
  336. close;
  337. }
  338. yuno_in03.gat,39,124,3 script Ancient Mummy 1297,{
  339. end;
  340. }
  341. yuno_in03.gat,39,122,1 script #Ancient Mummy 111,{
  342. mes " ";
  343. mes "- Scientific Name : Ancient Mummy";
  344. mes "- Size : Medium";
  345. mes "- Property : Undead";
  346. next;
  347. mes "- Description : ";
  348. mes "With a glimpse you can see that this ancient mummy is very old.";
  349. mes "He is wrapped with worn-out bandages.";
  350. mes "By looking at his luxurious snake headpiece,";
  351. next;
  352. mes "we can guess that he was high class and somehow revived from the dead.";
  353. mes "As he is stuck in a mummy form for so long time, he brutally kills living things.";
  354. close;
  355. }
  356. yuno_in03.gat,35,124,3 script Sleeper 1386,{
  357. end;
  358. }
  359. yuno_in03.gat,35,122,1 script #Sleeper 111,{
  360. mes " ";
  361. mes "- Scientific Name : Sleeper";
  362. mes "- Size : Medium";
  363. mes "- Property : Earth";
  364. next;
  365. mes "- Description : ";
  366. mes "Formless sandy monster.";
  367. mes "It burrows itself in the ground and rise when people are walking near by.";
  368. next;
  369. mes "Sleepers are smaller than Sandmen and they attack indirectly by making sandy winds rather than direct attacks.";
  370. close;
  371. }
  372. yuno_in03.gat,31,124,3 script Megalodon 1064,{
  373. end;
  374. }
  375. yuno_in03.gat,31,122,1 script #Megalodon 111,{
  376. mes " ";
  377. mes "- Scientific Name : Megalodon";
  378. mes "- Size : Medium";
  379. mes "- Property : Undead";
  380. next;
  381. mes "- Description : ";
  382. mes "This monster is made out of bones of dead fish.";
  383. mes "It peacefully wanders around waterside because they didn't completely lose their old memory.";
  384. next;
  385. mes "It has no flesh but bones and stinky scales because it was revived from once decayed corpses.";
  386. close;
  387. }
  388. yuno_in03.gat,28,124,5 script Rideword 1195,{
  389. end;
  390. }
  391. yuno_in03.gat,28,122,1 script #Rideword 111,{
  392. mes " ";
  393. mes "- Scientific Name : Rideword";
  394. mes "- Size : Small";
  395. mes "- Property : Neutral";
  396. next;
  397. mes "- Description : ";
  398. mes "It is a magic book with sharp teeth and is controlled by magic powers.";
  399. mes "Rideword has no intelligence or feelings and was born to kill living things.";
  400. close;
  401. }
  402. yuno_in03.gat,24,124,3 script Blazzer 1367,{
  403. end;
  404. }
  405. yuno_in03.gat,24,122,1 script #Blazzer 111,{
  406. mes " ";
  407. mes "- Scientific Name : Blazzer";
  408. mes "- Size : Medium";
  409. mes "- Property : Fire";
  410. next;
  411. mes "- Description : ";
  412. mes "Burning flame which floats around lava as a cloud.";
  413. mes "The blaze comes out of hard rock and the surface is extremely hot.";
  414. next;
  415. mes "Some scholars believe that Blazzer was the origin of a volcanic eruption but it is only a hypothesis.";
  416. mes "It attacks travelers with a noxious gas from it's mouth.";
  417. close;
  418. }
  419. yuno_in03.gat,18,122,5 script Incubus 1374,{
  420. end;
  421. }
  422. yuno_in03.gat,19,120,1 script #Incubus 111,{
  423. mes " ";
  424. mes "- Scientific Name : Incubus";
  425. mes "- Size : Medium";
  426. mes "- Property : Darkness";
  427. next;
  428. mes "- Description : ";
  429. mes "Devil who seduces people a beautiful appearance. Male form is called Incubus and female form is called Succubus.";
  430. mes "They pick and seduce confused or weak-minded people to wreck them.";
  431. close;
  432. }
  433. yuno_in03.gat,16,116,5 script Dragon Tail 1321,{
  434. end;
  435. }
  436. yuno_in03.gat,18,116,1 script #Dragon Tail 111,{
  437. mes " ";
  438. mes "- Scientific Name : Dragon Tail";
  439. mes "- Size : Medium";
  440. mes "- Property : Wind";
  441. next;
  442. mes "- Description : ";
  443. mes "Insect with thick stings on its tail from the Dragonfly family.";
  444. mes "It sucks up blood of victims with its sting, and the Dragon Tail's hypnotoxine puts enemies to sleep.";
  445. close;
  446. }
  447. yuno_in03.gat,16,111,5 script Arclouse 1194,{
  448. end;
  449. }
  450. yuno_in03.gat,18,111,1 script #Arclouse 111,{
  451. mes " ";
  452. mes "- Scientific Name : Arclouse";
  453. mes "- Size : Medium";
  454. mes "- Property : Earth";
  455. next;
  456. mes "- Description : ";
  457. mes "It is a monster with a hard shell and roles itself to attack enemies.";
  458. mes "Usually, Arclouses are found in groups and they are very agile. Their movement speed is as fast as a well-trained PecoPeco.";
  459. close;
  460. }
  461. yuno_in03.gat,16,108,5 script Tri-Joint 1279,{
  462. end;
  463. }
  464. yuno_in03.gat,18,108,1 script #Tri-Joint 111,{
  465. mes " ";
  466. mes "- Scientific Name : Tri-Joint";
  467. mes "- Size : Small";
  468. mes "- Property : Earth";
  469. next;
  470. mes "- Description : ";
  471. mes "A monster called 'living fossil' because it has been existing from ancient times to today.";
  472. mes "Tri Joint's body is covered with hard shells, and advanced feelers replaced degenerated eyes.";
  473. next;
  474. mes "It moves fast in dark caves.";
  475. mes "Recently, as their fossils were found in deep caves,";
  476. mes "studies on evolution of Midgard organisms are speeding up.";
  477. close;
  478. }
  479. yuno_in03.gat,16,104,5 script Thief Bug Male 1054,{
  480. end;
  481. }
  482. yuno_in03.gat,18,104,1 script #Thief Bug Male 111,{
  483. mes " ";
  484. mes "- Scientific Name : Thief Bug Male";
  485. mes "- Size : Medium";
  486. mes "- Property : Darkness";
  487. next;
  488. mes "- Description : ";
  489. mes "This is a fully grown Thief Bug with bigger size than others and of blue color.";
  490. mes "Like other Thief Bugs, it is very agile and collect items.";
  491. next;
  492. mes "Male Thief Bugs protects it's family with strong attacks.";
  493. close;
  494. }
  495. yuno_in03.gat,16,100,5 script Caterpillar 1300,{
  496. end;
  497. }
  498. yuno_in03.gat,18,100,1 script #Caterpillar 111,{
  499. mes " ";
  500. mes "- Scientific Name : Caterpillar";
  501. mes "- Size : Small";
  502. mes "- Property : Earth";
  503. next;
  504. mes "- Description : ";
  505. mes "Because of a long buried life, it can barely use it's eyes,";
  506. mes "but it has numerous feelers and a lighting antenna to move around.";
  507. next;
  508. mes "There is a hypothesis that Caterpillar is the larva of Creamy Fear, the mutation of Creamy.";
  509. close;
  510. }
  511. yuno_in03.gat,18,96,5 script Wanderer 1208,{
  512. end;
  513. }
  514. yuno_in03.gat,20,96,1 script #Wanderer 111,{
  515. mes " ";
  516. mes "- Scientific Name : Wanderer";
  517. mes "- Size : Medium";
  518. mes "- Property : Wind";
  519. next;
  520. mes "- Description : ";
  521. mes "Sword master revived by dark magic. By looking at his magnificent swordsmanship, we guess that he was a very skillful swordsman before.";
  522. mes "As soon as he draws his sword, his opponents are sliced by him.";
  523. close;
  524. }