msg_boards.txt 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. //===== eAthena Script =======================================
  2. //= Misc. Message Boards
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //= L0ne_W0lf
  6. //===== Current Version: =====================================
  7. //= 1.4
  8. //===== Compatible With: =====================================
  9. //= [Aegis Conversion]
  10. //= eAthena 7.15 +
  11. //===== Description: =========================================
  12. //= Misc. Message Boards for:
  13. //= - Prontera
  14. //= - Morroc
  15. //- - Geffen
  16. //= - Al De Baran
  17. //= - Izlude
  18. //= - Alberta
  19. //===== Additional Comments: =================================
  20. //= Rearranged [Lupus]
  21. //= Fixed spelling mistakes. [Nexon]
  22. //= 1.3 Removed Duplicates [Silent]
  23. //= 1.4 Rescripted to Aegis 10.3 standard. [L0ne_W0lf]
  24. //= 1.5 Removed a duplicate related to the Sign Quest. [SinSloth]
  25. //============================================================
  26. // Prontera
  27. //============================================================
  28. prontera,158,213,1 script Sign Post#PrtSign1 111,{
  29. mes "^993300- The Sign Post Reads -^000000";
  30. mes "North to Prontera Castle";
  31. mes "North to Al De Baran";
  32. mes "Northwest to Geffen";
  33. mes "East to Prontera Fields";
  34. mes "South to Prontera Fields";
  35. mes "Southeast to Alberta";
  36. mes "Southwest to Morroc";
  37. mes "Southwest to Comodo";
  38. mes "West to Prontera Fields";
  39. close;
  40. }
  41. prontera,156,197,1 script Prontera Bulletin#PrtSign2 111,{
  42. mes "^993300- The Prontera Bulletin Reads -^000000";
  43. mes "Wanted: Two Clip Accessories";
  44. mes "Please contact...";
  45. mes "- Name appears to be worn off -";
  46. mes "Selling: Used Bastard Sword";
  47. mes "Will take any offer!";
  48. mes "Contact Abramulious";
  49. mes "Help Wanted: Buying or selling a used Peco Peco?";
  50. mes "Contact Grasisium in Morroc now!";
  51. close;
  52. }
  53. prontera,278,212,1 script Sign#PrtSign3 111,{
  54. mes "^993300- The Sign Reads -^000000";
  55. mes "Please help keep Prontera a clean place.";
  56. close;
  57. }
  58. prontera,150,326,1 script Sign#PrtSign4 111,{
  59. mes "^993300- The Sign Reads -^000000";
  60. mes "Citizens of Prontera are Welcomed in the Prontera Castle.";
  61. close;
  62. }
  63. prontera,31,212,1 script Billboard#PrtSign5 111,{
  64. mes "^993300- The Billboard Reads -^000000";
  65. mes "~WANTED~";
  66. mes "iROGM01";
  67. mes "DEAD or ALIVE";
  68. mes "*Kill Stealing in Glast Heim*";
  69. mes "~REWARD~";
  70. mes "50,000 Zeny ";
  71. mes "Contact: iROGM02";
  72. close;
  73. }
  74. prontera,165,305,1 script Billboard#PrtSign6 111,{
  75. mes "^993300- The Billboard Reads -^000000";
  76. mes "We hope you enjoy your stay in Prontera.";
  77. close;
  78. }
  79. prontera,145,304,1 script Sign#PrtSign7 111,{
  80. mes "^993300- The Sign Reads -^000000";
  81. mes "Note:";
  82. mes "I lost my cart in Mt. Mjolnir, if someone finds it please tell me, my life was in that bucket of goods!";
  83. close;
  84. }
  85. // Morroc
  86. //============================================================
  87. morocc,144,84,1 script Sign#MocSign1 111,{
  88. mes "^993300- The Sign Reads -^000000";
  89. mes "Wanted: Body guard to protect my shop from thieves";
  90. mes "Please contact Butcher";
  91. close;
  92. }
  93. morocc,145,83,1 script Sign#MocSign2 111,{
  94. mes "^993300- The Sign Reads -^000000";
  95. mes "Selling, well groomed Peco Peco!";
  96. mes "This beautiful specimen has only been ridden by myself, comes with a saddle, a harness and...";
  97. close;
  98. }
  99. morocc,32,174,1 script Bulletin#MocSign3 111,{
  100. mes "^993300- The Bulletin Reads -^000000";
  101. mes "^0099FFMorroc women up in arms!^000000";
  102. mes "A recent study has shown that the majority of male citizens in";
  103. mes "Morroc prefer the women of Geffen. 90 of the 100 male citizens";
  104. mes "of Morroc claimed that they have had numerous relationships";
  105. mes "with Geffen women outside of the Morroc Region.";
  106. next;
  107. mes "^993300- The Bulletin Continued -^000000";
  108. mes "'I just prefer their company better, that's all...' said one Morroc man.";
  109. mes "'it's not like I'm against Morroc women or anything, so what's the problem...'";
  110. mes "Besides emotional and stressful issues in regards to the daily";
  111. mes "activities of these males.";
  112. mes "Hunting still seems to be their number one priority";
  113. mes "over finding decent woman within the region....";
  114. close;
  115. }
  116. morocc,168,266,1 script Sign#MocSign5 111,{
  117. mes "^993300- The Sign Reads -^000000";
  118. mes "Welcome to Morroc.";
  119. close;
  120. }
  121. morocc,168,264,1 script Billboard#MocSign6 111,{
  122. mes "^993300- The Billboard Reads -^000000";
  123. mes "^CC0033Battle Royal!^000000";
  124. mes "Do you have what it takes to battle someone in a no holds barred, player vs. player game of death!";
  125. mes "Head to Prontera if you think you have what it takes!";
  126. close;
  127. }
  128. morocc,298,211,1 script Sign#MocSign7 111,{
  129. mes "^993300- The Sign Reads -^000000";
  130. mes "Welcome to Morroc.";
  131. close;
  132. }
  133. // Geffen
  134. //============================================================
  135. geffen,116,58,1 script Geffen Bulletin#GefSign1 111,{
  136. mes "^993300- The Geffen Bulletin Reads -^000000";
  137. mes "Remember Wizard's...It's not how many skills you know, it's the magic that counts!";
  138. close;
  139. }
  140. geffen,61,174,1 script Sign#GefSign2 111,{
  141. OnClick:
  142. mes "^993300- The Sign Reads -^000000";
  143. mes "- Seems to be written in a language unfamiliar to you -";
  144. close;
  145. }
  146. geffen,113,104,1 script Billboard#GefSign3 111,{
  147. mes "^993300- The Billboard Reads -^000000";
  148. mes "Selling: Brand new Chon Chon Doll!";
  149. mes "What a great gift to give to a loved one, contact me now!";
  150. mes "- Name seems to be smeared -";
  151. mes " ";
  152. mes "Buying: Manteau!";
  153. mes "I'm freezing and I have no zeny, please help me!";
  154. mes "Contact Edionyus";
  155. close;
  156. }
  157. geffen,119,190,1 script Sign Post#GefSign4 111,{
  158. mes "^993300- The Sign Post Reads -^000000";
  159. mes "North to Geffen Fields";
  160. mes "Northeast to Al De Baran";
  161. mes "Northwest to Glast Heim";
  162. mes "East to Geffen Fields";
  163. mes "South to Morroc";
  164. mes "Southeast to Prontera";
  165. mes "Southeast to Alberta";
  166. mes "Southwest to Comodo";
  167. mes "West to Geffen Fields";
  168. close;
  169. }
  170. geffen,168,175,1 script Sign#GefSign5 111,{
  171. mes "^993300- The Sign Reads -^000000";
  172. mes "''Your always welcomed in Geffen''";
  173. close;
  174. }
  175. geffen,183,61,1 script Sign#GefSign6 111,{
  176. mes "^993300- The Sign Reads -^000000";
  177. mes "Welcome.";
  178. close;
  179. }
  180. // Al De Baran
  181. //============================================================
  182. aldebaran,181,172,1 script Billboard#AldeSign1 111,{
  183. mes "^993300- The Billboard Reads -^000000";
  184. mes "In Search of:";
  185. mes "I lost my Bongun pet, it wasn't my fault, it just ran away...";
  186. mes "If you see him, please let me know. Reward to whomever finds him!";
  187. close;
  188. }
  189. aldebaran,133,104,1 script Al De Baran Bulletin#AldeSign2 111,{
  190. mes "^993300- The Al De Baran Bulletin Reads -^000000";
  191. mes "''Enjoy your stay in Al De Baran''";
  192. close;
  193. }
  194. aldebaran,54,223,1 script Billboard#AldeSign3 111,{
  195. mes "^993300- The Billboard Reads -^000000";
  196. mes "Help Wanted:";
  197. mes "We are looking for young, strong and athletic people who are";
  198. mes "interested in a full time career as a Blacksmith. If your interested, please contact Altiregen";
  199. mes "in Geffen!";
  200. close;
  201. }
  202. aldebaran,197,228,1 script #AldeSign4 -1,1,1,{
  203. OnTouch:
  204. mes "[Home Owner]";
  205. mes "Get off my roof you no good leecher!";
  206. close;
  207. }
  208. aldebaran,217,222,1 script Sign#AldeSign5 111,{
  209. mes "^993300- The Sign Reads -^000000";
  210. mes "I saw Santa Claus in Lutie!";
  211. mes "- The rest looks like scribble -";
  212. close;
  213. }
  214. // Izlude
  215. //============================================================
  216. izlude,54,139,1 script Sign#IzSign1 111,{
  217. mes "^993300- The Sign Reads -^000000";
  218. mes "Welcome to the Swordsman Academy.";
  219. close;
  220. }
  221. izlude,144,148,1 script Sign#IzSign2 111,{
  222. mes "^993300- The Sign Reads -^000000";
  223. mes "Welcome.";
  224. close;
  225. }
  226. // Alberta
  227. //============================================================
  228. alberta,35,241,1 script Billboard#AlbSign1 111,{
  229. mes "^993300- The Billboard Reads -^000000";
  230. mes "Welcome to Alberta, the Merchant's paradise.";
  231. close;
  232. }
  233. alberta,37,39,1 script Billboard#AlbSign2 111,{
  234. mes "^993300- The Billboard Reads -^000000";
  235. mes "Welcome.";
  236. close;
  237. }
  238. alberta,99,151,1 script Sign#AlbSign3 111,{
  239. mes "^993300- The Sign Reads -^000000";
  240. mes "Tools by the Cart full!";
  241. mes "You need tools? We got'em!";
  242. mes "Come on in, we never close!";
  243. close;
  244. }
  245. alberta,196,152,1 script Sign#AlbSign4 111,{
  246. mes "^993300- The Sign Reads -^000000";
  247. mes "Docking and Shipment times very on load. For information regarding";
  248. mes "Shipping and Receiving, please...";
  249. mes "- You can't make out the rest -";
  250. close;
  251. }
  252. alberta,149,54,1 script Sign#AlbSign5 111,{
  253. mes "^993300- The Sign Reads -^000000";
  254. mes "Welcome.";
  255. close;
  256. }