guides_louyang.txt 7.7 KB

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