- Welcome Sign duplicated NPC update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7153 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lance 2006-06-14 08:38:33 +00:00
parent bb95f30409
commit 23f8c655ff
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
// Welcome Sign ---------------------------------------------------------- // Welcome Sign ----------------------------------------------------------
izlude.gat,125,116,1 script Welcome Sign 111,{ izlude.gat,125,116,1 script Welcome Sign::ws_izlude 111,{
mes "~sign reads...~"; mes "~sign reads...~";
mes "Salutations and welcome to Izlude! Izlude is the satellite of Prontera and is home to Swordsmen and the Cool Event Corp.'s Monster Arena!"; mes "Salutations and welcome to Izlude! Izlude is the satellite of Prontera and is home to Swordsmen and the Cool Event Corp.'s Monster Arena!";
close; close;

View File

@ -19,7 +19,7 @@
// Al De Baran // // Al De Baran //
//=======================================================================// //=======================================================================//
// Welcome Sign ------------------------------------------------ // Welcome Sign ------------------------------------------------
aldebaran.gat,133,104,1 script Welcome Sign 111,{ aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{
mes "~sign reads....~"; mes "~sign reads....~";
mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!"; mes "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!";
close; close;
@ -36,7 +36,7 @@ alberta.gat,35,241,1 script Alberta Harbor 111,{
} }
// Welcome Sign ----------------------------------------------- // Welcome Sign -----------------------------------------------
alberta.gat,196,152,1 script Welcome Sign 111,{ alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{
mes "~sign reads...~"; mes "~sign reads...~";
mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
close; close;
@ -56,7 +56,7 @@ alberta.gat,37,39,1 script Merchant Guild 111,{
// Geffen // // Geffen //
//=======================================================================// //=======================================================================//
// Welcome Sign ---------------------------------------------- // Welcome Sign ----------------------------------------------
geffen.gat,116,58,1 script Welcome Sign 111,{ geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{
mes "~sign reads...~"; 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!."; mes "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!.";
close; close;
@ -121,7 +121,7 @@ morocc.gat,272,272,1 script Morroc Town Inn 111,{
// Prontera // // Prontera //
//=======================================================================// //=======================================================================//
// Welcome Sign ----------------------------------------------------------- // Welcome Sign -----------------------------------------------------------
prontera.gat,156,197,1 script Welcome Sign 111,{ prontera.gat,156,197,1 script Welcome Sign::ws_prontera 111,{
mes"~sign reads...~"; 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!"; 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; close;