gonryun.txt 11 KB

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