diff options
Diffstat (limited to 'world/map/npc/029-1')
-rw-r--r-- | world/map/npc/029-1/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/_mobs.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/_warps.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/barrier.txt | 2 | ||||
-rw-r--r-- | world/map/npc/029-1/dock.txt | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/029-1/_import.txt b/world/map/npc/029-1/_import.txt index 5c1410b0..d424f357 100644 --- a/world/map/npc/029-1/_import.txt +++ b/world/map/npc/029-1/_import.txt @@ -1,4 +1,4 @@ -// Map 029-1: Candor +// Map 029-1: Candor Island // This file is generated automatically. All manually changes will be removed when running the Converter. map: 029-1.gat npc: npc/029-1/_mobs.txt diff --git a/world/map/npc/029-1/_mobs.txt b/world/map/npc/029-1/_mobs.txt index 1279b773..bfc5023a 100644 --- a/world/map/npc/029-1/_mobs.txt +++ b/world/map/npc/029-1/_mobs.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Candor mobs +// Candor Island mobs 029-1.gat,68,64,11,13|monster|Evil Mushrooms|1013,4,20000,60000,Mob029-1::On1013 029-1.gat,31,32,12,13|monster|Squirrel|1038,3,30000,60000,Mob029-1::On1038 diff --git a/world/map/npc/029-1/_warps.txt b/world/map/npc/029-1/_warps.txt index ffe9c2d6..d7ee1fd0 100644 --- a/world/map/npc/029-1/_warps.txt +++ b/world/map/npc/029-1/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Candor warps +// Candor Island warps diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt index fe51dadc..4a570c62 100644 --- a/world/map/npc/029-1/barrier.txt +++ b/world/map/npc/029-1/barrier.txt @@ -1,4 +1,4 @@ -029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{ +029-1.gat,54,36,0|script|#CandorBarrier|127,1,1,{ if ($@FIGHT_CAVE_STATUS == 1) goto L_Block; warp "029-3.gat", 46, 23; end; diff --git a/world/map/npc/029-1/dock.txt b/world/map/npc/029-1/dock.txt index 76cc8a16..9de9b372 100644 --- a/world/map/npc/029-1/dock.txt +++ b/world/map/npc/029-1/dock.txt @@ -1,6 +1,6 @@ // The ferry dock -029-1.gat,22,37,0 script #candordock 127,2,1,{ - set @loc, DOCK_candor; - callfunc "Ferry"; +029-1.gat,22,37,0|script|#candordock|127,2,1,{ + set @loc, DOCK_candor; + callfunc "Ferry"; } |