From 72cb943950a7d4ac342eda4a9d546a3b03269ecf Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:08:37 -0600 Subject: NPCs on 005-* fixed --- world/map/npc/005-1/npcs.txt | 4 ++-- world/map/npc/005-1/spirit.txt | 6 +++--- world/map/npc/005-1/traveler.txt | 2 +- world/map/npc/005-1/tree.txt | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/world/map/npc/005-1/npcs.txt b/world/map/npc/005-1/npcs.txt index 8189a4a4..6eed9735 100644 --- a/world/map/npc/005-1/npcs.txt +++ b/world/map/npc/005-1/npcs.txt @@ -1,7 +1,7 @@ // -//005-1.gat,66,75,0|script|Kieron|132, +//005-1.gat,66,75,0|script|Kieron|132 //{ // mes "[Kieron]"; // mes "\"Be careful if you're going in that cave,"; @@ -9,7 +9,7 @@ // close; //} -005-1.gat,91,23,0|script|William|131, +005-1.gat,91,23,0|script|William|131 { mes "[William]"; mes "\"Going in the cave?"; diff --git a/world/map/npc/005-1/spirit.txt b/world/map/npc/005-1/spirit.txt index 6d328d23..6e2784d2 100644 --- a/world/map/npc/005-1/spirit.txt +++ b/world/map/npc/005-1/spirit.txt @@ -1,4 +1,4 @@ -function|script|EarthImpTouch|, +function|script|EarthImpTouch { if (getskilllv(SKILL_MAGIC)) goto L_message; @@ -286,13 +286,13 @@ S_update_var: return; } -005-1.gat,118,70,0|script|#EarthImp0#_M|400, +005-1.gat,118,70,0|script|#EarthImp0#_M|400 { callfunc "EarthImpTouch"; end; } -005-1.gat,119,70,0|script|#EarthImp1#_M|400, +005-1.gat,119,70,0|script|#EarthImp1#_M|400 { callfunc "EarthImpTouch"; end; diff --git a/world/map/npc/005-1/traveler.txt b/world/map/npc/005-1/traveler.txt index b050d355..0d6f2eee 100644 --- a/world/map/npc/005-1/traveler.txt +++ b/world/map/npc/005-1/traveler.txt @@ -2,7 +2,7 @@ // Author: Wombat, wushin // cost depending on level and adapted to new scripting guidelines: Jenalya -005-1.gat,73,36,0|script|Kieron the Traveler|103, +005-1.gat,73,36,0|script|Kieron the Traveler|103 { set @NpcName$, "Kieron"; set @NpcTravelBit, $@druid_tree_bit; diff --git a/world/map/npc/005-1/tree.txt b/world/map/npc/005-1/tree.txt index db6541fd..27840370 100644 --- a/world/map/npc/005-1/tree.txt +++ b/world/map/npc/005-1/tree.txt @@ -1,4 +1,4 @@ -function|script|QuestTreeTrigger|, +function|script|QuestTreeTrigger { set @Q_MASK, NIBBLE_2_MASK; set @Q_SHIFT, NIBBLE_2_SHIFT; @@ -47,7 +47,7 @@ S_update_var: return; } -function|script|QuestTreeTouch|, +function|script|QuestTreeTouch { set @Q_MASK, NIBBLE_2_MASK; set @Q_SHIFT, NIBBLE_2_SHIFT; @@ -155,13 +155,13 @@ L_Close: } -005-1.gat,79,41,0|script|#DruidTree0#_M|400, +005-1.gat,79,41,0|script|#DruidTree0#_M|400 { callfunc "QuestTreeTouch"; end; } -005-1.gat,80,41,0|script|#DruidTree1#_M|400, +005-1.gat,80,41,0|script|#DruidTree1#_M|400 { callfunc "QuestTreeTouch"; end; -- cgit v1.2.3-60-g2f50