-	script	checkskill	-1,{
end;
OnPCLoginEvent:
	set .@myClass,Class;
	set .@eac,eaclass();
	.@sk = skillpointcount();
	if (getgmlevel() >= 1) end;
	if (!Upper && .@sk > 98 ) {
		mes " Hello ^00CC00"+strcharinfo(0)+"^000000!";
		mes "It seems something strange happened to your skill points. I have to reset your skill now.  Please contact support if you have any question.";
		resetskill;
		skill NV_BASIC, 9, 0;	// Level 9 Basic Skill
		SkillPoint = 98;	// 49 First, 49 2nd
		close();
	}
	end;

}
