summaryrefslogtreecommitdiff
path: root/world/map/npc/005-3/monsters.txt
blob: a52d0dc34486b6e0ea4e98ae25220bcdf35dc4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Map: 05-3
// This is the Snake Pit, a cave in the Snake Desert.
//

005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob22::OnSnake

005-3.gat,0,0,0|script|Mob22|-1,{
OnSnake:
    set @mobID, 1010;
    callfunc "MobPoints";
    break;
    end;
}