einbroch.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982
  1. //===== rAthena Script =======================================
  2. //= Einbroch Town
  3. //===== By: ==================================================
  4. //= Everybody mentioned in the comments
  5. //===== Current Version: =====================================
  6. //= 1.7
  7. //===== Compatible With: =====================================
  8. //= rAthena Revision 3000+
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= 0.2 Added some NPCs [MasterOfMuppets]
  13. //= 0.3 Added a few npcs by reddozen [MasterOfMuppets]
  14. //= 0.4 Added a crappy quest, have fun guys... [MasterOfMuppets]
  15. //= 0.4a Added exp bonus for the factory quest, borrowed from a Korean fansite.
  16. //= 0.4b Added missing close [Komurka]
  17. //= 0.5 Added Temporal Locations of Gunslinger Job Change map.
  18. //= Info provided by RockmanEXE [erKURITA]
  19. //= 0.6 Implemented a crap quest [MasterOfMuppets]
  20. //= 0.7 Implemented an inn NPC [MasterOfMuppets]
  21. //= 0.8 Implemented the Shinokas quest, thanks to [MasterOfMuppets]
  22. //= Dj-Yhn for scripting it.
  23. //= 0.9 Removed Duplicates [Silent]
  24. //= 1.0 Implemented the Lover's quest. [MasterOfMuppets]
  25. //= 1.1 Split quests into quests/cities_einbroch.txt [Evera]
  26. //= 1.2 Split more quests into above file [Evera]
  27. //= 1.3 Added (finally) the Garrison quest npc [erKURITA]
  28. //= 1.4 Implemented the polution script. [MasterOfMuppets]
  29. //= 1.5 Updated Hotel Employee to work with Airship Ticket Quest [Samuray22]
  30. //= 1.6 Optimized several NPCs [DZeroX]
  31. //= 1.7 Replaced outdated variable with getarg. [L0ne_W0lf]
  32. //= 1.8 Fixed Occurances of PcName. [L0ne_W0lf]
  33. //============================================================
  34. einbroch,218,198,5 script Mark#ein 855,{
  35. callfunc "EinTower","Mark";
  36. end;
  37. }
  38. einbroch,175,196,5 script Morei#ein 854,{
  39. mes "[Morei]";
  40. mes "Greetings,";
  41. mes "I am Morei,";
  42. mes "Assistant Guide";
  43. mes "of Einbroch Tower.";
  44. next;
  45. mes "[Morei]";
  46. mes "If you wish to return";
  47. mes "to the ground floor,";
  48. mes "please let me know.";
  49. mes "Would you like to go";
  50. mes "back to ground level?";
  51. next;
  52. switch(select("Yes.:No.")) {
  53. case 1:
  54. mes "[Morei]";
  55. mes "I see.";
  56. mes "Let me lead you";
  57. mes "to the ground floor.";
  58. mes "Thank you for using";
  59. mes "our services.";
  60. close2;
  61. switch(rand(1,3)) {
  62. case 1:
  63. warp "einbroch",170,229;
  64. end;
  65. case 2:
  66. warp "einbroch",216,188;
  67. end;
  68. case 3:
  69. warp "einbroch",178,167;
  70. end;
  71. }
  72. case 2:
  73. mes "[Morei]";
  74. mes "I see.";
  75. mes "I hope you";
  76. mes "enjoy your time";
  77. mes "in Einbroch Tower.";
  78. close;
  79. }
  80. }
  81. einbroch,173,229,5 script Oberu#ein 855,{
  82. callfunc "EinTower","Oberu";
  83. end;
  84. }
  85. einbroch,176,172,5 script Khemko#ein 855,{
  86. callfunc "EinTower","Khemko";
  87. end;
  88. }
  89. function script EinTower {
  90. mes "[" + getarg(0) + "]";
  91. mes "Good day~";
  92. mes "I'm " + getarg(0) + ", your";
  93. mes "guide to exploring";
  94. mes "the Einbroch Tower.";
  95. next;
  96. mes "[" + getarg(0) + "]";
  97. mes "Einbroch Tower offers";
  98. mes "the best view of our city";
  99. mes "and it's a great place to";
  100. mes "meet with friends or take";
  101. mes "a date. The Einbroch Tower";
  102. mes "admission fee is 10 zeny.";
  103. next;
  104. mes "[" + getarg(0) + "]";
  105. mes "Right now, we're offering";
  106. mes "a special promotion called";
  107. mes "the Apple Combo Set for only";
  108. mes "20 zeny. This set includes";
  109. mes "Einbroch Tower admission";
  110. mes "and an Apple to snack on.";
  111. next;
  112. switch(select("Tower Admission Only:Apple Combo Set:Cancel")) {
  113. case 1:
  114. if (Zeny < 10) {
  115. mes "[" + getarg(0) + "]";
  116. mes "I'm sorry, but you";
  117. mes "don't have enough";
  118. mes "zeny. The Einbroch";
  119. mes "Tower Admission";
  120. mes "fee is 10 zeny.";
  121. close;
  122. }
  123. else {
  124. mes "[" + getarg(0) + "]";
  125. mes "Thank you for";
  126. mes "using our services.";
  127. mes "Let me guide you to";
  128. mes "the tower right away.";
  129. set zeny,zeny-10;
  130. close2;
  131. warp "einbroch",181,196;
  132. end;
  133. }
  134. case 2:
  135. if (Zeny < 20) {
  136. mes "[" + getarg(0) + "]";
  137. mes "I'm sorry, but you don't";
  138. mes "have enough zeny. The";
  139. mes "Apple Combo Set is 20 zeny.";
  140. close;
  141. }
  142. else {
  143. mes "[" + getarg(0) + "]";
  144. mes "Before I guide you to";
  145. mes "the tower, let me check";
  146. mes "your status to insure";
  147. mes "your safety before I give";
  148. mes "you the Apple Combo Set.";
  149. next;
  150. if (checkweight(512,1)) {
  151. mes "[" + getarg(0) + "]";
  152. mes "Thank you for";
  153. mes "using our services.";
  154. mes "Let me guide you to";
  155. mes "the tower right away.";
  156. set zeny,zeny-20;
  157. getitem 512,1; //Apple
  158. close2;
  159. warp "einbroch",174,204;
  160. end;
  161. }
  162. else {
  163. mes "[" + getarg(0) + "]";
  164. mes "I'm sorry, but you're carrying";
  165. mes "too many items with you. Please store some of your things in your Kafra Storage before purchasing";
  166. mes "the Apple Combo Set.";
  167. close;
  168. }
  169. }
  170. case 3:
  171. mes "[" + getarg(0) + "]";
  172. mes "I see.";
  173. mes "Feel free to";
  174. mes "come back any";
  175. mes "time. Thank you.";
  176. close;
  177. }
  178. }
  179. einbroch,232,272,3 script Train Station Staff#ein1::EinbrochTrain 852,{
  180. mes "[Staff]";
  181. mes "Welcome to";
  182. mes "the Train Station.";
  183. mes "Trains to Einbech";
  184. mes "are always running";
  185. mes "so if you miss one,";
  186. mes "it's no problem.";
  187. next;
  188. mes "[Staff]";
  189. mes "The fare to board the";
  190. mes "train that runs the Einbroch";
  191. mes "to Einbech line is 200 zeny.";
  192. mes "Would you like to buy a ticket?";
  193. next;
  194. switch(select("Yes.:No.:About the Environment...")) {
  195. case 1:
  196. if (Zeny > 199) {
  197. mes "[Staff]";
  198. mes "Thank you";
  199. mes "very much.";
  200. mes "Have a safe trip.";
  201. mes "^333333*Ahem*^000000 All aboard!";
  202. close2;
  203. set zeny,zeny-200;
  204. warp "einbech",43,215;
  205. end;
  206. }
  207. else {
  208. mes "[Staff]";
  209. mes "I'm sorry, but this";
  210. mes "isn't enough zeny";
  211. mes "to pay the train fare.";
  212. close;
  213. }
  214. case 2:
  215. mes "[Staff]";
  216. mes "Very well, then.";
  217. mes "Please enjoy your";
  218. mes "stay in Einbroch.";
  219. close;
  220. case 3:
  221. mes "[Staff]";
  222. mes "Einbroch is infamous for";
  223. mes "its air pollution, no doubt";
  224. mes "caused by the industrial";
  225. mes "facilities located here.";
  226. mes "It's really horrible...";
  227. next;
  228. mes "[Staff]";
  229. mes "Sometimes the air pollution";
  230. mes "gets so bad that it becomes";
  231. mes "hard to breathe. If you hear";
  232. mes "the Einbroch Smog Alert, you";
  233. mes "should find shelter immediately!";
  234. close;
  235. }
  236. }
  237. einbroch,252,301,3 duplicate(EinbrochTrain) Train Station Staff#ein2 852
  238. einbroch,259,326,3 script Leslie#ein_1 846,{
  239. mes "[Leslie]";
  240. mes "^666666*Cough cough!*^000000";
  241. mes "Laaaand sakes!";
  242. next;
  243. mes "[Leslie]";
  244. mes "An old woman like me";
  245. mes "can't breathe this air! How";
  246. mes "do people even live in all this";
  247. mes "smog? Sure, the air in Einbech";
  248. mes "isn't pristine, but the air here in Einbroch is much worse! ^333333*Cough~!*^000000";
  249. next;
  250. mes "[Leslie]";
  251. mes "I hate coming here";
  252. mes "sometimes! The air is";
  253. mes "totally polluted and this";
  254. mes "city is full of stuck up";
  255. mes "pricks! But they sell stuff";
  256. mes "here I can't buy back home...";
  257. close;
  258. }
  259. einbroch,236,191,3 script Tan#ein 855,{
  260. mes "[Tan]";
  261. mes "All the factories";
  262. mes "here in Einbroch are";
  263. mes "causing a serious air";
  264. mes "pollution problem.";
  265. next;
  266. mes "[Tan]";
  267. mes "I'm an Airship engineer and";
  268. mes "everyday, all day long, I deal";
  269. mes "with oil stains and all sorts";
  270. mes "of pollutants. I'm surprised";
  271. mes "I haven't gotten sick yet...";
  272. next;
  273. mes "[Tan]";
  274. mes "Still, I try to be careful";
  275. mes "when I can. Whenever I go";
  276. mes "out into the city's red fog,";
  277. mes "I always wear my Flu Mask.";
  278. mes "If you'll be here for a while,";
  279. mes "you should carry one with you.";
  280. close;
  281. }
  282. einbroch,228,121,5 script Little Toby#ein-1 855,{
  283. mes "[Little Toby]";
  284. mes "Excuse me...";
  285. mes "But I'm lost!";
  286. mes "I can't find my";
  287. mes "mom or dad!";
  288. next;
  289. mes "[Little Toby]";
  290. mes "A-am I at the Airport?!";
  291. mes "My parents are supposed";
  292. mes "to come get me, but I still";
  293. mes "haven't found them! We just";
  294. mes "moved here, so I don't know";
  295. mes "where anything is!";
  296. next;
  297. mes "[Little Toby]";
  298. mes "W-wait!";
  299. mes "Where are you";
  300. mes "going?! Don't leave";
  301. mes "me, I'm all alone...!";
  302. close;
  303. }
  304. einbroch,40,116,1 script Airship Engineer#ein-1 855,{
  305. mes "[Airship Engineer]";
  306. mes "H-hey! Don't";
  307. mes "touch my precious";
  308. mes "Burielle! I just finished";
  309. mes "her tune-up and now she's";
  310. mes "sleeping! J-just step away!";
  311. next;
  312. switch(select("Who's Burielle?:Sorry about That.")) {
  313. case 1:
  314. mes "[Airship Engineer]";
  315. mes "Burielle is the prettiest";
  316. mes "model among all the Airships";
  317. mes "made within the last ten years!";
  318. mes "She might be grounded now, but";
  319. mes "with my healing hands, she'll";
  320. mes "conquer the skies again!";
  321. next;
  322. switch(select("Ah~:Uh huh...")) {
  323. case 1:
  324. mes "["+strcharinfo(0)+"]";
  325. mes "Ah~";
  326. mes "I see, so you're";
  327. mes "working on restoring";
  328. mes "this magnificent specimen";
  329. mes "of an Airship. Best of luck~";
  330. next;
  331. mes "[Airship Engineer]";
  332. mes "Yeah. I'd appreciate";
  333. mes "it if you'd just be careful.";
  334. mes "I've put a lot of love into";
  335. mes "fixing up Burielle...";
  336. close;
  337. case 2:
  338. mes "["+strcharinfo(0)+"]";
  339. mes "Uh huh...";
  340. mes "Right. For a second";
  341. mes "there, I thought you were";
  342. mes "talking about a person, but";
  343. mes "then I also assumed that you";
  344. mes "weren't, you know, a nutcase.";
  345. next;
  346. mes "["+strcharinfo(0)+"]";
  347. mes "Oh, did you say,";
  348. mes "''prettiest model?''";
  349. mes "All Airships look the";
  350. mes "same to me, this one";
  351. mes "ain't special at all. You've";
  352. mes "gone loony tunes, paley boy.";
  353. next;
  354. emotion e_an;
  355. mes "[Airship Engineer]";
  356. mes "Wh-what...?!";
  357. close;
  358. }
  359. case 2:
  360. mes "[Airship Engineer]";
  361. mes "Well, at least you know";
  362. mes "what you did wrong. Now";
  363. mes "quit disturbing her and git!";
  364. close;
  365. }
  366. }
  367. einbroch,294,312,3 script Centzu#ein 854,{
  368. mes "[Centzu]";
  369. mes "I've lived here for";
  370. mes "a long time and I see";
  371. mes "that this huge city is still";
  372. mes "growing bigger everyday.";
  373. next;
  374. mes "[Centzu]";
  375. mes "How did Einbroch get so";
  376. mes "huge so quickly? I still can't";
  377. mes "believe there's been this much";
  378. mes "development. Well, I suppose";
  379. mes "it's not my concern. Nothing";
  380. mes "I do will make a difference... ";
  381. next;
  382. mes "[Centzu]";
  383. mes "Even though such";
  384. mes "rapid industrialization";
  385. mes "can't be good for the";
  386. mes "environment or the people,";
  387. mes "I'll just sit back, watch what";
  388. mes "happens and just enjoy life...";
  389. close;
  390. }
  391. einbroch,232,255,5 script Khowropher#ein 847,{
  392. mes "[Khowropher]";
  393. mes "^666666*Cough cough*^000000";
  394. mes "Jiminy! The air here";
  395. mes "is so thick and grimy!";
  396. mes "And it's worse for us old";
  397. mes "people with breathing";
  398. mes "problems! ^333333*Haaack!*^000000";
  399. next;
  400. mes "[Khowropher]";
  401. mes "I don't care if they keep";
  402. mes "building more and more";
  403. mes "factories and homes in this";
  404. mes "town. Still, I'd like to spend";
  405. mes "the rest of my life somewhere";
  406. mes "quiet and with clean air...";
  407. next;
  408. mes "[Khowropher]";
  409. mes "Then again, Einbroch is my";
  410. mes "hometown and I can't just up";
  411. mes "and leave. I suppose it's my";
  412. mes "fate to suffer from this foul air until the day I die. ^666666*Sigh...*^000000";
  413. close;
  414. }
  415. einbroch,143,109,5 script Khetine#ein 855,{
  416. mes "[Khetine]";
  417. mes "Lately, there's been";
  418. mes "talk about this empty";
  419. mes "building downtown that's";
  420. mes "been converted into some";
  421. mes "sort of mysterious facility.";
  422. next;
  423. mes "[Khetine]";
  424. mes "It all seems pretty";
  425. mes "shady, but I guess it's";
  426. mes "not really my job to know";
  427. mes "about that. I mean, if it";
  428. mes "doesn't affect me, why";
  429. mes "should I be concerned?";
  430. close;
  431. }
  432. einbroch,229,149,3 script Sleik#ein 854,{
  433. mes "[Sleik]";
  434. mes "Surprisingly, we have";
  435. mes "a Train Station that everyone";
  436. mes "has been calling a victory for";
  437. mes "science. I mean, shouldn't we";
  438. mes "be more amazed by the Airship?";
  439. next;
  440. mes "[Sleik]";
  441. mes "Now, if you want to know";
  442. mes "where the train actually goes,";
  443. mes "I wouldn't be able to tell you.";
  444. mes "After all, I never rode it. But";
  445. mes "still, I guess having our own";
  446. mes "Train Station is a good thing.";
  447. close;
  448. }
  449. airport,174,41,6 script Young Man#air 99,{
  450. mes "[Runnan]";
  451. mes "...And that's why";
  452. mes "I travel around the";
  453. mes "globe. My bosses have";
  454. mes "a keen eye for the most";
  455. mes "exotic goods, so I acquire";
  456. mes "them and make deliveries.";
  457. next;
  458. mes "[Runnan]";
  459. mes "There even was a time";
  460. mes "when they had me collect";
  461. mes "Jellopy, though that stuff is";
  462. mes "pretty common nowadays.";
  463. mes "Now that I think about it, why";
  464. mes "did they need so much stuff?";
  465. close;
  466. }
  467. airport,176,41,4 script Old Man#air 88,{
  468. mes "[Zhen Lan]";
  469. mes "Now, I hear that the";
  470. mes "monsters around here";
  471. mes "carry around some ore";
  472. mes "that dazzles with a sublimely";
  473. mes "beautiful light. Neat, huh?";
  474. next;
  475. mes "[Zhen Lan]";
  476. mes "These ores are a great";
  477. mes "material to use in making";
  478. mes "flower vases. My friend, who";
  479. mes "happens to be a dollmaker,";
  480. mes "told me that. He makes these dolls using all sorts of materials.";
  481. next;
  482. mes "[Zhen Lan]";
  483. mes "He fashions them out of";
  484. mes "Well-Tanned Leather, stuffs";
  485. mes "them with Bird Feathers, and";
  486. mes "uses Cyfar or Zargon to make";
  487. mes "the eyes. He even uses a Jellopy at the bottom to balance the doll.";
  488. next;
  489. mes "[Zhen Lan]";
  490. mes "I guess that goes to show";
  491. mes "that things that seem useless";
  492. mes "might actually be handy in some";
  493. mes "way. So don't worry about having too much stuff. Sooner or later, it might be useful to someone.";
  494. close;
  495. }
  496. ein_in01,113,211,3 script Teinz#ein 851,{
  497. mes "[Teinz]";
  498. mes "If you just pay me money,";
  499. mes "I'll be your slave! There's";
  500. mes "nothing I won't do! Anything";
  501. mes "is fair game. Hell, I'll get buck naked if you pay me enough.";
  502. next;
  503. mes "[Teinz]";
  504. mes "If you pay me what I'm";
  505. mes "worth, I'll work hard at";
  506. mes "any task you set me to.";
  507. mes "Sure, mining's rough, but";
  508. mes "as long as the zeny's coming";
  509. mes "in, I'm happy. Heh heh heh~";
  510. close;
  511. }
  512. ein_in01,48,220,5 script Lowe#ein 851,{
  513. mes "[Lowe]";
  514. mes "...";
  515. mes "......";
  516. next;
  517. mes "[Lowe]";
  518. mes "...";
  519. mes "......";
  520. mes ".........";
  521. next;
  522. mes "[Lowe]";
  523. mes "Hey. Why are you";
  524. mes "looking at me like";
  525. mes "that? There's no idle";
  526. mes "chatting allowed at work.";
  527. mes "If Canphotii catches";
  528. mes "you, you'll be punished...";
  529. next;
  530. mes "[Lowe]";
  531. mes "Oh wait...";
  532. mes "You don't work here.";
  533. mes "I apologize, that kind";
  534. mes "of reaction's an old";
  535. mes "habit for me, adventurer.";
  536. close;
  537. }
  538. ein_in01,87,237,5 script Dinje#ein 850,{
  539. mes "[Dinje]";
  540. mes "Do you know why a woman";
  541. mes "like me has to work in this";
  542. mes "factory? I'll tell you why... ";
  543. next;
  544. mes "[Dinje]";
  545. mes "My lazy husband, Gesin,";
  546. mes "is just lying there on the";
  547. mes "ground! So I have to work";
  548. mes "in order to support us!";
  549. next;
  550. mes "[Dinje]";
  551. mes "We can't rest for even";
  552. mes "a second if we want to save";
  553. mes "enough money to become";
  554. mes "wealthy and powerful some";
  555. mes "day. Don't you understand?";
  556. next;
  557. mes "[Dinje]";
  558. mes "Well, my husband obviously";
  559. mes "doesn't! How can he not know";
  560. mes "how the real world works?!";
  561. mes "Hey, kick his ass for me if";
  562. mes "he doesn't wake up soon!";
  563. close;
  564. }
  565. ein_in01,84,218,3 script Tsuen#ein 851,{
  566. mes "[Tsuen]";
  567. mes "There was a time";
  568. mes "when I dreamed of";
  569. mes "being an adventurer,";
  570. mes "just like you. But that";
  571. mes "was a long time ago...";
  572. next;
  573. mes "[Tsuen]";
  574. mes "Now, I'm nothing but";
  575. mes "a factory manager. Still,";
  576. mes "even if my job's not that";
  577. mes "great, I'm pretty satisfied.";
  578. mes "I'm sure people enjoy the";
  579. mes "products I oversee and all...";
  580. next;
  581. mes "[Tsuen]";
  582. mes "Maybe my life was meant";
  583. mes "to be this way, even if it's";
  584. mes "not how I planned it. But the";
  585. mes "time will come when I up and";
  586. mes "leave and travel the world";
  587. mes "once I get my chance!";
  588. next;
  589. mes "[Tsuen]";
  590. mes "I hope the day will";
  591. mes "come when I can meet";
  592. mes "you out in that big wide";
  593. mes "world and greet you as";
  594. mes "a fellow adventurer.";
  595. close;
  596. }
  597. ein_in01,103,239,1 script Gesin#ein 849,{
  598. mes "[Gesin]";
  599. mes "Arrrgh!";
  600. mes "This is killing me!";
  601. mes "Why should I be rich?";
  602. mes "What's wrong with living";
  603. mes "within our means?";
  604. next;
  605. mes "[Gesin]";
  606. mes "I've got no problem";
  607. mes "with my current way";
  608. mes "of life, but the old ball";
  609. mes "and chain disagrees.";
  610. mes "Why is she so obsessed";
  611. mes "with riches and power?";
  612. next;
  613. mes "[Gesin]";
  614. mes "Well, in any case, I'd";
  615. mes "like to help her, but I can't";
  616. mes "get up! I'm exhausted and";
  617. mes "my body is just overtaxed.";
  618. mes "I have no strength at all.";
  619. next;
  620. mes "[Gesin]";
  621. mes "This is horrible~";
  622. mes "I should be resting";
  623. mes "instead of worrying";
  624. mes "about making money...";
  625. close;
  626. }
  627. ein_in01,33,275,1 script Pevtatin#ein 848,{
  628. mes "[Pevtatin]";
  629. mes "Good god!";
  630. mes "I'm so stressed!";
  631. mes "It's been nonstop";
  632. mes "since I moved here!";
  633. next;
  634. mes "[Pevtatin]";
  635. mes "The work is tough and";
  636. mes "already the boss hates";
  637. mes "me! I didn't move here";
  638. mes "for this! Still, the pay is";
  639. mes "decent so I guess I should";
  640. mes "endure just a little longer.";
  641. next;
  642. mes "[Pevtatin]";
  643. mes "Here goes...!";
  644. mes "Yo-heave-ho!";
  645. mes "Yo-heave-ho~!";
  646. close;
  647. }
  648. ein_in01,36,204,3 script Rombell#ein 851,{
  649. mes "[Rombell]";
  650. mes "It's great that the";
  651. mes "factory is making good";
  652. mes "business and drawing";
  653. mes "in a lot of profit, but I still";
  654. mes "have one major concern.";
  655. next;
  656. mes "[Rombell]";
  657. mes "The amount of pollution";
  658. mes "that this place is causing";
  659. mes "is horrific! We've got these";
  660. mes "machines blowing out toxic";
  661. mes "gas all day long! The air";
  662. mes "can't be safe for very long...";
  663. next;
  664. mes "[Rombell]";
  665. mes "I mean, the air we're";
  666. mes "breathing right now is";
  667. mes "pretty foul and things";
  668. mes "are only going to get";
  669. mes "worse. How can we";
  670. mes "solve this problem?";
  671. close;
  672. }
  673. ein_in01,64,271,3 script Vonstein#ein 855,{
  674. mes "[Vonstein]";
  675. mes "Staring at this";
  676. mes "bubbling hot liquid";
  677. mes "metal gives me a good";
  678. mes "feeling inside. It's like";
  679. mes "that stuff can melt anything!";
  680. next;
  681. mes "[Vonstein]";
  682. mes "Imagine covering an";
  683. mes "entire street of people";
  684. mes "with that stuff! Bwahah--";
  685. mes "Oh, I'm sorry if I'm talking";
  686. mes "crazy talk! I'm just kidding~";
  687. close;
  688. }
  689. ein_in01,49,202,3 script Dorf#ein 851,{
  690. mes "[Dorf]";
  691. mes "Machines are sooo";
  692. mes "convenient. Just look";
  693. mes "at this contraption easily";
  694. mes "do tasks that'd be tough";
  695. mes "for me to finish alone.";
  696. next;
  697. mes "[Dorf]";
  698. mes "Now this is what";
  699. mes "I call technology!";
  700. mes "Sure, it takes effort and";
  701. mes "money to make one of";
  702. mes "these, but what do I care?";
  703. next;
  704. mes "[Dorf]";
  705. mes "I've got no problems,";
  706. mes "so long as this freaking";
  707. mes "thing keeps working the";
  708. mes "way I want it to!";
  709. close;
  710. }
  711. ein_in01,68,209,5 script Khashurantze#ein 852,{
  712. mes "[Khashurantze]";
  713. mes "I'm sorry, but you need";
  714. mes "special authority in order";
  715. mes "to enter this place. I'll have";
  716. mes "to ask you to leave right now.";
  717. close2;
  718. warp "einbroch",179,63;
  719. end;
  720. }
  721. ein_in01,85,261,3 script Zherin#ein 851,{
  722. mes "[Zherin]";
  723. mes "I'm in charge of this";
  724. mes "blast furnace which";
  725. mes "contains all of this";
  726. mes "boiling magma.";
  727. next;
  728. mes "[Zherin]";
  729. mes "Even though it doesn't";
  730. mes "require actual labor, this";
  731. mes "job is pretty tiring. I've got";
  732. mes "to pay careful attention all";
  733. mes "the time. It's pretty stressful.";
  734. next;
  735. mes "[Zherin]";
  736. mes "Still, I'm proud of my job";
  737. mes "since I have the responsibility";
  738. mes "of ensuring employee safety.";
  739. mes "Anyway, don't get too close";
  740. mes "to the furnace. It won't do if";
  741. mes "you get burned on accident!";
  742. close;
  743. }
  744. ein_in01,43,252,3 script Canphotii#ein 852,{
  745. mes "[Canphotii]";
  746. mes "Hustle, hustle!";
  747. mes "Pick up the pace!";
  748. mes "Anyone working too";
  749. mes "slowly will be punished!";
  750. next;
  751. mes "[Canphotii]";
  752. mes "Can't you understand";
  753. mes "that?! Now go to your";
  754. mes "station and get back to";
  755. mes "work! Wait, are you even";
  756. mes "an employee? If not, then";
  757. mes "stop wandering around!";
  758. next;
  759. mes "[Canphotii]";
  760. mes "You're not supposed";
  761. mes "to be able to get in here!";
  762. mes "I can't believe they let you";
  763. mes "in! This requires extreme";
  764. mes "disciplinary action!";
  765. close;
  766. }
  767. ein_in01,206,224,3 script Hotel Employee#ein 855,{
  768. mes "[Hotel Employee]";
  769. mes "Good day, welcome to the";
  770. mes "Einbroch Hotel. The staff is";
  771. mes "always striving to accomodate";
  772. mes "our guests with the highest";
  773. mes "standards in cleanliness,";
  774. mes "service and convenience~";
  775. next;
  776. if (kain_ticket == 5) {
  777. mes "[Hotel Employee]";
  778. mes "Are you looking";
  779. mes "for Mr. Defru Ark?";
  780. mes "Oh right, he did mention";
  781. mes "waiting for some package";
  782. mes "from the Airport. Now let";
  783. mes "me pull up that information...";
  784. next;
  785. mes "[Hotel Employee]";
  786. mes "Ah, here we are.";
  787. mes "Mr. Defru Ark is";
  788. mes "staying in Room 201.";
  789. next;
  790. }
  791. else {
  792. switch(select("Save:Take Rest - 5,000 zeny:Cancel")) {
  793. case 1:
  794. mes "[Hotel Employee]";
  795. mes "Your Respawn Point";
  796. mes "has been saved here";
  797. mes "in the Einbroch Hotel.";
  798. mes "Thank you, and please";
  799. mes "come again.";
  800. close2;
  801. savepoint "ein_in01",200,224;
  802. end;
  803. case 2:
  804. if (Zeny > 4999) {
  805. mes "[Hotel Employee]";
  806. mes "Thank you.";
  807. mes "Please enjoy";
  808. mes "your rest~";
  809. close2;
  810. set zeny,zeny-5000;
  811. percentheal 100,100;
  812. warp "ein_in01",272,167;
  813. end;
  814. }
  815. else {
  816. mes "[Hotel Employee]";
  817. mes "I'm sorry, but the";
  818. mes "acommodation fee is";
  819. mes "5,000 zeny. Next time,";
  820. mes "please make sure that you";
  821. mes "bring enough zeny, okay?";
  822. close;
  823. }
  824. case 3:
  825. mes "[Hotel Employee]";
  826. mes "Thank you and";
  827. mes "please come again~";
  828. close;
  829. }
  830. }
  831. mes "[Hotel Employee]";
  832. mes "Have a good day.";
  833. close;
  834. }
  835. einbroch,244,255,5 script Bulletin Board#ein1 858,{
  836. mes " ";
  837. mes " Train Station ";
  838. mes " ";
  839. close;
  840. }
  841. einbroch,253,203,5 script Bulletin Board#ein2 858,{
  842. mes " ";
  843. mes " Hotel ";
  844. mes " ";
  845. close;
  846. }
  847. einbroch,68,206,5 script Bulletin Board#ein3 858,{
  848. mes " ";
  849. mes " Airship Airport ";
  850. mes " ";
  851. close;
  852. }
  853. einbroch,90,84,5 script Bulletin Board#ein4 858,{
  854. mes " ";
  855. mes " Laboratory ";
  856. mes " ";
  857. close;
  858. }
  859. einbroch,101,106,5 script Bulletin Board#ein5 858,{
  860. mes " ";
  861. mes " Airship Repair Shop ";
  862. mes " ";
  863. close;
  864. }
  865. einbroch,220,208,5 script Bulletin Board#ein6 858,{
  866. mes " ";
  867. mes " Weapon Shop ";
  868. mes " ";
  869. close;
  870. }
  871. einbroch,132,76,5 script Bulletin Board#ein7 858,{
  872. mes " ";
  873. mes " Factory ";
  874. mes " ";
  875. close;
  876. }
  877. einbroch,152,46,5 script Bulletin Board#ein11 858,{
  878. mes "West - Laboratory, Airship Repair Shop";
  879. mes "South - Einbroch Front Gate";
  880. mes "North - Airport";
  881. mes "Northeast - Train Station, Hotel, Weapon Shop";
  882. close;
  883. }
  884. einbroch,235,141,5 script Bulletin Board#ein22 858,{
  885. mes "Southwest - Airship Repair Shop, Laboratory";
  886. mes "Northwest - Airport";
  887. mes "North - Weapon Shop, Hotel, Train Station";
  888. close;
  889. }
  890. einbroch,162,256,5 script Bulletin Board#ein33 858,{
  891. mes "East - Train Station";
  892. mes "Southeast - Hotel";
  893. mes "South - Weapon Shop,Factory";
  894. mes "Southwest - Airport, Airship Repair Shop, Laboratory";
  895. close;
  896. }
  897. einbroch,183,174,5 script Bulletin Board#ein44 858,{
  898. mes "East - Weapon Shop, Hotel";
  899. mes "South - Factory";
  900. mes "Southwest - Airship Repair Shop, Laboratory";
  901. mes "Northwest - Airport";
  902. close;
  903. }
  904. einbroch,104,202,5 script Bulletin Board#ein55 858,{
  905. mes "Northeast - Train Station";
  906. mes "East - Weapon Shop,Hotel";
  907. mes "South - Airship Repair Shop, Laboratory";
  908. close;
  909. }
  910. ein_in01,31,217,3 script Cendadt#ein 851,{
  911. mes "[Cendadt]";
  912. mes "This factory has a lot";
  913. mes "of things that need fixing,";
  914. mes "pronto! I'm amazed that";
  915. mes "the place is still operating!";
  916. next;
  917. mes "[Cendadt]";
  918. mes "Lucky for us, I hear that";
  919. mes "some altruistic adventurers";
  920. mes "have been donating materials";
  921. mes "to help keep this factory from";
  922. mes "falling apart... Or worse.";
  923. mes "But that's just a rumor.";
  924. next;
  925. mes "[Cendadt]";
  926. mes "^666666*Sigh*^000000";
  927. mes "Even if it is true,";
  928. mes "there's nothing no one";
  929. mes "here can do. Nobody has";
  930. mes "the courage to challenge";
  931. mes "the system, you know?";
  932. next;
  933. mes "[Cendadt]";
  934. mes "I...";
  935. mes "I better get";
  936. mes "back to work";
  937. mes "before I get";
  938. mes "in trouble...";
  939. close;
  940. }