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/events/custom/p_track | |
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/events/custom/p_track')
-rw-r--r-- | npc/events/custom/p_track/p_track_core.txt | 10 | ||||
-rw-r--r-- | npc/events/custom/p_track/p_track_warpers.txt | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/npc/events/custom/p_track/p_track_core.txt b/npc/events/custom/p_track/p_track_core.txt index 691555ffb..c2fb27bd1 100644 --- a/npc/events/custom/p_track/p_track_core.txt +++ b/npc/events/custom/p_track/p_track_core.txt @@ -3,16 +3,16 @@ //===== By: ==================================================
//= erKURITA
//===== Current Version: =====================================
-//= 0.0000000000000001
+//= 0.0000000000000002
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
//= NPCs that has nothing to do with the race itself, but
//= has important functions on the race itself.
//===== Additional Comments: =================================
-//=
+//= 0.0000000000000002 Removed Duplicates [Silent]
//============================================================
-p_track01.gat,41,57,5 script Lady::P_track 845,{
+p_track01.gat,41,57,5 script Lady#track1::P_track 845,{
end;
}
@@ -36,8 +36,8 @@ p_track02.gat,42,49,3 script Asgahrd 733,{ end;
}
-p_track02.gat,67,33,1 script Blacksmith 726,{
+p_track02.gat,67,33,1 script Blacksmith#track1 726,{
end;
}
-p_track02.gat,41,57,5 duplicate(P_track) Lady 845
\ No newline at end of file +p_track02.gat,41,57,5 duplicate(P_track) Lady#track2 845
\ No newline at end of file diff --git a/npc/events/custom/p_track/p_track_warpers.txt b/npc/events/custom/p_track/p_track_warpers.txt index 4209f2cac..58154c3d2 100644 --- a/npc/events/custom/p_track/p_track_warpers.txt +++ b/npc/events/custom/p_track/p_track_warpers.txt @@ -3,21 +3,21 @@ //===== By: ==================================================
//= erKURITA
//===== Current Version: =====================================
-//= 0.0000000000000001
+//= 0.0000000000000002
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
//= NPC's for the City of Hugel.
//===== Additional Comments: =================================
-//=
+//= 0.0000000000000002 Removed Duplicates [Silent]
//============================================================
//| Warp-in npcs
-hugel.gat,58,72,5 script Yan 86,{
+hugel.gat,58,72,5 script Yan#track1 86,{
//callfunc "P_TrackEnt",npcname,map name;
callfunc "P_TrackEnt","[Yan]","p_track01.gat";
end;
}
-hugel.gat,62,68,1 script Yalmire 86,{
+hugel.gat,62,68,1 script Yalmire#track1 86,{
//callfunc "P_TrackEnt",npcname,map name;
callfunc "P_TrackEnt","[Yalmire]","p_track02.gat";
end;
@@ -25,11 +25,11 @@ end; //| Warp-out npcs
-p_track01.gat,76,36,2 script Yan 86,{
+p_track01.gat,76,36,2 script Yan#track2 86,{
end;
}
-p_track02.gat,76,36,2 script Yalmire 86,{
+p_track02.gat,76,36,2 script Yalmire#track2 86,{
end;
}
|