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

new_25-1.gat,0,0,0,0	monster	MountainSnake	1026,50,0,0,Mob25::OnMountainSnake

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

	end;
}