summaryrefslogtreecommitdiff
path: root/world/map/npc/005-3/_mobs.txt
blob: ce412a3e153606500328fdefb988f93f828eed18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is generated automatically. All manually changes will be removed when running the Converter.
// Snake Pit mobs

005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob005-3::On1010


005-3.gat,0,0,0|script|Mob005-3|-1,
{
    end;

On1010:
    set @mobID, 1010;
    callfunc "MobPoints";
    end;
}