diff options
author | tux9th <mr.x@aon.at> | 2012-11-07 16:34:00 +0100 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2012-11-07 16:34:00 +0100 |
commit | dafe3ad044287c833a11532144b3147f935b83ba (patch) | |
tree | 1ecd0623a03fce828bab2e2b51d35c54f236e106 /world/map/npc/019-4 | |
parent | ed9b67e60ae0e3b4d067db8a0f5409cbc16a3895 (diff) | |
download | serverdata-dafe3ad044287c833a11532144b3147f935b83ba.tar.gz serverdata-dafe3ad044287c833a11532144b3147f935b83ba.tar.bz2 serverdata-dafe3ad044287c833a11532144b3147f935b83ba.tar.xz serverdata-dafe3ad044287c833a11532144b3147f935b83ba.zip |
Run 'make maps' for client-data changes regarding connection of 044-1.
Submodule pointer to lient-data updated.
Diffstat (limited to 'world/map/npc/019-4')
-rw-r--r-- | world/map/npc/019-4/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/019-4/_mobs.txt | 32 | ||||
-rw-r--r-- | world/map/npc/019-4/_warps.txt | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/world/map/npc/019-4/_import.txt b/world/map/npc/019-4/_import.txt new file mode 100644 index 00000000..7566eb15 --- /dev/null +++ b/world/map/npc/019-4/_import.txt @@ -0,0 +1,5 @@ +// Map 019-4: Deeper Snow Cave +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 019-4.gat +npc: npc/019-4/_mobs.txt +npc: npc/019-4/_warps.txt diff --git a/world/map/npc/019-4/_mobs.txt b/world/map/npc/019-4/_mobs.txt new file mode 100644 index 00000000..fb606bd6 --- /dev/null +++ b/world/map/npc/019-4/_mobs.txt @@ -0,0 +1,32 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Deeper Snow Cave mobs + +019-4.gat,0,0,0,0|monster|Spawn Mogguns|1061,12,45000,30000,Mob019-4::On1061 +019-4.gat,47,67,15,9|monster|Spawn White Slime|1093,5,45000,45000,Mob019-4::On1093 +019-4.gat,0,0,0,0|monster|Spawn Bat|1017,15,45000,25000,Mob019-4::On1017 +019-4.gat,0,0,0,0|monster|Spawn Blue Slimes|1091,7,45000,30000,Mob019-4::On1091 + + +019-4.gat,0,0,0|script|Mob019-4|-1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + +On1061: + set @mobID, 1061; + callfunc "MobPoints"; + end; + +On1091: + set @mobID, 1091; + callfunc "MobPoints"; + end; + +On1093: + set @mobID, 1093; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/019-4/_warps.txt b/world/map/npc/019-4/_warps.txt new file mode 100644 index 00000000..6bd7eab7 --- /dev/null +++ b/world/map/npc/019-4/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Deeper Snow Cave warps + +019-4.gat,70,24|warp|To Snow Cave|-1,-1,019-3.gat,57,44 +019-4.gat,25,124|warp|To Snow Hills|0,-1,044-1.gat,154,93 |