gonryun.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. //===== eAthena Script =======================================
  2. //= Gonryun Town
  3. //===== By: ==================================================
  4. //= edited by x[tsk] 4/30/04
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= eAthena 1.0
  9. //===== Description: =========================================
  10. //
  11. //===== Additional Comments: =================================
  12. // May be missing npc's and dialogue.
  13. //= 1.1 Fixed Typo’s [Nexon]
  14. //= 1.2 Removed Duplicates [Silent]
  15. //============================================================
  16. //Event–¢’²�¸�I
  17. alberta.gat,245,69,4 script Gonryun Public Relations Official#01 776,{
  18. mes "[Waba]";
  19. mes "Hello there! I have traveled far from the Kingdom of Gonryun, my hometown.";
  20. mes "I invite all to visit and celebrate the diversity of Gonryun! We welcome all sorts of visitors.";
  21. M_Menu:
  22. next;
  23. menu "Gonryun? What is that?",M_1, "Travel to Gonryun.",M_2, "Nevermind.",M_End;
  24. M_1:
  25. mes "[Waba]";
  26. mes "The Kingdom of Gonryun is a sight to behold! It floats high above the sky, beyond the pillar of light!";
  27. next;
  28. mes "[Waba]";
  29. mes "You can certainly appreciate the sights of the floating mainland! If you go, be sure to try.";
  30. mes "The steamed dumplings and peaches, they're a Gonryun specialty not to be missed!";
  31. goto M_Menu;
  32. M_2:
  33. mes "[Waba]";
  34. mes "The traveling expenses are ^0000ff10,000 zeny^000000. The fee is a bit pricy but this is because of the dangerous nature of the trip.";
  35. mes "The return trip is free, however. Are you prepared to go?";
  36. next;
  37. menu "Let's Go!",-, "Actually... I changed my mind, sorry.",M_End;
  38. if (Zeny < 10000) goto L_NoZeny;
  39. set Zeny,Zeny-10000;
  40. warp "gon_fild01.gat",258,82;
  41. end;
  42. L_NoZeny:
  43. mes "[Waba]";
  44. mes "I am sorry if it seems like a lot, but the ^0000ff10,000 zeny^000000 we request is necessary in order to make the trip.";
  45. close;
  46. M_End:
  47. mes "[Waba]";
  48. mes "Please see me again if you want to visit! I am pleased just to meet an honored guest from the Continent.";
  49. close;
  50. }
  51. //===============================================================================
  52. gon_fild01.gat,255,79,6 script Gonryun Public Relations Official#02 776,{
  53. mes "[Waba]";
  54. mes "We are ready to head back as soon as the conditions are favorable.";
  55. next;
  56. menu "ALBERTA.",-,"I'll stay a bit longer.",M_End;
  57. warp "alberta.gat",243,68;
  58. end;
  59. M_End:
  60. mes "[Waba]";
  61. mes "Oh there's no rush! Enjoy yourself and take in all the sights!";
  62. close;
  63. }
  64. //===============================================================================
  65. gon_fild01.gat,187,239,4 script Gonryun Public Relations Official#03 776,{
  66. mes "[Choseryu]";
  67. mes "The sacred pillar of light connects this island to Gonryun Kingdom. There's no time to idly chit chat now, be on your way.";
  68. mes "I hope you will have many fond memories of Gonryun before you leave.";
  69. close;
  70. }
  71. //===============================================================================
  72. gonryun.gat,153,64,0 script Gonryun Public Relations Official#04 776,{
  73. mes "[Choseryu]";
  74. mes "If you're ready to set sail I can send you back to the harbor.";
  75. next;
  76. menu "Send me to the harbor.",-,"I'd like to stay a bit longer.",M_End;
  77. mes "[Choseryu]";
  78. mes "Please come back to visit soon!";
  79. next;
  80. warp "gon_fild01.gat",258,82;
  81. close;
  82. M_End:
  83. mes "[Choseryu]";
  84. mes "Be sure to see all that Gonryun has to offer!";
  85. close;
  86. }
  87. //===============================================================================
  88. //In �h
  89. //===============================================================================
  90. gon_in.gat,153,35,4 script Hotel Manager 702,{
  91. mes "[Mayouban]";
  92. mes "Welcome! Your face is new around here. We've had many strangers from the outside coming into the village recently.";
  93. mes "We've been quite short-handed here at the hotel.";
  94. next;
  95. mes "[Mayouban]";
  96. mes "It always seems to be 'get me this' or 'get me that' with the customers! Never a tip or a compliment. I suppose I should really welcome all the extra business.";
  97. next;
  98. menu "I'd like something to drink.",-,"I'll be on my way.",M_End;
  99. mes "[Mayouban]";
  100. mes "Here you go. There have been so many rowdy customers lately sometimes I'd just like to sit down and have a drink myself.";
  101. close;
  102. M_End:
  103. mes "[Mayouban]";
  104. mes "May you have a safe journey! Come back any time.";
  105. close;
  106. }
  107. //===============================================================================
  108. gon_in.gat,173,27,2 script Kuhau 774,{
  109. mes "[Kuhau]";
  110. mes "This hotel sells the best drinks! Not only is it potent, but it tastes great, too! Of course that's only for the adults.";
  111. next;
  112. mes "[Kuhau]";
  113. mes "But what about the children? We have a secret recipe for brewing great tea! Not only is it excellent, it's also good for them.";
  114. close;
  115. }
  116. //===============================================================================
  117. gon_in.gat,165,16,4 script Drunkard 748,{
  118. mes "[Sorubun]";
  119. mes "Oh my head! I had too much to drink yesterday and passed out right here on the table.";
  120. mes "The manager told me that I shouldn't drink anymore and I should have listened.";
  121. emotion e_swt2;
  122. next;
  123. mes "[Sorubun]";
  124. mes "Wow, the drinks here are strong! Much stronger than anything we have back home.";
  125. close;
  126. }
  127. //===============================================================================
  128. gonryun.gat,139,142,6 script Girl#08 772,{
  129. mes "[Sanfayon]";
  130. mes "................";
  131. mes "It's been great having new visitors come to the village, but........ ever since I was robbed by that Thief.......";
  132. next;
  133. mes "[Sanfayon]";
  134. mes "I have been so afraid of the foreigners.....";
  135. emotion e_wah;
  136. close;
  137. }
  138. //===============================================================================
  139. gonryun.gat,113,135,6 script Guardsman#01 780,{
  140. mes "[Guardsman]";
  141. mes "Welcome to Gonryun. This is the home of our governor, Sayoumun.";
  142. next;
  143. mes "[Guardsman]";
  144. mes "We're sure your intentions are benign, but any wrong moves and we'll be forced to take action.";
  145. next;
  146. mes "[Guardsman]";
  147. mes "Such a thing rarely happens, but when it does.... we are always ready to deal with any problems!";
  148. close;
  149. }
  150. //===============================================================================
  151. gonryun.gat,113,127,6 script Guardsman#02 780,{
  152. mes "[Guardsman]";
  153. mes "Welcome to Gonryun. This is the home of our elder, Sayoumun. He rules all of Gonryun.";
  154. next;
  155. mes "[Guardsman]";
  156. mes "We're sure your intentions are benign, but any wrong moves and we'll be forced to take action.";
  157. next;
  158. mes "[Guardsman]";
  159. mes "Such a thing rarely happens, but when it does. We are always ready to deal with any problems!";
  160. close;
  161. }
  162. //===============================================================================
  163. //‘º’·‘î
  164. //===============================================================================
  165. gon_in.gat,18,27,4 script Elder's Wife 771,{
  166. mes "[Sangufayon]";
  167. mes "Oh my! You look like an important visitor from the outside. Aren't you?";
  168. next;
  169. menu "Yes, I am.",-,"Where is the village Elder?",M_End;
  170. mes "[Sangufayon]";
  171. mes "We do not get many visitors from the outside to see my husband so it's so easy to spot them. Hohohohoho!";
  172. close;
  173. M_End:
  174. //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  175. mes "[Sangufayon]";
  176. mes "The master of the house, hohohohoho? Why... he is upstairs on the second floor if you need to talk to him, hohohoho.";
  177. close;
  178. }
  179. //===============================================================================
  180. gon_in.gat,17,93,4 script Village Elder 775,{
  181. mes "[Sayoumun]";
  182. emotion e_yawn;
  183. mes "Zzzzzzzzzzz.......";
  184. next;
  185. mes "[Sayoumun]";
  186. mes "Huh, a visitor?! Oh, hello! I was just, uhm, meditating. I am Sayoumun, mayor of Gonryun village. I welcome you to Gonryun.";
  187. next;
  188. mes "[Sayoumun]";
  189. mes "There used to not be many visitors to this land, until the University of Foreign Studies in Alberta began offering trips to our small island.";
  190. next;
  191. mes "[Sayoumun]";
  192. mes "I personally don't like all these outsiders coming all of the sudden. Alot of them are reckless, but I suppose it's good for business.";
  193. next;
  194. mes "[Sayoumun]";
  195. mes "These reports of a thief in my town continually worry me, however I just know he's an outsider!";
  196. close;
  197. }
  198. //===============================================================================
  199. gonryun.gat,119,111,4 script Chen Wan Sok 89,{
  200. mes "[Chen Wan Sok]";
  201. mes "The village Elder here is truly a sociable fellow. Just because he is friendly does not mean he is lax on the rules! He can get riled up sometimes.";
  202. next;
  203. mes "[Chen Wan Sok]";
  204. mes "When the Elder's blessing, you can get away with a lot of things in this town. Sometimes there are those that cause mischief, but they are always dealt with.";
  205. close;
  206. }
  207. //===============================================================================
  208. gonryun.gat,100,241,5 script Unsociable Man 733,{
  209. emotion e_dots;
  210. mes "[Saunso]";
  211. mes "I am too busy to talk, come back later!";
  212. close;
  213. }
  214. //===============================================================================
  215. gonryun.gat,268,88,4 script Ryan Chun Ho 776,{
  216. mes "[Ryan Chun Ho]";
  217. mes "We are an independent race, submitting to no aggressor! This is the blessed area which we will never give up.";
  218. next;
  219. mes "[Ryan Chun Ho]";
  220. mes "We believe in victory, it is our glory.";
  221. close;
  222. }
  223. //===============================================================================
  224. gonryun.gat,181,161,4 script Chon Munjin 773,{
  225. mes "[Chon Munjin]";
  226. mes "The men of Gonryun must be powerful and bold! But being such a man, one just can not get married. Don't you think?";
  227. next;
  228. mes "[Chon Munjin]";
  229. mes "There's so many more men than women now it makes it even harder to find a woman. I wonder if my son will find himself a good woman?";
  230. close;
  231. }
  232. //===============================================================================
  233. gonryun.gat,237,225,4 script Hanyon Kyou 776,{
  234. mes "[Hanyon Kyou]";
  235. mes "How could I have done something like this?";
  236. mes "..............";
  237. next;
  238. mes "[Hanyon Kyou]";
  239. mes "I've dropped my lucky knife! Now it's probably gone forever.";
  240. close;
  241. }
  242. //===============================================================================
  243. gonryun.gat,51,101,4 script Gaiysonchoru 778,{
  244. mes "[Gaiysonchoru]";
  245. emotion e_swt;
  246. mes "..............";
  247. next;
  248. mes "[Gaiysonchoru]";
  249. mes "Well......... I'm worried.";
  250. next;
  251. mes "[Gaiysonchoru]";
  252. mes "So very worried.";
  253. close;
  254. }
  255. //===============================================================================
  256. gonryun.gat,166,196,4 script Soldier#17 780,{
  257. mes "[Wagou]";
  258. mes "Do you know what this is?";
  259. next;
  260. menu "Yes.",-, "No.",M_End;
  261. mes "[Wagou]";
  262. mes "I just have to make sure all citizens are warned of the dangers inside before going any further.";
  263. close;
  264. M_End:
  265. mes "[Wagou]";
  266. mes "Long ago, this was the great hall, but once the great beast had arrived it quickly turned to ruin and became overrun with monsters.";
  267. next;
  268. mes "[Wagou]";
  269. mes "I just have to make sure all citizens are warned of the dangers inside before going any further.";
  270. close;
  271. }