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_pay.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_pay.txt')
-rw-r--r-- | npc/guides/guides_pay.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/guides/guides_pay.txt b/npc/guides/guides_pay.txt index ed1427547..522dc5238 100644 --- a/npc/guides/guides_pay.txt +++ b/npc/guides/guides_pay.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 1.4a
+//= 1.5
//===== Compatible With: =====================================
//= eAthena 0.5.2 +
//===== Description: =========================================
@@ -17,10 +17,11 @@ //= 1.3a Fixed some problems with duplicated text, thanks to muad_dib [MasterOfMuppets]
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
//= 1.4a Tixed Archer Village Guide [Lupus]
+//= 1.5 Removed Duplicates [Silent]
//============================================================
-payon.gat,162,67,4 script Guide 708,{
+payon.gat,162,67,4 script Guide#pay1 708,{
cutin "pay_soldier",2;
mes "[Payon Guide]";
mes "Welcome to the mountain city of Payon.";
@@ -144,7 +145,7 @@ L_END: close;
}
-pay_arche.gat,85,30,2 script Guide 708,{
+pay_arche.gat,85,30,2 script Guide#pay2 708,{
cutin "pay_soldier",2;
mes "[Payon Guide]";
mes "Welcome to the Archer Village.";
|