yuhsing

Untitled

Feb 8th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. - script Sample -1,{
  3. OnPCLoginEvent:
  4. if( eaclass()&EAJL_THIRD && JobLevel > 50 ){
  5. .@joblevel = JobLevel - 50;
  6. .@skillpoint = skillPointCount() - .@joblevel;
  7. resetskill;
  8. JobLevel = 50;
  9. SkillPoint = .@skillpoint;
  10. mes "Job Level will be reduced to 50 and skill resetted.";
  11. }
  12. close;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment