diff options
Diffstat (limited to 'world/map/npc/019-1')
-rw-r--r-- | world/map/npc/019-1/_import.txt | 4 | ||||
-rw-r--r-- | world/map/npc/019-1/_mobs.txt | 12 | ||||
-rw-r--r-- | world/map/npc/019-1/_warps.txt | 10 | ||||
-rw-r--r-- | world/map/npc/019-1/mapflags.txt | 2 | ||||
-rw-r--r-- | world/map/npc/019-1/santa_helper.txt | 2 | ||||
-rw-r--r-- | world/map/npc/019-1/snowman.txt | 2 |
6 files changed, 16 insertions, 16 deletions
diff --git a/world/map/npc/019-1/_import.txt b/world/map/npc/019-1/_import.txt index 8744fcfc..e462165a 100644 --- a/world/map/npc/019-1/_import.txt +++ b/world/map/npc/019-1/_import.txt @@ -1,6 +1,6 @@ // Map 019-1: snow Field -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 019-1.gat +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 019-1 npc: npc/019-1/_mobs.txt npc: npc/019-1/_warps.txt npc: npc/019-1/mapflags.txt diff --git a/world/map/npc/019-1/_mobs.txt b/world/map/npc/019-1/_mobs.txt index 9adbdf8b..a21c8473 100644 --- a/world/map/npc/019-1/_mobs.txt +++ b/world/map/npc/019-1/_mobs.txt @@ -1,13 +1,13 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. +// This file is generated automatically. All manually added changes will be removed when running the Converter. // snow Field mobs -019-1.gat,0,0,0,0|monster|Fluffy|1020,50,100000ms,30000ms,Mob019-1::On1020 -019-1.gat,0,0,0,0|monster|Reinboo|1094,4,100000ms,30000ms,Mob019-1::On1094 -019-1.gat,0,0,0,0|monster|WhiteBell|1095,5,100000ms,30000ms,Mob019-1::On1095 -019-1.gat,0,0,0,0|monster|Santaboo|1112,4,100000ms,30000ms,Mob019-1::On1112 +019-1,0,0,0,0|monster|Fluffy|1020,50,100000ms,30000ms,Mob019-1::On1020 +019-1,0,0,0,0|monster|Reinboo|1094,4,100000ms,30000ms,Mob019-1::On1094 +019-1,0,0,0,0|monster|WhiteBell|1095,5,100000ms,30000ms,Mob019-1::On1095 +019-1,0,0,0,0|monster|Santaboo|1112,4,100000ms,30000ms,Mob019-1::On1112 -019-1.gat,0,0,0|script|Mob019-1|-1 +019-1,0,0,0|script|Mob019-1|-1 { end; diff --git a/world/map/npc/019-1/_warps.txt b/world/map/npc/019-1/_warps.txt index 2034ce12..bd8ef060 100644 --- a/world/map/npc/019-1/_warps.txt +++ b/world/map/npc/019-1/_warps.txt @@ -1,7 +1,7 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. +// This file is generated automatically. All manually added changes will be removed when running the Converter. // snow Field warps -019-1.gat,70,21|warp|To Nivalis|2,-1,020-1.gat,70,127 -019-1.gat,96,40|warp|To Snow Cave|-1,-1,019-3.gat,98,30 -019-1.gat,38,75|warp|To Snow Cave|-1,-1,019-3.gat,39,101 -019-1.gat,21,70|warp|To Snow Path|-1,0,033-1.gat,118,69 +019-1,70,21|warp|To Nivalis|2,-1,020-1,70,127 +019-1,96,40|warp|To Snow Cave|-1,-1,019-3,98,30 +019-1,38,75|warp|To Snow Cave|-1,-1,019-3,39,101 +019-1,21,70|warp|To Snow Path|-1,0,033-1,118,69 diff --git a/world/map/npc/019-1/mapflags.txt b/world/map/npc/019-1/mapflags.txt index 24bd8599..888c4354 100644 --- a/world/map/npc/019-1/mapflags.txt +++ b/world/map/npc/019-1/mapflags.txt @@ -1 +1 @@ -019-1.gat|mapflag|resave|020-1,52,118 +019-1|mapflag|resave|020-1,52,118 diff --git a/world/map/npc/019-1/santa_helper.txt b/world/map/npc/019-1/santa_helper.txt index 7d4e864e..d5b5d3bc 100644 --- a/world/map/npc/019-1/santa_helper.txt +++ b/world/map/npc/019-1/santa_helper.txt @@ -2,7 +2,7 @@ // and extended by wushin to be included in the annual // quest made seasonal and adapted to new scripting standards by Jenalya -019-1.gat,74,75,0|script|Santa's Helper|105 +019-1,74,75,0|script|Santa's Helper|105 { callfunc "ClearVariables"; callfunc "XmasStates"; diff --git a/world/map/npc/019-1/snowman.txt b/world/map/npc/019-1/snowman.txt index c4b4a251..eb72c74a 100644 --- a/world/map/npc/019-1/snowman.txt +++ b/world/map/npc/019-1/snowman.txt @@ -1,7 +1,7 @@ // Author: accoring to git history probably Jaxad // quest made seasonal and adapted to new scripting standards by Jenalya -019-1.gat,77,44,0|script|Snowman|129 +019-1,77,44,0|script|Snowman|129 { callfunc "ClearVariables"; if (FLAGS & FLAG_SNOWMAN) goto L_Done; |