Jump to content
  • 0

Added skills bug on skill reset


Scylla

Question


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

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?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

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
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...