diff options
Diffstat (limited to 'world/map/npc/051-1/_mobs.txt')
-rw-r--r-- | world/map/npc/051-1/_mobs.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/world/map/npc/051-1/_mobs.txt b/world/map/npc/051-1/_mobs.txt new file mode 100644 index 00000000..4635bed0 --- /dev/null +++ b/world/map/npc/051-1/_mobs.txt @@ -0,0 +1,20 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Illia outskirts mobs + +051-1.gat,42,35,42,24|monster|Log Head|1025,30,100000,30000,Mob051-1::On1025 +051-1.gat,42,35,41,22|monster|Spiky Mushroom|1019,10,100000,30000,Mob051-1::On1019 + + +051-1.gat,0,0,0|script|Mob051-1|-1,{ +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + end; + +On1025: + set @mobID, 1025; + callfunc "MobPoints"; + end; + + end; +} |