guides_pay.txt 7.5 KB

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