guides_einbe.txt 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. //===== eAthena Script =======================================
  2. //= Einbech Guides
  3. //===== By: ==================================================
  4. //= Muad_dib; L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the City of Einbroch
  12. //===== Additional Comments: =================================
  13. //= 1.0 Einbech guide by Muad_dib in prometheus format
  14. //= 1.0a Conversion to eA format [MasterOfMuppets]
  15. //= 1.1 missing tabs [Lupus]
  16. //= 1.2 Optimized, updated common guide names [Lupus]
  17. //= 1.3 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
  18. //= 1.4 Removed Duplicates [Silent]
  19. //= 1.4a missing tabs [KarLaeda]
  20. //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  21. //============================================================
  22. einbech,67,37,4 script Guide#4ein::EinGuide2 852,{
  23. cutin "ein_soldier",2;
  24. mes "[Einbech Guide]";
  25. mes "Welcome to Einbech,";
  26. mes "the Mining Town. We're";
  27. mes "here to assist tourists,";
  28. mes "so if you have any questions,";
  29. mes "please feel free to ask us.";
  30. set .@loop1,1;
  31. while (.@loop1) {
  32. next;
  33. switch(select("City Guide.:Remove Marks from Mini-Map.:Notice.:Cancel.")) {
  34. case 1:
  35. mes "[Einbech Guide]";
  36. mes "Please select";
  37. mes "a location from";
  38. mes "the following menu.";
  39. if (.@compass_check == 0) {
  40. mes "Would you like me";
  41. mes "to mark locations";
  42. mes "on your Mini-Map?";
  43. next;
  44. if (select("Yes.:No.") == 1) set .@compass_check,1;
  45. }
  46. set .@loop2,1;
  47. while (.@loop2) {
  48. if (.@wait_button_chk == 0) set .@wait_button_chk,1;
  49. else next;
  50. switch(select("Train Station:Tavern:Tool Shop:Swordman Guild:Mine:Cancel")) {
  51. case 1:
  52. mes "[Einbech Guide]";
  53. mes "The Train Stations are";
  54. mes "located in the northwest";
  55. mes "and northeast parts of";
  56. mes "Einbech. There, you can";
  57. mes "take a train to Einbroch.";
  58. if (.@compass_check)
  59. viewpoint 1,43,213,2,0xFF0000;
  60. break;
  61. case 2:
  62. mes "[Einbech Guide]";
  63. mes "The Tavern is located";
  64. mes "in the southern part of";
  65. mes "Einbech. It's a nice place";
  66. mes "to relax after a long day.";
  67. if (.@compass_check)
  68. viewpoint 1,142,112,3,0xFF00FF;
  69. break;
  70. case 3:
  71. mes "[Einbech Guide]";
  72. mes "You can find the Tool";
  73. mes "Shop in the center of";
  74. mes "Einbech. There, you can";
  75. mes "purchase any tools you";
  76. mes "might need for your travels.";
  77. if (.@compass_check)
  78. viewpoint 1,176,136,4,0xFF00FF;
  79. break;
  80. case 4:
  81. mes "[Einbech Guide]";
  82. mes "The Swordman Guild";
  83. mes "is located in the eastern";
  84. mes "outskirts of Einbech. It's";
  85. mes "under construction and they";
  86. mes "haven't started accepting";
  87. mes "applications.";
  88. if (.@compass_check)
  89. viewpoint 1,250,110,5,0xFF00FF;
  90. break;
  91. case 5:
  92. mes "[Einbech Guide]";
  93. mes "The Mine, which is";
  94. mes "Einbech's major industry,";
  95. mes "is located in the northern";
  96. mes "part of this town. It's where";
  97. mes "we get all our ores, although monsters get in the miners' way.";
  98. if (.@compass_check)
  99. viewpoint 1,138,251,6,0x00FF00;
  100. break;
  101. case 6:
  102. mes "[Einbech Guide]";
  103. mes "Please ask me to ''Remove";
  104. mes "Marks from Mini-Map'' if you";
  105. mes "no longer wish to have the";
  106. mes "location marks displayed";
  107. mes "on your Mini-Map.";
  108. set .@loop2,0;
  109. }
  110. }
  111. break;
  112. case 2:
  113. viewpoint 2,43,213,2,0xFF0000;
  114. viewpoint 2,142,112,3,0xFF00FF;
  115. viewpoint 2,176,136,4,0xFF00FF;
  116. viewpoint 2,250,110,5,0xFF00FF;
  117. viewpoint 2,138,251,6,0x00FF00;
  118. set .@compass_check,0;
  119. mes "[Einbech Guide]";
  120. mes "Okay, the marks from";
  121. mes "your Mini-Map have been";
  122. mes "removed. If you need any";
  123. mes "guidance around Einbech,";
  124. mes "please let me or one of the";
  125. mes "other Einbech Guides know.";
  126. break;
  127. case 3:
  128. mes "[Einbech Guide]";
  129. mes "Through the technology of";
  130. mes "the Schwaltzvalt Republic,";
  131. mes "we've upgraded to a digital";
  132. mes "information system that allows";
  133. mes "us to mark locations on your";
  134. mes "Mini-Map for easier navigation.";
  135. next;
  136. mes "[Einbech Guide]";
  137. mes "Your Mini-Map is located";
  138. mes "in the upper right corner";
  139. mes "of the screen. If you can't";
  140. mes "see it, press the Ctrl + Tab";
  141. mes "keys or click the ''Map'' button in your Basic Info Window.";
  142. next;
  143. mes "[Einbech Guide]";
  144. mes "On your Mini-Map,";
  145. mes "click on the ''+'' and ''-''";
  146. mes "symbols to zoom in and";
  147. mes "our of your Mini-Map. We";
  148. mes "hope you enjoy your travels";
  149. mes "here in Einbech, adventurer.";
  150. break;
  151. case 4:
  152. mes "[Einbech Guide]";
  153. mes "We hope that you";
  154. mes "enjoy your travels";
  155. mes "here in Einbech.";
  156. close2;
  157. set .@loop1,0;
  158. }
  159. }
  160. cutin "ein_soldier",255;
  161. end;
  162. }
  163. einbech,48,214,4 duplicate(EinGuide2) Guide#5ein 852