summaryrefslogblamecommitdiff
path: root/npc/new_21-1-ice-cave2/monsters.txt
blob: b0b1c3368b63f49ba3f97ec2d7369764f6063318 (plain) (tree)



















                                                                    
// Map: new_21-1
// This is the second level of the Ice Cave beneath Snow Town.
//

new_21-1.gat,0,0,0,0	monster	Bat	1017,5,0,0,Mob21::OnBat
new_21-1.gat,0,0,0,0	monster	Fluffy	1020,15,0,0,Mob21::OnFluffy

new_21-1.gat,0,0,0	script	Mob21	-1,{
OnBat:
	set @mobID, 1017;
	callfunc "MobPoints";
	break;

OnFluffy:
	set @mobID, 1020;
	callfunc "MobPoints";
	break;

	end;
}