guides_lighthalzen.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. //===== rAthena Script =======================================
  2. //= Lighthalzen 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 Lighthalzen.
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //= 1.1 Optimized. [Euphy]
  15. //============================================================
  16. lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 852,{
  17. cutin "ein_soldier",2;
  18. mes "[Lighthalzen Guide]";
  19. mes "Welcome to ^8B4513Lighthalzen^000000,";
  20. mes "the Corporation City-State.";
  21. mes "If you need any guidance";
  22. mes "around the city, feel free";
  23. mes "to ask me and I'll do my";
  24. mes "very best to help you.";
  25. next;
  26. mes "[Lighthalzen Guide]";
  27. mes "Please be aware that I'm";
  28. mes "in charge of providing info";
  29. mes "regarding the West District";
  30. mes "of ^8B4513Lighthalzen^000000. Now, please";
  31. mes "select the location that you'd";
  32. mes "like to learn more about.";
  33. next;
  34. while (1) {
  35. switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
  36. case 1:
  37. set .@loop,1;
  38. while (.@loop) {
  39. switch(select("[ Hotel ]:[ Bank ]:[ Airport ]:[ Weapon Shop ]:[ Department Store ]:[ Police Station ]:[ Jewelry Store ]:[ Cool Event Corp. ]:[ Somatology Laboratory ]:[ Alchemist Association ]:Previous Menu")) {
  40. case 1:
  41. callsub L_Mark,"^FF0000Hotel";
  42. viewpoint 1,160,217,0,0xFF0000;
  43. next;
  44. break;
  45. case 2:
  46. callsub L_Mark,"^FF4500Bank";
  47. viewpoint 1,203,257,1,0xFF4500;
  48. next;
  49. break;
  50. case 3:
  51. callsub L_Mark,"^DAA520Airport";
  52. viewpoint 1,262,75,2,0xDAA520;
  53. next;
  54. break;
  55. case 4:
  56. callsub L_Mark,"^7B68EEWeapon Shop";
  57. viewpoint 1,194,35,3,0x7B68EE;
  58. next;
  59. break;
  60. case 5:
  61. callsub L_Mark,"^B91A4DDepartment Store";
  62. viewpoint 1,202,106,4,0xB91A4D;
  63. next;
  64. break;
  65. case 6:
  66. callsub L_Mark,"^008000Police Station";
  67. viewpoint 1,234,276,5,0x008000;
  68. next;
  69. break;
  70. case 7:
  71. callsub L_Mark,"^0000FFJewelry Store";
  72. viewpoint 1,96,110,6,0x0000FF;
  73. next;
  74. break;
  75. case 8:
  76. callsub L_Mark,"^000080Cool Event Corp.";
  77. viewpoint 1,238,217,7,0x000080;
  78. next;
  79. break;
  80. case 9:
  81. callsub L_Mark,"^800080Somatology Laboratory";
  82. viewpoint 1,101,243,8,0x800080;
  83. next;
  84. break;
  85. case 10:
  86. callsub L_Mark,"^0A9696Alchemist Association";
  87. viewpoint 1,54,132,9,0x0A9696;
  88. next;
  89. break;
  90. case 11:
  91. set .@loop,0;
  92. break;
  93. }
  94. }
  95. break;
  96. case 2:
  97. set .@loop,1;
  98. while (.@loop) {
  99. switch(select("[ Armsmith ]:[ Seiayablem ]:[ Pet Groomer ]:[ Kafra Employees ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
  100. case 1:
  101. mes "[Lighthalzen Guide]";
  102. mes "You may go to Fulerr,";
  103. mes "the ^0A9696Armsmith^000000";
  104. mes "on the 1st floor of the Weapon Shop.";
  105. viewpoint 1,194,35,10,0x0A9696;
  106. next;
  107. callsub L_Mark,"^0A9696Armsmith";
  108. next;
  109. break;
  110. case 2:
  111. mes "[Lighthalzen Guide]";
  112. mes "^4B0082Seiyablem^000000 adds";
  113. mes "sockets on your items";
  114. mes "on the 1st floor";
  115. mes "of the Weapon Shop.";
  116. viewpoint 1,194,35,11,0x4B0082;
  117. next;
  118. callsub L_Mark,"^4B0082Seiyablem",1;
  119. next;
  120. break;
  121. case 3:
  122. callsub L_Mark,"^FF4500Pet Groomer";
  123. viewpoint 1,222,191,12,0xFF4500;
  124. next;
  125. break;
  126. case 4:
  127. callsub L_Mark,"^008080Kafra Employees";
  128. viewpoint 1,164,99,13,0x008080;
  129. viewpoint 1,164,99,14,0x008080;
  130. next;
  131. break;
  132. case 5:
  133. callsub L_Mark,"^FF1493Cool Event Corp. Staff";
  134. viewpoint 1,94,247,15,0xFF1493;
  135. next;
  136. break;
  137. case 6:
  138. set .@loop,0;
  139. break;
  140. }
  141. }
  142. break;
  143. case 3:
  144. mes "[Lighthalzen Guide]";
  145. mes "Sure, I'll remove all marks from your mini-map.";
  146. mes "Is there anything else I can do for you?";
  147. viewpoint 2,160,217,0,0xFFFFFF;
  148. viewpoint 2,203,257,1,0xFFFFFF;
  149. viewpoint 2,262,75,2,0xFFFFFF;
  150. viewpoint 2,194,35,3,0xFFFFFF;
  151. viewpoint 2,202,106,4,0xFFFFFF;
  152. viewpoint 2,234,276,5,0xFFFFFF;
  153. viewpoint 2,96,110,6,0xFFFFFF;
  154. viewpoint 2,238,217,7,0xFFFFFF;
  155. viewpoint 2,101,243,8,0xFFFFFF;
  156. viewpoint 2,54,132,9,0xFFFFFF;
  157. viewpoint 2,194,35,10,0xFFFFFF;
  158. viewpoint 2,194,35,11,0xFFFFFF;
  159. viewpoint 2,222,191,12,0xFFFFFF;
  160. viewpoint 2,164,99,13,0xFFFFFF;
  161. viewpoint 2,164,99,14,0xFFFFFF;
  162. viewpoint 2,94,247,15,0xFFFFFF;
  163. next;
  164. break;
  165. case 4:
  166. mes "[Lighthalzen Guide]";
  167. mes "Enjoy your adventures!";
  168. close2;
  169. cutin "ein_soldier",255;
  170. end;
  171. }
  172. }
  173. end;
  174. L_Mark:
  175. mes "[Lighthalzen Guide]";
  176. mes "I will mark the location";
  177. mes "of "+((getarg(1,0))?"":"the ")+getarg(0)+"^000000";
  178. mes "on your mini-map.";
  179. mes "Would you like to check any other locations?";
  180. return;
  181. }
  182. lighthalzen,220,310,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz02 852
  183. lighthalzen,154,100,5 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz03 852
  184. lighthalzen,307,224,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz04 852