//==========================
// [ڤ] The PlutoEA Project []
// http://opensvn.csie.org/PlutoEA
// -------------------------------------------
// - ţ ű -
// ------------------------------------------
// 汾1.3 Ļ
//=========================

prontera,73,140,0	script	ţ	86,{

	mes "[ţ]";
	mes "ֻҪһƿӺ15ңͿԵȡһƿţ̣ô뻻";
	next;
	if (select("Ұпƿţ:ˣлл") == 1) {
		if (countitem(713) <= 0) {
			mes "[ţ]";
			mes "Բû㹻Ŀƿӡ";
			close;
		}
		set .@bottles,countitem(713);
		set .@total_weight,.@bottles * 50;
		set .@total_cost,.@bottles * 15;
		set .@now_weight,maxweight-weight;
		if (zeny < .@Total_cost) {
			mes "[ţ]";
			mes "ȡһƿţҪ20ңҪ" + .@total_cost + "ң";
			close;
		}
		if (.@now_weight < .@total_weight) {
			mes "[ţ]";
			mes "õһЩΪḺ";
			close;
		}
		set zeny,zeny-.@total_cost;
		delitem 713,.@bottles; //Empty Bottles
		getitem 519,.@bottles; //Milk
		close;
	}
	close;
}
