From e07326b0aa71a74cacd425e30745bb01a60b153f Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 16 Jun 2006 10:02:18 +0000 Subject: * 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 --- npc/events/custom/p_track/p_track_warpers.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/events/custom/p_track/p_track_warpers.txt') 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; } -- cgit v1.2.3-70-g09d2