Jump to content
  • 0

[Error]: pc_skill: Skill with id 0 does not exist in the skill database


pojiejapan

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   6
  • Joined:  11/18/11
  • Last Seen:  

As it says above :

I got [Error]: pc_skill: Skill with id 0 does not exist in the skill database

when I wear a clip that I put trojal mount script.

Here's the link : Link

Any solution to that?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

bump have the same problem

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/23/15
  • Last Seen:  

This mistake has happened to me.
I decided as follows:

HOW WAS:

1,0,0,0,0,0,0,9,0,no,0,0,0,none,0,0x0,		NV_BASIC,Basic Skill

//****
// Swordman
2,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,		SM_SWORD,Sword Mastery
3,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,		SM_TWOHAND,Two-Handed Sword Mastery
4,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,		SM_RECOVERY,Increase HP Recovery

HOW I PUT IT:

1,0,0,0,0,0,0,9,0,no,0,0,0,none,0,0x0,NV_BASIC,Basic Skill

//****
// Swordman
2,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,SM_SWORD,Sword Mastery
3,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0,SM_TWOHAND,Two-Handed Sword Mastery
4,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0,SM_RECOVERY,Increase HP Recovery

I just removed the space between them.
In my case, was with <TAB>
Then I removed it and it worked perfectly;)

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