msg_boards.txt 943 B

1234567891011121314151617181920212223242526272829
  1. //===== rAthena Script =======================================
  2. //= Misc. Message Boards
  3. //===== By: ==================================================
  4. //= Euphy
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= [Official Conversion]
  9. //= rAthena Project; 7.15 +
  10. //===== Description: =========================================
  11. //= Misc. Message Boards for:
  12. //= - Izlude
  13. //===== Additional Comments: =================================
  14. //= 1.0 Moved Izlude NPCs to Pre-RE path.
  15. //============================================================
  16. // Izlude
  17. //============================================================
  18. izlude,54,139,1 script Sign#Iz1 111,{
  19. mes "^993300- The Sign Reads -^000000";
  20. mes "Welcome to the Swordsman Academy.";
  21. close;
  22. }
  23. izlude,144,148,1 script Sign#Iz2 111,{
  24. mes "^993300- The Sign Reads -^000000";
  25. mes "Welcome.";
  26. close;
  27. }