diff options
Diffstat (limited to 'world/map/npc/019-1/_mobs.txt')
-rw-r--r-- | world/map/npc/019-1/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/019-1/_mobs.txt b/world/map/npc/019-1/_mobs.txt index 181c8104..1fceeabf 100644 --- a/world/map/npc/019-1/_mobs.txt +++ b/world/map/npc/019-1/_mobs.txt @@ -3,6 +3,7 @@ 019-1.gat,0,0,0,0|monster|Fluffy|1020,100,100000,30000,Mob019-1::On1020 019-1.gat,0,0,0,0|monster|Reinboo|1094,4,100000,30000,Mob019-1::On1094 +019-1.gat,0,0,0,0|monster|White Bell|1095,5,100000,30000,Mob019-1::On1095 019-1.gat,0,0,0|script|Mob019-1|-1,{ @@ -16,5 +17,10 @@ On1094: callfunc "MobPoints"; end; +On1095: + set @mobID, 1095; + callfunc "MobPoints"; + end; + end; } |