msg_boards.txt 5.8 KB

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