darking123 Posted January 12, 2014 Posted January 12, 2014 when a players logins the server will check if his job level is above 120 if it's above 120 then it will revert his job level to 120. Quote
AnnieRuru Posted January 12, 2014 Posted January 12, 2014 - script skjdfhksdjf -1,{ OnPCLoginEvent: if ( joblevel > 120 ) { .@skpoint_deduct = joblevel - 120; set joblevel, 120; resetskill; set skillpoint, skillpoint - .@skpoint_deduct; } end; } Quote
Question
darking123
when a players logins
the server will check if his job level is above 120
if it's above 120 then it will revert his job level to 120.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.