diff options
Diffstat (limited to 'world/map/npc/019-1')
-rw-r--r-- | world/map/npc/019-1/_import.txt | 3 | ||||
-rw-r--r-- | world/map/npc/019-1/_mobs.txt | 14 | ||||
-rw-r--r-- | world/map/npc/019-1/_warps.txt | 2 | ||||
-rw-r--r-- | world/map/npc/019-1/monsters.txt | 20 |
4 files changed, 15 insertions, 24 deletions
diff --git a/world/map/npc/019-1/_import.txt b/world/map/npc/019-1/_import.txt index 287a2cb2..c86b158e 100644 --- a/world/map/npc/019-1/_import.txt +++ b/world/map/npc/019-1/_import.txt @@ -1,8 +1,7 @@ -// Map 019-1: Snow field +// Map 019-1: Snow Field // This file is generated automatically. All manually changes will be removed when running the Converter. map: 019-1.gat npc: npc/019-1/_mobs.txt npc: npc/019-1/_warps.txt -npc: npc/019-1/monsters.txt npc: npc/019-1/santa_helper.txt npc: npc/019-1/snowman.txt diff --git a/world/map/npc/019-1/_mobs.txt b/world/map/npc/019-1/_mobs.txt index a2273ce7..1f34bb11 100644 --- a/world/map/npc/019-1/_mobs.txt +++ b/world/map/npc/019-1/_mobs.txt @@ -1,10 +1,22 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Snow field mobs +// Snow Field mobs 019-1.gat,0,0,0,0|monster|Fluffy|1020,100,100000,30000,Mob019-1::On1020 +019-1.gat,0,0,0,0|monster|SantaSlime|1015,10,0,0,Mob019-1::On1015 +019-1.gat,0,0,0,0|monster|RudolphSlime|1016,25,0,0,Mob019-1::On1016 019-1.gat,0,0,0|script|Mob019-1|-1,{ +On1015: + set @mobID, 1015; + callfunc "MobPoints"; + end; + +On1016: + set @mobID, 1016; + callfunc "MobPoints"; + end; + On1020: set @mobID, 1020; callfunc "MobPoints"; diff --git a/world/map/npc/019-1/_warps.txt b/world/map/npc/019-1/_warps.txt index 28b87223..721925cb 100644 --- a/world/map/npc/019-1/_warps.txt +++ b/world/map/npc/019-1/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Snow field warps +// Snow Field warps 019-1.gat,70,21|warp|ToVillage|2,-1,020-1.gat,70,126 019-1.gat,61,102|warp|toRomanticPlace|2,-1,030-1.gat,60,29 diff --git a/world/map/npc/019-1/monsters.txt b/world/map/npc/019-1/monsters.txt deleted file mode 100644 index d41d63b3..00000000 --- a/world/map/npc/019-1/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: 019-1 -// This is the Snow Fields. -// - -019-1.gat,0,0,0,0 monster SantaSlime 1015,10,0,0,Mob10::OnSantaSlime -019-1.gat,0,0,0,0 monster RudolphSlime 1016,25,0,0,Mob10::OnRudolphSlime - -019-1.gat,0,0,0 script Mob10 -1,{ -OnSantaSlime: - set @mobID, 1015; - callfunc "MobPoints"; - break; - -OnRudolphSlime: - set @mobID, 1016; - callfunc "MobPoints"; - break; - - end; -} |