gonryun.txt 11 KB

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