Jump to content
  • 0

how to fix this error in skill points?


eboni001

Question


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

hello guys i have an error in paladin skill points , reborn characters in job lvl 100 supossed to have 148 skill points and no reborn supossed to have only 99 skill points, all other characters

are ok, but the problem with the paladin is it have more than 148 it is the only character in the server with 197 skill points, does somebody know how to set paladin max skill points to 148 when it reach max job lvl?

 

paladin_skill_points.jpg

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

set .SkillPointCheck,1;

change to;

set .SkillPointCheck,0;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

set .SkillPointCheck,1;

change to;

set .SkillPointCheck,0;

still the same the only diferent is now you dont have to use all skill points to change job, my problem is when all characters reach job lvl 100 they supossed to have only 148 skill points but the paladin have 197 i just want to know how to set paladin get only 148 like other jobs.

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

bump please

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

bump please

Try : 

-    script    SkillPoints    -1,{
    OnPCJobLvUpEvent:
        if ( Class != Job_Paladin ) end;
        if ( JobLevel == <MAX JOB LEVEL> )
            SkillPoint = 148;
        end;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

bump please

Try : 

-    script    SkillPoints    -1,{
    OnPCJobLvUpEvent:
        if ( Class != Job_Paladin ) end;
        if ( JobLevel == <MAX JOB LEVEL> )
            SkillPoint = 148;
        end;
}

nope now it only get 99 xD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...