guides_izlude.txt 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. //===== rAthena Script =======================================
  2. //= Izlude Guides
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= rAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the city of Izlude
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //= 1.1 Updated to match the new Izlude Map. [Masao]
  15. //============================================================
  16. - script Guide#01izlude::GuideIzlude -1,{
  17. cutin "prt_soldier",2;
  18. mes "[Izlude Guide]";
  19. mes "Welcome to ^8B4513Izlude^000000,";
  20. mes "Prontera's satellite town.";
  21. mes "Do you need help navigating the town?";
  22. next;
  23. while (1) {
  24. switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
  25. case 1:
  26. set .@loop,1;
  27. while (.@loop) {
  28. switch(select("[ Marina ]:[ Airport ]:[ Arena ]:[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Swordsman Guild ]:[ Swordsman Association ]:Previous Menu")) {
  29. case 1:
  30. mes "[Izlude Guide]";
  31. mes "You can use the northeast ^B9062FMarina^000000";
  32. mes "to go to ^8B4513Alberta^000000 or ^8B4513Byalan Island^000000.";
  33. mes "Beware of ^8B4513Izlude Dungeon^000000";
  34. mes "on Byalan Island since it is";
  35. mes "filled with dreadful monsters.";
  36. mes "Would you like to check any other locations?";
  37. viewpoint 1,200,180,0,0xFF0000;
  38. next;
  39. break;
  40. case 2:
  41. mes "[Izlude Guide]";
  42. mes "The ^0000FFInternational Airship^000000 to the southeast";
  43. mes "goes to ^8B4513Juno^000000 and ^8B4513Rachel^000000.";
  44. mes "Let me mark its location";
  45. mes "on your mini-map.";
  46. mes "Would you like to check any other locations?";
  47. viewpoint 1,145,39,1,0x0A82FF;
  48. next;
  49. break;
  50. case 3:
  51. mes "[Izlude Guide]";
  52. mes "The ^FF5400Arena^000000 at the north";
  53. mes "is a perfect place to";
  54. mes "test your combat capabilities.";
  55. mes "Let me mark its location";
  56. mes "on your mini-map.";
  57. mes "Would you like to check any other locations?";
  58. viewpoint 1,128,255,2,0xFF5400;
  59. next;
  60. break;
  61. case 4:
  62. mes "[Izlude Guide]";
  63. mes "Let me mark the location of the ^006400Tool Shop^000000";
  64. mes "on your mini-map.";
  65. mes "Would you like to check any other locations?";
  66. viewpoint 1,148,148,3,0xAAFF00;
  67. next;
  68. break;
  69. case 5:
  70. mes "[Izlude Guide]";
  71. mes "Let me mark the location of the ^7F3300Weapon & Armor Shop^000000";
  72. mes "on your mini-map.";
  73. mes "Would you like to check any other locations?";
  74. viewpoint 1,114,149,4,0xD2691E;
  75. next;
  76. break;
  77. case 6:
  78. mes "[Izlude Guide]";
  79. mes "The Swordsman Guild is where you can ^800080change your job to Swordsman.^000000";
  80. mes "Let me mark its location";
  81. mes "on your mini-map.";
  82. mes "Would you like to check any other locations?";
  83. viewpoint 1,52,140,5,0xDA70D6;
  84. next;
  85. break;
  86. case 7:
  87. mes "[Izlude Guide]";
  88. mes "Let me mark the location of the ^B9062FSwordsman Association^000000";
  89. mes "on your mini-map.";
  90. mes "Would you like to check any other locations?";
  91. viewpoint 1,214,130,6,0xFF0000;
  92. next;
  93. break;
  94. case 8:
  95. set .@loop,0;
  96. break;
  97. }
  98. }
  99. break;
  100. case 2:
  101. set .@loop,1;
  102. while (.@loop) {
  103. switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Newlywed Helper ]:[ Bullet Merchant ]:[ Mercenary Guildsman ]:Previous Menu")) {
  104. case 1:
  105. mes "[Izlude Guide]";
  106. mes "The ^0000FFEden Teleport Officer^000000";
  107. mes "is currently staying inside";
  108. mes "the Swordsman Guild building.";
  109. mes "Let me mark his location on your mini-map.";
  110. mes "Would you like to check any other locations?";
  111. viewpoint 1,52,140,7,0x0A82FF;
  112. next;
  113. break;
  114. case 2:
  115. mes "[Izlude Guide]";
  116. mes "Let me mark the location of the";
  117. mes "^FF5400Kafra Employee^000000";
  118. mes "on your mini-map.";
  119. mes "Would you like to check any other locations?";
  120. viewpoint 1,134,88,8,0xFF5400;
  121. next;
  122. break;
  123. case 3:
  124. mes "[Izlude Guide]";
  125. mes "If you'd like to go on a honeymoon to";
  126. mes "^8B4513Jawaii^000000, the paradise of newlyweds,";
  127. mes "please speak to the ^B9062FNewlywed Helper^000000.";
  128. mes "Would you like to check any other locations?";
  129. viewpoint 1,171,185,9,0xFF0000;
  130. next;
  131. break;
  132. case 4:
  133. mes "[Izlude Guide]";
  134. mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
  135. mes "is located to the east.";
  136. mes "Let me mark his location";
  137. mes "on your mini-map.";
  138. mes "Would you like to check any other locations?";
  139. viewpoint 1,171,130,10,0xD2691E;
  140. next;
  141. break;
  142. case 5:
  143. mes "[Izlude Guide]";
  144. mes "Let me mark the location of ^0000FFFencer Mercenary Manager^000000 and";
  145. mes "^0000FFMercenary Goods Merchant^000000";
  146. mes "on your mini-map.";
  147. mes "Would you like to check any other locations?";
  148. viewpoint 1,48,137,11,0xDA70D6;
  149. next;
  150. break;
  151. case 6:
  152. set .@loop,0;
  153. break;
  154. }
  155. }
  156. break;
  157. case 3:
  158. mes "[Izlude Guide]";
  159. mes "Sure, I'll remove all marks from your mini-map.";
  160. mes "Is there anything else I can do for you?";
  161. viewpoint 2,1,1,0,0xFFFF00;
  162. viewpoint 2,1,1,1,0x000000;
  163. viewpoint 2,1,1,2,0xFF0000;
  164. viewpoint 2,1,1,3,0xFFFF00;
  165. viewpoint 2,1,1,4,0xFFFF00;
  166. viewpoint 2,1,1,5,0xFFFF00;
  167. viewpoint 2,1,1,6,0xFFFF00;
  168. viewpoint 2,1,1,7,0xFFFF00;
  169. viewpoint 2,1,1,8,0xFFFF00;
  170. viewpoint 2,1,1,9,0xFFFF00;
  171. viewpoint 2,1,1,10,0xFFFF00;
  172. viewpoint 2,1,1,11,0xFFFF00;
  173. next;
  174. break;
  175. case 4:
  176. mes "[Izlude Guide]";
  177. mes "Enjoy your stay.";
  178. mes "Bye~!";
  179. close2;
  180. cutin "prt_soldier",255;
  181. end;
  182. }
  183. }
  184. }
  185. izlude,129,175,4 duplicate(GuideIzlude) Guide#02izlude 105
  186. izlude,133,113,4 duplicate(GuideIzlude) Guide#03izlude 105
  187. izlude,120,206,4 duplicate(GuideIzlude) Guide#04izlude 105