//==============================================
// [ʯͷ]ѧϰ
// д &  by FPE(2006.7.16)
// Jathena++ ̳http://www.foxofice.net/bbs
//----------------------------------------------

morocc.gat,165,138,4	script	ɭ	84,{
	if(getskilllv(152)>0)
	{
		mes "[ɭ]";
		mes "Ѿѧʯͷٻˣ";
		close;
		end;
	}

	if(Class==6 && JobLevel<15)
	{
		mes "[ɭ]";
		mes "٣ĵѧϰʯͷְֵҵ15ʱҰɣ";
		close;
		end;
	}

	if(Class!=6 && Class!=17 && Class!=12)
	{
		mes "[ɭ]";
		mes "ǴڵʯͷĵʦֻּڸְҵΪˡ";
		close;
		end;
	}

	if(countitem(910)>=2 && countitem(911)>=2)
	{
		mes "[ɭ]";
		mes "٣Сһôֵˣ";
		next;
		mes "[ɭ]";
		mes "ŶҪĶˣǺðɣ͵͵ĸʯͷĶ֣";
		mes "(........Ȼ...)....(֪˰ɣҪ߱)..";
		delitem 910,2;
		delitem 911,2;
		skill 152,1,0;
		next;
		mes "[ɭ]";
		mes "ˣ߰ɣ";
		close;
		end;
	}

	mes "[ɭ]";
	mes "ˣѣѧʯͷҶˣ";
	next;
	mes "[ɭ]";
	mes "ûвҪǮͣҵҪһԿһ£";
	mes "- 2 ^FF0000սᾧ^000000";
	mes "- 2 ^FF0000ѩսᾧ^000000";
	mes "˾Ϳȥɣĥĥˣ";
	close;
	end;
}