From dafe3ad044287c833a11532144b3147f935b83ba Mon Sep 17 00:00:00 2001 From: tux9th Date: Wed, 7 Nov 2012 16:34:00 +0100 Subject: Run 'make maps' for client-data changes regarding connection of 044-1. Submodule pointer to lient-data updated. --- world/map/npc/019-4/_mobs.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 world/map/npc/019-4/_mobs.txt (limited to 'world/map/npc/019-4/_mobs.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; +} -- cgit v1.2.3-60-g2f50