msg_boards.txt 5.2 KB

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