guides_ayothaya.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. //===== rAthena Script =======================================
  2. //= Ayothaya Guide
  3. //===== By: ==================================================
  4. //= L0ne_W0lf
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= rAthena SVN
  9. //===== Description: =========================================
  10. //= [Aegis Conversion]
  11. //= Guide for the city of Ayothaya
  12. //===== Additional Comments: =================================
  13. //= 1.0 First version, Renewal guide.
  14. //============================================================
  15. ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{
  16. mes "[Noi]";
  17. mes "Hello~";
  18. mes "Welcome to ^8B4513Ayothaya^000000.";
  19. mes "This town is linked to a river through the wild forest.";
  20. mes "It's a really calm country.";
  21. mes "Take your time to look around.";
  22. while (1) {
  23. next;
  24. switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
  25. case 1:
  26. mes "[Noi]";
  27. mes "The ^0000FFWeapon Shop^000000";
  28. mes "in Ayothaya has special weapons.";
  29. mes "You can find great weapons there.";
  30. mes "Is there anything else I can do for you?";
  31. viewpoint 1,163,90,0,0x0A82FF;
  32. break;
  33. case 2:
  34. mes "[Noi]";
  35. mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
  36. mes "Make sure you get all you need there.";
  37. mes "Do you need anything else??";
  38. viewpoint 1,131,86,1,0xAAFF00;
  39. break;
  40. case 3:
  41. mes "[Noi]";
  42. mes "Part of adventuring is collecting information.";
  43. mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
  44. mes "Is there anything else I can do for you?";
  45. viewpoint 1,229,72,2,0x008080;
  46. break;
  47. case 4:
  48. mes "[Noi]";
  49. mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
  50. mes "Is there anything else I can do for you?";
  51. viewpoint 1,208,280,3,0xFF1493;
  52. break;
  53. case 5:
  54. mes "[Noi]";
  55. mes "Ayothaya is close to the beach, so most people enjoy fishing.";
  56. mes "They really love to fish.";
  57. mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
  58. mes "Is there anything else I can do for you?";
  59. viewpoint 1,255,99,4,0x8B4513;
  60. break;
  61. case 6:
  62. mes "[Noi]";
  63. mes "If you want to return home";
  64. mes "find ^00BFFFAibakthing^000000";
  65. mes "and ask him to send you back.";
  66. mes "Is there anything else I can do for you?";
  67. viewpoint 1,151,68,5,0x00BFFF;
  68. break;
  69. case 7:
  70. mes "[Noi]";
  71. mes "I'll remove all marks from your mini-map.";
  72. mes "Do you need anything else??";
  73. viewpoint 2,1,1,0,0xFFFFFF;
  74. viewpoint 2,1,1,1,0xFFFFFF;
  75. viewpoint 2,1,1,2,0xFFFFFF;
  76. viewpoint 2,1,1,3,0xFFFFFF;
  77. viewpoint 2,1,1,4,0xFFFFFF;
  78. viewpoint 2,1,1,5,0xFFFFFF;
  79. break;
  80. case 8:
  81. mes "[Noi]";
  82. mes "Enjoy your trip~!";
  83. close;
  84. }
  85. }
  86. }
  87. ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{
  88. mes "[Noa]";
  89. mes "Hello~";
  90. mes "Welcome to ^8B4513Ayothaya^000000.";
  91. mes "This town is linked to a river through the wild forest.";
  92. mes "It's a really calm country.";
  93. mes "Take your time to look around.";
  94. while (1) {
  95. next;
  96. switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
  97. case 1:
  98. mes "[Noa]";
  99. mes "The ^0000FFKafra Employee^000000 is";
  100. mes "marked on your mini-map.";
  101. mes "Check your mini-map.";
  102. mes "Is there anything else I can do for you?";
  103. viewpoint 1,212,169,0,0x0A82FF;
  104. break;
  105. case 2:
  106. mes "[Noa]";
  107. mes "The ^0000FFWeapon Shop^000000";
  108. mes "in Ayothaya has special weapons.";
  109. mes "You can find great weapons there.";
  110. mes "Is there anything else I can do for you?";
  111. viewpoint 1,163,90,1,0xAAFF00;
  112. break;
  113. case 3:
  114. mes "[Noa]";
  115. mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
  116. mes "Make sure you get all you need there.";
  117. mes "Do you need anything else??";
  118. viewpoint 1,131,86,2,0x008080;
  119. break;
  120. case 4:
  121. mes "[Noa]";
  122. mes "Part of adventuring is collecting information.";
  123. mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
  124. mes "Is there anything else I can do for you?";
  125. viewpoint 1,229,72,3,0xFF1493;
  126. break;
  127. case 5:
  128. mes "[Noa]";
  129. mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
  130. mes "Is there anything else I can do for you?";
  131. viewpoint 1,208,280,4,0x8B4513;
  132. break;
  133. case 6:
  134. mes "[Noa]";
  135. mes "Ayothaya is close to the beach, so most people enjoy fishing.";
  136. mes "They really love to fish.";
  137. mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
  138. mes "Is there anything else I can do for you?";
  139. viewpoint 1,255,99,5,0x9400D3;
  140. break;
  141. case 7:
  142. mes "[Noa]";
  143. mes "If you want to return home";
  144. mes "find ^00BFFFAibakthing^000000";
  145. mes "and ask him to send you back.";
  146. mes "Is there anything else I can do for you?";
  147. viewpoint 1,151,68,6,0x00BFFF;
  148. break;
  149. case 8:
  150. mes "[Noa]";
  151. mes "I'll remove all marks from your mini-map.";
  152. mes "Do you need anything else??";
  153. viewpoint 2,1,1,0,0xFFFFFF;
  154. viewpoint 2,1,1,1,0xFFFFFF;
  155. viewpoint 2,1,1,2,0xFFFFFF;
  156. viewpoint 2,1,1,3,0xFFFFFF;
  157. viewpoint 2,1,1,4,0xFFFFFF;
  158. viewpoint 2,1,1,5,0xFFFFFF;
  159. viewpoint 2,1,1,6,0xFFFFFF;
  160. break;
  161. case 9:
  162. mes "[Noa]";
  163. mes "Enjoy your trip~!";
  164. close;
  165. }
  166. }
  167. }