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/cities/einbech.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/cities/einbech.txt')
-rw-r--r-- | npc/cities/einbech.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/cities/einbech.txt b/npc/cities/einbech.txt index b0fd9fb80..b02a139ee 100644 --- a/npc/cities/einbech.txt +++ b/npc/cities/einbech.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Muad_dib
//===== Current Version: =====================================
-//= 1.0
+//= 1.2
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
@@ -19,6 +19,7 @@ //= all credits to muad_dib for scripting them.
//= 1.1 Made some changes according to the Shinokas quest, [MasterOfMuppets]
//= thanks to Dj-Yhn for scripting them.
+//= 1.2 Removed Duplicates [Silent]
//============================================================
@@ -383,7 +384,7 @@ einbech.gat,105,218,6 script Gushenmu 848,{ close;
}
-einbech.gat,57,210,4 script Young Man 854,{
+einbech.gat,57,210,4 script Young Man#04 854,{
mes "[Young Man]";
mes "Behind the pub,";
mes "you'll see this old man";
@@ -1425,7 +1426,7 @@ L_NNotify: close;
}
-ein_in01.gat,281,85,2 script Drunken Man 849,{
+ein_in01.gat,281,85,2 script Drunken Man#01 849,{
mes "[Drunken Man]";
mes "...*Hiccup*...";
mes "*Hiccup*...";
@@ -1512,7 +1513,7 @@ ein_in01.gat,279,92,2 script Tavern Lady 854,{ close;
}
-einbech.gat,197,139,4 script Young Man 855,{
+einbech.gat,197,139,4 script Young Man#05 855,{
mes "[Heinz]";
mes "Wow...";
mes "And adventurer from";
|