guides_gef.txt 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. //===== eAthena Script =======================================
  2. //= Geffen Guides
  3. //===== By: ==================================================
  4. //= kobra_k88; L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.4
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis COnversion]
  11. //= Guides for the City of Geffen
  12. //===== Additional Comments: =================================
  13. //= Fully working. Added a guide at every exit.
  14. //= v1.1 Now using duplicate command.
  15. //= 1.2 Optimized, updated common guide names [Lupus]
  16. //= 1.2a Small note that the BS guild moved to Einbroch [Poki#3]
  17. //= 1.3 Removed Duplicates [Silent]
  18. //= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  19. //============================================================
  20. geffen,203,116,0 script Guide#gef::GefGuide 705,{
  21. cutin "gef_soldier",2;
  22. mes "[Geffen Guide]";
  23. mes "Welcome to Geffen,";
  24. mes "the City of Magic. If you";
  25. mes "need any guidance around";
  26. mes "the city, feel free to ask me";
  27. mes "and I'll do my best to assist you. ^FFFFFFcobo^000000";
  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 "[Geffen 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. if (select("Yes:No") == 1) set .@compass_check,1;
  42. }
  43. set .@loop2,1;
  44. while (.@loop2) {
  45. next;
  46. switch(select("^FF0000Magic Acedemy^000000:Forge Shop:Weapon Shop:Tool Shop:Pub:Inn:Geffen Tower:Cancel")) {
  47. case 1:
  48. mes "[Geffen Guide]";
  49. mes "The Magic Academy in";
  50. mes "northwest Geffen handles";
  51. mes "Job Changes to the Mage class.";
  52. if (.@compass_check)
  53. viewpoint 1,61,180,2,0xFF0000;
  54. break;
  55. case 2:
  56. mes "[Geffen Guide]";
  57. mes "The Forge Shop is";
  58. mes "located just southeast";
  59. mes "from the center of Geffen.";
  60. if (.@compass_check)
  61. viewpoint 1,182,59,3,0x00FF00;
  62. break;
  63. case 3:
  64. mes "[Geffen Guide]";
  65. mes "The Weapon Shop";
  66. mes "can be found northwest";
  67. mes "from the center of Geffen.";
  68. if (.@compass_check)
  69. viewpoint 1,99,140,4,0xFF00FF;
  70. break;
  71. case 4:
  72. mes "[Geffen Guide]";
  73. mes "You can find the";
  74. mes "Tool Shop by heading";
  75. mes "southwest from the";
  76. mes "center of Geffen.";
  77. if (.@compass_check)
  78. viewpoint 1,44,86,5,0xFF00FF;
  79. break;
  80. case 5:
  81. mes "[Geffen Guide]";
  82. mes "The Pub can be";
  83. mes "found northeast";
  84. mes "from the Geffen Tower.";
  85. if (.@compass_check)
  86. viewpoint 1,138,138,6,0xFF00FF;
  87. break;
  88. case 6:
  89. mes "[Geffen Guide]";
  90. mes "The Inn can be";
  91. mes "found by traveling";
  92. mes "northeast from the";
  93. mes "center of Geffen.";
  94. if (.@compass_check)
  95. viewpoint 1,172,174,7,0xFF00FF;
  96. break;
  97. case 7:
  98. mes "[Geffen Guide]";
  99. mes "Geffen Tower is found";
  100. mes "in the center of the city.";
  101. mes "The Wizard Guild is at the";
  102. mes "top, and there's even a dungeon";
  103. mes "underneath it. There's many a";
  104. mes "mystery surrounding that tower...";
  105. if (.@compass_check)
  106. viewpoint 1,120,114,8,0x00FF00;
  107. break;
  108. case 8:
  109. mes "[Geffen Guide]";
  110. mes "Please ask me to ''Remove";
  111. mes "Marks from Mini-Map'' if you";
  112. mes "no longer wish to have the";
  113. mes "location marks displayed";
  114. mes "on your Mini-Map.";
  115. set .@loop2,0;
  116. }
  117. }
  118. break;
  119. case 2:
  120. viewpoint 2,237,41,2,0xFF0000;
  121. viewpoint 2,237,41,3,0x00FF00;
  122. viewpoint 2,46,345,4,0xFF00FF;
  123. viewpoint 2,175,220,5,0xFF00FF;
  124. viewpoint 2,134,221,6,0xFF00FF;
  125. viewpoint 2,204,214,7,0xFF00FF;
  126. viewpoint 2,204,214,8,0x00FF00;
  127. set .@compass_check,0;
  128. break;
  129. case 3:
  130. mes "[Geffen Guide]";
  131. mes "Advances in sorcery and";
  132. mes "technology have allowed";
  133. mes "us to update our information";
  134. mes "system, enabling up to mark";
  135. mes "locations on your Mini-Map";
  136. mes "for easier navigation.";
  137. next;
  138. mes "[Geffen Guide]";
  139. mes "Your Mini-Map is located";
  140. mes "in the upper right corner";
  141. mes "of the screen. If you can't";
  142. mes "see it, press the Ctrl + Tab";
  143. mes "keys or click the ''Map'' button in your Basic Info Window.";
  144. next;
  145. mes "[Geffen Guide]";
  146. mes "On your Mini-Map,";
  147. mes "click on the ''+'' and ''-''";
  148. mes "symbols to zoom in and";
  149. mes "our of your Mini-Map. We";
  150. mes "hope you enjoy your travels";
  151. mes "here in the city of Geffen.";
  152. break;
  153. case 4:
  154. mes "[Geffen Guide]";
  155. mes "Alright, adventurer.";
  156. mes "I wish you safety on";
  157. mes "your journeys through";
  158. mes "the lands you may travel...";
  159. close2;
  160. set .@loop1,0;
  161. }
  162. }
  163. cutin "gef_soldier",255;
  164. end;
  165. }
  166. geffen,118,62,0 duplicate(GefGuide) Guide#2gef 705