From 9a348a1fadefb5481f08b4891091fdabd6abc4ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 May 2019 10:40:00 -0300 Subject: Move Hurnscald Town Entrances to the map 012-1, instead of the town itself --- npc/012-1/town.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/town.txt b/npc/012-1/town.txt index 00501018d..fdffb1739 100644 --- a/npc/012-1/town.txt +++ b/npc/012-1/town.txt @@ -4,10 +4,10 @@ // Description: // Reset LOCATION$ when entering a town -012-1,78,49,0 script #LocHurns NPC_HIDDEN,3,1,{ +012-1,78,101,0 script #LocHurns NPC_HIDDEN,3,1,{ OnTouch: EnterTown("Hurns"); end; } -012-1,78,80,0 duplicate(#LocHurns) #LocHurnsS NPC_HIDDEN,3,1 -012-1,54,61,0 duplicate(#LocHurns) #LocHurnsW NPC_HIDDEN,1,2 -012-1,127,60,0 duplicate(#LocHurns) #LocHurnsE NPC_HIDDEN,1,2 +012-1,132,100,0 duplicate(#LocHurns) #LocHurnsS NPC_HIDDEN,2,1 +012-1,23,61,0 duplicate(#LocHurns) #LocHurnsW NPC_HIDDEN,1,2 +012-1,78,18,0 duplicate(#LocHurns) #LocHurnsE NPC_HIDDEN,3,1 -- cgit v1.2.3-60-g2f50