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/guides/guides_yun.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/guides/guides_yun.txt')
-rw-r--r-- | npc/guides/guides_yun.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/guides/guides_yun.txt b/npc/guides/guides_yun.txt index 3972e5026..f5282d9d3 100644 --- a/npc/guides/guides_yun.txt +++ b/npc/guides/guides_yun.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= KitsuneStarwind, usul, kobra_k88
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
@@ -15,11 +15,12 @@ //= 1.2 Optimized, updated common guide names [Lupus]
//= 1.3 Updated the mini map localization function. [Musashiden]
//= 1.4 Juno Guides are now up to date according to iRO. [Musashiden]
+//= 1.5 Removed Duplicates [Silent]
//============================================================
//=====================================================================================
-yuno.gat,153,47,4 script Juno Guide 700,{
+yuno.gat,153,47,4 script Juno Guide#yun1 700,{
mes "[Ms. Yoon]";
mes "A place that takes the vision of";
mes "the future, and gives it form in";
@@ -31,7 +32,7 @@ yuno.gat,153,47,4 script Juno Guide 700,{ }
//=====================================================================
-yuno.gat,334,182,4 script Juno Soldier 852,{
+yuno.gat,334,182,4 script Juno Soldier#yun1 852,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -51,7 +52,7 @@ yuno.gat,334,182,4 script Juno Soldier 852,{ }
//=====================================================================
-yuno.gat,263,320,4 script Juno Soldier 105,{
+yuno.gat,263,320,4 script Juno Soldier#yun2 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -71,7 +72,7 @@ yuno.gat,263,320,4 script Juno Soldier 105,{ }
//=====================================================================
-yuno.gat,227,292,4 script Juno Soldier 105,{
+yuno.gat,227,292,4 script Juno Soldier#yun3 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -92,7 +93,7 @@ yuno.gat,227,292,4 script Juno Soldier 105,{ }
//=====================================================================
-yuno.gat,165,283,4 script Yuno Soldier 105,{
+yuno.gat,165,283,4 script Yuno Soldier#yun3 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -118,7 +119,7 @@ yuno.gat,165,283,4 script Yuno Soldier 105,{ }
//=====================================================================
-yuno.gat,150,283,4 script Yuno Soldier 105,{
+yuno.gat,150,283,4 script Yuno Soldier#yun4 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -146,7 +147,7 @@ yuno.gat,150,283,4 script Yuno Soldier 105,{ }
//=====================================================================
-yuno.gat,165,228,4 script Yuno Soldier 105,{
+yuno.gat,165,228,4 script Yuno Soldier#yun5 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -171,7 +172,7 @@ yuno.gat,165,228,4 script Yuno Soldier 105,{ }
//=====================================================================
-yuno.gat,150,228,4 script Yuno Soldier 105,{
+yuno.gat,150,228,4 script Yuno Soldier#yun6 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
|