From ae194001586f5cc7dc680f56a1aed5c453c7e72d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 19 Aug 2013 20:06:30 -0700 Subject: Give every NPC a unique name --- world/map/npc/002-4/mine_triggerone.txt | 2 +- world/map/npc/002-4/mine_triggerthree.txt | 2 +- world/map/npc/002-4/mine_triggertwo.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/002-4') diff --git a/world/map/npc/002-4/mine_triggerone.txt b/world/map/npc/002-4/mine_triggerone.txt index 6d7e8e13..86d9a501 100644 --- a/world/map/npc/002-4/mine_triggerone.txt +++ b/world/map/npc/002-4/mine_triggerone.txt @@ -1,7 +1,7 @@ //Sandstorm mine trigger 1 Trigger 002-4 35,43 (127) // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-4.gat,30,47,0|script|Button|400,0,0, +002-4.gat,30,47,0|script|Button#mine-1|400,0,0, { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-4/mine_triggerthree.txt b/world/map/npc/002-4/mine_triggerthree.txt index 015928f1..76ea8e9e 100644 --- a/world/map/npc/002-4/mine_triggerthree.txt +++ b/world/map/npc/002-4/mine_triggerthree.txt @@ -1,7 +1,7 @@ //Sandstorm mine trigger 3 Trigger 002-4 98,42 (127) // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-4.gat,91,99,0|script|Button|400,0,0, +002-4.gat,91,99,0|script|Button#mine-3|400,0,0, { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-4/mine_triggertwo.txt b/world/map/npc/002-4/mine_triggertwo.txt index 4af6ad7e..f51a85e3 100644 --- a/world/map/npc/002-4/mine_triggertwo.txt +++ b/world/map/npc/002-4/mine_triggertwo.txt @@ -3,7 +3,7 @@ // - nibble 4 and 5 of QUEST_SouthTulimshar // - in FLAGS, FLAG_OPENED_UNDERGROUND -002-4.gat,100,37,0|script|Button|400,0,0, +002-4.gat,100,37,0|script|Button#mine-2|400,0,0, { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; -- cgit v1.2.3-60-g2f50