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

001-3.gat,0,0,0,0	monster	Maggot	1002,10,0,0,Mob6::OnMaggot

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

	end;
}