guides_pay.txt 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. //===== eAthena Script =======================================
  2. //= Payon Guides
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.3a
  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. //============================================================
  19. payon.gat,162,67,4 script Guide 708,{
  20. cutin "pay_soldier",2;
  21. mes "[Payon Guide]";
  22. mes "Welcome to the";
  23. mes "mountain city of Payon.";
  24. mes "if you're unfammiliar with this";
  25. mes "area, I can help you find what";
  26. mes "you're looking for around here.";
  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 "[Payon 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 "^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",-;
  48. mes "[Payon 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_ARCHER:
  56. mes "[Payon Guide]";
  57. mes "The Archer Guild handles";
  58. mes "Job Changes to the Archer";
  59. mes "Class. You'll need to enter";
  60. mes "the Archer Village wich is";
  61. mes "to the northeast of Payon.";
  62. viewpoint 1,228,326,1,0xFF0000;
  63. next;
  64. goto L_WIPE;
  65. L_WEAPON:
  66. mes "[Payon Guide]";
  67. mes "The Weapon Shop";
  68. mes "can be found in the";
  69. mes "northwest corner of";
  70. mes "the city of Payon.";
  71. viewpoint 1,139,158,2,0xFF00FF;
  72. next;
  73. goto L_WIPE;
  74. L_TOOL:
  75. mes "[Payon Guide]";
  76. mes "The Tool Shop";
  77. mes "is located near";
  78. mes "the northwest";
  79. mes "corner of Payon.";
  80. viewpoint 1,144,85,3,0xFF00FF;
  81. next;
  82. goto L_WIPE;
  83. L_PUB:
  84. mes "[Payon Guide]";
  85. mes "The Pub can be";
  86. mes "found in the northeast";
  87. mes "part of Payon. It's the";
  88. mes "best place to relax after";
  89. mes "a long day of hunting.";
  90. viewpoint 1,220,117,4,0xFF00FF;
  91. next;
  92. goto L_WIPE;
  93. L_PALACE:
  94. mes "[Payon Guide]";
  95. mes "The Central Palace";
  96. mes "is located to the north";
  97. mes "within the city of Payon.";
  98. viewpoint 1,156,245,5,0x00FF00;
  99. next;
  100. goto L_WIPE;
  101. L_EMPRESS:
  102. mes "[Payon Guide]";
  103. mes "The Empress";
  104. mes "can be found to the";
  105. mes "northwest in Payon.";
  106. viewpoint 1,107,327,6,0x00FF00;
  107. next;
  108. goto L_WIPE;
  109. L_ANNEX:
  110. mes "[Payon Guide]";
  111. mes "The Palace Annex";
  112. mes "can be found in the";
  113. mes "western part of Payon.";
  114. viewpoint 1,127,204,7,0x00FF00;
  115. next;
  116. goto L_WIPE;
  117. L_KITCHEN:
  118. mes "[Payon Guide]";
  119. mes "The Royal Kitchen";
  120. mes "is located near the";
  121. mes "northern end of Payon.";
  122. viewpoint 1,155,327,8,0x00FF00;
  123. next;
  124. goto L_WIPE;
  125. L_FORGE:
  126. mes "[Payon Guide]";
  127. mes "The Forge is";
  128. mes "situaded near";
  129. mes "the center of Payon.";
  130. viewpoint 1,142,172,9,0xFFFF00;
  131. next;
  132. goto L_WIPE;
  133. L_WIPE:
  134. if(@COMPASS_CHECK == 1)goto L_MENU_2;
  135. viewpoint 2,228,326,1,0xFF0000;
  136. viewpoint 2,139,158,2,0xFF00FF;
  137. viewpoint 2,144,85,3,0xFF00FF;
  138. viewpoint 2,220,117,4,0xFF00FF;
  139. viewpoint 2,156,245,5,0x00FF00;
  140. viewpoint 2,107,327,6,0x00FF00;
  141. viewpoint 2,127,204,7,0x00FF00;
  142. viewpoint 2,155,327,8,0x00FF00;
  143. viewpoint 2,142,172,9,0xFFFF00;
  144. goto L_MENU_2;
  145. L_REMOVE:
  146. viewpoint 2,228,326,1,0xFF0000;
  147. viewpoint 2,139,158,2,0xFF00FF;
  148. viewpoint 2,144,85,3,0xFF00FF;
  149. viewpoint 2,220,117,4,0xFF00FF;
  150. viewpoint 2,156,245,5,0x00FF00;
  151. viewpoint 2,107,327,6,0x00FF00;
  152. viewpoint 2,127,204,7,0x00FF00;
  153. viewpoint 2,155,327,8,0x00FF00;
  154. viewpoint 2,142,172,9,0xFFFF00;
  155. goto L_MENU;
  156. L_NOTICE:
  157. mes "[Payon Guide]";
  158. mes "Advances in sorcery and";
  159. mes "technology have allowed";
  160. mes "us to update our information";
  161. mes "system, enabling up to mark";
  162. mes "locations on your Mini-Map";
  163. mes "for easier navigation.";
  164. next;
  165. mes "[Payon Guide]";
  166. mes "Your Mini-Map is located";
  167. mes "in the upper right corner";
  168. mes "of the screen. If you can't";
  169. mes "see it, press the Ctrl + Tab";
  170. mes "keys or click the 'Map' button";
  171. mes "in your Basic Information Window.";
  172. next;
  173. mes "[Payon Guide]";
  174. mes "On your Mini-Map,";
  175. mes "click on the '+' and '-'";
  176. mes "symbols to zoom in and";
  177. mes "out of your Mini-Map. We";
  178. mes "hope you enjoy your travels";
  179. mes "here in the city of Payon.";
  180. goto L_MENU;
  181. L_END:
  182. mes "[Payon Guide]";
  183. mes "Be safe in";
  184. mes "your travels,";
  185. mes "brave adventurer.";
  186. cutin "pay_soldier",255;
  187. close;
  188. }
  189. pay_arche.gat,85,30,2 script Guide 708,{
  190. cutin "pay_soldier",2;
  191. mes "[Payon Guide]";
  192. mes "Welcome to the";
  193. mes "mountain city of Payon.";
  194. mes "if you're unfammiliar with this";
  195. mes "area, I can help you find what";
  196. mes "you're looking for around here.";
  197. L_MENU:
  198. next;
  199. menu "City Guide",L_CITY,"Remove Marks from Mini-Map",L_REMOVE,"Notice",L_NOTICE,"Cancel",L_END;
  200. L_CITY:
  201. mes "[Payon Guide]";
  202. mes "Please select";
  203. mes "a location from";
  204. mes "the following menu.";
  205. mes "Would you like me";
  206. mes "to mark locations";
  207. mes "on your Mini-Map?";
  208. next;
  209. menu "Yes.",L_YES,"No.",L_NO;
  210. L_NO:
  211. set @COMPASS_CHECK,0;
  212. goto L_CONT;
  213. L_YES:
  214. set @COMPASS_CHECK,1;
  215. L_CONT:
  216. L_MENU_2:
  217. menu "^FF0000Archer Guild^000000",L_ARCHER,"Tool Shop",L_TOOL,"Payon Dungeon",L_DUNGEON,"Cancel",-;
  218. mes "[Payon Guide]";
  219. mes "Pleas ask me to Remove";
  220. mes "Marks from Mini-Map if you";
  221. mes "no longer wish to have the";
  222. mes "location marks displayed";
  223. mes "on your Mini-Map.";
  224. goto L_MENU;
  225. L_ARCHER:
  226. mes "[Payon Guide]";
  227. mes "The Archer Guild,";
  228. mes "found northeast in";
  229. mes "the Archer Village,";
  230. mes "handles Job Changes";
  231. mes "to the Archer Class.";
  232. viewpoint 1,144,164,1,0xFF0000;
  233. next;
  234. goto L_WIPE;
  235. L_TOOL:
  236. mes "[Payon Guide]";
  237. mes "The Tool Shop";
  238. mes "is located near";
  239. mes "the northwest";
  240. mes "corner of Payon.";
  241. viewpoint 1,71,156,2,0xFF00FF;
  242. next;
  243. goto L_WIPE;
  244. L_DUNGEON:
  245. mes "[Payon Guide]";
  246. mes "The entrance to";
  247. mes "the Payon Dungeon";
  248. mes "is located at the west";
  249. mes "end of the village.";
  250. viewpoint 1,34,132,3,0xFFFFFF;
  251. next;
  252. goto L_WIPE;
  253. L_WIPE:
  254. if(@COMPASS_CHECK == 1)goto L_MENU_2;
  255. viewpoint 2,144,164,1,0xFF0000;
  256. viewpoint 2,71,156,2,0xFF00FF;
  257. viewpoint 2,34,132,3,0xFFFFFF;
  258. goto L_MENU_2;
  259. L_REMOVE:
  260. viewpoint 2,144,164,1,0xFF0000;
  261. viewpoint 2,71,156,2,0xFF00FF;
  262. viewpoint 2,34,132,3,0xFFFFFF;
  263. goto L_MENU;
  264. L_NOTICE:
  265. mes "[Payon Guide]";
  266. mes "Advances in sorcery and";
  267. mes "technology have allowed";
  268. mes "us to update our information";
  269. mes "system, enabling up to mark";
  270. mes "locations on your Mini-Map";
  271. mes "for easier navigation.";
  272. next;
  273. mes "[Payon Guide]";
  274. mes "Your Mini-Map is located";
  275. mes "in the upper right corner";
  276. mes "of the screen. If you can't";
  277. mes "see it, press the Ctrl + Tab";
  278. mes "keys or click the 'Map' button";
  279. mes "in your Basic Information Window.";
  280. next;
  281. mes "[Payon Guide]";
  282. mes "On your Mini-Map,";
  283. mes "click on the '+' and '-'";
  284. mes "symbols to zoom in and";
  285. mes "out of your Mini-Map. We";
  286. mes "hope you enjoy your travels";
  287. mes "here in the city of Payon.";
  288. goto L_MENU;
  289. L_END:
  290. mes "[Payon Guide]";
  291. mes "Be safe in";
  292. mes "your travels,";
  293. mes "brave adventurer.";
  294. cutin "pay_soldier",255;
  295. close;
  296. }