summaryrefslogtreecommitdiff
path: root/npc/new_24-1-eastern-desert-mountain-passage/monsters.txt
blob: 649abc393b68f0e11c52c21b719016a3e063d92f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Map: new_24-1
// This is the Desert Mountains.
//

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

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

	end;
}