guides_alberta.txt 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. //===== rAthena Script =======================================
  2. //= Alberta Guides
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= [Official Conversion]
  11. //= Guides for the city of Alberta
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guides.
  14. //= 1.1 Navigation system update. [Euphy]
  15. //============================================================
  16. alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{
  17. cutin "prt_soldier",2;
  18. mes "[Alberta Guide]";
  19. mes "Welcome to ^8B4513Alberta^000000,";
  20. mes "the Port City.";
  21. mes "Do you need help navigating the city?";
  22. F_Navi("[Alberta Guide]");
  23. next;
  24. set .@str$,"Would you like to check any other locations?";
  25. while (1) {
  26. switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:[ Destination Ports ]:Remove Marks from Mini-Map:Cancel")) {
  27. case 1:
  28. set .@loop,1;
  29. while (.@loop) {
  30. switch(select("[ Tool Shop ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Beauty Salon ]:[ Merchant Guild ]:Previous Menu")) {
  31. case 1:
  32. mes "[Alberta Guide]";
  33. mes "Let me mark the location of the";
  34. mes "the "+F_Navi("Tool Shop","alberta,98,154","^0000FF");
  35. mes "on your mini-map.";
  36. mes .@str$;
  37. viewpoint 1,98,154,0,0x0A82FF;
  38. next;
  39. break;
  40. case 2:
  41. mes "[Alberta Guide]";
  42. mes "The "+F_Navi("Forge","alberta,35,41","^B9062F")+" is currently";
  43. mes "located inside the Merchant Guild building.";
  44. mes .@str$;
  45. viewpoint 1,35,41,1,0xFF0000;
  46. next;
  47. break;
  48. case 3:
  49. mes "[Alberta Guide]";
  50. mes "Let me mark the location of the";
  51. mes "the "+F_Navi("Weapon & Armor Shop","alberta,117,37","^FF5400");
  52. mes "on your mini-map.";
  53. mes .@str$;
  54. viewpoint 1,117,37,2,0xFFB400;
  55. next;
  56. break;
  57. case 4:
  58. mes "[Alberta Guide]";
  59. mes "Let me mark the location of the";
  60. mes "the "+F_Navi("Inn","alberta,65,233","^006400");
  61. mes "on your mini-map.";
  62. mes .@str$;
  63. viewpoint 1,65,233,3,0xAAFF00;
  64. next;
  65. break;
  66. case 5:
  67. mes "[Alberta Guide]";
  68. mes "Let me mark the location of the";
  69. mes "the "+F_Navi("Beauty Salon","alberta,48,145","^7F3300");
  70. mes "on your mini-map.";
  71. mes .@str$;
  72. viewpoint 1,48,145,4,0xD2691E;
  73. next;
  74. break;
  75. case 6:
  76. mes "[Alberta Guide]";
  77. mes "The "+F_Navi("Merchant Guild","alberta,33,41")+" is where";
  78. mes "you can change your job to ^800080Merchant^000000.";
  79. mes "Let me mark its location";
  80. mes "on your mini-map.";
  81. mes .@str$;
  82. viewpoint 1,33,41,5,0xDA70D6;
  83. next;
  84. break;
  85. case 7:
  86. set .@loop,0;
  87. break;
  88. }
  89. }
  90. break;
  91. case 2:
  92. set .@loop,1;
  93. while (.@loop) {
  94. switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Cool Event Employee ]:[ Bullet Merchant ]:[ Cooking Ingredient Merchant ]:Previous Menu")) {
  95. case 1:
  96. mes "[Alberta Guide]";
  97. mes "^B9062FEden Teleport Officers^000000 are located in "+F_Navi("south Alberta","alberta,121,68");
  98. mes "and inside the "+F_Navi("Merchant Guild","alberta,33,41")+" building.";
  99. mes "Let me mark their locations on your mini-map.";
  100. mes .@str$;
  101. viewpoint 1,33,41,6,0xFF0000;
  102. viewpoint 1,121,68,7,0xFF0000;
  103. next;
  104. break;
  105. case 2:
  106. mes "[Alberta Guide]";
  107. mes "Let me mark the location of the";
  108. mes "^0000FFKafra Employees^000000";
  109. mes "on your mini-map.";
  110. mes .@str$;
  111. viewpoint 1,33,41,8,0x0A82FF;
  112. viewpoint 1,113,60,9,0x0A82FF;
  113. next;
  114. break;
  115. case 3:
  116. mes "[Alberta Guide]";
  117. mes "When you win event items,";
  118. mes "you can claim them through the "+F_Navi("Cool Event Employee","alberta,148,57","^FF5400")+".";
  119. mes .@str$;
  120. viewpoint 1,148,57,10,0xFFB400;
  121. next;
  122. break;
  123. case 4:
  124. mes "[Alberta Guide]";
  125. mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
  126. mes "are located";
  127. mes "near the "+F_Navi("center of the city","alberta,117,158")+".";
  128. mes .@str$;
  129. viewpoint 1,117,158,11,0xD2691E;
  130. next;
  131. break;
  132. case 5:
  133. mes "[Alberta Guide]";
  134. mes "The "+F_Navi("Chef Assistant","alberta,167,135","^006400")+" in Alberta";
  135. mes "has many regular customers,";
  136. mes "especially for his ^006400Delicious Fishes^000000.";
  137. mes .@str$;
  138. viewpoint 1,167,135,12,0xAAFF00;
  139. next;
  140. break;
  141. case 6:
  142. set .@loop,0;
  143. break;
  144. }
  145. }
  146. break;
  147. case 3:
  148. set .@loop,1;
  149. while (.@loop) {
  150. switch(select("[ Port - Northern Dock ]:[ Port - Central Dock ]:[ Port - Southern Dock ]:Previous Menu")) {
  151. case 1:
  152. mes "[Alberta Guide]";
  153. mes "You can use the "+F_Navi("Northern Dock","alberta,192,196");
  154. mes "to go to ^0000FFPort Malaya^000000 or ^0000FFDewata^000000.";
  155. mes .@str$;
  156. viewpoint 1,192,196,13,0xFF0000;
  157. next;
  158. break;
  159. case 2:
  160. mes "[Alberta Guide]";
  161. mes "You can use the "+F_Navi("Central Dock","alberta,192,151");
  162. mes "to go to the ^B9062FSunken Ship^000000 or ^B9062FIzlude Marina^000000.";
  163. mes .@str$;
  164. viewpoint 1,192,151,14,0xFF0000;
  165. next;
  166. break;
  167. case 3:
  168. mes "[Alberta Guide]";
  169. mes "You can use the "+F_Navi("Southern Dock","alberta,245,86");
  170. mes "to go to ^0000FFTurtle Island^000000, ^0000FFBrasilis^000000, ^0000FFAmatsu^000000, ^0000FFKunlun^000000, ^0000FFMoscovia^000000, ^0000FFLuoyang^000000, or ^0000FFAyothaya^000000.";
  171. mes .@str$;
  172. viewpoint 1,245,86,15,0xFF0000;
  173. next;
  174. break;
  175. case 4:
  176. set .@loop,0;
  177. break;
  178. }
  179. }
  180. break;
  181. case 4:
  182. mes "[Alberta Guide]";
  183. mes "Sure, I'll remove all marks from your mini-map.";
  184. mes "Is there anything else I can do for you?";
  185. viewpoint 2,1,1,0,0xFFFF00;
  186. viewpoint 2,1,1,1,0x000000;
  187. viewpoint 2,1,1,2,0xFF0000;
  188. viewpoint 2,1,1,3,0xFFFF00;
  189. viewpoint 2,1,1,4,0xFFFF00;
  190. viewpoint 2,1,1,5,0xFFFF00;
  191. viewpoint 2,1,1,6,0xFFFF00;
  192. viewpoint 2,1,1,7,0xFFFF00;
  193. viewpoint 2,1,1,8,0xFFFF00;
  194. viewpoint 2,1,1,9,0xFFFF00;
  195. viewpoint 2,1,1,10,0xFFFF00;
  196. viewpoint 2,1,1,11,0xFFFF00;
  197. viewpoint 2,1,1,12,0x000000;
  198. viewpoint 2,1,1,13,0xFFFF00;
  199. viewpoint 2,1,1,14,0xFFFF00;
  200. viewpoint 2,1,1,15,0xFFFF00;
  201. next;
  202. break;
  203. case 5:
  204. mes "[Alberta Guide]";
  205. mes "Enjoy your stay.";
  206. close2;
  207. cutin "prt_soldier",255;
  208. end;
  209. }
  210. }
  211. }
  212. alberta,120,60,3 duplicate(AlbertaGuide) Guide#02alberta 105
  213. alberta,184,143,4 duplicate(AlbertaGuide) Guide#03alberta 105