einbech.txt 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662
  1. //===== eAthena Script =======================================
  2. //= Einbech Town
  3. //===== By: ==================================================
  4. //= Muad_dib
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= eAthena Revision 3000+
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= 0.1 Started writing Einbech npc's. [Muad_Dib]
  13. //= 0.1a Conversion to eA format [MasterOfMuppets]
  14. //= 0.1b Added missing tabs. [Mass Zero] 0.1c more missing tabs [Lupus]
  15. //= 0.2 Added reddozen's NPCs, fixedmissing '";' [Lupus]
  16. //= 0.2a Removed a few npcs never intended to be there [MasterOfMuppets]
  17. //= 0.3 Added some more npcs, thanks to Muad_Dib [MasterOfMuppets]
  18. //= 1.0 Added the last of the town npcs, [MasterOfMuppets]
  19. //= all credits to muad_dib for scripting them.
  20. //= 1.1 Made some changes according to the Shinokas quest, [MasterOfMuppets]
  21. //= thanks to Dj-Yhn for scripting them.
  22. //============================================================
  23. einbech.gat,180,136,5 script Notice Board 858,{
  24. mes "[Tool Shop Entrance]";
  25. close;
  26. }
  27. einbech.gat,46,107,6 script Shena 846,{
  28. mes "[Shena]";
  29. mes "I think it's weird!";
  30. mes "How do you youngsters";
  31. mes "not learn all of this?";
  32. next;
  33. mes "[Luda]";
  34. mes "Well, I'm sure the";
  35. mes "generation gap has";
  36. mes "something to do with it,";
  37. mes "but I'm surprised that elder";
  38. mes "people would know so much~";
  39. next;
  40. menu "What are you guys talking about?",L_WHAT,"Pass on by",-;
  41. mes "[Shena]";
  42. mes "Luda...";
  43. mes "You don't live";
  44. mes "to be as old as";
  45. mes "I am and not learn";
  46. mes "a little something";
  47. mes "about this world of ours~";
  48. close;
  49. L_WHAT:
  50. mes "[Shena]";
  51. mes "Oh? Well, well";
  52. mes "Aren't you the most";
  53. mes "adorable little girl?";
  54. mes "Hello, dearie~";
  55. next;
  56. menu "Excuse me, but I'm actually a guy.",-;
  57. mes "[Shena]";
  58. mes "Oh, oh are you now?";
  59. mes "Perhaps my eyes are";
  60. mes "getting bad in my old";
  61. mes "age. Getting harder to";
  62. mes "tell the difference nowadays...";
  63. next;
  64. mes "[Shena]";
  65. mes "Anyway, me and Luda";
  66. mes "were just having a little";
  67. mes "chat about all the monsters";
  68. mes "near Einbroch. Appearantly,";
  69. mes "you youngsters don't know as";
  70. mes "much about them as you should.";
  71. next;
  72. mes "[Shena]";
  73. mes "If adventuring is your";
  74. mes "business, you should";
  75. mes "know what you're up against.";
  76. mes "Did you have any questions";
  77. mes "about the monsters arround";
  78. mes "here, young lady?";
  79. next;
  80. menu "I told you, I'm a dude...!",-;
  81. mes "[Shena]";
  82. mes "Hmm. 'Dude.' I think";
  83. mes "I've heard that before.";
  84. mes "Ho ho~ You'll have to";
  85. mes "forgive this old biddy";
  86. mes "I don't quite have a grasp";
  87. mes "on all the words you kids use.";
  88. next;
  89. mes "[Shena]";
  90. mes "So dearie,";
  91. mes "wich monster";
  92. mes "would you like";
  93. mes "to hear about?";
  94. L_MENU:
  95. next;
  96. menu "Metaling",L_METALING,"Mineral",L_MINERAL,"Pitman",L_PITMAN,"Waste Stove",L_WASTE,"Quit",-;
  97. mes "[Shena]";
  98. mes "Alright then.";
  99. mes "Have a good";
  100. mes "day, young lady.";
  101. next;
  102. mes "[Luda]";
  103. mes "I'm sorry about my";
  104. mes "mother! She can be";
  105. mes "overly friendly, I suppose.";
  106. mes "But if you're bored, please";
  107. mes "feel free to visit. Be safe";
  108. mes "on your travels, adventurer~";
  109. close;
  110. L_METALING:
  111. mes "[Shena]";
  112. mes "Well, the Metalings";
  113. mes "were created during";
  114. mes "the time when the gods";
  115. mes "ruled over this world.";
  116. next;
  117. mes "[Shena]";
  118. mes "I'm not sure if you knew";
  119. mes "this or not, but according";
  120. mes "to the myth, Porings and Drops";
  121. mes "were created from Odin's";
  122. mes "saliva. You migh not want";
  123. mes "to know about Poporing...";
  124. next;
  125. mes "[Shena]";
  126. mes "metalings, on the";
  127. mes "other hand were made";
  128. mes "from the blood of living";
  129. mes "machines that I belive";
  130. mes "were called 'Gigantes.'";
  131. next;
  132. mes "[Shena]";
  133. mes "Metaling is still like";
  134. mes "those other hopping";
  135. mes "blobbs of gelatine in that";
  136. mes "they'll swallow whatever";
  137. mes "might be lying on the ground.";
  138. next;
  139. mes "[Shena]";
  140. mes "If you defeat a Metaling,";
  141. mes "it could drop Large Jellopy,";
  142. mes "Iron Ore or even Iron. That";
  143. mes "might be good to know, right?";
  144. next;
  145. mes "[Shena]";
  146. mes "Is there";
  147. mes "anything else";
  148. mes "you'd like to";
  149. mes "ask, dearie?";
  150. goto L_MENU;
  151. L_MINERAL:
  152. mes "[Shena]";
  153. mes "Did you know that";
  154. mes "stalactites and cave";
  155. mes "crystals grow for thousands";
  156. mes "and thousand of years?";
  157. next;
  158. mes "[Shena]";
  159. mes "Now, if something's been";
  160. mes "growing for thousands of";
  161. mes "years, it would make sense";
  162. mes "if it actually was alive. Now,";
  163. mes "Mineral monsters are actually";
  164. mes "living stalactites";
  165. next;
  166. mes "[Shena]";
  167. mes "It's rumored that they";
  168. mes "are grown in a dark cave";
  169. mes "in wich something inside";
  170. mes "has some sort of malicious";
  171. mes "influence over them.";
  172. next;
  173. mes "[Shena]";
  174. mes "Minerals can defend themselves,";
  175. mes "but they might drop Crystal Fragment,";
  176. mes "Topaz or Emveretarcon if you defeat";
  177. mes "one. There's also a chance";
  178. mes "that they may drop a rare jewel,";
  179. mes "but I'm not quite sure.";
  180. next;
  181. mes "[Shena]";
  182. mes "Are there any";
  183. mes "other mosnters";
  184. mes "arround here that";
  185. mes "you'd want to learn";
  186. mes "more about?";
  187. goto L_MENU;
  188. L_PITMAN:
  189. mes "[Shena]";
  190. mes "Pitmen are the ghosts";
  191. mes "of dead miners that haunt";
  192. mes "old and rusted mine cars.";
  193. mes "For some reason, they can't";
  194. mes "leave this world so they just";
  195. mes "wander arround the mines.";
  196. next;
  197. mes "[Shena]";
  198. mes "If you can defeat";
  199. mes "them, they'll drop";
  200. mes "Old Pick, Lantern, Iron,";
  201. mes "Steel, Coal, Flashlight";
  202. mes "and Rusty Iron Plate.";
  203. next;
  204. mes "[Shena]";
  205. mes "Did you want";
  206. mes "to asl me about";
  207. mes "any other of the";
  208. mes "local monsters?";
  209. goto L_MENU;
  210. L_WASTE:
  211. mes "[Shena]";
  212. mes "It's just an evil,";
  213. mes "man-eating stove.";
  214. next;
  215. menu "...That's it?",L_THAT,"H-horrifying!",-;
  216. mes "[Shena]";
  217. mes "Yes. God's creation,";
  218. mes "that creature is cruel";
  219. mes "and merciless, perhaps";
  220. mes "a symbol of pure evil";
  221. mes "if I ever saw one.";
  222. next;
  223. mes "[Shena]";
  224. mes "Unlike newe appliances,";
  225. mes "Waste Stoves were hand made by";
  226. mes "master craftsmen that, I guess,";
  227. mes "developed their own souls. They";
  228. mes "used to be benovalant machines,";
  229. mes "contend to provide loving warmth.";
  230. next;
  231. mes "[Shena]";
  232. mes "For years they would serve";
  233. mes "their owners with loyalty. But";
  234. mes "as technology advanced and";
  235. mes "they became obsolete, they were";
  236. mes "discarded like pieces of trash.";
  237. mes "This twisted their harts to ^FF0000evil^000000.";
  238. next;
  239. mes "[Shena]";
  240. mes "Waste Stoves will usually";
  241. mes "drop Battered Pot, Burnt Tree,";
  242. mes "Iron, Iron Ore and Rusty Iron Plate.";
  243. mes "But once in a while they might drop";
  244. mes "interesting items like Rusty Iron";
  245. mes "or even Dead Branch.";
  246. next;
  247. mes "[Shena]";
  248. mes "So, is there";
  249. mes "anything else";
  250. mes "you'd like me to";
  251. mes "share with you?";
  252. goto L_MENU;
  253. L_THAT:
  254. mes "[Shena]";
  255. mes "Now, you know the importance";
  256. mes "of recycling and preserving our";
  257. mes "natural resources, right? Now,";
  258. mes "it would do my heart good if you";
  259. mes "were to recycle the scrap iron";
  260. mes "from those Waste Stove monsters.";
  261. next;
  262. mes "[Shena]";
  263. mes "Waste Stoves will usually";
  264. mes "drop Battered Pot, Burnt Tree,";
  265. mes "Iron, Iron Ore and Rusty Iron Plate.";
  266. mes "But once in a while they might drop";
  267. mes "interesting items like Rusty Iron";
  268. mes "or even Dead Branch.";
  269. next;
  270. mes "[Shena]";
  271. mes "So, is there";
  272. mes "anything else";
  273. mes "you'd like me to";
  274. mes "share with you?";
  275. goto L_MENU;
  276. }
  277. einbech.gat,48,107,4 duplicate(Shena) Luda 850
  278. einbech.gat,93,139,6 script Raust 847,{
  279. mes "[Raust]";
  280. mes "I don't get it!";
  281. mes "Einbroch gets bigger";
  282. mes "and fancier and our";
  283. mes "town gets dirtier and";
  284. mes "nastier. What the hell?!";
  285. next;
  286. mes "[Raust]";
  287. mes "Not only do the people";
  288. mes "look more ragged, we're";
  289. mes "more tired and older looking";
  290. mes "as well! It's dirty, it's crowded,";
  291. mes "everything in this city is a total";
  292. mes "mess! What, you want a list?!";
  293. next;
  294. mes "[Raust]";
  295. mes "The food, literally, is";
  296. mes "garbage! The jobs here have";
  297. mes "to be a violation of human rights.";
  298. mes "There's barely any women here and";
  299. mes "the ones we do have all stink";
  300. mes "anyway! Are you convinced yet?!";
  301. next;
  302. mes "[Raust]";
  303. mes "Why is everything";
  304. mes "that's good over";
  305. mes "in Einbroch?! I hate this!";
  306. mes "*Grumble*";
  307. close;
  308. }
  309. einbech.gat,97,167,6 script Cavitar 847,{
  310. mes "[Cavitar]";
  311. mes "Recently, we had some";
  312. mes "tunnel cave-ins that resulted";
  313. mes "in miner casualties. We're having";
  314. mes "a harder time working in the";
  315. mes "mines now that we're even";
  316. mes "lower on manpower.";
  317. next;
  318. mes "[Cavitar]";
  319. mes "What's really suspicious";
  320. mes "is that it seems something";
  321. mes "has been making the tunnels";
  322. mes "collapse on purpose. Some of";
  323. mes "us believe it's because we've";
  324. mes "angered the master of the cave.";
  325. next;
  326. mes "[Cavitar]";
  327. mes "The tunnel accident";
  328. mes "is still fresh in my mind.";
  329. mes "It still seems that there are";
  330. mes "more ^FF0000Cave Master^000000 sightings";
  331. mes "when the tunnels started";
  332. mes "to inexplicably collapse.";
  333. next;
  334. mes "[Cavitar]";
  335. mes "I was off duty whent";
  336. mes "the accident happened.";
  337. mes "Still, I hear the only survivor";
  338. mes "went crazy and disappeared";
  339. mes "spmewhere. The poor bastard...";
  340. close;
  341. }
  342. einbech.gat,105,218,6 script Gushenmu 848,{
  343. mes "[Gushenmu]";
  344. mes "I've lived here a long time";
  345. mes "and, believe it or not, things";
  346. mes "weren't as though in the past";
  347. mes "as they are right now.";
  348. next;
  349. mes "[Gushenmu]";
  350. mes "For lots of different reasons,";
  351. mes "the work is more dangerous";
  352. mes "and we're running real low on";
  353. mes "manpower. And the factories in";
  354. mes "Einbroch make so much smog,";
  355. mes "we can't even see sunlight here.";
  356. next;
  357. mes "[Gushenmu]";
  358. mes "The sad reality of mining";
  359. mes "life right now is that we";
  360. mes "wake up, go to work, and at";
  361. mes "the end of the day some of us";
  362. mes "are injured while a few others";
  363. mes "never come to work the next day.";
  364. next;
  365. mes "[Gushenmu]";
  366. mes "And as Einbech and Einbroch";
  367. mes "have grown, I hear more and";
  368. mes "more rumors that unfammiliar";
  369. mes "monsters are beginning to";
  370. mes "swarm outside of town.";
  371. mes "This is really Einbech's worst time...";
  372. close;
  373. }
  374. einbech.gat,57,210,4 script Young Man 854,{
  375. mes "[Young Man]";
  376. mes "Behind the pub,";
  377. mes "you'll see this old man";
  378. mes "who's always mumbling";
  379. mes "something to himself.";
  380. next;
  381. mes "[Young Man]";
  382. mes "Sometimes he seems really";
  383. mes "angry, but other times he looks";
  384. mes "awfully depressed. He must have";
  385. mes "lived through some really horrible";
  386. mes "experiences. I can't help but feel";
  387. mes "really sorry for the old guy.";
  388. next;
  389. mes "[Young Man]";
  390. mes "He says and does";
  391. mes "a lot of strange things.";
  392. mes "It's sad to see someone";
  393. mes "that old act that way, but";
  394. mes "it makes me wonder what";
  395. mes "could have happened to him.";
  396. close;
  397. }
  398. einbech.gat,39,215,6 script Train Station Staff 852,{
  399. mes "[Staff]";
  400. mes "Welcome to";
  401. mes "the Train Station.";
  402. mes "The fare to take the";
  403. mes "train to Einbroch is";
  404. mes "200 zeny. Would";
  405. mes "you like to ride?";
  406. next;
  407. menu "Yes.",L_YES,"No.",-;
  408. mes "[Staff]";
  409. mes "Please enjoy";
  410. mes "your stay here";
  411. mes "in Einbech.";
  412. close;
  413. L_YES:
  414. if(Zeny < 200)goto L_ZENY;
  415. mes "[Staff]";
  416. mes "Thank you and";
  417. mes "we hope you enjoy";
  418. mes "the ride. All aboard!";
  419. next;
  420. set Zeny,Zeny - 200;
  421. warp "einbroch.gat",226,276;
  422. end;
  423. L_ZENY:
  424. mes "[Staff]";
  425. mes "I'm sorry,";
  426. mes "but you don't";
  427. mes "have enough zeny";
  428. mes "to pay the train fare.";
  429. close;
  430. }
  431. einbech.gat,157,215,4 script Train Station Manager 852,{
  432. mes "[Train Station Manager]";
  433. mes "This train station";
  434. mes "is strictly for trains";
  435. mes "running from Einbech";
  436. mes "to Einbroch. Please speak";
  437. mes "to the staff in the 11 o' clock";
  438. mes "direction if you'd like to board.";
  439. close;
  440. }
  441. einbech.gat,129,234,6 script Hander 848,{
  442. mes "[Hander]";
  443. mes "Those Einbroch bastards!";
  444. mes "Living off the resources we";
  445. mes "dig up while we keep working";
  446. mes "for them like suckers! Damn!";
  447. next;
  448. mes "[Hander]";
  449. mes "Everyday, we risk our";
  450. mes "freakin' lives just so we";
  451. mes "can make a living! Why don't";
  452. mes "the elders do something about";
  453. mes "this, like raise our ore prices?";
  454. next;
  455. mes "[Hander]";
  456. mes "The work schedule's";
  457. mes "unreasonable, Cavitar's";
  458. mes "wife was attacked by a mine";
  459. mes "creature, the hospital's too";
  460. mes "far away and we don't have";
  461. mes "any food to eat! Why...?!";
  462. close;
  463. }
  464. einbech.gat,128,238,6 script Mogan 848,{
  465. mes "[Mogan]";
  466. mes "Recently, there were a few";
  467. mes "cave-ins where many miners";
  468. mes "were injured. It was discussed";
  469. mes "in the Town Council and in my";
  470. mes "opinion, I think the miners dug";
  471. mes "too deep and disturbed... ^FF0000it^000000.";
  472. next;
  473. mes "[Mogan]";
  474. mes "Yes, they awoke Ungoliant,";
  475. mes "the master of the caves that";
  476. mes "has existed since ancient time.";
  477. mes "I don't know how many more will";
  478. mes "be victimised by Ungolian in the";
  479. mes "future. There's no telling...";
  480. next;
  481. mes "[Mogan]";
  482. mes "Adventurer, be careful";
  483. mes "if you travel inside the";
  484. mes "mines, lest your footsteps";
  485. mes "distrub Ungoliant's slumber.";
  486. close;
  487. }
  488. einbech.gat,130,253,2 script Ekuri 848,{
  489. mes "[Ekuri]";
  490. mes "Yo-heave-ho!";
  491. mes "Yo-heave-ho~!";
  492. next;
  493. mes "[Ekuri]";
  494. mes "What am I doing here?";
  495. mes "heck, I'm scared to death";
  496. mes "of entering the mine! But";
  497. mes "I can make a living here at";
  498. mes "the entrance by gathering";
  499. mes "scrap metal! Smart, huh?";
  500. next;
  501. mes "[Ekuri]";
  502. mes "Sometimes, I get lucky";
  503. mes "and score an entire ore!";
  504. mes "Sure, I'm a coward, but";
  505. mes "at least I'm alive. Well,";
  506. mes "for the time being.";
  507. next;
  508. mes "[Ekuri]";
  509. mes "Now you know what";
  510. mes "I'm doing here. So why";
  511. mes "don't you leave me to";
  512. mes "my work? Heave-ho!";
  513. mes "Ores, come to me!";
  514. close;
  515. }
  516. einbech.gat,148,242,5 script Jung 855,{
  517. mes "[Jung]";
  518. mes "I'm one of the few";
  519. mes "people who's lived";
  520. mes "in both Einbech and";
  521. mes "Einbroch for a long time,";
  522. mes "So I guess I'm one of the";
  523. mes "best guides of this area.";
  524. next;
  525. mes "[Jung]";
  526. mes "Say, if you're thinking of";
  527. mes "entering the Mine Dungeon,";
  528. mes "I can tell you all I know about";
  529. mes "the monsters in that place so";
  530. mes "that you'll be better prepared.";
  531. next;
  532. menu "Sure, why not?",L_TELL,"No, thanks.",-;
  533. mes "[Jung]";
  534. mes "I understand if you're";
  535. mes "kind of in a hurry. Still,";
  536. mes "if you're pretty new around";
  537. mes "here, you should learn as";
  538. mes "much as you can before";
  539. mes "entering any dungeons.";
  540. next;
  541. mes "[Jung]";
  542. mes "Alright then,";
  543. mes "be safe on your";
  544. mes "adventures, alright?";
  545. close;
  546. L_TELL:
  547. mes "[Jung]";
  548. mes "Let's see. Ah, the monsters that";
  549. mes "are unique to the Mine Dungeon";
  550. mes "are Noxious, Venomous, Porcellio";
  551. mes "and Obsidian. Wich one do you";
  552. mes "want to know more about?";
  553. next;
  554. menu "Noxious and Venomous",-,"Porcellio",L_PORCELLIO,"Obsidian",L_OBSIDIAN;
  555. mes "[Jung]";
  556. mes "You know, no one seems";
  557. mes "to know where Noxious and";
  558. mes "Venomous have come form.";
  559. mes "It's like they appeared out of";
  560. mes "nowhere when Einbroch";
  561. mes "started to industrialise.";
  562. next;
  563. mes "[Jung]";
  564. mes "Now that I think about it,";
  565. mes "I don't think they're naturally";
  566. mes "created monsters. They have";
  567. mes "this fixed look of despair and";
  568. mes "suffering and tend to act like they";
  569. mes "want their enemies to kill them.";
  570. next;
  571. mes "[Jung]";
  572. mes "Still, you'd better be careful!";
  573. mes "Careful! Nocious and Venomous";
  574. mes "are stealthy monsters that can";
  575. mes "glide quietly through the air";
  576. mes "and attack you before";
  577. mes "you even notice...";
  578. next;
  579. mes "[Jung]";
  580. mes "You should know that";
  581. mes "Noxious is Ghost property";
  582. mes "and Venomous is Poison.";
  583. mes "Both are medium sized,";
  584. mes "formless monsters.";
  585. next;
  586. mes "[Jung]";
  587. mes "Both of them drop Apple,";
  588. mes "Dust Pollutant, Toxic Gas,";
  589. mes "Poisonous Powder, Bacillus,";
  590. mes "Mold Powder and Anodyne.";
  591. next;
  592. mes "[Jung]";
  593. mes "That's all for now.";
  594. mes "Feel free to ask me";
  595. mes "if you have any questions";
  596. mes "about monsters in the Mine";
  597. mes "Dungeon. Be safe, adventurer.";
  598. close;
  599. L_PORCELLIO:
  600. mes "[Jung]";
  601. mes "Porcellio is an insect that";
  602. mes "lives in caves and drinks water";
  603. mes "dripped from stalactites. It's";
  604. mes "different from Ungoliant since";
  605. mes "it likes to be near different";
  606. mes "kinds of minerals and ores.";
  607. next;
  608. mes "[Jung]";
  609. mes "Porcellio drops Jubilee,";
  610. mes "Insect Leg, Single Cell,";
  611. mes "Moss of Morning Dew, Neon";
  612. mes "Liquid and a few other things";
  613. mes "I can't quite remember.";
  614. next;
  615. mes "[Jung]";
  616. mes "Lastly, Porcellio is an";
  617. mes "Earth property monster.";
  618. mes "That's all I know about it.";
  619. mes "But if you want to know more";
  620. mes "about some monster in the";
  621. mes "Mine Dungeon, feel free to ask.";
  622. close;
  623. L_OBSIDIAN:
  624. mes "[Jung]";
  625. mes "Do you know about the";
  626. mes "belief that underground";
  627. mes "minerlas that contain huge";
  628. mes "amounts of energy actually";
  629. mes "have souls? Obsidian is";
  630. mes "one of these living rocks.";
  631. next;
  632. mes "[Jung]";
  633. mes "Supposedly, just a piece of an";
  634. mes "Obsidian in a Jung Processor has";
  635. mes "enough energy to light up the night";
  636. mes "sky. Unfortunately, it's impossible";
  637. mes "to capture one alive and hunting";
  638. mes "them isn't so easy.";
  639. next;
  640. mes "[Jung]";
  641. mes "Obsidian is a small,";
  642. mes "shapeless monster that";
  643. mes "drops Clear Jewel, Piece of";
  644. mes "Black Crystal, Coal, Elunium,";
  645. mes "Iron and Steel.";
  646. next;
  647. mes "[Jung]";
  648. mes "That's all for Obsidian.";
  649. mes "If you have any questions";
  650. mes "about other monsters living";
  651. mes "in the Mine Dungeon, feel";
  652. mes "free to ask me.";
  653. close;
  654. }
  655. einbech.gat,148,246,5 script Franz 851,{
  656. mes "[Franz]";
  657. mes "So bored...";
  658. mes "Starving for...";
  659. mes "Conversation.";
  660. mes "S-somebody...";
  661. next;
  662. mes "[Franz]";
  663. mes "Hey, a traveller!";
  664. mes "Are you planning to explore";
  665. mes "the Mine Dungeon or the fields";
  666. mes "around here? Let's chat for a bit";
  667. mes "and maybe you'll learn something.";
  668. next;
  669. menu "Okay, fine.",L_OKAY,"No, thanks.",-;
  670. mes "[Franz]";
  671. mes "Oh, okay.";
  672. mes "You're busy and have";
  673. mes "things to do, I understand.";
  674. mes "You probably have to head";
  675. mes "off somewhere right away.";
  676. mes "Right. Got it.";
  677. next;
  678. mes "[Franz]";
  679. mes "I...";
  680. mes "I've got stuff";
  681. mes "I should be working";
  682. mes "on. Yes. So very busy.";
  683. close;
  684. L_OKAY:
  685. mes "[Franz]";
  686. mes "Ooh, have you heard";
  687. mes "about the creature in the";
  688. mes "Mine Dungeon or what's";
  689. mes "happened in town recently?";
  690. mes "Which would you like to";
  691. mes "know more about?";
  692. next;
  693. menu "Creature of Mine Dungeon",L_CREATURE,"Town Incident",-;
  694. mes "[Franz]";
  695. mes "In Einbroch, there was";
  696. mes "a short lived teddy bear";
  697. mes "fad. However, a series of";
  698. mes "mysterious accidents and";
  699. mes "murders where entire families";
  700. mes "were killed also occured.";
  701. next;
  702. mes "[Franz]";
  703. mes "It turns out that every family";
  704. mes "that had been murdered had";
  705. mes "bought one of these teddy bears.";
  706. mes "There were even rumors that these";
  707. mes "teddy bears were comming to life.";
  708. next;
  709. mes "[Franz]";
  710. mes "After an investigation, the";
  711. mes "authorities learned that all the";
  712. mes "merchants who sold these bears";
  713. mes "had purchased them from the";
  714. mes "same wholesaler, an outsider";
  715. mes "noone knew anything about.";
  716. next;
  717. mes "[Franz]";
  718. mes "Since the teddy bears were";
  719. mes "clearly not made to be mere,";
  720. mes "harmless toys, troops were";
  721. mes "sent to secure all the teddy";
  722. mes "bears and dispose of them";
  723. mes "outside of town.";
  724. next;
  725. mes "[Franz]";
  726. mes "But as soon as the teddy";
  727. mes "bears were set outside of";
  728. mes "town, they sprang to life and";
  729. mes "started rioting! This is clear";
  730. mes "proof that these bears are";
  731. mes "controlled by some evil force.";
  732. next;
  733. mes "[Franz]";
  734. mes "Now those aggressive teddy";
  735. mes "bears are scattered all over";
  736. mes "the place and the government";
  737. mes "has classified them as monsters.";
  738. mes "Kill with extreme prejudice!";
  739. next;
  740. mes "[Franz]";
  741. mes "According to adventurers";
  742. mes "who have caught these bears,";
  743. mes "they're small, neutral monsters";
  744. mes "which drop Honey, Screw, Well-baked";
  745. mes "Cookie and Oridecon Hammer.";
  746. next;
  747. mes "[Franz]";
  748. mes "That's all I know";
  749. mes "about it. Watch out";
  750. mes "for those bears if you";
  751. mes "go exploring, okay? They";
  752. mes "may be cute, but they're";
  753. mes "known to be extremely vicious!";
  754. close;
  755. L_CREATURE:
  756. mes "[Franz]";
  757. mes "The creature I'm talking about is";
  758. mes "Ungoliant, which also called the";
  759. mes "Master of the Caves around here.";
  760. mes "It's said to live deep in the caves";
  761. mes "where it giards peculiar ores and";
  762. mes "minerals with strange powers.";
  763. next;
  764. mes "[Franz]";
  765. mes "At first I thought it was";
  766. mes "just an old fairy tale, but it";
  767. mes "actually started appearing";
  768. mes "again about ten years ago";
  769. mes "when the tunnel cave-ins";
  770. mes "started to happen.";
  771. next;
  772. mes "[Franz]";
  773. mes "As sightings of Ungoliant";
  774. mes "increased, more and more";
  775. mes "tunnel cave-ins occured.";
  776. mes "I guess the miners have";
  777. mes "inadvertently intruded";
  778. mes "into it's territory.";
  779. next;
  780. mes "[Franz]";
  781. mes "According to legend,";
  782. mes "ancient giants snuck into";
  783. mes "a mine to steal coal from";
  784. mes "humans. But they made too";
  785. mes "much noise while they were";
  786. mes "digging and awoke Ungoliant.";
  787. next;
  788. mes "[Franz]";
  789. mes "When the miners went to work";
  790. mes "the next morning, they found the";
  791. mes "bloodied bodies of those giants.";
  792. mes "After that, people have feared";
  793. mes "the threat that Ungoliant poses";
  794. mes "to anyone entering the mines.";
  795. next;
  796. mes "[Franz]";
  797. mes "Now, an adventurer that";
  798. mes "managed to kill an Ungoliant";
  799. mes "has told me that it drops Ant's";
  800. mes "Jaw, Colorful Shell, Very Hard";
  801. mes "Shell, Long Leg, Neon Liquid";
  802. mes "and Zircon.";
  803. close;
  804. }
  805. einbech.gat,151,168,4 script Tollaf 854,{
  806. mes "[Tollaf]";
  807. mes "Ah...!";
  808. mes "This is killing me!";
  809. mes "I don't have the money";
  810. mes "to move, but I don't wanna";
  811. mes "live in this town anymore!";
  812. next;
  813. mes "[Tollaf]";
  814. mes "People everywhere else";
  815. mes "live so much better than we";
  816. mes "do, especially those snobs in";
  817. mes "Einbroch! Einbech must be the";
  818. mes "worst town of Schwartzwald Republic.";
  819. mes "No, it's the worst in the world!";
  820. close;
  821. }
  822. einbech.gat,149,154,4 script Mjunia 850,{
  823. mes "[Mjunia]";
  824. mes "It's hard being a woman";
  825. mes "in this town, By being born";
  826. mes "here, it's like fate just decided";
  827. mes "to be especially cruel to me.";
  828. next;
  829. mes "[Mjunia]";
  830. mes "My skin and hands are";
  831. mes "rough from all the work";
  832. mes "I have to do. But worst of";
  833. mes "all... I... I... I've developed";
  834. mes "bigger muscles than most";
  835. mes "guys! Waaaaaah~!";
  836. next;
  837. mes "[Mjunia]";
  838. mes "I wish I could find";
  839. mes "a nice guy from Einbroch";
  840. mes "and get married so I can";
  841. mes "get away from this town.";
  842. mes "But it doesn't look like";
  843. mes "that wil happen...";
  844. next;
  845. mes "[Mjunia]";
  846. mes "And I'd never marry";
  847. mes "anyone from Einbech!";
  848. mes "I'd rather die cold and";
  849. mes "alone than cold and married";
  850. mes "to some Einbech hooligan.";
  851. next;
  852. mes "[Mjunia]";
  853. mes "Look at these";
  854. mes "muscles. What do";
  855. mes "you think? Am I pretty?";
  856. mes "*Sniff* I gave up trying";
  857. mes "to be feminine years ago.";
  858. mes "I have to work so hard...";
  859. close;
  860. }
  861. einbech.gat,176,125,4 script Ellhenje 850,{
  862. mes "[Ellhenje]";
  863. mes "Things might be";
  864. mes "bad in this town";
  865. mes "with the pollution";
  866. mes "and the bullying";
  867. mes "from Einbroch...";
  868. next;
  869. mes "[Ellhenje]";
  870. mes "But somehow, people";
  871. mes "are able to get by. That's";
  872. mes "because there's a guy";
  873. mes "that everyone here likes...";
  874. next;
  875. mes "[Ellhenje]";
  876. mes "I'm talking about Clitzer!";
  877. mes "He's almost too honest and";
  878. mes "almost too diligent. But most";
  879. mes "of all, he's the nicest guy~";
  880. next;
  881. mes "[Ellhenje]";
  882. mes "Clitzer was born in one of";
  883. mes "Einbech's poorest families,";
  884. mes "but he's usually happy and always";
  885. mes "thinks about others. I guess that's";
  886. mes "why people like to think of him";
  887. mes "as representing all of Einbech.";
  888. next;
  889. mes "[Ellhenje]";
  890. mes "Recently, something's";
  891. mes "been bothering him. I'm";
  892. mes "not sure, but I think only";
  893. mes "woman troubles could make";
  894. mes "a guy feel so glum. I hope he";
  895. mes "feels better soon...";
  896. close;
  897. }
  898. einbech.gat,172,113,4 script Nemuk 855,{
  899. mes "[Nemuk]";
  900. mes "You seem to be an";
  901. mes "outsider, so let me";
  902. mes "ask you something.";
  903. mes "What do you think";
  904. mes "of Einbech?";
  905. next;
  906. menu "It's fine.",L_FINE,"It looks tough to live here.",-;
  907. mes "[Nemuk]";
  908. mes "I thought so.";
  909. mes "Well, I appologize if";
  910. mes "I put you on the spot.";
  911. next;
  912. mes "[Nemuk]";
  913. mes "Everyone here has been";
  914. mes "having a tough time just";
  915. mes "living day to day for as long";
  916. mes "as I can remember. It's like";
  917. mes "things never seem to get any";
  918. mes "better, no matter what we do.";
  919. next;
  920. mes "[Nemuk]";
  921. mes "I really want to leave,";
  922. mes "but it's just an empty";
  923. mes "wish. My body is trapped";
  924. mes "here while my heart longs";
  925. mes "for a much better life. *Sigh*";
  926. mes "Is it hopeless? What can I do?";
  927. close;
  928. L_FINE:
  929. mes "[Nemuk]";
  930. mes "Huh...?";
  931. mes "I'm not sure what";
  932. mes "you've seen, but I'm";
  933. mes "surprised to hear you";
  934. mes "say something like that.";
  935. next;
  936. mes "[Nemuk]";
  937. mes "It's been ten years since";
  938. mes "I've started to think about";
  939. mes "moving out. However, I'm still";
  940. mes "debating it. Now, if I were rich,";
  941. mes "I'd leave in no time, but it's hard";
  942. mes "getting the money to move out.";
  943. next;
  944. mes "[Nemuk]";
  945. mes "*Sigh...*";
  946. mes "Maybe if I had been";
  947. mes "and adventurer when I was";
  948. mes "younger, I wouldn't have";
  949. mes "these problems today...";
  950. close;
  951. }
  952. einbech.gat,165,105,7 script Buender Hikeman 847,{
  953. if(Shinokas_Quest == 5) goto L_P2;
  954. if(einbech_buender == 2)goto L_BEST;
  955. if(einbech_buender == 1)goto L_BASTARD;
  956. mes "[Buender Hikeman]";
  957. mes "...";
  958. mes "......";
  959. if(!ein_young_man)close;
  960. next;
  961. mes "[Buender Hikeman]";
  962. mes "...";
  963. mes "......";
  964. mes "......You...";
  965. next;
  966. mes "[Buender Hikeman]";
  967. mes "...";
  968. mes "......";
  969. mes "......You...";
  970. mes "......Stop it...";
  971. next;
  972. mes "[Buender Hikeman]";
  973. mes "...";
  974. mes "......";
  975. mes "......You...";
  976. mes "......Stop it...";
  977. mes "...You ^FF0000bastard^000000!";
  978. next;
  979. mes "[Buender Hikeman]";
  980. mes "RaaaaAAAARGHHH!!";
  981. next;
  982. mes "[Buender Hikeman]";
  983. mes "^0000FFThe old man seems^000000";
  984. mes "^0000FFslightly irked at seeing^000000";
  985. mes "^0000FFyou. Unfortunately, his^000000";
  986. mes "^0000FFscreaming and rambling^000000";
  987. mes "^0000FFis totally incoherent.^000000";
  988. next;
  989. mes "[Buender Hikeman]";
  990. mes "It ^FF0000is^000000 you!";
  991. mes "You're responsible!";
  992. mes "You've taken everything";
  993. mes "away from me!!";
  994. next;
  995. menu "What are you talking about?",L_WHAT,"Ignore Him.",-;
  996. mes "[Buender Hikeman]";
  997. mes "W...wait!";
  998. mes "I said wait!";
  999. mes "*Cough!*";
  1000. close;
  1001. L_WHAT:
  1002. mes "[Buender Hikeman]";
  1003. mes "How dare you...";
  1004. mes "How dare you treat";
  1005. mes "after destroying all the";
  1006. mes "happiness in my life!";
  1007. next;
  1008. mes "[Buender Hikeman]";
  1009. mes "Damn you...";
  1010. mes "How can you have";
  1011. mes "the audacity to pretend";
  1012. mes "as if nothing happened?!";
  1013. mes "*C-cough Cough...*";
  1014. next;
  1015. mes "[Buender Hikeman]";
  1016. mes "Are you so evil to";
  1017. mes "just shallowly forget";
  1018. mes "what you've done to our";
  1019. mes "lives? Did you already";
  1020. mes "forget what you did";
  1021. mes "here in Einbech?!";
  1022. next;
  1023. mes "[Buender Hikeman]";
  1024. mes "It was such a long";
  1025. mes "time ago, but I'll never";
  1026. mes "forget. This town was";
  1027. mes "small, but full of folk";
  1028. mes "with warm hearts...";
  1029. next;
  1030. mes "[Buender Hikeman]";
  1031. mes "Me, Khartophe, Anuto,";
  1032. mes "Maskharundt... All of";
  1033. mes "us were friends hired";
  1034. mes "by that businessman";
  1035. mes "to dig up ores in the mine.";
  1036. next;
  1037. mes "[Buender Hikeman]";
  1038. mes "And then there";
  1039. mes "was you! All of us";
  1040. mes "put together made the";
  1041. mes "greatest mining team!";
  1042. mes "That was, until, we";
  1043. mes "discovered ^FF0000it^000000.";
  1044. next;
  1045. mes "[Buender Hikeman]";
  1046. mes "Yes...";
  1047. mes "The mysterious ore";
  1048. mes "that dazzled with a";
  1049. mes "magnificent light.";
  1050. next;
  1051. mes "[Buender Hikeman]";
  1052. mes "But we should have known";
  1053. mes "that the ^0000FFUngoliant^000000 would";
  1054. mes "be arround that ore. We";
  1055. mes "should have realized";
  1056. mes "the danger...";
  1057. next;
  1058. mes "[Buender Hikeman]";
  1059. mes "We reported our findings";
  1060. mes "to our employer, and then";
  1061. mes "the ore just disappeared. He";
  1062. mes "must have sent it somewhere,";
  1063. mes "it was none of our business.";
  1064. next;
  1065. mes "[Buender Hikeman]";
  1066. mes "Then life was back";
  1067. mes "to normal for a while.";
  1068. mes "But one day you yelled";
  1069. mes "to us that you had found";
  1070. mes "another special, mysterious";
  1071. mes "ore in the mines.";
  1072. next;
  1073. mes "[Buender Hikeman]";
  1074. mes "But when we came";
  1075. mes "over to check the hole";
  1076. mes "you dug up, you know";
  1077. mes "what we found...?!";
  1078. next;
  1079. menu "Ungoliant?",L_UNGOLIANT,"A mysterious ore, right?",L_ORE,"Nothing...?",-;
  1080. mes "[Buender Hikeman]";
  1081. mes "Yes...";
  1082. mes "Nothing.";
  1083. next;
  1084. goto L_CONTINUE;
  1085. L_UNGOLIANT:
  1086. mes "[Buender Hikeman]";
  1087. mes "Don't you remember";
  1088. mes "what happened? What";
  1089. mes "you did to us at that time?!";
  1090. next;
  1091. L_CONTINUE:
  1092. mes "[Buender Hikeman]";
  1093. mes "There was nothing";
  1094. mes "inside the hole!";
  1095. next;
  1096. mes "[Buender Hikeman]";
  1097. mes "Then you pointed to";
  1098. mes "the wall behind us and";
  1099. mes "screamed that Ungoliant";
  1100. mes "was coming! In our panic";
  1101. mes "we started to dig our way out!";
  1102. next;
  1103. mes "[Buender Hikeman]";
  1104. mes "I remember that the expression on";
  1105. mes "your face seemed so strange. I had";
  1106. mes "thought you looked sad, but now I'm";
  1107. mes "sure you were consumed by greed! We";
  1108. mes "trusted you and you betrayed us!";
  1109. next;
  1110. mes "[Buender Hikeman]";
  1111. mes "When we finally smashed";
  1112. mes "down that last wall, everything";
  1113. mes "started to fall around us. We";
  1114. mes "were the only two to survive";
  1115. mes "that tunnel collapse.";
  1116. next;
  1117. mes "[Buender Hikeman]";
  1118. mes "Then I learned...";
  1119. mes "You planned it all along.";
  1120. set einbech_buender,1;
  1121. close;
  1122. L_ORE:
  1123. mes "[Buender Hikeman]";
  1124. mes "Don't you remember";
  1125. mes "what happened? What";
  1126. mes "you did to us at that time?!";
  1127. next;
  1128. goto L_CONTINUE;
  1129. L_BASTARD:
  1130. mes "[Buender Hikeman]";
  1131. mes "Bastard!";
  1132. mes "I'm sick of";
  1133. mes "your lies!";
  1134. next;
  1135. menu "I'm not who you think!",L_IM,"How did you survive the accident?",-;
  1136. L_HOW:
  1137. mes "[Buender Hikeman]";
  1138. mes "When I came to,";
  1139. mes "I was lying on my";
  1140. mes "stomach in the ruins";
  1141. mes "of that dark tunnel.";
  1142. next;
  1143. mes "[Buender Hikeman]";
  1144. mes "And I found...";
  1145. mes "You know what I found.";
  1146. next;
  1147. mes "[Buender Hikeman]";
  1148. mes "*Cough Cough*";
  1149. mes "The corpses of my friends!";
  1150. mes "Kartophe, Anuto, Maskharundt";
  1151. mes "Great men and my best friends.";
  1152. mes "But where were you?!";
  1153. next;
  1154. mes "[Buender Hikeman]";
  1155. mes "Your body was nowhere";
  1156. mes "to be found. I searched";
  1157. mes "the tunnel and finnaly";
  1158. mes "climbed outside where";
  1159. mes "I was found unconscious.";
  1160. next;
  1161. mes "[Buender Hikeman]";
  1162. mes "I was so stupid.";
  1163. mes "It was because of";
  1164. mes "that ore! You killed our";
  1165. mes "friend and destroyed";
  1166. mes "my life for that thing!";
  1167. next;
  1168. mes "[Buender Hikeman]";
  1169. mes "And now...";
  1170. mes "You come out of";
  1171. mes "hiding and show up.";
  1172. mes "What do you want of";
  1173. mes "me? What more can";
  1174. mes "you possibly take away?!";
  1175. next;
  1176. menu "I'm not who you think I am!",L_THINK,"I'd like to apologize.",-;
  1177. mes "[Buender Hikeman]";
  1178. mes "Ha ha...";
  1179. mes "Apologize?";
  1180. mes "The harm is";
  1181. mes "already done...";
  1182. goto L_CONTINUE2;
  1183. L_THINK:
  1184. mes "[Buender Hikeman]";
  1185. mes "Quit lying!";
  1186. mes "You've stirred up";
  1187. mes "my hatred by showing";
  1188. mes "up again! I've never";
  1189. mes "forgotten that day!";
  1190. next;
  1191. L_CONTINUE2:
  1192. mes "[Buender Hikeman]";
  1193. mes "It's too late";
  1194. mes "for you now. For";
  1195. mes "the sake of my friends,";
  1196. mes "I'll have my vengeance!";
  1197. next;
  1198. mes "[Buender Hikeman]";
  1199. mes "Prepare to die!";
  1200. mes "^0000FFShinokas^000000!!!!";
  1201. next;
  1202. mes "[Buender Hikeman]";
  1203. mes "...!";
  1204. mes "*Cough! Cough!*";
  1205. mes "Noooo! N-not now...";
  1206. mes "*Cough! Cough!*";
  1207. next;
  1208. mes "[" + strcharinfo(0) + "]";
  1209. mes "...";
  1210. mes "I better";
  1211. mes "get away";
  1212. mes "from him!";
  1213. next;
  1214. mes "^0000FFYou ran away from Hikeman^000000";
  1215. mes "^0000FFas he collapsed on the ground^000000";
  1216. mes "^0000FFIt wouldn't be a good idea to^000000";
  1217. mes "^0000FFprovoke the old man anymore,^000000";
  1218. mes "^0000FFintentionally or not.^000000";
  1219. set einbech_buender,2;
  1220. close;
  1221. L_BEST:
  1222. mes "^0000FFIt'd be best^000000";
  1223. mes "^0000FFto avoid aggravating^000000";
  1224. mes "^0000FFthe old man for now.^000000";
  1225. close;
  1226. L_IM:
  1227. mes "[Buender Hikeman]";
  1228. mes "Ha...!";
  1229. mes "Do you think";
  1230. mes "I'd so easily";
  1231. mes "forget the face";
  1232. mes "of the person who";
  1233. mes "shattered my life?!";
  1234. goto L_HOW;
  1235. L_P2:
  1236. mes "^0000FFHikeman is dozing^000000";
  1237. mes "^0000FFoff in his chair. Judging^000000";
  1238. mes "^0000FFfrom the look of discomfort^000000";
  1239. mes "^0000FFon his face, he seems to be^000000";
  1240. mes "^0000FFhaving a nightmare.^000000";
  1241. if (einbech_buender == 3) close;
  1242. next;
  1243. mes "["+strcharinfo(0)+"]";
  1244. mes "Excuse me...";
  1245. next;
  1246. mes "[Buender Hikeman]";
  1247. mes "Huh...?";
  1248. mes ".........!!";
  1249. mes "Hahahahaha!";
  1250. mes "Come back for";
  1251. mes "your beating,";
  1252. mes "eh, Shinokas?!";
  1253. next;
  1254. mes "["+strcharinfo(0)+"]";
  1255. mes "Look...!";
  1256. mes "I'm not Shinokas,";
  1257. mes "okay? How can you";
  1258. mes "forget what he looks";
  1259. mes "like or how old he is?";
  1260. mes "I'm way younger!";
  1261. next;
  1262. mes "[Buender Hikeman]";
  1263. mes "What...?";
  1264. next;
  1265. mes "[Buender Hikeman]";
  1266. mes "..................";
  1267. next;
  1268. mes "[Buender Hikeman]";
  1269. mes "Uhhhh......";
  1270. next;
  1271. mes "[Buender Hikeman]";
  1272. mes "Huh.";
  1273. next;
  1274. mes "[Buender Hikeman]";
  1275. mes "It seems...";
  1276. mes "I've made a";
  1277. mes "huge mistake.";
  1278. next;
  1279. mes "[Buender Hikeman]";
  1280. mes "Ever since the accident, people";
  1281. mes "have said that I haven't been the";
  1282. mes "same. Maybe they're right.";
  1283. next;
  1284. mes "[Buender Hikeman]";
  1285. mes "I keep making the same";
  1286. mes "mistakes, so maybe they're";
  1287. mes "right about me getting senile.";
  1288. mes "Did you come just to clear";
  1289. mes "up this misunderstanding?";
  1290. next;
  1291. mes "["+strcharinfo(0)+"]";
  1292. mes "Um...";
  1293. mes "Actually...";
  1294. next;
  1295. menu "Tell Hikeman about Shinakas's death.",-,"Don't notify Hikeman",L_NNotify;
  1296. mes "["+strcharinfo(0)+"]";
  1297. mes "Shinokas died";
  1298. mes "a while ago in";
  1299. mes "Einbroch.";
  1300. next;
  1301. mes "[Buender Hikeman]";
  1302. mes "Wh-what...?";
  1303. next;
  1304. mes "["+strcharinfo(0)+"]";
  1305. mes "Shinokas was killed by";
  1306. mes "some men. He thinks they";
  1307. mes "may have been the ones";
  1308. mes "who hired you guys. In the";
  1309. mes "end, he was betrayed too...";
  1310. next;
  1311. mes "[Buender Hikeman]";
  1312. mes "I...";
  1313. mes "I see...";
  1314. next;
  1315. mes "["+strcharinfo(0)+"]";
  1316. mes "Shinokas may have";
  1317. mes "gotten some money,";
  1318. mes "but he spent the rest";
  1319. mes "of his life in hiding,";
  1320. mes "being hunted down.";
  1321. next;
  1322. mes "[Buender Hikeman]";
  1323. mes "Nothing's left.";
  1324. mes "I've got nothing";
  1325. mes "to look forward to.";
  1326. mes "I was living only to";
  1327. mes "avenge my friends...";
  1328. next;
  1329. mes "[Buender Hikeman]";
  1330. mes "Please...";
  1331. mes "Just go back to";
  1332. mes "wherever you came";
  1333. mes "from. Leave me alone...";
  1334. next;
  1335. mes "["+strcharinfo(0)+"]";
  1336. mes "...";
  1337. next;
  1338. mes "["+strcharinfo(0)+"]";
  1339. mes "Did Hikeman really want";
  1340. mes "revenge on Shinokas or did";
  1341. mes "he want to hear him out since";
  1342. mes "they used to be close friends?";
  1343. next;
  1344. mes "["+strcharinfo(0)+"]";
  1345. mes "If I mention that";
  1346. mes "what they found was";
  1347. mes "the Ymir Heart Piece,";
  1348. mes "Hikeman might end up";
  1349. mes "getting hunter down, so";
  1350. mes "I better not say anything.";
  1351. next;
  1352. mes "["+strcharinfo(0)+"]";
  1353. mes "Why are those men";
  1354. mes "so obsessed with that";
  1355. mes "Ymir Heart Piece? Is it";
  1356. mes "really worth this kind of";
  1357. mes "cruelty? Whoever they are,";
  1358. mes "their intentions can't be good.";
  1359. close2;
  1360. set einbech_buender,3;
  1361. if(BaseLevel < 40)set BaseExp,BaseExp+34750;
  1362. if(BaseLevel < 60)set BaseExp,BaseExp+69500;
  1363. if(BaseLevel > 60 && BaseLevel < 70)set BaseExp,BaseExp+139000;
  1364. if(BaseLevel > 70 && BaseLevel < 80)set BaseExp,BaseExp+278000;
  1365. if(BaseLevel > 80 && BaseLevel < 90)set BaseExp,BaseExp+417000;
  1366. if(BaseLevel > 90)set BaseExp,BaseExp+556000;
  1367. end;
  1368. L_NNotify:
  1369. mes "["+strcharinfo(0)+"]";
  1370. mes "Yeah...";
  1371. mes "That's right.";
  1372. mes "I wanted to clear up";
  1373. mes "this misunderstanding";
  1374. mes "so you could calm down,";
  1375. mes "even if it's just a little bit.";
  1376. next;
  1377. mes "[Buender Hikeman]";
  1378. mes "Well, you don't have";
  1379. mes "to worry so much about";
  1380. mes ",u stress. I find that the";
  1381. mes "winds that pass through";
  1382. mes "this town to be very relaxing.";
  1383. next;
  1384. mes "[Buender Hikeman]";
  1385. mes "Each time the wind";
  1386. mes "blows by, my vision blurs,";
  1387. mes "my memories haze and all";
  1388. mes "of my hatred just drifts away.";
  1389. next;
  1390. mes "[Buender Hikeman]";
  1391. mes "Without the wind, I'd only";
  1392. mes "have my hatred towards ^FF0000him^000000.";
  1393. mes "Maybe it's my only reason for";
  1394. mes "living and maybe I'm lonely,";
  1395. mes "but it's too late to feel";
  1396. mes "sorry for myself now.";
  1397. close;
  1398. }
  1399. ein_in01.gat,281,85,2 script Drunken Man 849,{
  1400. mes "[Drunken Man]";
  1401. mes "...*Hiccup*...";
  1402. mes "*Hiccup*...";
  1403. mes "*Yawn*.....";
  1404. mes ".................";
  1405. mes "..*Hiccup*.....";
  1406. mes "*Hiccup*..";
  1407. close;
  1408. }
  1409. ein_in01.gat,277,95,8 script Ryan Danger 855,{
  1410. mes "[R.D. kim]";
  1411. mes "Oooh...";
  1412. next;
  1413. mes "[R.D. kim]";
  1414. mes "Oooh...";
  1415. mes "Momma.";
  1416. next;
  1417. mes "[R.D. kim]";
  1418. mes "Oooh...";
  1419. mes "Momma.";
  1420. mes "You are so...";
  1421. next;
  1422. mes "[R.D. kim]";
  1423. mes "Oooh...";
  1424. mes "Momma.";
  1425. mes "You are so...";
  1426. mes "^FF0000Hot^000000!";
  1427. next;
  1428. mes "[R.D. kim]";
  1429. mes "Why don't you take off";
  1430. mes "those heavy, uncomfortable";
  1431. mes "clothes? I'll buy you whatever";
  1432. mes "you want, it's on me! C'mon~";
  1433. next;
  1434. mes "[" + strcharinfo(0) + "]";
  1435. mes "N-no...!";
  1436. mes "I-I-I-I...";
  1437. mes "(this is the";
  1438. mes "shadiest guy";
  1439. mes "I've ever seen!)";
  1440. next;
  1441. mes "[R.D. kim]";
  1442. mes "Hm? No...?";
  1443. mes "Absolutely no?";
  1444. mes "Are you sure?";
  1445. mes "Alright, alright.";
  1446. mes "I'm sorry, I apologize.";
  1447. mes "I was totally out of line.";
  1448. next;
  1449. mes "[R.D. kim]";
  1450. mes "...";
  1451. mes "Or am I?";
  1452. mes "Bwahahahaha!";
  1453. next;
  1454. mes "[" + strcharinfo(0) + "]";
  1455. mes "(Th-this guy";
  1456. mes "must be drunk, out";
  1457. mes "of his freakin' mind)";
  1458. close;
  1459. }
  1460. ein_in01.gat,279,92,2 script Tavern Lady 854,{
  1461. mes "[Tavern Lady]";
  1462. mes "most Einbech men are";
  1463. mes "crude and primitive male";
  1464. mes "chauvinists! They disgust me!";
  1465. next;
  1466. mes "[Tavern Lady]";
  1467. mes "I mean, there's nothing";
  1468. mes "good about them! They're";
  1469. mes "wild, violent, simple minded";
  1470. mes "and ignorant. They settle all";
  1471. mes "their arguments with brawn";
  1472. mes "and they're so... close minded!";
  1473. next;
  1474. mes "[Tavern Lady]";
  1475. mes "How can they not know";
  1476. mes "that women want gentle,";
  1477. mes "sensitive men with whom";
  1478. mes "they can share their feelings";
  1479. mes "and drink chamille tea over";
  1480. mes "freshly knit doillies?";
  1481. close;
  1482. }
  1483. einbech.gat,197,139,4 script Young Man 855,{
  1484. mes "[Heinz]";
  1485. mes "Wow...";
  1486. mes "And adventurer from";
  1487. mes "Rune-Midgard, eh?";
  1488. mes "What brings you here?";
  1489. next;
  1490. mes "[Heinz]";
  1491. mes "Einbech doesn't offer much";
  1492. mes "in terms of sight-seeing, but";
  1493. mes "have you come to see the mine?";
  1494. mes "Right now, it's swarming with";
  1495. mes "monsters and we can't dig any";
  1496. mes "ores because it's so dangerous.";
  1497. next;
  1498. mes "[Heinz]";
  1499. mes "Now, if some adventurers were";
  1500. mes "generous enough to hunt down";
  1501. mes "those evil creatures, we'd be able";
  1502. mes "to mine again and they could earn";
  1503. mes "some extra zeny. It's like killing";
  1504. mes "two birds with one stone. Hahaha!";
  1505. next;
  1506. mes "[Heinz]";
  1507. mes "Oh wait... I'm sorry.";
  1508. mes "I don't know what's wrong";
  1509. mes "with me, asking complete";
  1510. mes "strangers to do favors for";
  1511. mes "me. It's completely rude!";
  1512. mes "I mean, who would do that?";
  1513. next;
  1514. mes "[Heinz]";
  1515. mes "But... I'm beyond caring";
  1516. mes "about my pride. For the sake";
  1517. mes "of all that is good and holy, I'm";
  1518. mes "begging you, please kill thise foul";
  1519. mes "and evil creatures. Please!!";
  1520. close;
  1521. }
  1522. ein_in01.gat,191,102,4 script Kaijeta 846,{
  1523. mes "[Kaijeta]";
  1524. mes "Welcome to my humble";
  1525. mes "abode, adventurer. I'm";
  1526. mes "sorry if I'm a poor host.";
  1527. next;
  1528. mes "[Kaijeta]";
  1529. mes "As you can see, we have";
  1530. mes "to share this house with";
  1531. mes "other families so we don't";
  1532. mes "have much open space or";
  1533. mes "privacy. I'm afraid we can't";
  1534. mes "even affor basic comfort.";
  1535. next;
  1536. mes "[Kaijeta]";
  1537. mes "For now, this is the best";
  1538. mes "we can do. We don't have";
  1539. mes "the zeny to buy a house or";
  1540. mes "land, so we have no choice";
  1541. mes "but to endure through this...";
  1542. close;
  1543. }
  1544. ein_in01.gat,200,101,4 script Clitzer 854,{
  1545. mes "[Clitzer]";
  1546. mes "Is there something";
  1547. mes "that you really want";
  1548. mes "in life, but it's just";
  1549. mes "beyond your grasp?";
  1550. next;
  1551. mes "[Clitzer]";
  1552. mes "I wish I was more";
  1553. mes "like you adventurers.";
  1554. mes "People like you never";
  1555. mes "seem to give up, no matter";
  1556. mes "what the obstacles may be.";
  1557. mes "But I'm so helpless...";
  1558. next;
  1559. mes "[Clitzer]";
  1560. mes "I can't even see";
  1561. mes "the one person that";
  1562. mes "I love. We're just so";
  1563. mes "different that it's not";
  1564. mes "even possible anymore...";
  1565. close;
  1566. }
  1567. ein_in01.gat,192,90,2 script Supineque 849,{
  1568. mes "[Supineque]";
  1569. mes "Ugh...";
  1570. mes "I'm starving!";
  1571. next;
  1572. mes "[Supineque]";
  1573. mes "I haven't had food for so";
  1574. mes "long that my stomach is";
  1575. mes "beginning to digest itself!";
  1576. mes "This is horrible...";
  1577. next;
  1578. mes "[Supineque]";
  1579. mes "I mean, I have";
  1580. mes "food that I can";
  1581. mes "eat today. But if";
  1582. mes "I finish it, what am";
  1583. mes "I gonna eat tomorrow?";
  1584. close;
  1585. }
  1586. ein_in01.gat,208,86,3 script Decii 855,{
  1587. mes "[Decii]";
  1588. mes "This is so";
  1589. mes "frustating!";
  1590. mes "I'm surrounded";
  1591. mes "by all these ^FF0000people^000000!";
  1592. next;
  1593. mes "[Decii]";
  1594. mes "There's absolutely";
  1595. mes "no privacy in a town";
  1596. mes "this crowded! I guess";
  1597. mes "I should try to move";
  1598. mes "out as soon as I can.";
  1599. close;
  1600. }
  1601. einbech.gat,216,118,4 script Catzllanpu 854,{
  1602. mes "[Catzllanpu]";
  1603. mes "*Sigh...* ";
  1604. mes "Simple pleasures.";
  1605. mes "They're what makes";
  1606. mes "life worth living,";
  1607. mes "you know?";
  1608. next;
  1609. mes "[Catzllanpu]";
  1610. mes "It's enough for me just to";
  1611. mes "live a normal and happy life,";
  1612. mes "but everyone around me wants";
  1613. mes "to work harder and harder. If";
  1614. mes "you never take a rest, you're";
  1615. mes "killing yourself pretty slowly.";
  1616. next;
  1617. mes "[Catzllanpu]";
  1618. mes "I guess you can tell that";
  1619. mes "I don't have the worries";
  1620. mes "other people have about";
  1621. mes "money. It's great, but it's";
  1622. mes "not worth sacrificing the";
  1623. mes "quality of your life, right?";
  1624. close;
  1625. }