diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-31 20:26:20 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-10 10:21:28 +0200 |
commit | 50f774a4bd3108b58a003fd4904bbbb574dfbbca (patch) | |
tree | 22de3a9e2e85264895dd01a7f59ef30b700a95f8 /world/map/npc/048-1 | |
parent | 848f8642d138d5a72397265bc9f11ce676b4bd87 (diff) | |
download | serverdata-50f774a4bd3108b58a003fd4904bbbb574dfbbca.tar.gz serverdata-50f774a4bd3108b58a003fd4904bbbb574dfbbca.tar.bz2 serverdata-50f774a4bd3108b58a003fd4904bbbb574dfbbca.tar.xz serverdata-50f774a4bd3108b58a003fd4904bbbb574dfbbca.zip |
Adding several snow maps. Converter ran, submodule pointer updated.
Diffstat (limited to 'world/map/npc/048-1')
-rw-r--r-- | world/map/npc/048-1/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/048-1/_mobs.txt | 49 | ||||
-rw-r--r-- | world/map/npc/048-1/_warps.txt | 6 |
3 files changed, 60 insertions, 0 deletions
diff --git a/world/map/npc/048-1/_import.txt b/world/map/npc/048-1/_import.txt new file mode 100644 index 00000000..7a5740f1 --- /dev/null +++ b/world/map/npc/048-1/_import.txt @@ -0,0 +1,5 @@ +// Map 048-1: Snow Forest +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 048-1.gat +npc: npc/048-1/_mobs.txt +npc: npc/048-1/_warps.txt diff --git a/world/map/npc/048-1/_mobs.txt b/world/map/npc/048-1/_mobs.txt new file mode 100644 index 00000000..b8e5e3bd --- /dev/null +++ b/world/map/npc/048-1/_mobs.txt @@ -0,0 +1,49 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Snow Forest mobs + +048-1.gat,0,0,0,0|monster|Reinboo|1094,20,0,0,Mob048-1::On1094 +048-1.gat,0,0,0,0|monster|Fluffy|1020,25,0,0,Mob048-1::On1020 +048-1.gat,0,0,0,0|monster|Squirrel|1038,25,0,0,Mob048-1::On1038 +048-1.gat,0,0,0,0|monster|White Bell|1095,5,100000,30000,Mob048-1::On1095 +048-1.gat,68,40,2,2|monster|White Slime|1093,4,100000,30000,Mob048-1::On1093 +048-1.gat,72,61,4,5|monster|Blue Slime|1091,2,100000,30000,Mob048-1::On1091 +048-1.gat,48,37,2,2|monster|White Slime|1093,4,100000,30000,Mob048-1::On1093 +048-1.gat,72,30,2,2|monster|White Slime|1093,4,100000,30000,Mob048-1::On1093 +048-1.gat,61,50,4,5|monster|Blue Slime|1091,2,100000,30000,Mob048-1::On1091 +048-1.gat,61,35,4,5|monster|Blue Slime|1091,2,100000,30000,Mob048-1::On1091 +048-1.gat,42,25,2,2|monster|White Slime|1093,4,100000,30000,Mob048-1::On1093 + + +048-1.gat,0,0,0|script|Mob048-1|-1,{ +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + end; + +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + end; + +On1091: + set @mobID, 1091; + callfunc "MobPoints"; + end; + +On1093: + set @mobID, 1093; + callfunc "MobPoints"; + end; + +On1094: + set @mobID, 1094; + callfunc "MobPoints"; + end; + +On1095: + set @mobID, 1095; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/048-1/_warps.txt b/world/map/npc/048-1/_warps.txt new file mode 100644 index 00000000..be0d52fb --- /dev/null +++ b/world/map/npc/048-1/_warps.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Snow Forest warps + +048-1.gat,155,63|warp|ToHighlands1|-1,0,047-1.gat,20,62 +048-1.gat,156,76|warp|ToHighlands1|-1,0,047-1.gat,21,76 +048-1.gat,64,41|warp|ToSage|-1,-1,048-2.gat,40,48 |