diff options
Diffstat (limited to 'world/map/npc/002-3')
-rw-r--r-- | world/map/npc/002-3/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-3/merchant.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-3/mining_camp_barrier.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-3/nathan.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/002-3/_mobs.txt b/world/map/npc/002-3/_mobs.txt index 7d7ac034..c47e0765 100644 --- a/world/map/npc/002-3/_mobs.txt +++ b/world/map/npc/002-3/_mobs.txt @@ -3,7 +3,7 @@ -002-3.gat,0,0,0|script|Mob002-3|-1, +002-3.gat,0,0,0|script|Mob002-3|-1 { end; } diff --git a/world/map/npc/002-3/merchant.txt b/world/map/npc/002-3/merchant.txt index 3eb2f426..905eec7d 100644 --- a/world/map/npc/002-3/merchant.txt +++ b/world/map/npc/002-3/merchant.txt @@ -1,3 +1,3 @@ // -002-3.gat,60,47,0|shop|Ishyah|109,MinersHat :-1,MinerGloves :-1,ShortBow :-1,Arrow :-1,LeatherShield :-1 +002-3.gat,60,47,0|shop|Ishyah|109,MinersHat:*1,MinerGloves:*1,ShortBow:*1,Arrow:*1,LeatherShield:*1 diff --git a/world/map/npc/002-3/mining_camp_barrier.txt b/world/map/npc/002-3/mining_camp_barrier.txt index 2ff0b35e..a1ae29ed 100644 --- a/world/map/npc/002-3/mining_camp_barrier.txt +++ b/world/map/npc/002-3/mining_camp_barrier.txt @@ -1,6 +1,6 @@ //Sandstorm mine barrier -002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0, +002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-3/nathan.txt b/world/map/npc/002-3/nathan.txt index 3d847e31..45817d2a 100644 --- a/world/map/npc/002-3/nathan.txt +++ b/world/map/npc/002-3/nathan.txt @@ -1,6 +1,6 @@ // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-3.gat,42,45,6|script|Nathan|109, +002-3.gat,42,45,6|script|Nathan|109 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; |