guides_payon.txt 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. //===== rAthena Script =======================================
  2. //= Payon Guides
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= rAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the city of Payon
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guides.
  14. //============================================================
  15. payon,163,64,3 script Guide#01payon::GuidePayon 708,{
  16. cutin "pay_soldier",2;
  17. mes "[Payon Guide]";
  18. mes "Welcome to ^8B4513Payon^000000,";
  19. mes "the Mountain Village.";
  20. mes "Do you need help navigating the village?";
  21. next;
  22. while (1) {
  23. switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
  24. case 1:
  25. set .@loop,1;
  26. while (.@loop) {
  27. switch(select("[ Archer Village ]:[ Tool Shop]:[ Weapon & Armor Shop ]:[ Inn & Tavern ]:[ Central Palace ]:[ Palace Court ]:[ Royal Kitchen ]:Previous Menu")) {
  28. case 1:
  29. mes "[Payon Guide]";
  30. mes "^B9062FArcher Village^000000 is where";
  31. mes "the Archer Association resides.";
  32. mes "Please use the far north gate to enter the village.";
  33. mes "Would you like to check any other locations?";
  34. viewpoint 1,227,328,0,0xFF0000;
  35. next;
  36. break;
  37. case 2:
  38. mes "[Payon Guide]";
  39. mes "Let me mark the location of the";
  40. mes "the ^0000FFTool Shop^000000";
  41. mes "on your mini-map.";
  42. mes "Would you like to check any other locations?";
  43. viewpoint 1,144,85,1,0x0A82FF;
  44. next;
  45. break;
  46. case 3:
  47. mes "[Payon Guide]";
  48. mes "Let me mark the location of the";
  49. mes "the ^FF5400Weapon & Armor Shop^000000";
  50. mes "on your mini-map.";
  51. mes "Would you like to check any other locations?";
  52. viewpoint 1,139,159,2,0xFFB400;
  53. next;
  54. break;
  55. case 4:
  56. mes "[Payon Guide]";
  57. mes "Let me mark the location of the";
  58. mes "the ^006400Inn & Tavern^000000";
  59. mes "on your mini-map.";
  60. mes "Would you like to check any other locations?";
  61. viewpoint 1,220,117,3,0xAAFF00;
  62. next;
  63. break;
  64. case 5:
  65. mes "[Payon Guide]";
  66. mes "Let me mark the location of the";
  67. mes "the ^7F3300Central Palace^000000";
  68. mes "on your mini-map.";
  69. mes "Would you like to check any other locations?";
  70. viewpoint 1,155,245,4,0xD2691E;
  71. next;
  72. break;
  73. case 6:
  74. mes "[Payon Guide]";
  75. mes "Let me mark the location of the";
  76. mes "the ^800080Palace Court^000000";
  77. mes "on your mini-map.";
  78. mes "Would you like to check any other locations?";
  79. viewpoint 1,107,325,5,0xDA70D6;
  80. next;
  81. break;
  82. case 7:
  83. mes "[Payon Guide]";
  84. mes "Let me mark the location of the";
  85. mes "the ^B9062FRoyal Kitchen^000000";
  86. mes "on your mini-map.";
  87. mes "Would you like to check any other locations?";
  88. viewpoint 1,154,325,6,0xFF0000;
  89. next;
  90. break;
  91. case 8:
  92. set .@loop,0;
  93. break;
  94. }
  95. }
  96. break;
  97. case 2:
  98. set .@loop,1;
  99. while (.@loop) {
  100. switch(select("[ Eden Teleport Officer ]:[ Kafra Shop ]:[ Repair /Armsmith ]:[ Trap Specialist ]:[ Seiayblem ]:[ Leablem ]:[ Jade ]:[ Pet Groomer ]:[ Chef Assistant ]:Previous Menu")) {
  101. case 1:
  102. mes "[Payon Guide]";
  103. mes "Let me mark the location of the";
  104. mes "^0000FFEden Teleport Officer^000000";
  105. mes "on your mini-map.";
  106. mes "Would you like to check any other locations?";
  107. viewpoint 1,177,111,7,0x0A82FF;
  108. next;
  109. break;
  110. case 2:
  111. mes "[Payon Guide]";
  112. mes "Let me mark the location of the";
  113. mes "^FF5400Kafra Shop Girls^000000";
  114. mes "on your mini-map.";
  115. mes "Would you like to check any other locations?";
  116. viewpoint 1,164,157,8,0xFFB400;
  117. next;
  118. break;
  119. case 3:
  120. mes "[Payon Guide]";
  121. mes "Let me mark the location of the";
  122. mes "^006400Repairman & Armsmith^000000";
  123. mes "on your mini-map.";
  124. mes "Would you like to check any other locations?";
  125. viewpoint 1,144,170,9,0xAAFF00;
  126. next;
  127. break;
  128. case 4:
  129. mes "[Payon Guide]";
  130. mes "Let me mark the location of the";
  131. mes "^7F3300Kafra Employees^000000";
  132. mes "on your mini-map.";
  133. mes "Would you like to check any other locations?";
  134. viewpoint 1,181,104,10,0xD2691E;
  135. viewpoint 1,175,226,11,0xD2691E;
  136. next;
  137. break;
  138. case 5:
  139. mes "[Payon Guide]";
  140. mes "Let me mark the location of the";
  141. mes "^800080Trap Specialist^000000";
  142. mes "on your mini-map.";
  143. mes "Would you like to check any other locations?";
  144. viewpoint 1,123,109,12,0xDA70D6;
  145. next;
  146. break;
  147. case 6:
  148. mes "[Payon Guide]";
  149. mes "^B9062FSeiyablem^000000";
  150. mes "is a technician";
  151. mes "who can create ^0000FFslots^000000 on weapons and armors,";
  152. mes "but not all equipment";
  153. mes "can be slotted. Well, that's what he says.";
  154. mes "Would you like to check any other locations?";
  155. viewpoint 1,140,151,13,0xFF0000;
  156. next;
  157. break;
  158. case 7:
  159. mes "[Payon Guide]";
  160. mes "^0000FFLeablem^000000";
  161. mes "is a technician";
  162. mes "who can create ^0000FFslots^000000 on weapons and armors,";
  163. mes "but not all equipment";
  164. mes "can be slotted. Well, that's what he says.";
  165. mes "Would you like to check any other locations?";
  166. viewpoint 1,236,199,14,0x0A82FF;
  167. next;
  168. break;
  169. case 8:
  170. mes "[Payon Guide]";
  171. mes "^FF5400Jade^000000";
  172. mes "can exchange different types of";
  173. mes "^FF5400Gemstones^000000.";
  174. mes "Would you like to check any other locations?";
  175. viewpoint 1,173,238,15,0xFFB400;
  176. next;
  177. break;
  178. case 9:
  179. mes "[Payon Guide]";
  180. mes "Let me mark the location of the";
  181. mes "^006400Pet Groomer^000000";
  182. mes "on your mini-map.";
  183. mes "Would you like to check any other locations?";
  184. viewpoint 1,177,131,16,0xAAFF00;
  185. next;
  186. break;
  187. case 10:
  188. mes "[Payon Guide]";
  189. mes "Let me mark the location of the";
  190. mes "^7F3300Chef Assistant^000000";
  191. mes "on your mini-map.";
  192. mes "Would you like to check any other locations?";
  193. viewpoint 1,206,119,17,0xD2691E;
  194. next;
  195. break;
  196. case 11:
  197. set .@loop,0;
  198. break;
  199. }
  200. }
  201. break;
  202. case 3:
  203. mes "[Payon Guide]";
  204. mes "Sure, I'll remove all marks from your mini-map.";
  205. mes "Is there anything else I can do for you?";
  206. viewpoint 2,1,1,0,0xFFFF00;
  207. viewpoint 2,1,1,1,0x000000;
  208. viewpoint 2,1,1,2,0xFF0000;
  209. viewpoint 2,1,1,3,0xFFFF00;
  210. viewpoint 2,1,1,4,0xFFFF00;
  211. viewpoint 2,1,1,5,0xFFFF00;
  212. viewpoint 2,1,1,6,0xFFFF00;
  213. viewpoint 2,1,1,7,0xFFFF00;
  214. viewpoint 2,1,1,8,0xFFFF00;
  215. viewpoint 2,1,1,9,0xFFFF00;
  216. viewpoint 2,1,1,10,0xFFFF00;
  217. viewpoint 2,1,1,11,0xFFFF00;
  218. viewpoint 2,1,1,12,0xFFFF00;
  219. viewpoint 2,1,1,13,0xFFFF00;
  220. viewpoint 2,1,1,14,0xFFFF00;
  221. viewpoint 2,1,1,15,0xFFFF00;
  222. viewpoint 2,1,1,16,0xFFFF00;
  223. viewpoint 2,1,1,17,0xFFFF00;
  224. next;
  225. break;
  226. case 4:
  227. mes "[Payon Guide]";
  228. mes "Enjoy your stay.";
  229. close;
  230. cutin "pay_soldier",255;
  231. end;
  232. }
  233. }
  234. }
  235. payon,151,182,6 duplicate(GuidePayon) Guide#02payon 708
  236. payon,221,85,6 duplicate(GuidePayon) Guide#03payon 708
  237. payon,233,324,4 duplicate(GuidePayon) Guide#04payon 708
  238. pay_arche,86,33,4 script Guide#05payon 708,{
  239. cutin "pay_soldier",2;
  240. mes "[Payon Guide]";
  241. mes "Welcome to ^8B4513Archer Village^000000,";
  242. mes "a subsidiary village of Payon.";
  243. mes "Do you need help navigating the village?";
  244. next;
  245. while (1) {
  246. switch(select("[ Payon Dungeon ]:[ Archer Guild ]:[ Tool Shop ]:[ Kafra Employee ]:[ Mercenary Guildsman ]:[ Alchemist Guildsman ]:[ Eden Teleport Officer ]:Remove Marks from Mini-Map:Cancel")) {
  247. case 1:
  248. mes "[Payon Guide]";
  249. mes "Let me mark the entrance of";
  250. mes "the ^B9062FPayon Dungeon^000000";
  251. mes "on your mini-map.";
  252. mes "Would you like to check any other locations?";
  253. viewpoint 1,38,131,0,0xFF0000;
  254. next;
  255. break;
  256. case 2:
  257. mes "[Payon Guide]";
  258. mes "The ^0000FFArcher Guild^000000";
  259. mes "is where you can change";
  260. mes "your job to Archer.";
  261. mes "Would you like to check any other locations?";
  262. viewpoint 1,143,164,1,0x0A82FF;
  263. next;
  264. break;
  265. case 3:
  266. mes "[Payon Guide]";
  267. mes "Let me mark the location of the";
  268. mes "^FF5400Tool Shop^000000";
  269. mes "on your mini-map.";
  270. mes "Would you like to check any other locations?";
  271. viewpoint 1,72,156,2,0xFFB400;
  272. next;
  273. break;
  274. case 4:
  275. mes "[Payon Guide]";
  276. mes "Let me mark the location of the ^006400Kafra Employee^000000";
  277. mes "on your mini-map.";
  278. mes "Would you like to check any other locations?";
  279. viewpoint 1,55,123,3,0xAAFF00;
  280. next;
  281. break;
  282. case 5:
  283. mes "[Payon Guide]";
  284. mes "Let me mark the location of the";
  285. mes "^7F3300Bow Mercenary Manager^000000 and";
  286. mes "^7F3300Mercenary Goods Merchant^000000";
  287. mes "on your mini-map.";
  288. mes "Would you like to check any other locations?";
  289. viewpoint 1,101,166,4,0xD2691E;
  290. next;
  291. break;
  292. case 6:
  293. mes "[Payon Guide]";
  294. mes "Let me mark the location of the";
  295. mes "^800080Alchemist Guildsman^000000";
  296. mes "on your mini-map.";
  297. mes "Would you like to check any other locations?";
  298. viewpoint 1,127,113,5,0xDA70D6;
  299. next;
  300. break;
  301. case 7:
  302. mes "[Payon Guide]";
  303. mes "The ^0000FFEden Teleport Officer^000000";
  304. mes "is currently staying inside";
  305. mes "the Archer Guild building.";
  306. mes "Would you like to check any other locations?";
  307. viewpoint 1,143,164,6,0x0A82FF;
  308. next;
  309. break;
  310. case 8:
  311. mes "[Payon Guide]";
  312. mes "Sure, I'll remove all marks from your mini-map.";
  313. mes "Would you like to check any other locations?";
  314. viewpoint 2,1,1,0,0xFFFF00;
  315. viewpoint 2,1,1,1,0x000000;
  316. viewpoint 2,1,1,2,0xFF0000;
  317. viewpoint 2,1,1,3,0xFFFF00;
  318. viewpoint 2,1,1,4,0xFFFF00;
  319. viewpoint 2,1,1,5,0xFFFF00;
  320. viewpoint 2,1,1,6,0xFFFF00;
  321. next;
  322. break;
  323. case 9:
  324. mes "[Payon Guide]";
  325. mes "Enjoy your stay.";
  326. close2;
  327. cutin "pay_soldier",255;
  328. end;
  329. }
  330. }
  331. }