summaryrefslogtreecommitdiff
path: root/world/map/npc/005-3/monsters.txt
blob: 439b6300e1802e6ecef3728328381952da723c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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;
}