guides_louyang.txt 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. //===== eAthena Script =======================================
  2. //= Louyang Guides
  3. //===== By: ==================================================
  4. //= jAthena/Tsuyuki; L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= Guides for the City of Louyang
  11. //===== Additional Comments: =================================
  12. //= Fully working
  13. //= 0.5 Added first, Japanese version [Tsuyuki]
  14. //= 1.0 Translated to English from iRO NPC Dialogue (100% Official) [Tsuyuki]
  15. //= 1.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  16. //= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
  17. //============================================================
  18. louyang,213,213,3 script Soldier#BA::LouGuide 825,{
  19. mes "[Soldier]";
  20. mes "Welcome to Louyang,";
  21. mes "a city with a long";
  22. mes "and colorful history.";
  23. next;
  24. mes "[Soldier]";
  25. mes "Recently we've developed";
  26. mes "an ocean lane to accomodate";
  27. mes "positive exchange with";
  28. mes "foreign nations.";
  29. next;
  30. mes "[Soldier]";
  31. mes "Louyang is well-known for various specialties in addition to its rich history. Here you can find many things unique to our land.";
  32. next;
  33. mes "[Soldier]";
  34. mes "Please take your time";
  35. mes "and we invite you to enjoy";
  36. mes "your trip here in Louyang.";
  37. next;
  38. switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
  39. case 1:
  40. mes "[Soldier]";
  41. mes "Where would you like to go?";
  42. next;
  43. switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
  44. case 1:
  45. mes "[Soldier]";
  46. mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";
  47. next;
  48. mes "[Soldier]";
  49. mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
  50. viewpoint 1,218,255,2,0xFF3355;
  51. break;
  52. case 2:
  53. mes "[Soldier]";
  54. mes "We have a very skillful doctor.";
  55. mes "You can find her office at ^CE6300+^000000.";
  56. next;
  57. mes "[Soldier]";
  58. mes "It is said that there";
  59. mes "is no disease she cannot cure. Well, I can't guarantee if that's true or not.";
  60. viewpoint 1,263,94,3,0xCE6300;
  61. break;
  62. case 3:
  63. mes "[Soldier]";
  64. mes "We have a City Hall where the federal government operates.";
  65. mes "It is located at ^A5BAAD+^000000.";
  66. next;
  67. mes "[Soldier]";
  68. mes "If you have any problems,";
  69. mes "you should talk with the";
  70. mes "employees in City Hall.";
  71. viewpoint 1,309,80,4,0xA5BAAD;
  72. break;
  73. case 4:
  74. mes "[Soldier]";
  75. mes "The Weapon Shop is located at ^55FF33+^000000.";
  76. next;
  77. mes "[Soldier]";
  78. mes "You will see";
  79. mes "marvelous weapons forged";
  80. mes "by the well-experienced";
  81. mes "blacksmiths of Louyang.";
  82. viewpoint 1,145,174,5,0x55FF33;
  83. break;
  84. case 5:
  85. mes "[Soldier]";
  86. mes "The Tool Shop is located at ^3355FF+^000000.";
  87. next;
  88. mes "[Soldier]";
  89. mes "Knowing your enemy";
  90. mes "is half the battle!";
  91. mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
  92. viewpoint 1,135,98,6,0x3355FF;
  93. break;
  94. case 6:
  95. mes "[Soldier]";
  96. mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
  97. next;
  98. mes "[Soldier]";
  99. mes "The Tavern is a good place";
  100. mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
  101. viewpoint 1,280,167,7,0x00FF00;
  102. break;
  103. case 7:
  104. mes "[Soldier]";
  105. mes "If you wish to remove all marks";
  106. mes "on your mini-map, please choose 'Remove all marks from mini-map.' from the menu.";
  107. }
  108. break;
  109. case 2:
  110. viewpoint 2,218,255,2,0xFF00FF;
  111. viewpoint 2,263,94,3,0xFF00FF;
  112. viewpoint 2,309,80,4,0xFF00FF;
  113. viewpoint 2,145,174,5,0xFF00FF;
  114. viewpoint 2,135,98,6,0xFF00FF;
  115. viewpoint 2,280,167,7,0xFF00FF;
  116. mes "[Soldier]";
  117. mes "There, I've erased all the marks on your mini-map. Feel free to ask me about building locations whenever you need to.";
  118. break;
  119. case 3:
  120. mes "[Soldier]";
  121. mes "I guess it's fun";
  122. mes "sometimes to go exploring";
  123. mes "on your own. Take care.";
  124. }
  125. close;
  126. }
  127. louyang,160,175,3 duplicate(LouGuide) Soldier#BB 825
  128. louyang,224,104,3 script Representative#lou 818,{
  129. mes "[Representative]";
  130. mes "Welcome to Louyang,";
  131. mes "an ancient land with";
  132. mes "a history full of tales";
  133. mes "of bravery.";
  134. next;
  135. mes "[Representative]";
  136. mes "We now provide an ocean lane to accomodate foreign travelers and intercultural exchange from which all can benefit.";
  137. next;
  138. mes "[Representative]";
  139. mes "Louyang is famous for";
  140. mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay.";
  141. next;
  142. switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
  143. case 1:
  144. set .@compass_check,1;
  145. mes "[Representative]";
  146. mes "Where would you like to go?";
  147. next;
  148. switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
  149. case 1:
  150. mes "[Representative]";
  151. mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";
  152. next;
  153. mes "[Representative]";
  154. mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
  155. viewpoint 1,218,255,2,0xFFFF33;
  156. break;
  157. case 2:
  158. mes "[Representative]";
  159. mes "We have a very skillful doctor.";
  160. mes "You can find her office at ^CE6300+^000000.";
  161. next;
  162. mes "[Representative]";
  163. mes "It is said that there";
  164. mes "is no disease she cannot cure. Well, I can't guarantee if that's true or not.";
  165. viewpoint 1,263,94,3,0xFFCE63;
  166. break;
  167. case 3:
  168. mes "[Representative]";
  169. mes "We have a City Hall where the federal government operates.";
  170. mes "It is located at ^A5BAAD+^000000.";
  171. next;
  172. mes "[Representative]";
  173. mes "If you have any problems,";
  174. mes "you should talk with the";
  175. mes "employees in City Hall.";
  176. viewpoint 1,309,80,4,0xFF00FF;
  177. break;
  178. case 4:
  179. mes "[Representative]";
  180. mes "The Weapon Shop is located at ^55FF33+^000000.";
  181. next;
  182. mes "[Representative]";
  183. mes "You will see";
  184. mes "marvelous weapons forged";
  185. mes "by the well-experienced";
  186. mes "blacksmiths of Louyang.";
  187. viewpoint 1,145,174,5,0xFF55FF;
  188. break;
  189. case 5:
  190. mes "[Representative]";
  191. mes "The Tool Shop is located at ^3355FF+^000000.";
  192. next;
  193. mes "[Representative]";
  194. mes "Knowing your enemy";
  195. mes "is half the battle!";
  196. mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
  197. viewpoint 1,135,98,6,0xFF3355;
  198. break;
  199. case 6:
  200. mes "[Representative]";
  201. mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
  202. next;
  203. mes "[Soldier]";
  204. mes "The Tavern is a good place";
  205. mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
  206. viewpoint 1,280,167,7,0xFF00FF;
  207. break;
  208. case 7:
  209. mes "[Representative]";
  210. mes "If you wish to remove all marks";
  211. mes "on your mini-map, please choose 'Remove all marks from mini-map.' from the menu.";
  212. }
  213. break;
  214. case 2:
  215. viewpoint 2,218,255,2,0xFF00FF;
  216. viewpoint 2,263,94,3,0xFF00FF;
  217. viewpoint 2,309,80,4,0xFF00FF;
  218. viewpoint 2,145,174,5,0xFF00FF;
  219. viewpoint 2,135,98,6,0xFF00FF;
  220. viewpoint 2,280,167,7,0xFF00FF;
  221. mes "[Representative]";
  222. mes "Done! All the marks on your mini-map are erased. Feel free to ask me about building locations whenever you need to.";
  223. break;
  224. case 3:
  225. mes "[Representative]";
  226. mes "I understand that you want to explore Louyang and see the";
  227. mes "sights for yourself. Alright then, take care!";
  228. break;
  229. }
  230. close;
  231. }