msg_boards.txt 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. //===== eAthena Script =======================================
  2. //= Message Boards
  3. //===== By: ==================================================
  4. //= kobra_k88
  5. //===== Current Version: =====================================
  6. //= 1.3a
  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: Geffen Tower Sign ----------------------------------------------
  58. geffen.gat,113,104,1 script Geffen Tower 111,{
  59. mes "~sign reads...~";
  60. mes "This is the Geffen Tower, home to the Wizard Academy as well as the infamous Geffen Dungeon. Novices beware!!!";
  61. close;
  62. }
  63. // Sign: Blacksmith Guild -------------------------------------------
  64. geffen.gat,184,61,1 script Blacksmith Guild 111,{
  65. mes "~sign reads...~";
  66. mes "This is the Blacksmith Guild.";
  67. close;
  68. }
  69. // Sign Post -----------------------------------------------------------
  70. geffen.gat,119,190,0 script Sign Post#01 111,{
  71. mes "~sign reads...~";
  72. mes "North to Geffen Fields";
  73. mes "Northeast to Al De Baran";
  74. mes "Northwest to Glast Heim";
  75. mes "East to Geffen Fields";
  76. mes "South to Morroc";
  77. mes "Southeast to Prontera";
  78. mes "Further Southeast to Alberta";
  79. mes "Further Southwest to Comodo";
  80. mes "West to Geffen Fields";
  81. close;
  82. }
  83. //=======================================================================//
  84. // Morroc //
  85. //=======================================================================//
  86. // Sign: Inn ----------------------------------------------------------
  87. morocc.gat,272,272,1 script Morroc Town Inn 111,{
  88. mes "~sign reads....~";
  89. mes "Welcome weary travelers! Stay the night at the Morroc Town Inn.";
  90. close;
  91. }
  92. //=======================================================================//
  93. // Payon //
  94. //=======================================================================//
  95. //=======================================================================//
  96. // Prontera //
  97. //=======================================================================//
  98. // Welcome Sign -----------------------------------------------------------
  99. prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{
  100. mes"~sign reads...~";
  101. 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!";
  102. close;
  103. }
  104. // Sign Post ----------------------------------------------------------------
  105. prontera.gat,158,213,1 script Sign Post#02 111,{
  106. mes "~ the sign post reads ~";
  107. mes "North to Prontera Castle";
  108. mes "Farther North to Al De Baran";
  109. mes "Northwest to Geffen";
  110. mes "East to Prontera Fields";
  111. mes "South to Prontera Fields";
  112. mes "Farther Southeast to Alberta";
  113. close;
  114. }