prontera,141,180,5	script	Reset NPC#3	4_M_OLDFRIAR,{
	mes "[Pre-Trans Reset]";
	mes "I'm here to give FREE Stat & Skill Reset. My service is available until ^FF3355June 22^000000 only.";
	mes "Are you sure you want to proceed?";
	next;
	if (select("No, thanks", "Yes, Proceed") == 2) {
		if (checkcart() || checkfalcon() || checkmount()) {
			mes "[Pre-Trans Reset]";
			mes "Oh! Please remove your ^FF3355PUSHCART^000000, ^FF3355PECOPECO^000000 or ^FF3355FALCON^000000 before proceeding with the SKILL RESET.";
			close;
		}
		mes "[Pre-Trans Reset]";
		mes "There you go!";
		specialeffect(EF_ANGEL, AREA, playerattached());
		specialeffect(EF_TRUESIGHT, AREA, playerattached());
		sc_end SC_ALL;
		resetstatus;
		resetskill;
		close();
	}
	mes "[Pre-Trans Reset]";
	mes "Ok, comeback when you need me.";
	close;
}
