summaryrefslogtreecommitdiff
path: root/npc/001-3_Tulimshar_arena/monsters.txt
blob: 51d721321c7a0113773c6812c27340b7c7c34473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Map: new_6-1
// This is the Tulimshar Arena -- below Tulimshar.
//

new_6-1.gat,0,0,0,0	monster	Maggot	1002,10,0,0,Mob6::OnMaggot

new_6-1.gat,0,0,0	script	Mob6	-1,{
OnMaggot:
	set @mobID, 1002;
	callfunc "MobPoints";
	break;

	end;
}