Jump to content
  • 0

Added skills bug on skill reset


Question

Posted

I've added a custom skill on my custom class and i've made an NPC on where i can obtain the custom skill (Like Platinum Skills NPC)

 

Now my problem is, everytime i reset skills, My custom skill will also reset unlike other Platinum skills on other jobs, they're permanent. So how do make it permanently learned on my skill tree?

1 answer to this question

Recommended Posts

Posted (edited)
prontera,150,150,5    script    new skill 68,{
    skill "555",10,0;
    end;
    }

If you are using 0 try, using 1

prontera,150,150,5    script    new skill 68,{
    skill "555",10,1;
    end;
    }

actually i forgot this stuff, try using both 0,1 find what is permanent.

skill "555",10,1;
skill "SKILLIDNUM","LEVEL","Permanent Value";
Edited by Lil Troll

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...