guides_pron.txt 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. //===== eAthena Script =======================================
  2. //= Prontera Guides
  3. //===== By: ==================================================
  4. //= kobra_k88; L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.6
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the City of Prontera
  12. //===== Additional Comments: =================================
  13. //= Fully working
  14. //= v1.1 Now using duplicate command.
  15. //= 1.2 Optimized, updated common guide names [Lupus]
  16. //= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets]
  17. //= to Muad_Dib
  18. //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
  19. //= 1.5 Removed Duplicates [Silent]
  20. //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  21. //============================================================
  22. prontera,154,187,4 script Guide#prt::PrtGuide 105,{
  23. cutin "prt_soldier",2;
  24. mes "[Prontera Guide]";
  25. mes "Welcome to Prontera,";
  26. mes "the beautiful capital of the";
  27. mes "Rune-Midgarts Kingdom. If";
  28. mes "you have questions or need^FFFFFF33333^000000 help finding something in the^FFFFFFco^000000 city, don't hesitate to ask.";
  29. set .@loop1,1;
  30. while (.@loop1) {
  31. next;
  32. switch(select("City Guide.:Remove Marks from Mini-Map:Notice:Cancel")) {
  33. case 1:
  34. mes "[Prontera Guide]";
  35. mes "Please select";
  36. mes "a location from";
  37. mes "the following menu.";
  38. if (.@compass_check == 0) {
  39. mes "Would you like me";
  40. mes "to mark locations";
  41. mes "on your Mini-Map?";
  42. next;
  43. if (select("Yes:No") == 1) set .@compass_check,1;
  44. }
  45. set .@loop2,1;
  46. while (.@loop2) {
  47. next;
  48. switch(select("Swordman Association:^0000FFSanctuary^000000:Prontera Chivalry:Weapon Shop:Tool Shop:Inn:Trading Post:Pub:Library:Job Agency:Prontera Castle:City Hall:Cancel")) {
  49. case 1:
  50. mes "[Prontera Guide]";
  51. mes "The Swordman Association,";
  52. mes "which handles Job Changes";
  53. mes "to the Swordman class, has";
  54. mes "moved to Izlude. This facility";
  55. mes "is just an empty building now.";
  56. if (.@compass_check)
  57. viewpoint 1,237,41,4,0x00FF00;
  58. break;
  59. case 2:
  60. mes "[Prontera Guide]";
  61. mes "The Prontera Sanctuary";
  62. mes "handles Job Changes to";
  63. mes "the Acolyte class, and can";
  64. mes "be found in the northeast";
  65. mes "corner of Prontera.";
  66. if (.@compass_check)
  67. viewpoint 1,236,316,5,0xFF0000;
  68. break;
  69. case 3:
  70. mes "[Prontera Guide]";
  71. mes "The Prontera Chivralry,";
  72. mes "which is responsible for";
  73. mes "the safety of our capital, is";
  74. mes "in Prontera's northwest corner.";
  75. if (.@compass_check)
  76. viewpoint 1,46,345,6,0x00FF00;
  77. break;
  78. case 4:
  79. mes "[Prontera Guide]";
  80. mes "The Weapon Shop";
  81. mes "is located northeast";
  82. mes "of the central fountain.";
  83. if (.@compass_check)
  84. viewpoint 1,175,220,7,0xFF00FF;
  85. break;
  86. case 5:
  87. mes "[Prontera Guide]";
  88. mes "The Tool Shop";
  89. mes "is located northwest";
  90. mes "of the central fountain.";
  91. if (.@compass_check)
  92. viewpoint 1,134,221,8,0xFF00FF;
  93. break;
  94. case 6:
  95. mes "[Prontera Guide]";
  96. mes "The Inns in Prontera are";
  97. mes "located both to the east";
  98. mes "and west of Prontera's";
  99. mes "central fountain area.";
  100. if (.@compass_check) {
  101. viewpoint 1,204,191,9,0xFF00FF;
  102. viewpoint 1,107,192,10,0xFF00FF;
  103. }
  104. break;
  105. case 7:
  106. mes "[Prontera Guide]";
  107. mes "The Trading Post";
  108. mes "can be found southeast";
  109. mes "from the central fountain.";
  110. if (.@compass_check)
  111. viewpoint 1,179,184,11,0x00FF00;
  112. break;
  113. case 8:
  114. mes "[Prontera Guide]";
  115. mes "The Pub is located";
  116. mes "southeast of the fountain,";
  117. mes "behind the Trading Post.";
  118. if (.@compass_check)
  119. viewpoint 1,208,154,12,0x00FF00;
  120. break;
  121. case 9:
  122. mes "[Prontera Guide]";
  123. mes "If you head north from";
  124. mes "the central fountain, you'll";
  125. mes "find an empty area in which";
  126. mes "both branches of the Prontera";
  127. mes "Library can be accessed if you";
  128. mes "head towards the east or west.";
  129. if (.@compass_check) {
  130. viewpoint 1,120,267,13,0x00FF00;
  131. viewpoint 1,192,267,14,0x00FF00;
  132. }
  133. break;
  134. case 10:
  135. mes "[Prontera Guide]";
  136. mes "The Job Agency is";
  137. mes "just southwest of the";
  138. mes "central fountain area.";
  139. if (.@compass_check)
  140. viewpoint 1,133,183,15,0x00FF00;
  141. break;
  142. case 11:
  143. mes "[Prontera Guide]";
  144. mes "The Prontera Castle is";
  145. mes "located at the northern";
  146. mes "sector of this city. You can";
  147. mes "go to the fields that are north";
  148. mes "of Prontera by going through";
  149. mes "the castle's rear exit.";
  150. if (.@compass_check)
  151. viewpoint 1,156,360,16,0x00FF00;
  152. break;
  153. case 12:
  154. mes "[Prontera Guide]";
  155. mes "The City Hall";
  156. mes "is located in the";
  157. mes "southwest corner";
  158. mes "in our city of Prontera.";
  159. if (.@compass_check)
  160. viewpoint 1,75,91,17,0x01FF01;
  161. break;
  162. case 13:
  163. mes "[Prontera Guide]";
  164. mes "Please ask me to ''Remove";
  165. mes "Marks from Mini-Map'' if you";
  166. mes "no longer wish to have the";
  167. mes "location marks displayed";
  168. mes "on your Mini-Map.";
  169. set .@loop2,0;
  170. }
  171. }
  172. break;
  173. case 2:
  174. viewpoint 2,237,41,4,0x00FF00;
  175. viewpoint 2,237,41,5,0x0000FF;
  176. viewpoint 2,46,345,6,0x00FF00;
  177. viewpoint 2,175,220,7,0xFF0000;
  178. viewpoint 2,134,221,8,0xFF0000;
  179. viewpoint 2,204,191,9,0xFF0000;
  180. viewpoint 2,107,192,10,0xFF0000;
  181. viewpoint 2,179,184,11,0x00FF00;
  182. viewpoint 2,208,154,12,0x00FF00;
  183. viewpoint 2,120,267,13,0x00FF00;
  184. viewpoint 2,192,267,14,0x00FF00;
  185. viewpoint 2,133,183,15,0x00FF00;
  186. viewpoint 2,156,360,16,0x00FF00;
  187. viewpoint 2,75,91,17,0x00FF00;
  188. set .@compass_check,0;
  189. break;
  190. case 3:
  191. mes "[Prontera Guide]";
  192. mes "Advances in sorcery and";
  193. mes "technology have allowed";
  194. mes "us to update our information";
  195. mes "system, enabling up to mark";
  196. mes "locations on your Mini-Map";
  197. mes "for easier navigation.";
  198. next;
  199. mes "[Prontera Guide]";
  200. mes "Your Mini-Map is located";
  201. mes "in the upper right corner";
  202. mes "of the screen. If you can't";
  203. mes "see it, press the Ctrl + Tab";
  204. mes "keys or click the ''Map'' button in your Basic Info Window.";
  205. next;
  206. mes "[Prontera Guide]";
  207. mes "On your Mini-Map,";
  208. mes "click on the ''+'' and ''-''";
  209. mes "symbols to zoom in and";
  210. mes "our of your Mini-Map. We";
  211. mes "hope you enjoy your travels";
  212. mes "here in the city of Prontera.";
  213. break;
  214. case 4:
  215. mes "[Prontera Guide]";
  216. mes "Well, adventurer...";
  217. mes "I hope your journeys";
  218. mes "through Rune-Midgard";
  219. mes "are both fun and safe.";
  220. close2;
  221. set .@loop1,0;
  222. break;
  223. }
  224. }
  225. cutin "prt_soldier",255;
  226. end;
  227. }
  228. prontera,282,208,2 duplicate(PrtGuide) East Gate-Guide 105
  229. prontera,29,200,6 duplicate(PrtGuide) West Gate-Guide 105
  230. prontera,160,29,0 duplicate(PrtGuide) South Gate-Guide 105
  231. prontera,151,330,4 duplicate(PrtGuide) North Gate-Guide 105