diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/other/msg_boards.txt | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/msg_boards.txt')
-rw-r--r-- | npc/other/msg_boards.txt | 266 |
1 files changed, 133 insertions, 133 deletions
diff --git a/npc/other/msg_boards.txt b/npc/other/msg_boards.txt index f4db8751c..d83c5ef95 100644 --- a/npc/other/msg_boards.txt +++ b/npc/other/msg_boards.txt @@ -1,134 +1,134 @@ -//===== eAthena Script =======================================
-//= Message Boards
-//===== By: ==================================================
-//= kobra_k88
-//===== Current Version: =====================================
-//= 1.3a
-//===== Compatible With: =====================================
-//= eAthena 7.15 +
-//===== Description: =========================================
-//=
-//===== Additional Comments: =================================
-//= Rearranged [Lupus]
-//= Fixed spelling mistakes. [Nexon]
-//= 1.3 Removed Duplicates [Silent]
-//============================================================
-
-
-
-//=======================================================================//
-// Al De Baran //
-//=======================================================================//
-// Welcome Sign ------------------------------------------------
-aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{
- mes "~sign reads....~";
- mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!";
- close;
-}
-
-//=======================================================================//
-// Alberta //
-//=======================================================================//
-// Sign: Alberta Harbor -----------------------------------------------
-//alberta.gat,35,241,1 script Alberta Harbor 111,{
-// mes "~sign reads....~";
-// mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
-// close;
-//}
-
-// Welcome Sign -----------------------------------------------
-alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{
- mes "~sign reads...~";
- mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
- close;
-}
-
-// Sign: Merchant Guild ------------------------------------------
-alberta.gat,37,39,1 script Merchant Guild 111,{
- mes "~sign reads...~";
- mes "Enjoy the art of buying and selling? Love making unbeatable deals?";
- mes "Then the Alberta Merchant Guild is perfect for you!";
- mes "Come on inn and find out all you need to know about becoming a Merchant.";
- close;
-}
-
-
-//=======================================================================//
-// Geffen //
-//=======================================================================//
-// Welcome Sign ----------------------------------------------
-geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{
- mes "~sign reads...~";
- mes "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!.";
- close;
-}
-
-// Sign: Geffen Tower Sign ----------------------------------------------
-geffen.gat,113,104,1 script Geffen Tower 111,{
- mes "~sign reads...~";
- mes "This is the Geffen Tower, home to the Wizard Academy as well as the infamous Geffen Dungeon. Novices beware!!!";
- close;
-}
-
-// Sign: Blacksmith Guild -------------------------------------------
-geffen.gat,184,61,1 script Blacksmith Guild 111,{
- mes "~sign reads...~";
- mes "This is the Blacksmith Guild.";
- close;
-}
-
-// Sign Post -----------------------------------------------------------
-geffen.gat,119,190,0 script Sign Post#01 111,{
- mes "~sign reads...~";
- mes "North to Geffen Fields";
- mes "Northeast to Al De Baran";
- mes "Northwest to Glast Heim";
- mes "East to Geffen Fields";
- mes "South to Morroc";
- mes "Southeast to Prontera";
- mes "Further Southeast to Alberta";
- mes "Further Southwest to Comodo";
- mes "West to Geffen Fields";
- close;
-}
-
-
-//=======================================================================//
-// Morroc //
-//=======================================================================//
-
-// Sign: Inn ----------------------------------------------------------
-morocc.gat,272,272,1 script Morroc Town Inn 111,{
- mes "~sign reads....~";
- mes "Welcome weary travelers! Stay the night at the Morroc Town Inn.";
- close;
-}
-
-
-//=======================================================================//
-// Payon //
-//=======================================================================//
-
-
-
-//=======================================================================//
-// Prontera //
-//=======================================================================//
-// Welcome Sign -----------------------------------------------------------
-prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{
- mes"~sign reads...~";
- 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!";
- close;
-}
-
-// Sign Post ----------------------------------------------------------------
-prontera.gat,158,213,1 script Sign Post#02 111,{
- mes "~ the sign post reads ~";
- mes "North to Prontera Castle";
- mes "Farther North to Al De Baran";
- mes "Northwest to Geffen";
- mes "East to Prontera Fields";
- mes "South to Prontera Fields";
- mes "Farther Southeast to Alberta";
- close;
+//===== eAthena Script ======================================= +//= Message Boards +//===== By: ================================================== +//= kobra_k88 +//===== Current Version: ===================================== +//= 1.3a +//===== Compatible With: ===================================== +//= eAthena 7.15 + +//===== Description: ========================================= +//= +//===== Additional Comments: ================================= +//= Rearranged [Lupus] +//= Fixed spelling mistakes. [Nexon] +//= 1.3 Removed Duplicates [Silent] +//============================================================ + + + +//=======================================================================// +// Al De Baran // +//=======================================================================// +// Welcome Sign ------------------------------------------------ +aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{ + mes "~sign reads....~"; + mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!"; + close; +} + +//=======================================================================// +// Alberta // +//=======================================================================// +// Sign: Alberta Harbor ----------------------------------------------- +//alberta.gat,35,241,1 script Alberta Harbor 111,{ +// mes "~sign reads....~"; +// mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; +// close; +//} + +// Welcome Sign ----------------------------------------------- +alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{ + mes "~sign reads...~"; + mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; + close; +} + +// Sign: Merchant Guild ------------------------------------------ +alberta.gat,37,39,1 script Merchant Guild 111,{ + mes "~sign reads...~"; + mes "Enjoy the art of buying and selling? Love making unbeatable deals?"; + mes "Then the Alberta Merchant Guild is perfect for you!"; + mes "Come on inn and find out all you need to know about becoming a Merchant."; + close; +} + + +//=======================================================================// +// Geffen // +//=======================================================================// +// Welcome Sign ---------------------------------------------- +geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{ + mes "~sign reads...~"; + mes "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!."; + close; +} + +// Sign: Geffen Tower Sign ---------------------------------------------- +geffen.gat,113,104,1 script Geffen Tower 111,{ + mes "~sign reads...~"; + mes "This is the Geffen Tower, home to the Wizard Academy as well as the infamous Geffen Dungeon. Novices beware!!!"; + close; +} + +// Sign: Blacksmith Guild ------------------------------------------- +geffen.gat,184,61,1 script Blacksmith Guild 111,{ + mes "~sign reads...~"; + mes "This is the Blacksmith Guild."; + close; +} + +// Sign Post ----------------------------------------------------------- +geffen.gat,119,190,0 script Sign Post#01 111,{ + mes "~sign reads...~"; + mes "North to Geffen Fields"; + mes "Northeast to Al De Baran"; + mes "Northwest to Glast Heim"; + mes "East to Geffen Fields"; + mes "South to Morroc"; + mes "Southeast to Prontera"; + mes "Further Southeast to Alberta"; + mes "Further Southwest to Comodo"; + mes "West to Geffen Fields"; + close; +} + + +//=======================================================================// +// Morroc // +//=======================================================================// + +// Sign: Inn ---------------------------------------------------------- +morocc.gat,272,272,1 script Morroc Town Inn 111,{ + mes "~sign reads....~"; + mes "Welcome weary travelers! Stay the night at the Morroc Town Inn."; + close; +} + + +//=======================================================================// +// Payon // +//=======================================================================// + + + +//=======================================================================// +// Prontera // +//=======================================================================// +// Welcome Sign ----------------------------------------------------------- +prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{ + mes"~sign reads...~"; + 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!"; + close; +} + +// Sign Post ---------------------------------------------------------------- +prontera.gat,158,213,1 script Sign Post#02 111,{ + mes "~ the sign post reads ~"; + mes "North to Prontera Castle"; + mes "Farther North to Al De Baran"; + mes "Northwest to Geffen"; + mes "East to Prontera Fields"; + mes "South to Prontera Fields"; + mes "Farther Southeast to Alberta"; + close; }
\ No newline at end of file |