summaryrefslogblamecommitdiff
path: root/npc/001-3_Tulimshar_arena/monsters.txt
blob: 91fe96b34235a2d359bf384fc8a4b8937a9e9047 (plain) (tree)
1
2
3
4
5
6
7



                                                  
                                                                  
 
                                    






                             
// Map: new_6-1
// 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;
}