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/052-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/052-1/_mobs.txt')
-rw-r--r-- | world/map/npc/052-1/_mobs.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/world/map/npc/052-1/_mobs.txt b/world/map/npc/052-1/_mobs.txt new file mode 100644 index 00000000..81068dd7 --- /dev/null +++ b/world/map/npc/052-1/_mobs.txt @@ -0,0 +1,14 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Illia archipelago mobs + +052-1.gat,55,29,43,39|monster|Azul Slime|1100,18,100000,20000,Mob052-1::On1100 + + +052-1.gat,0,0,0|script|Mob052-1|-1,{ +On1100: + set @mobID, 1100; + callfunc "MobPoints"; + end; + + end; +} |