guides_louyang.txt 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. //===== Freya Script =========================================
  2. //= Louyang Guide NPCs
  3. //===== By: ==================================================
  4. //= jAthena/Tsuyuki
  5. //===== Current Version: =====================================
  6. //= 1.0a
  7. //===== Compatible With: =====================================
  8. //= Freya
  9. //===== Description: =========================================
  10. //= Louyang Guide NPCs
  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. //============================================================
  16. //----------------------------------------------------------------------
  17. louyang.gat,224,104,4 script Representative#Lou 818,{
  18. mes "[Representative]";
  19. mes "Welcome to Louyang,";
  20. mes "an ancient land with";
  21. mes "a history full of tales";
  22. mes "of bravery.";
  23. next;
  24. mes "[Representative]";
  25. mes "We now provide an ocean lane to";
  26. mes "accomodate foreign travelers and";
  27. mes "intercultural exchange from which";
  28. mes "all can benefit.";
  29. next;
  30. mes "[Representative]";
  31. mes "Louyang is famous for";
  32. mes "its elaborate history, as well as";
  33. mes "specialties that are unique to this";
  34. mes "nation. Please take your time and";
  35. mes "enjoy your stay.";
  36. next;
  37. menu "Ask Building Locations.",LouCase1A,"Remove all marks from mini-map.",LouCase2A,"Cancel.",LouCase3A;
  38. LouCase1A:
  39. mes "[Representative]";
  40. mes "Where would you like to go?";
  41. next;
  42. menu "Dragon Castle",LouCase1B,"Doctor's Office",LouCase2B,"City Hall",LouCase3B,"Weapon Shop",LouCase4B,"Tool Shop",LouCase5B,"Tavern",LouCase6B,"Cancel",LouCase7B;
  43. LouCase1B:
  44. mes "[Representative]";
  45. mes "The Dragon Castle is located at ^ff0000+^000000.";
  46. mes "It is where all the nobles reside,";
  47. mes "including our lord.";
  48. next;
  49. mes "[Representative]";
  50. mes "Since you're an outsider, I guess";
  51. mes "it would be appropriate for you to";
  52. mes "visit our lord first.";
  53. viewpoint 1,218,255,1,0xff0000;
  54. close;
  55. LouCase2B:
  56. mes "[Representative]";
  57. mes "We have a very skillful doctor.";
  58. mes "You can find her office at ^8a0000+^000000.";
  59. next;
  60. mes "[Representative]";
  61. mes "It is said that there";
  62. mes "is no disease she cannot cure.";
  63. mes "Well, I can't guarantee if that's";
  64. mes "true or not.";
  65. viewpoint 1,263,93,2,0x8a0000;
  66. close;
  67. LouCase3B:
  68. mes "[Representative]";
  69. mes "We have a City Hall where the";
  70. mes "federal government operates.";
  71. mes "It is located at ^777777+^000000.";
  72. next;
  73. mes "[Representative]";
  74. mes "If you have any problems,";
  75. mes "you should talk with the";
  76. mes "employees in City Hall.";
  77. viewpoint 1,309,80,3,0x00ff00;
  78. close;
  79. LouCase4B:
  80. mes "[Representative]";
  81. mes "The Weapon Shop is located at ^00ff00+^000000.";
  82. next;
  83. mes "[Representative]";
  84. mes "You will see";
  85. mes "marvelous weapons forged";
  86. mes "by the well-experienced";
  87. mes "blacksmiths of Louyang.";
  88. viewpoint 1,145,174,4,0x00ff00;
  89. close;
  90. LouCase5B:
  91. mes "[Representative]";
  92. mes "The Tool Shop is located at ^0000ff+^000000.";
  93. next;
  94. mes "[Representative]";
  95. mes "Knowing your enemy";
  96. mes "is half the battle!";
  97. mes "It's also safer to prepare yourself";
  98. mes "than to be sorry later. Why don't";
  99. mes "you go check their supplies?";
  100. viewpoint 1,136,97,5,0x0000ff;
  101. close;
  102. LouCase6B:
  103. mes "[Representative]";
  104. mes "When you get tired during your";
  105. mes "trip, I suggest that you visit the";
  106. mes "Tavern. It's located at ^00ff00+^000000.";
  107. viewpoint 1,280,167,6,0x00ff00;
  108. next;
  109. mes "[Representative]";
  110. mes "The Tavern is a good place";
  111. mes "to meet other tourists, as well as";
  112. mes "to hear of any news that may be";
  113. mes "helpful to know.";
  114. close;
  115. LouCase7B:
  116. mes "[Representative]";
  117. mes "If you wish to remove all marks";
  118. mes "on your mini-map, please choose";
  119. mes "'Remove all marks from mini-map.'";
  120. mes "from the menu.";
  121. close;
  122. LouCase2A:
  123. mes "[Representative]";
  124. mes "Done! All the marks on your";
  125. mes "mini-map are erased. Feel free to";
  126. mes "ask me about building locations";
  127. mes "whenever you need to.";
  128. viewpoint 2,218,255,1,0xff0000;
  129. viewpoint 2,263,93,2,0x8a0000;
  130. viewpoint 2,309,80,3,0x00ff00;
  131. viewpoint 2,145,174,4,0x00ff00;
  132. viewpoint 2,136,97,5,0x0000ff;
  133. viewpoint 2,280,167,6,0x00ff00;
  134. close;
  135. LouCase3A:
  136. mes "[Representative]";
  137. mes "I understand that you want to";
  138. mes "explore Louyang and see the";
  139. mes "sights for yourself. Alright then,";
  140. mes "take care!";
  141. close;
  142. }
  143. louyang.gat,160,175,4 script Soldier#Lou1 825,{
  144. mes "[Soldier]";
  145. mes "Welcome to Louyang,";
  146. mes "a city with a long";
  147. mes "and colorful history.";
  148. next;
  149. mes "[Soldier]";
  150. mes "Recently we've developed";
  151. mes "an ocean lane to accomodate";
  152. mes "positive exchange with";
  153. mes "foreign nations.";
  154. next;
  155. mes "[Soldier]";
  156. mes "Louyang is well-known for various";
  157. mes "specialties in addition to its rich";
  158. mes "history. Here you can find many";
  159. mes "things unique to our land.";
  160. next;
  161. mes "[Soldier]";
  162. mes "Please take your time";
  163. mes "and we invite you to enjoy";
  164. mes "your trip here in Louyang.";
  165. next;
  166. menu "Ask Building Locations.",LouCase1A,"Remove all marks from mini-map.",LouCase2A,"Cancel.",LouCase3A;
  167. LouCase1A:
  168. mes "[Soldier]";
  169. mes "Where would you like to go?";
  170. next;
  171. menu "Dragon Castle",LouCase1B,"Doctor's Office",LouCase2B,"City Hall",LouCase3B,"Weapon Shop",LouCase4B,"Tool Shop",LouCase5B,"Tavern",LouCase6B,"Cancel",LouCase7B;
  172. LouCase1B:
  173. mes "[Soldier]";
  174. mes "The Dragon Castle is located at ^ff0000+^000000.";
  175. mes "It is where all the nobles reside,";
  176. mes "including our lord.";
  177. next;
  178. mes "[Soldier]";
  179. mes "Since you're an outsider, I guess";
  180. mes "it would be appropriate for you to";
  181. mes "visit our lord first.";
  182. viewpoint 1,218,255,1,0xff0000;
  183. close;
  184. LouCase2B:
  185. mes "[Soldier]";
  186. mes "We have a very skillful doctor.";
  187. mes "You can find her office at ^8a0000+^000000.";
  188. next;
  189. mes "[Soldier]";
  190. mes "It is said that there";
  191. mes "is no disease she cannot cure.";
  192. mes "Well, I can't guarantee if that's";
  193. mes "true or not.";
  194. viewpoint 1,263,93,2,0x8a0000;
  195. close;
  196. LouCase3B:
  197. mes "[Soldier]";
  198. mes "We have a City Hall where the";
  199. mes "federal government operates.";
  200. mes "It is located at ^777777+^000000.";
  201. next;
  202. mes "[Soldier]";
  203. mes "If you have any problems,";
  204. mes "you should talk with the";
  205. mes "employees in City Hall.";
  206. viewpoint 1,309,80,3,0x00ff00;
  207. close;
  208. LouCase4B:
  209. mes "[Soldier]";
  210. mes "The Weapon Shop is located at ^00ff00+^000000.";
  211. next;
  212. mes "[Soldier]";
  213. mes "You will see";
  214. mes "marvelous weapons forged";
  215. mes "by the well-experienced";
  216. mes "blacksmiths of Louyang.";
  217. viewpoint 1,145,174,4,0x00ff00;
  218. close;
  219. LouCase5B:
  220. mes "[Soldier]";
  221. mes "The Tool Shop is located at ^0000ff+^000000.";
  222. next;
  223. mes "[Soldier]";
  224. mes "Knowing your enemy";
  225. mes "is half the battle!";
  226. mes "It's also safer to prepare yourself";
  227. mes "than to be sorry later. Why don't";
  228. mes "you go check their supplies?";
  229. viewpoint 1,136,97,5,0x0000ff;
  230. close;
  231. LouCase6B:
  232. mes "[Soldier]";
  233. mes "When you get tired during your";
  234. mes "trip, I suggest that you visit the";
  235. mes "Tavern. It's located at ^00ff00+^000000.";
  236. viewpoint 1,280,167,6,0x00ff00;
  237. next;
  238. mes "[Soldier]";
  239. mes "The Tavern is a good place";
  240. mes "to meet other tourists, as well as";
  241. mes "to hear of any news that may be";
  242. mes "helpful to know.";
  243. close;
  244. LouCase7B:
  245. mes "[Soldier]";
  246. mes "If you wish to remove all marks";
  247. mes "on your mini-map, please choose";
  248. mes "'Remove all marks from mini-map.'";
  249. mes "from the menu.";
  250. close;
  251. LouCase2A:
  252. mes "[Soldier]";
  253. mes "There, I've erased all the marks on";
  254. mes "your mini-map. Feel free to ask me";
  255. mes "about building locations whenever";
  256. mes "you need to.";
  257. viewpoint 2,218,255,1,0xff0000;
  258. viewpoint 2,263,93,2,0x8a0000;
  259. viewpoint 2,309,80,3,0x00ff00;
  260. viewpoint 2,145,174,4,0x00ff00;
  261. viewpoint 2,136,97,5,0x0000ff;
  262. viewpoint 2,280,167,6,0x00ff00;
  263. close;
  264. LouCase3A:
  265. mes "[Soldier]";
  266. mes "I guess it's fun";
  267. mes "sometimes to go exploring";
  268. mes "on your own. Take care.";
  269. close;
  270. }
  271. louyang.gat,213,213,4 duplicate(Soldier#Lou1) Soldier#Lou2 825