diff options
Diffstat (limited to 'world/map/npc/012-3/_mobs.txt')
-rw-r--r-- | world/map/npc/012-3/_mobs.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/world/map/npc/012-3/_mobs.txt b/world/map/npc/012-3/_mobs.txt index 0a204e84..fb3958e6 100644 --- a/world/map/npc/012-3/_mobs.txt +++ b/world/map/npc/012-3/_mobs.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// Cave mobs +// Moggun Caves mobs 012-3.gat,447,65,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061 012-3.gat,441,45,17,7|monster|Moggun|1061,5,100000,30000,Mob012-3::On1061 @@ -15,9 +15,21 @@ 012-3.gat,268,138,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 012-3.gat,188,51,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 012-3.gat,164,105,16,18|monster|Moggun|1061,10,100000,30000,Mob012-3::On1061 +012-3.gat,0,0,0,0|monster|Bat|1017,100,0,0,Mob012-3::On1017 +012-3.gat,0,0,0,0|monster|CaveSnake|1021,75,0,0,Mob012-3::On1021 012-3.gat,0,0,0|script|Mob012-3|-1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + +On1021: + set @mobID, 1021; + callfunc "MobPoints"; + end; + On1061: set @mobID, 1061; callfunc "MobPoints"; |