guides_pron.txt 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. //===== eAthena Script =======================================
  2. //= Prontera Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= eAthena 0.5.2 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Fully working
  13. //= v1.1 Now using duplicate command.
  14. //= 1.2 Optimized, updated common guide names [Lupus]
  15. //= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets]
  16. //= to Muad_Dib
  17. //============================================================
  18. prontera.gat,154,187,4 script Guide::Prt_Guide 105,{
  19. cutin "prt_soldier",2;
  20. mes "[Prontera Guide]";
  21. mes "Welcome to Prontera,";
  22. mes "the beautiful capital of the";
  23. mes "Run-Midgard Kingdom. If";
  24. mes "you have questions or need";
  25. mes "help find something in the";
  26. mes "city, don't hesitate to ask.";
  27. L_MENU:
  28. next;
  29. menu "City Guide",L_CITY,"Remove Marks from Mini-Map",L_REMOVE,"Notice",L_NOTICE,"Cancel",L_END;
  30. L_CITY:
  31. mes "[Prontera Guide]";
  32. mes "Please select";
  33. mes "a location from";
  34. mes "the following menu.";
  35. mes "Would you like me";
  36. mes "to mark locations";
  37. mes "on your Mini-Map?";
  38. next;
  39. menu "Yes.",L_YES,"No.",L_NO;
  40. L_NO:
  41. set @COMPASS_CHECK,0;
  42. goto L_CONT;
  43. L_YES:
  44. set @COMPASS_CHECK,1;
  45. L_CONT:
  46. L_MENU_2:
  47. menu "Swordman Association",L_SWORD,"^0000FFSanctuary^000000",L_SANCTUARY,"Prontera Chivalry",L_CHIVALRY,"Weapon Shop",L_WEAPON,"Tool Shop",L_TOOL,"Inn",L_INN,"Trading Post",L_TRADING,"Pub",L_PUB,"Library",L_LIBRARY,"Job Agency",L_JOB,"Prontera Castle",L_CASTLE,"City Hall",L_HALL,"Cancel",-;
  48. mes "[Prontera Guide]";
  49. mes "Pleas ask me to Remove";
  50. mes "Marks from Mini-Map if you";
  51. mes "no longer wish to have the";
  52. mes "location marks displayed";
  53. mes "on your Mini-Map.";
  54. goto L_MENU;
  55. L_SWORD:
  56. mes "[Prontera Guide]";
  57. mes "The Swordman Association,";
  58. mes "which handles Job Changes";
  59. mes "to the Swordman class, has";
  60. mes "moved to Izlude. This facility";
  61. mes "is just an empty building now.";
  62. viewpoint 1,237,41,1,0x00FF00;
  63. next;
  64. goto L_WIPE;
  65. L_SANCTUARY:
  66. mes "[Prontera Guide]";
  67. mes "The Prontera Sanctuary";
  68. mes "handles Job Changes to";
  69. mes "the Acolyte class, and can";
  70. mes "be found in the northeast";
  71. mes "corner of Prontera.";
  72. viewpoint 1,236,316,2,0xFF0000;
  73. next;
  74. goto L_WIPE;
  75. L_CHIVALRY:
  76. mes "[Prontera Guide]";
  77. mes "The Prontera Chivalry,";
  78. mes "which is responsible for";
  79. mes "the safety of our capital, is";
  80. mes "in Prontera's northwest corner.";
  81. viewpoint 1,46,345,3,0x00FF00;
  82. next;
  83. goto L_WIPE;
  84. L_WEAPON:
  85. mes "[Prontera Guide]";
  86. mes "The Weapon Shop";
  87. mes "is located northeast";
  88. mes "of the central fountain.";
  89. viewpoint 1,175,220,4,0xFF00FF;
  90. next;
  91. goto L_WIPE;
  92. L_TOOL:
  93. mes "[Prontera Guide]";
  94. mes "The Tool Shop";
  95. mes "is located northwest";
  96. mes "of the central fountain.";
  97. viewpoint 1,134,221,5,0xFF00FF;
  98. next;
  99. goto L_WIPE;
  100. L_INN:
  101. mes "[Prontera Guide]";
  102. mes "The Inns in Prontera are";
  103. mes "located both to the east";
  104. mes "and west of Prontera's";
  105. mes "central fountain area.";
  106. viewpoint 1,204,214,6,0xFF00FF;
  107. viewpoint 1,107,192,7,0xFF00FF;
  108. next;
  109. goto L_WIPE;
  110. L_TRADING:
  111. mes "[Prontera Guide]";
  112. mes "The Trading Post";
  113. mes "can be found southeast";
  114. mes "from the central fountain.";
  115. viewpoint 1,179,184,8,0x00FF00;
  116. next;
  117. goto L_WIPE;
  118. L_PUB:
  119. mes "[Prontera Guide]";
  120. mes "The Pub is located";
  121. mes "southeast of the fountain,";
  122. mes "behind the Trading Post.";
  123. viewpoint 1,208,154,9,0x00FF00;
  124. next;
  125. goto L_WIPE;
  126. L_LIBRARY:
  127. mes "[Prontera Guide]";
  128. mes "If you head north from";
  129. mes "the central fountain, you'll";
  130. mes "find an empty area in which";
  131. mes "both branches of the Prontera";
  132. mes "Library can be accessed if you";
  133. mes "head towards the east or west.";
  134. viewpoint 1,120,267,10,0x00FF00;
  135. viewpoint 1,192,267,11,0x00FF00;
  136. next;
  137. goto L_WIPE;
  138. L_JOB:
  139. mes "[Prontera Guide]";
  140. mes "The Job Agency is";
  141. mes "just southwest of the";
  142. mes "central fountain area.";
  143. viewpoint 1,133,183,12,0x00FF00;
  144. next;
  145. goto L_WIPE;
  146. L_CASTLE:
  147. mes "[Prontera Guide]";
  148. mes "The Prontera Castle is";
  149. mes "located at the northern";
  150. mes "sector of this city. You can";
  151. mes "go to fields that are north";
  152. mes "of Prontera by going through";
  153. mes "the castle's rear exit.";
  154. viewpoint 1,156,360,13,0x00FF00;
  155. next;
  156. goto L_WIPE;
  157. L_HALL:
  158. mes "[Prontera Guide]";
  159. mes "The City Hall";
  160. mes "is located in the";
  161. mes "southwest corner";
  162. mes "in our city of Prontera.";
  163. viewpoint 1,75,91,14,0x00FF00;
  164. next;
  165. goto L_WIPE;
  166. L_WIPE:
  167. if(@COMPASS_CHECK == 1)goto L_MENU_2;
  168. viewpoint 2,237,41,1,0x00FF00;
  169. viewpoint 2,236,316,2,0xFF0000;
  170. viewpoint 2,46,345,3,0x00FF00;
  171. viewpoint 2,175,220,4,0xFF00FF;
  172. viewpoint 2,8,134,5,0xFF00FF;
  173. viewpoint 2,204,214,6,0xFF00FF;
  174. viewpoint 2,107,192,7,0xFF00FF;
  175. viewpoint 2,179,184,8,0x00FF00;
  176. viewpoint 2,208,154,9,0x00FF00;
  177. viewpoint 2,120,267,10,0x00FF00;
  178. viewpoint 2,192,267,11,0x00FF00;
  179. viewpoint 2,133,183,12,0x00FF00;
  180. viewpoint 2,156,360,13,0x00FF00;
  181. viewpoint 2,75,91,14,0x00FF00;
  182. goto L_MENU_2;
  183. L_REMOVE:
  184. viewpoint 2,237,41,1,0x00FF00;
  185. viewpoint 2,236,316,2,0xFF0000;
  186. viewpoint 2,46,345,3,0x00FF00;
  187. viewpoint 2,175,220,4,0xFF00FF;
  188. viewpoint 2,8,134,5,0xFF00FF;
  189. viewpoint 2,204,214,6,0xFF00FF;
  190. viewpoint 2,107,192,7,0xFF00FF;
  191. viewpoint 2,179,184,8,0x00FF00;
  192. viewpoint 2,208,154,9,0x00FF00;
  193. viewpoint 2,120,267,10,0x00FF00;
  194. viewpoint 2,192,267,11,0x00FF00;
  195. viewpoint 2,133,183,12,0x00FF00;
  196. viewpoint 2,156,360,13,0x00FF00;
  197. viewpoint 2,75,91,14,0x00FF00;
  198. goto L_MENU;
  199. L_NOTICE:
  200. mes "[Prontera Guide]";
  201. mes "Advances in sorcery and";
  202. mes "technology have allowed";
  203. mes "us to update our information";
  204. mes "system, enabling up to mark";
  205. mes "locations on your Mini-Map";
  206. mes "for easier navigation.";
  207. next;
  208. mes "[Prontera Guide]";
  209. mes "Your Mini-Map is located";
  210. mes "in the upper right corner";
  211. mes "of the screen. If you can't";
  212. mes "see it, press the Ctrl + Tab";
  213. mes "keys or click the 'Map' button";
  214. mes "in your Basic Information Window.";
  215. next;
  216. mes "[Prontera Guide]";
  217. mes "On your Mini-Map,";
  218. mes "click on the '+' and '-'";
  219. mes "symbols to zoom in and";
  220. mes "out of your Mini-Map. We";
  221. mes "hope you enjoy your travels";
  222. mes "here in the city of Prontera.";
  223. goto L_MENU;
  224. L_END:
  225. mes "[Prontera Guide]";
  226. mes "Well, adventurer...";
  227. mes "I hope your journeys";
  228. mes "through Rune-Midgard";
  229. mes "are both fun and save.";
  230. cutin "prt_soldier",255;
  231. close;
  232. }
  233. // East ----------------------------------------------------
  234. prontera.gat,282,208,2 duplicate(Prt_Guide) Guide#2 105
  235. //West --------------------------------------------------
  236. prontera.gat,29,200,6 duplicate(Prt_Guide) Guide#3 105
  237. // South -----------------------------------------------------
  238. prontera.gat,160,29,0 duplicate(Prt_Guide) Guide#4 105
  239. // North -----------------------------------------------
  240. prontera.gat,151,330,4 duplicate(Prt_Guide) Guide#5 105
  241. // Guard -----------------------------------------------------
  242. prontera.gat,160,330,4 script Guard#1::Prt_Guard 105,{
  243. mes "[Guard]";
  244. mes "Welcome to Prontera.";
  245. close;
  246. }
  247. prontera.gat,229,104,5 duplicate(Prt_Guard) Guard#2 105
  248. prontera.gat,223,98,8 duplicate(Prt_Guard) Guard#3 105
  249. prontera.gat,52,344,5 duplicate(Prt_Guard) Guard#4 105
  250. prontera.gat,47,339,5 duplicate(Prt_Guard) Guard#5 105
  251. //---------------------------------------------------------------------------------------- Prontera Maze ----------------------------------------------------------------------------------\\
  252. prt_maze02.gat,100,69,4 script Guard 105,{
  253. mes "[Guard]";
  254. mes "Hey, I don't get your point but I say you should go home and rest rather than go inside the forest. Don't you know the 'Demon' lurks there?";
  255. mes "Naturally, Nobody came back on the hoof so I am not sure whether it really exists or not... well, Do as you want, dude. I'm not your mother.";
  256. close;
  257. }
  258. prt_maze02.gat,110,69,4 script Guard 105,{
  259. mes "[Guard]";
  260. mes "Phew...That geek who went inside last time never returned either.";
  261. mes "I tried to stop him so many times but he never took me seriously. He told me he needed herbs.";
  262. mes "If I were him, I would never give up my life for stupid herbs.";
  263. close;
  264. }