guides_geffen.txt 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. //===== rAthena Script =======================================
  2. //= Geffen 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 Geffen
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //============================================================
  15. geffen,203,116,4 script Guide#01geffen::GuideGeffen 705,{
  16. cutin "gef_soldier",2;
  17. mes "[Geffen Guide]";
  18. mes "Welcome to ^8B4513Geffen^000000,";
  19. mes "the City of Magic.";
  20. mes "Do you need help navigating the city?";
  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("[ Magic Academy ]:[ Geffen Tower ]:[ Fountain ]:[ Tool Shop ]:[ Buy & Repair Equipment ]:[ Inn ]:[ Tavern ]:[ Christopher's Forge ]:Previous Menu")) {
  28. case 1:
  29. mes "[Geffen Guide]";
  30. mes "The ^B9062FMagic Academy^000000";
  31. mes "handles all magic-related affairs,";
  32. mes "including job changes.";
  33. mes "Let me mark its location";
  34. mes "on your mini-map.";
  35. mes "Would you like to check any other locations?";
  36. viewpoint 1,61,180,0,0xFF0000;
  37. next;
  38. break;
  39. case 2:
  40. mes "[Geffen Guide]";
  41. mes "Let me mark the location of the";
  42. mes "the ^0000FFGeffen Tower^000000";
  43. mes "on your mini-map.";
  44. mes "Would you like to check any other locations?";
  45. viewpoint 1,120,114,1,0x0000FF;
  46. next;
  47. break;
  48. case 3:
  49. mes "[Geffen Guide]";
  50. mes "Let me mark the location of the";
  51. mes "the ^FF5400Fountain^000000";
  52. mes "on your mini-map.";
  53. mes "Would you like to check any other locations?";
  54. viewpoint 1,126,48,2,0xFFB400;
  55. next;
  56. break;
  57. case 4:
  58. mes "[Geffen Guide]";
  59. mes "Let me mark the location of the";
  60. mes "the ^006400Tool Shop^000000";
  61. mes "on your mini-map.";
  62. mes "Would you like to check any other locations?";
  63. viewpoint 1,44,86,3,0xAAFF00;
  64. next;
  65. break;
  66. case 5:
  67. mes "[Geffen Guide]";
  68. mes "If you'd like to ^7F3300Buy or Repair Equipment^000000";
  69. mes "then this is the place you'll want to visit.";
  70. mes "Let me mark its location";
  71. mes "on your mini-map.";
  72. mes "Would you like to check any other locations?";
  73. viewpoint 1,99,140,4,0xD2691E;
  74. next;
  75. break;
  76. case 6:
  77. mes "[Geffen Guide]";
  78. mes "Let me mark the location of the";
  79. mes "the ^800080Inn^00000";
  80. mes "on your mini-map.";
  81. mes "Would you like to check any other locations?";
  82. viewpoint 1,172,174,5,0xDA70D6;
  83. next;
  84. break;
  85. case 7:
  86. mes "[Geffen Guide]";
  87. mes "Let me mark the location of the";
  88. mes "the ^B9062FTavern^000000";
  89. mes "on your mini-map.";
  90. mes "Would you like to check any other locations?";
  91. viewpoint 1,138,138,6,0xFF0000;
  92. next;
  93. break;
  94. case 8:
  95. mes "[Geffen Guide]";
  96. mes "^0000FFChristopher's Forge^000000 is";
  97. mes "where you can purchase";
  98. mes "Refining materials.";
  99. mes "It used to be the old Blacksmith Guild.";
  100. viewpoint 1,182,59,6,0x0000FF;
  101. next;
  102. break;
  103. case 9:
  104. set .@loop,0;
  105. break;
  106. }
  107. }
  108. break;
  109. case 2:
  110. set .@loop,1;
  111. while (.@loop) {
  112. switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Dimensional Arcanist Guide ]:Previous Menu")) {
  113. case 1:
  114. mes "[Geffen Guide]";
  115. mes "Let me mark the location of the";
  116. mes "^B9062FEden Teleport Officers^000000";
  117. mes "on your mini-map.";
  118. mes "Would you like to check any other locations?";
  119. viewpoint 1,61,180,7,0xFF0000;
  120. viewpoint 1,132,66,8,0xFF0000;
  121. next;
  122. break;
  123. case 2:
  124. mes "[Geffen Guide]";
  125. mes "Let me mark the location of the";
  126. mes "^FF5400Kafra Employees^000000";
  127. mes "on your mini-map.";
  128. mes "Would you like to check any other locations?";
  129. viewpoint 1,203,123,10,0xFFB400;
  130. viewpoint 1,120,62,11,0xFFB400;
  131. next;
  132. break;
  133. case 3:
  134. mes "[Geffen Guide]";
  135. mes "Let me mark the location of the";
  136. mes "^006400Pet Groomer^000000";
  137. mes "on your mini-map.";
  138. mes "Would you like to check any other locations?";
  139. viewpoint 1,193,152,12,0xAAFF00;
  140. next;
  141. break;
  142. case 4:
  143. mes "[Geffen Guide]";
  144. mes "Let me mark the location of the";
  145. mes "^7F3300Chef Assistant^000000";
  146. mes "on your mini-map.";
  147. mes "Would you like to check any other locations?";
  148. viewpoint 1,196,111,13,0xD2691E;
  149. next;
  150. break;
  151. case 5:
  152. mes "[Geffen Guide]";
  153. mes "Let me mark the location of the";
  154. mes "^800080Dimensional Arcanist Guide^000000";
  155. mes "on your mini-map.";
  156. mes "Would you like to check any other locations?";
  157. viewpoint 1,140,196,14,0xDA70D6;
  158. next;
  159. break;
  160. case 6:
  161. set .@loop,0;
  162. break;
  163. }
  164. }
  165. break;
  166. case 3:
  167. mes "[Geffen Guide]";
  168. mes "Sure, I'll remove all marks from your mini-map.";
  169. mes "Is there anything else I can do for you?";
  170. viewpoint 2,1,1,0,0xFFFF00;
  171. viewpoint 2,1,1,1,0x000000;
  172. viewpoint 2,1,1,2,0xFF0000;
  173. viewpoint 2,1,1,3,0xFFFF00;
  174. viewpoint 2,1,1,4,0xFFFF00;
  175. viewpoint 2,1,1,5,0xFFFF00;
  176. viewpoint 2,1,1,6,0xFFFF00;
  177. viewpoint 2,1,1,7,0xFFFF00;
  178. viewpoint 2,1,1,8,0xFFFF00;
  179. viewpoint 2,1,1,9,0xFFFF00;
  180. viewpoint 2,1,1,10,0xFFFF00;
  181. viewpoint 2,1,1,11,0xFFFF00;
  182. viewpoint 2,1,1,12,0xFFFF00;
  183. viewpoint 2,1,1,13,0xFFFF00;
  184. viewpoint 2,1,1,14,0xFFFF00;
  185. next;
  186. break;
  187. case 4:
  188. mes "[Geffen Guide]";
  189. mes "Enjoy your stay.";
  190. close2;
  191. cutin "gef_soldier",255;
  192. end;
  193. }
  194. }
  195. }
  196. geffen,118,62,0 duplicate(GuideGeffen) Guide#02geffen 705
  197. geffen,36,123,6 duplicate(GuideGeffen) Guide#03geffen 705
  198. geffen,123,203,4 duplicate(GuideGeffen) Guide#04geffen 705