diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
commit | e07326b0aa71a74cacd425e30745bb01a60b153f (patch) | |
tree | b72f1f4ada283ca5f02885e957c5e194eb1652a7 /npc/airports/yuno.txt | |
parent | e4bb98fd9afd36dcd42a4135a55ad8930e2acf01 (diff) | |
download | hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.gz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.bz2 hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.xz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.zip |
* Commited Silent's Fix to the duplicate NPCs
- needs testing
- can't be fully fixed because of length limitation of names
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports/yuno.txt')
-rw-r--r-- | npc/airports/yuno.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt index 1924b4ea0..81245e170 100644 --- a/npc/airports/yuno.txt +++ b/npc/airports/yuno.txt @@ -3,17 +3,18 @@ //===== By: ==================================================
//= L0ne_W0lf, Muad_Dib
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
//= Yuno Airport Staff
//===== Additional Comments: =================================
//= 1.0 Cloned from Einbroch [Justin84]
+//= 1.1 Removed Duplicates [Silent]
//============================================================
-y_airport.gat,126,43,4 script Airport Staff#1::AirportY 90,{
+y_airport.gat,126,43,4 script Airport Staff#001::AirportY 90,{
mes "[Airport Staff]";
mes "Welcome to the Airport.";
mes "How may I help you?";
@@ -52,14 +53,14 @@ y_airport.gat,126,43,4 script Airport Staff#1::AirportY 90,{ close;
}
-y_airport.gat,143,43,4 duplicate(AirportY) Airport Staff#2 90,{
+y_airport.gat,143,43,4 duplicate(AirportY) Airport Staff#002 90,{
// script Airport_Staff_In;
}
-y_airport.gat,156,43,4 duplicate(AirportY) Airport Staff#3 90,{
+y_airport.gat,156,43,4 duplicate(AirportY) Airport Staff#003 90,{
// script Airport_Staff_In;
}
-y_airport.gat,126,51,4 script Airport Staff#4::AirportY2 90,{
+y_airport.gat,126,51,4 script Airport Staff#004::AirportY2 90,{
mes "[Airport Staff]";
mes "Welcome~";
mes "Please head this";
@@ -89,8 +90,8 @@ y_airport.gat,126,51,4 script Airport Staff#4::AirportY2 90,{ close;
}
-y_airport.gat,143,51,4 duplicate(AirportY2) Airport Staff#5 90,{
+y_airport.gat,143,51,4 duplicate(AirportY2) Airport Staff#005 90,{
}
-y_airport.gat,156,51,4 duplicate(AirportY2) Airport Staff#6 90,{
+y_airport.gat,156,51,4 duplicate(AirportY2) Airport Staff#006 90,{
}
|