diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-16 18:35:28 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 13:25:08 +0100 |
commit | 7ee83b0c4277e50c473a70138f1fd8e1b99b8acd (patch) | |
tree | 457e02159994c3acd9fa156ffbb464b339680eae /world/map/npc/051-1/_mobs.txt | |
parent | da7d7883f895915dd4d835f8178ba60454731273 (diff) | |
download | serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.gz serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.bz2 serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.xz serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.zip |
Run 'make maps' for the Illia maps
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; +} |