summaryrefslogblamecommitdiff
path: root/world/map/npc/011-3/_mobs.txt
blob: 2ad3e897a38e0051ab62519a5f666bfc9cb96845 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                                         
                     
 

                                                                      

 

                                   

        








                         
 
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Hermit's Cave mobs

011-3.gat,0,0,0,0|monster|Bat|1017,10,0,0,Mob011-3::On1017
011-3.gat,0,0,0,0|monster|Silkworm|1035,3,60000,30000,Mob011-3::On1035


011-3.gat,0,0,0|script|Mob011-3|-1,
{
    end;

On1017:
    set @mobID, 1017;
    callfunc "MobPoints";
    end;

On1035:
    set @mobID, 1035;
    callfunc "MobPoints";
    end;
}