From 6d3782b5ed8d96105d8098ef5437e3c9afa5d03d Mon Sep 17 00:00:00 2001 From: Lance Date: Wed, 14 Jun 2006 08:38:33 +0000 Subject: - Welcome Sign duplicated NPC update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7153 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/izlude.txt | 2 +- npc/other/msg_boards.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index 15dbb0330..e30d29cc7 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -21,7 +21,7 @@ // 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 "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; diff --git a/npc/other/msg_boards.txt b/npc/other/msg_boards.txt index a4e191b9b..87021926e 100644 --- a/npc/other/msg_boards.txt +++ b/npc/other/msg_boards.txt @@ -19,7 +19,7 @@ // Al De Baran // //=======================================================================// // 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 "Hello and enjoy your visit to Aldebaran! Aldebaran is the mystical city of clocks and Kafras!"; close; @@ -36,7 +36,7 @@ alberta.gat,35,241,1 script Alberta Harbor 111,{ } // 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 "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!"; close; @@ -56,7 +56,7 @@ alberta.gat,37,39,1 script Merchant Guild 111,{ // Geffen // //=======================================================================// // 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 "Greetings!! You are in the wonderful city of Geffen! Geffen is the city of Magic and home to Mages and Wizards!."; close; @@ -121,7 +121,7 @@ morocc.gat,272,272,1 script Morroc Town Inn 111,{ // Prontera // //=======================================================================// // 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 "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; -- cgit v1.2.3-70-g09d2