viewing paste Reset Skill if exceed on Login | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
-   script  Sample  -1,{
OnPCLoginEvent:
if( skillpointcount() > .max_limit ){
    resetskill;
    set SkillPoints,.max_limit;
    message strcharinfo(0),"Skill Point reseted.";
}
end;
 
OnInit:
set .max_limit,187;
end;
}
Viewed 1206 times, submitted by Emistry.