Jump to content
  • 0

How to remove a permanent skill?


Elijah23

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

Hello...

So how can i remove a permanent skill given through script..

I've used this script command:

*skill <skill id>,<level>{,<flag>};

Flag is 0 if the skill is given permanently (will get written with the character

data) or 1 if it is temporary (will be lost eventually, this is meant for card

item scripts usage.).

So when the character has the skill, it can't be reset even through reset skills npc..

I tried making the flag into 1 but to no avail.. :)

Hope you could help me.. :)

Thanks.. :)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this ?

skill <id>,0,0;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

same issue here ! anyone can help us ?

What I did is using @lostskill command, it will work.. :)

You can try copying its source and make a new script command like delskil

Will try to look into my old server files.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

@ Emistry

wow~ it was working perfectly ,tyvm.

@ wakoko321

I think the way you mentioned should work ,but I suck at src modify o.O.

Emistry's way would be easier...anyway, thanks for your help ...

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