diff options
Diffstat (limited to 'world/map/npc/002-5/_mobs.txt')
-rw-r--r-- | world/map/npc/002-5/_mobs.txt | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/world/map/npc/002-5/_mobs.txt b/world/map/npc/002-5/_mobs.txt new file mode 100644 index 00000000..2fbad511 --- /dev/null +++ b/world/map/npc/002-5/_mobs.txt @@ -0,0 +1,50 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Deep Desert Mines mobs + +002-5.gat,37,89,12,7|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108 +002-5.gat,33,76,3,11|monster|CaveMaggot|1056,3,100000,30000,Mob002-5::On1056 +002-5.gat,40,68,7,5|monster|AngryScorpion|1057,3,100000,30000,Mob002-5::On1057 +002-5.gat,40,38,18,5|monster|Archant|1060,3,100000,30000,Mob002-5::On1060 +002-5.gat,56,97,2,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,68,100,12,2|monster|YellowSlime|1007,4,100000,30000,Mob002-5::On1007 +002-5.gat,91,80,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,89,94,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,74,78,1,5|monster|Archant|1060,2,100000,30000,Mob002-5::On1060 +002-5.gat,94,72,2,4|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,90,61,6,2|monster|YellowSlime|1007,1,100000,30000,Mob002-5::On1007 +002-5.gat,74,35,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,84,33,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,84,46,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,99,38,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,93,38,8,2|monster|YellowSlime|1007,2,100000,30000,Mob002-5::On1007 +002-5.gat,62,62,5,43|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108 + + +002-5.gat,0,0,0|script|Mob002-5|-1,{ +On1007: + set @mobID, 1007; + callfunc "MobPoints"; + end; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + end; + +On1057: + set @mobID, 1057; + callfunc "MobPoints"; + end; + +On1060: + set @mobID, 1060; + callfunc "MobPoints"; + end; + +On1108: + set @mobID, 1108; + callfunc "MobPoints"; + end; + + end; +} |