summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-11-05 11:16:14 -0600
committerwushin <pasekei@gmail.com>2014-11-05 11:47:24 -0600
commit00c96cca21d8be23b8b8647398ba1cf7a80dc7d1 (patch)
tree9fa78bc9403067e5daa1c66ef0461cf9b853e9de /world/map/npc/029-1
parentc41bde7ae5c7f3065087730c917feb92cc995f83 (diff)
downloadserverdata-00c96cca21d8be23b8b8647398ba1cf7a80dc7d1.tar.gz
serverdata-00c96cca21d8be23b8b8647398ba1cf7a80dc7d1.tar.bz2
serverdata-00c96cca21d8be23b8b8647398ba1cf7a80dc7d1.tar.xz
serverdata-00c96cca21d8be23b8b8647398ba1cf7a80dc7d1.zip
NPCs on 029-* fixed
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r--world/map/npc/029-1/barrier.txt2
-rw-r--r--world/map/npc/029-1/dock.txt6
-rw-r--r--world/map/npc/029-1/traveler.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt
index 35347e59..b7d6b62c 100644
--- a/world/map/npc/029-1/barrier.txt
+++ b/world/map/npc/029-1/barrier.txt
@@ -1,4 +1,4 @@
-029-1.gat,54,37,0|script|#CandorBarrier|45,0,0,
+029-1.gat,54,37,0|script|#CandorBarrier|45,0,0
{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-3.gat", 46, 23;
diff --git a/world/map/npc/029-1/dock.txt b/world/map/npc/029-1/dock.txt
index 8ab529e6..6f195f36 100644
--- a/world/map/npc/029-1/dock.txt
+++ b/world/map/npc/029-1/dock.txt
@@ -1,19 +1,19 @@
// The ferry dock
// Ferry Sign
-029-1.gat,27,36,0|script|Ferry Schedule#8|397,
+029-1.gat,27,36,0|script|Ferry Schedule#8|397
{
callfunc "FerryManifest";
end;
}
-029-1.gat,16,36,0|script|Candor Koga|395,6,2,
+029-1.gat,16,36,0|script|Candor Koga|395,6,2
{
callfunc "BoardCandorFerry";
close;
}
-029-1.gat,22,37,0|script|#CandorDock|127,
+029-1.gat,22,37,0|script|#CandorDock|127
{
end;
OnCommandArrive:
diff --git a/world/map/npc/029-1/traveler.txt b/world/map/npc/029-1/traveler.txt
index 972d2506..9de43b14 100644
--- a/world/map/npc/029-1/traveler.txt
+++ b/world/map/npc/029-1/traveler.txt
@@ -2,7 +2,7 @@
// Author: Wombat, wushin
// cost depending on level and adapted to new scripting guidelines: Jenalya
-029-1.gat,69,67,0|script|Knitra the Traveler|103,
+029-1.gat,69,67,0|script|Knitra the Traveler|103
{
set @NpcName$, "Knitra";
set @NpcTravelBit, $@candor_bit;