msg_boards.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. //===== eAthena Script =======================================
  2. //= Message Boards
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Rearranged [Lupus]
  13. //============================================================
  14. //=======================================================================//
  15. // Al De Baran //
  16. //=======================================================================//
  17. / Welcome Sign ------------------------------------------------
  18. aldebaran.gat,133,104,1 script Welcome Sign 111,
  19. {
  20. mes "~sign reads....~";
  21. mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!";
  22. close;
  23. }
  24. // Kafra Corp. Main Office Sign ---------------------------------------------------------------
  25. aldebaran.gat,53,223,1 script Kafra Corp. Main Office 111,
  26. {
  27. mes "~sign reads...~";
  28. mes "This is the Kafra Services Main Office, home to the lovely Kafra employees.";
  29. close;
  30. }
  31. //=======================================================================//
  32. // Alberta //
  33. //=======================================================================//
  34. // Sign: Alberta Harbor -----------------------------------------------
  35. alberta.gat,35,241,1 script Alberta Harbor 111,
  36. {
  37. mes "~sign reads....~";
  38. mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  39. close;
  40. }
  41. // Welcome Sign -----------------------------------------------
  42. alberta.gat,196,152,1 script Welcome Sign 111,
  43. {
  44. mes "~sign reads...~";
  45. mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  46. close;
  47. }
  48. // Sign: Merchant Guild ------------------------------------------
  49. alberta.gat,37,39,1 script Merchant Guild 111,
  50. {
  51. mes "~sign reads...~";
  52. mes "Enjoy the art of buying and selling? Love making unbeatable deals?";
  53. mes "Then the Alberta Merchant Guild is perfect for you!";
  54. mes "Come on inn and find out all you need to know about becoming a Merchant.";
  55. close;
  56. }
  57. //=======================================================================//
  58. // Geffen //
  59. //=======================================================================//
  60. // Welcome Sign ----------------------------------------------
  61. geffen.gat,116,58,1 script Welcome Sign 111,
  62. {
  63. mes "~sign reads...~";
  64. mes "Greetings!! You are in the wonderfull city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!.";
  65. close;
  66. }
  67. // Sign: Restaurant Inn ---------------------------------------------
  68. geffen.gat,167,175,1 script Geffen Restaurant Inn 111,
  69. {
  70. mes "~sign reads..... ~";
  71. mes "Welcome weary travelers! Have a hot meal and stay the night at the the Geffen Restaurant Inn!";
  72. close;
  73. }
  74. // Sign: Mage Association ---------------------------------------
  75. geffen.gat,61,174,1 script Mage Association 111,
  76. {
  77. mes "~sign reads...~";
  78. mes "Greetings!! This is the Geffen Magic Academy. Come in if you have an interest in all things magic!";
  79. close;
  80. }
  81. // Sign: Geffen Tower Sign ----------------------------------------------
  82. geffen.gat,113,104,1 script Geffen Tower 111,
  83. {
  84. mes "~sign reads...~";
  85. mes "This is the Geffen Tower, home to the Wizard Academey as well as the infamous Geffen Dungeon. Novices beware!!!";
  86. close;
  87. }
  88. // Sign: Blacksmith Guild -------------------------------------------
  89. geffen.gat,184,61,1 script Blacksmith Guild 111,
  90. {
  91. mes "~sign reads...~";
  92. mes "This is the Blacksmith Guild.";
  93. close;
  94. }
  95. // Sign Post -----------------------------------------------------------
  96. geffen.gat,119,190,0 script Sign Post 111,
  97. {
  98. mes "~sign reads...~";
  99. mes "North to Geffen Fields";
  100. mes "NorthEast to Al De Baran";
  101. mes "NorthWest to Glast Heim";
  102. mes "East to Geffen Fields";
  103. mes "South to Morroc";
  104. mes "SouthEast to Prontera";
  105. mes "Further SouthEast to Alberta";
  106. mes "Further SouthWest to Comodo";
  107. mes "West to Geffen Fields";
  108. close;
  109. }
  110. //=======================================================================//
  111. // Morroc //
  112. //=======================================================================//
  113. // Welcome Sign ---------------------------------------------------
  114. morocc.gat,168,264,1 script Welcome Sign 111,
  115. {
  116. mes "~sign reads...~";
  117. mes "Morocc welcomes you! Morocc is the city of the desert and home to Thieves, Assassins, and alls sorts of Egyption temptations!";
  118. close;
  119. }
  120. // Sign: Inn ----------------------------------------------------------
  121. morocc.gat,272,272,1 script Morroc Town Inn 111,
  122. {
  123. mes "~sign reads....~";
  124. mes "Welcome weary travelers! Stay the night at the Morroc Town Inn.";
  125. close;
  126. }
  127. //=======================================================================//
  128. // Payon //
  129. //=======================================================================//
  130. //=======================================================================//
  131. // Prontera //
  132. //=======================================================================//
  133. // Welcome Sign -----------------------------------------------------------
  134. prontera.gat,156,197,1 script Welcome Sign 111,
  135. {
  136. mes"~sign reads...~";
  137. mes "You've found yourself in the great city of Prontera! Prontera is one of the largest cities in Rune-Midgard and is home to the Prontera Chivalry!";
  138. close;
  139. }
  140. // Sign Post ----------------------------------------------------------------
  141. prontera.gat,158,213,1 script Sign Post 111,
  142. {
  143. mes "~ the sign post reads ~";
  144. mes "North to Prontera Castle";
  145. mes "Farther North to Al De Baran";
  146. mes "Northwest to Geffen";
  147. mes "East to Prontera Fields";
  148. mes "South to Prontera Fields";
  149. mes "Farther SouthEast to Alberta";
  150. close;
  151. }