guides_aldebaran.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. //===== eAthena Script =======================================
  2. //= Al De Baran Guides
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guides for the city of Al De baran
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //============================================================
  15. aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 105,{
  16. cutin "prt_soldier",2;
  17. mes "[Al De Baran Guide]";
  18. mes "Welcome to ^8B4513Al De Baran^000000,";
  19. mes "the Border City.";
  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("[ Kafra Headquarters ]:[ Alchemist Guild ]:[ Clock Tower ]:[ Inn & Tool Shop ]:[ Repair & Buy Equipment ]:[ Tavern ]:Previous Menu")) {
  28. case 1:
  29. mes "[Al De Baran Guide]";
  30. mes "Let me mark the location of the";
  31. mes "^B9062FKafra Headquarters^000000";
  32. mes "on your mini-map.";
  33. mes "Would you like to check any other locations?";
  34. viewpoint 1,61,229,0,0xFF0000;
  35. next;
  36. break;
  37. case 2:
  38. mes "[Al De Baran Guide]";
  39. mes "Let me mark the location of the";
  40. mes "the ^0000FFAlchemist Guild^000000";
  41. mes "on your mini-map.";
  42. mes "Would you like to check any other locations?";
  43. viewpoint 1,60,60,1,0x0A82FF;
  44. next;
  45. break;
  46. case 3:
  47. mes "[Al De Baran Guide]";
  48. mes "Let me mark the location of the";
  49. mes "the ^FF5400Clock Tower^000000";
  50. mes "on your mini-map.";
  51. mes "Would you like to check any other locations?";
  52. viewpoint 1,139,133,2,0xFFB400;
  53. next;
  54. break;
  55. case 4:
  56. mes "[Al De Baran Guide]";
  57. mes "Let me mark the location of the";
  58. mes "the ^006400Inn^000000 and";
  59. mes "the ^006400Tool Shop^000000 building";
  60. mes "on your mini-map.";
  61. mes "Would you like to check any other locations?";
  62. viewpoint 1,197,70,3,0xAAFF00;
  63. next;
  64. break;
  65. case 5:
  66. mes "[Al De Baran Guide]";
  67. mes "If you'd like to ^7F3300Buy or Repair Equipment^000000,";
  68. mes "then this is the place you'll want to visit.";
  69. mes "Would you like to check any other locations?";
  70. viewpoint 1,72,197,4,0xD2691E;
  71. next;
  72. break;
  73. case 6:
  74. mes "[Al De Baran Guide]";
  75. mes "Let me mark the location of the";
  76. mes "the ^800080Tavern^000000";
  77. mes "on your mini-map.";
  78. viewpoint 1,231,106,5,0xDA70D6;
  79. next;
  80. break;
  81. case 7:
  82. set .@loop,0;
  83. break;
  84. }
  85. }
  86. break;
  87. case 2:
  88. set .@loop,1;
  89. while (.@loop) {
  90. switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Mr. Claus ]:[ Chef Assistant ]:Previous Menu")) {
  91. case 1:
  92. mes "[Al De Baran Guide]";
  93. mes "Let me mark the location of the";
  94. mes "^B9062FEden Teleport Officer^000000";
  95. mes "on your mini-map.";
  96. mes "Would you like to check any other locations?";
  97. viewpoint 1,133,119,6,0xFF0000;
  98. next;
  99. break;
  100. case 2:
  101. mes "[Al De Baran Guide]";
  102. mes "Let me mark the location of the";
  103. mes "^0000FFKafra Employee^000000";
  104. mes "on your mini-map.";
  105. viewpoint 1,143,119,7,0x0A82FF;
  106. next;
  107. break;
  108. case 3:
  109. mes "[Al De Baran Guide]";
  110. mes "Mr. Claus can teleport";
  111. mes "you to ^006400Lutie^000000.";
  112. mes "Let me mark his location";
  113. mes "on your mini-map.";
  114. mes "Would you like to check any other locations?";
  115. viewpoint 1,168,168,8,0xAAFF00;
  116. next;
  117. break;
  118. case 4:
  119. mes "[Al De Baran Guide]";
  120. mes "Let me mark the location of the";
  121. mes "^7F3300Chef Assistant^000000";
  122. mes "on your mini-map.";
  123. mes "Would you like to check any other locations?";
  124. viewpoint 1,165,107,9,0xD2691E;
  125. next;
  126. break;
  127. case 5:
  128. set .@loop,0;
  129. break;
  130. }
  131. }
  132. break;
  133. case 3:
  134. mes "[Al De Baran Guide]";
  135. mes "Sure, I'll remove all marks from your mini-map.";
  136. mes "Is there anything else I can do for you?";
  137. viewpoint 2,1,1,0,0xFFFF00;
  138. viewpoint 2,1,1,1,0x000000;
  139. viewpoint 2,1,1,2,0xFF0000;
  140. viewpoint 2,1,1,3,0xFFFF00;
  141. viewpoint 2,1,1,4,0xFFFF00;
  142. viewpoint 2,1,1,5,0xFFFF00;
  143. viewpoint 2,1,1,6,0xFFFF00;
  144. viewpoint 2,1,1,7,0xFFFF00;
  145. viewpoint 2,1,1,8,0xFFFF00;
  146. viewpoint 2,1,1,9,0xFFFF00;
  147. next;
  148. break;
  149. case 4:
  150. mes "[Al De Baran Guide]";
  151. mes "Alright then,";
  152. mes "enjoy your stay!";
  153. close2;
  154. cutin "prt_soldier",255;
  155. end;
  156. }
  157. }
  158. }
  159. aldebaran,243,143,2 duplicate(GuideAldearan) Guide#02aldebaran 105
  160. aldebaran,135,243,4 duplicate(GuideAldearan) Guide#03aldebaran 105
  161. aldebaran,36,135,6 duplicate(GuideAldearan) Guide#04aldebaran 105