summaryrefslogtreecommitdiff
path: root/npc/006-3_Desert_mountain_caves/monsters.txt
blob: 5aee03a4b9b372c9860aba8e84e3b97d1c73a232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Map: 006-3
// This is the Desert Mountains Caves.
//

006-3.gat,0,0,0,0	monster	MountainSnake	1026,50,0,0,Mob25::OnMountainSnake

006-3.gat,0,0,0	script	Mob25	-1,{
OnMountainSnake:
	set @mobID, 1026;
	callfunc "MobPoints";
	break;

	end;
}