msg_boards.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. //===== eAthena Script =======================================
  2. //= Message Boards
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.3
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= Rearranged [Lupus]
  13. //= Fixed spelling mistakes. [Nexon]
  14. //= 1.3 Removed Duplicates [Silent]
  15. //============================================================
  16. //=======================================================================//
  17. // Al De Baran //
  18. //=======================================================================//
  19. // Welcome Sign ------------------------------------------------
  20. aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{
  21. mes "~sign reads....~";
  22. mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!";
  23. close;
  24. }
  25. //=======================================================================//
  26. // Alberta //
  27. //=======================================================================//
  28. // Sign: Alberta Harbor -----------------------------------------------
  29. alberta.gat,35,241,1 script Alberta Harbor 111,{
  30. mes "~sign reads....~";
  31. mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  32. close;
  33. }
  34. // Welcome Sign -----------------------------------------------
  35. alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{
  36. mes "~sign reads...~";
  37. mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
  38. close;
  39. }
  40. // Sign: Merchant Guild ------------------------------------------
  41. alberta.gat,37,39,1 script Merchant Guild 111,{
  42. mes "~sign reads...~";
  43. mes "Enjoy the art of buying and selling? Love making unbeatable deals?";
  44. mes "Then the Alberta Merchant Guild is perfect for you!";
  45. mes "Come on inn and find out all you need to know about becoming a Merchant.";
  46. close;
  47. }
  48. //=======================================================================//
  49. // Geffen //
  50. //=======================================================================//
  51. // Welcome Sign ----------------------------------------------
  52. geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{
  53. mes "~sign reads...~";
  54. mes "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!.";
  55. close;
  56. }
  57. // Sign: Mage Association ---------------------------------------
  58. geffen.gat,61,174,1 script Mage Association 111,{
  59. mes "~sign reads...~";
  60. mes "Greetings!! This is the Geffen Magic Academy. Come in if you have an interest in all things magic!";
  61. close;
  62. }
  63. // Sign: Geffen Tower Sign ----------------------------------------------
  64. geffen.gat,113,104,1 script Geffen Tower 111,{
  65. mes "~sign reads...~";
  66. mes "This is the Geffen Tower, home to the Wizard Academy as well as the infamous Geffen Dungeon. Novices beware!!!";
  67. close;
  68. }
  69. // Sign: Blacksmith Guild -------------------------------------------
  70. geffen.gat,184,61,1 script Blacksmith Guild 111,{
  71. mes "~sign reads...~";
  72. mes "This is the Blacksmith Guild.";
  73. close;
  74. }
  75. // Sign Post -----------------------------------------------------------
  76. geffen.gat,119,190,0 script Sign Post#01 111,{
  77. mes "~sign reads...~";
  78. mes "North to Geffen Fields";
  79. mes "Northeast to Al De Baran";
  80. mes "Northwest to Glast Heim";
  81. mes "East to Geffen Fields";
  82. mes "South to Morroc";
  83. mes "Southeast to Prontera";
  84. mes "Further Southeast to Alberta";
  85. mes "Further Southwest to Comodo";
  86. mes "West to Geffen Fields";
  87. close;
  88. }
  89. //=======================================================================//
  90. // Morroc //
  91. //=======================================================================//
  92. // Sign: Inn ----------------------------------------------------------
  93. morocc.gat,272,272,1 script Morroc Town Inn 111,{
  94. mes "~sign reads....~";
  95. mes "Welcome weary travelers! Stay the night at the Morroc Town Inn.";
  96. close;
  97. }
  98. //=======================================================================//
  99. // Payon //
  100. //=======================================================================//
  101. //=======================================================================//
  102. // Prontera //
  103. //=======================================================================//
  104. // Welcome Sign -----------------------------------------------------------
  105. prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{
  106. mes"~sign reads...~";
  107. 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!";
  108. close;
  109. }
  110. // Sign Post ----------------------------------------------------------------
  111. prontera.gat,158,213,1 script Sign Post#02 111,{
  112. mes "~ the sign post reads ~";
  113. mes "North to Prontera Castle";
  114. mes "Farther North to Al De Baran";
  115. mes "Northwest to Geffen";
  116. mes "East to Prontera Fields";
  117. mes "South to Prontera Fields";
  118. mes "Farther Southeast to Alberta";
  119. close;
  120. }