summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-11-05 11:08:37 -0600
committerwushin <pasekei@gmail.com>2014-11-05 11:47:23 -0600
commit72cb943950a7d4ac342eda4a9d546a3b03269ecf (patch)
tree1c1999e61329ff5801e6bae851b89a991caa91fc
parent7d6e2171f58c850993ea89a5dfa4845a1be645bc (diff)
downloadserverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.gz
serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.bz2
serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.tar.xz
serverdata-72cb943950a7d4ac342eda4a9d546a3b03269ecf.zip
NPCs on 005-* fixed
-rw-r--r--world/map/npc/005-1/npcs.txt4
-rw-r--r--world/map/npc/005-1/spirit.txt6
-rw-r--r--world/map/npc/005-1/traveler.txt2
-rw-r--r--world/map/npc/005-1/tree.txt8
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;