guides_izl.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. //===== eAthena Script =======================================
  2. //= Izlude Guides
  3. //===== By: ==================================================
  4. //= kobra_k88; L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the City of Izlude
  12. //===== Additional Comments: =================================
  13. //= Fully working
  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.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
  18. //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  19. //============================================================
  20. izlude,121,87,6 script Guide#iz 105,{
  21. cutin "prt_soldier",2;
  22. mes "[Izlude Guide]";
  23. mes "Welcome to Izlude,";
  24. mes "Prontera's satellite city.";
  25. mes "If you need any guidance";
  26. mes "around Izlude, feel free";
  27. mes "to ask me at anytime.";
  28. set .@loop1,1;
  29. while(.@loop1) {
  30. next;
  31. switch(select("City Guide:Remove Marks from Mini-Map:Notice.:Cancel")) {
  32. case 1:
  33. mes "[Izlude Guide]";
  34. mes "Please select";
  35. mes "a location from";
  36. mes "the following menu.";
  37. if (.@compass_check == 0) {
  38. mes "Would you like me";
  39. mes "to mark locations";
  40. mes "on your Mini-Map?";
  41. next;
  42. if (select("Yes:No") == 1) set .@compass_check,1;
  43. }
  44. set .@loop2,1;
  45. while(.@loop2) {
  46. next;
  47. switch(select("^FF0000Swordman Association^000000:Swordman Hall:Arena:Izlude Marina:Weapon Shop:Tool Shop:Cancel")) {
  48. case 1:
  49. mes "[Izlude Guide]";
  50. mes "The Swordman Association";
  51. mes "is located on an island that is";
  52. mes "in west Izlude. If you're thinking of changing jobs to Swordman,";
  53. mes "you should check it out.";
  54. if (.@compass_check)
  55. viewpoint 1,52,140,0,0xFF0000;
  56. break;
  57. case 2:
  58. mes "[Izlude Guide]";
  59. mes "The Swordman Hall";
  60. mes "is located in the eastern";
  61. mes "island connected to Izlude.";
  62. if (.@compass_check)
  63. viewpoint 1,214,130,1,0x00FF00;
  64. break;
  65. case 3:
  66. mes "[Izlude Guide]";
  67. mes "Izlude's famous";
  68. mes "Arena is located at the";
  69. mes "northern end of Izlude.";
  70. if (.@compass_check)
  71. viewpoint 1,128,225,2,0x00FF00;
  72. break;
  73. case 4:
  74. mes "[Izlude Guide]";
  75. mes "You can find the";
  76. mes "Marina in the northeast";
  77. mes "part of Izlude. There, you can";
  78. mes "ride a ship which will take you";
  79. mes "to Alberta or Byalan Island.";
  80. if (.@compass_check)
  81. viewpoint 1,200,180,3,0xFF0000;
  82. break;
  83. case 5:
  84. mes "[Izlude Guide]";
  85. mes "You can easily";
  86. mes "find the Weapon Shop";
  87. mes "in northwest Izlude.";
  88. if (.@compass_check)
  89. viewpoint 1,111,149,4,0xFF00FF;
  90. break;
  91. case 6:
  92. mes "[Izlude Guide]";
  93. mes "The Tool Shop shouldn't";
  94. mes "be too hard to find in the";
  95. mes "northeast part of Izlude.";
  96. if (.@compass_check)
  97. viewpoint 1,148,148,5,0xFF00FF;
  98. break;
  99. case 7:
  100. mes "[Izlude Guide]";
  101. mes "Please ask me to ''Remove";
  102. mes "Marks from Mini-Map'' if you";
  103. mes "no longer wish to have the";
  104. mes "location marks displayed";
  105. mes "on your Mini-Map.";
  106. set .@loop2,0;
  107. }
  108. }
  109. break;
  110. case 2:
  111. viewpoint 2,237,41,0,0x00FF00;
  112. viewpoint 2,237,41,1,0x0000FF;
  113. viewpoint 2,46,345,2,0x00FF00;
  114. viewpoint 2,175,220,3,0xFF0000;
  115. viewpoint 2,134,221,4,0xFF0000;
  116. viewpoint 2,204,214,5,0xFF0000;
  117. set .@compass_check,0;
  118. break;
  119. case 3:
  120. mes "[Izlude Guide]";
  121. mes "Advances in sorcery and";
  122. mes "technology have allowed";
  123. mes "us to update our information";
  124. mes "system, enabling up to mark";
  125. mes "locations on your Mini-Map";
  126. mes "for easier navigation.";
  127. next;
  128. mes "[Izlude Guide]";
  129. mes "Your Mini-Map is located";
  130. mes "in the upper right corner";
  131. mes "of the screen. If you can't";
  132. mes "see it, press the Ctrl + Tab";
  133. mes "keys or click the ''Map'' button in your Basic Info Window.";
  134. next;
  135. mes "[Izlude Guide]";
  136. mes "On your Mini-Map,";
  137. mes "click on the ''+'' and ''-''";
  138. mes "symbols to zoom in and";
  139. mes "our of your Mini-Map. We";
  140. mes "hope you enjoy your travels";
  141. mes "here in the city of Izlude.";
  142. break;
  143. case 4:
  144. mes "[Izlude Guide]";
  145. mes "Okay then, feel";
  146. mes "free to come to me";
  147. mes "if you ever feel lost";
  148. mes "around Izlude, alright?";
  149. set .@loop1,0;
  150. }
  151. }
  152. close2;
  153. cutin "prt_soldier",255;
  154. end;
  155. }