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

006-1.gat,0,0,0,0	monster	MountainSnake	1026,60,0,0,Mob24::OnMountainSnake

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

	end;
}