guides_pay.txt 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. //===== eAthena Script =======================================
  2. //= Payon Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= eAthena 0.5.2 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Fully working
  13. //= v1.1 Now using duplicate command.New Payon Locations [Darkchild]
  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. //= 1.3a Fixed some problems with duplicated text, thanks to muad_dib [MasterOfMuppets]
  18. //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
  19. //= 1.4a Tixed Archer Village Guide [Lupus]
  20. //= 1.5 Removed Duplicates [Silent]
  21. //============================================================
  22. payon.gat,162,67,4 script Guide#pay1 708,{
  23. cutin "pay_soldier",2;
  24. mes "[Payon Guide]";
  25. mes "Welcome to the mountain city of Payon.";
  26. mes "If you're unfammiliar with this area, I can help you find what you're looking for around here.";
  27. L_MENU:
  28. next;
  29. menu "City Guide",-,"Remove Marks from Mini-Map",L_REMOVE,"Notice",L_NOTICE,"Cancel",L_END;
  30. mes "[Payon Guide]";
  31. mes "Please select a location from the following menu.";
  32. mes "Would you like me to mark locations on your Mini-Map?";
  33. next;
  34. menu "Yes.",L_YES,"No.",L_NO;
  35. L_NO:
  36. set @COMPASS_CHECK,0;
  37. goto L_CONT;
  38. L_YES:
  39. set @COMPASS_CHECK,1;
  40. L_CONT:
  41. L_MENU_2:
  42. menu "^FF0000Archer Guild^000000",L_ARCHER,"Weapon Shop",L_WEAPON,"Tool Shop",L_TOOL,"Pub",L_PUB,"Central Palace",L_PALACE,"The Empress",L_EMPRESS,"Palace Annex",L_ANNEX,"Royal Kitchen",L_KITCHEN,"Forge",L_FORGE,"Cancel",-;
  43. mes "[Payon Guide]";
  44. mes "Please ask me to remove marks from Mini-Map if you no longer wish to have the location marks displayed on your Mini-Map.";
  45. goto L_MENU;
  46. L_ARCHER:
  47. mes "[Payon Guide]";
  48. mes "The Archer Guild handles Job Changes to the Archer Class.";
  49. mes "You'll need to enter the Archer Village wich is to the northeast of Payon.";
  50. viewpoint 1,228,326,1,0xFF0000;
  51. next;
  52. goto L_WIPE;
  53. L_WEAPON:
  54. mes "[Payon Guide]";
  55. mes "The Weapon Shop can be found in the northwest corner of the city of Payon.";
  56. viewpoint 1,139,158,2,0xFF00FF;
  57. next;
  58. goto L_WIPE;
  59. L_TOOL:
  60. mes "[Payon Guide]";
  61. mes "The Tool Shop is located near the northwest corner of Payon.";
  62. viewpoint 1,144,85,3,0xFF00FF;
  63. next;
  64. goto L_WIPE;
  65. L_PUB:
  66. mes "[Payon Guide]";
  67. mes "The Pub can be found in the northeast part of Payon.";
  68. mes "It's the best place to relax after a long day of hunting.";
  69. viewpoint 1,220,117,4,0xFF00FF;
  70. next;
  71. goto L_WIPE;
  72. L_PALACE:
  73. mes "[Payon Guide]";
  74. mes "The Central Palace is located to the north within the city of Payon.";
  75. viewpoint 1,156,245,5,0x00FF00;
  76. next;
  77. goto L_WIPE;
  78. L_EMPRESS:
  79. mes "[Payon Guide]";
  80. mes "The Empress can be found to the northwest in Payon.";
  81. viewpoint 1,107,327,6,0x00FF00;
  82. next;
  83. goto L_WIPE;
  84. L_ANNEX:
  85. mes "[Payon Guide]";
  86. mes "The Palace Annex can be found in the western part of Payon.";
  87. viewpoint 1,127,204,7,0x00FF00;
  88. next;
  89. goto L_WIPE;
  90. L_KITCHEN:
  91. mes "[Payon Guide]";
  92. mes "The Royal Kitchen is located near the northern end of Payon.";
  93. viewpoint 1,155,327,8,0x00FF00;
  94. next;
  95. goto L_WIPE;
  96. L_FORGE:
  97. mes "[Payon Guide]";
  98. mes "The Forge is situaded near the center of Payon.";
  99. viewpoint 1,142,172,9,0xFFFF00;
  100. next;
  101. // goto L_WIPE;
  102. L_WIPE:
  103. if(@COMPASS_CHECK == 1)goto L_MENU_2;
  104. viewpoint 2,228,326,1,0xFF0000;
  105. viewpoint 2,139,158,2,0xFF00FF;
  106. viewpoint 2,144,85,3,0xFF00FF;
  107. viewpoint 2,220,117,4,0xFF00FF;
  108. viewpoint 2,156,245,5,0x00FF00;
  109. viewpoint 2,107,327,6,0x00FF00;
  110. viewpoint 2,127,204,7,0x00FF00;
  111. viewpoint 2,155,327,8,0x00FF00;
  112. viewpoint 2,142,172,9,0xFFFF00;
  113. goto L_MENU_2;
  114. L_REMOVE:
  115. viewpoint 2,228,326,1,0xFF0000;
  116. viewpoint 2,139,158,2,0xFF00FF;
  117. viewpoint 2,144,85,3,0xFF00FF;
  118. viewpoint 2,220,117,4,0xFF00FF;
  119. viewpoint 2,156,245,5,0x00FF00;
  120. viewpoint 2,107,327,6,0x00FF00;
  121. viewpoint 2,127,204,7,0x00FF00;
  122. viewpoint 2,155,327,8,0x00FF00;
  123. viewpoint 2,142,172,9,0xFFFF00;
  124. goto L_MENU;
  125. L_NOTICE:
  126. mes "[Payon Guide]";
  127. mes "Advances in sorcery and technology have allowed us to update our information system, enabling up to mark locations on your Mini-Map for easier navigation.";
  128. next;
  129. mes "[Payon Guide]";
  130. mes "Your Mini-Map is located in the upper right corner of the screen.";
  131. mes "If you can't see it, press the Ctrl + Tab keys or click the 'Map' button in your Basic Information Window.";
  132. next;
  133. mes "[Payon Guide]";
  134. mes "On your Mini-Map, click on the '+' and '-' symbols to zoom in and out of your Mini-Map.";
  135. mes "We hope you enjoy your travels here in the city of Payon.";
  136. goto L_MENU;
  137. L_END:
  138. mes "[Payon Guide]";
  139. mes "Be safe in your travels, brave adventurer.";
  140. cutin "pay_soldier",255;
  141. close;
  142. }
  143. pay_arche.gat,85,30,2 script Guide#pay2 708,{
  144. cutin "pay_soldier",2;
  145. mes "[Payon Guide]";
  146. mes "Welcome to the Archer Village.";
  147. mes "If you're unfammiliar with this area, I can help you find what you're looking for around here.";
  148. L_MENU:
  149. next;
  150. menu "Village Guide",-,"Remove Marks from Mini-Map",L_REMOVE,"Notice",L_NOTICE,"Cancel",L_END;
  151. mes "[Payon Guide]";
  152. mes "Please select a location from the following menu.";
  153. mes "Would you like me to mark locations on your Mini-Map?";
  154. next;
  155. menu "Yes.",L_YES,"No.",L_NO;
  156. L_NO:
  157. set @COMPASS_CHECK,0;
  158. goto L_CONT;
  159. L_YES:
  160. set @COMPASS_CHECK,1;
  161. L_CONT:
  162. L_MENU_2:
  163. menu "^FF0000Archer Guild^000000",L_ARCHER,"Tool Shop",L_TOOL,"Payon Dungeon",L_DUNGEON,"Cancel",-;
  164. mes "[Payon Guide]";
  165. mes "Please ask me to remove marks from Mini-Map if you no longer wish to have the location marks displayed on your Mini-Map.";
  166. goto L_MENU;
  167. L_ARCHER:
  168. mes "[Payon Guide]";
  169. mes "The Archer Guild, found northeast in the Archer Village, handles Job Changes to the Archer Class.";
  170. viewpoint 1,144,164,1,0xFF0000;
  171. next;
  172. goto L_WIPE;
  173. L_TOOL:
  174. mes "[Payon Guide]";
  175. mes "The Tool Shop is located near the northwest corner of the village.";
  176. viewpoint 1,71,156,2,0xFF00FF;
  177. next;
  178. goto L_WIPE;
  179. L_DUNGEON:
  180. mes "[Payon Guide]";
  181. mes "The entrance to the Payon Dungeon is located at the west end of the village.";
  182. viewpoint 1,34,132,3,0xFFFFFF;
  183. next;
  184. // goto L_WIPE;
  185. L_WIPE:
  186. if(@COMPASS_CHECK == 1)goto L_MENU_2;
  187. viewpoint 2,144,164,1,0xFF0000;
  188. viewpoint 2,71,156,2,0xFF00FF;
  189. viewpoint 2,34,132,3,0xFFFFFF;
  190. goto L_MENU_2;
  191. L_REMOVE:
  192. viewpoint 2,144,164,1,0xFF0000;
  193. viewpoint 2,71,156,2,0xFF00FF;
  194. viewpoint 2,34,132,3,0xFFFFFF;
  195. goto L_MENU;
  196. L_NOTICE:
  197. mes "[Payon Guide]";
  198. mes "Advances in sorcery and technology have allowed us to update our information system, enabling up to mark locations on your Mini-Map for easier navigation.";
  199. next;
  200. mes "[Payon Guide]";
  201. mes "Your Mini-Map is located in the upper right corner of the screen.";
  202. mes "If you can't see it, press the Ctrl + Tab keys or click the 'Map' button in your Basic Information Window.";
  203. next;
  204. mes "[Payon Guide]";
  205. mes "On your Mini-Map, click on the '+' and '-' symbols to zoom in and out of your Mini-Map.";
  206. mes "We hope you enjoy your travels here in the city of Payon.";
  207. goto L_MENU;
  208. L_END:
  209. mes "[Payon Guide]";
  210. mes "Be safe in your travels, brave adventurer.";
  211. cutin "pay_soldier",255;
  212. close;
  213. }