Jump to content
  • 0

Question

Hi guys, I would like to know how to create a NPC that gives skill for players, I already created this NPC but when I quit the game or even change map the skill just disappear.
 

Sorry for my bad english.

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
skill(<skill id>, <level>{, <flag>})

For <flag> make sure you put 0

 

Example:

skill(TF_THROWSTONE, 1, 0);

Share this post


Link to post
Share on other sites
  • 0

 

skill(<skill id>, <level>{, <flag>})

For <flag> make sure you put 0

 

Example:

skill(TF_THROWSTONE, 1, 0);

Didn't work, It still disappears

Edited by Lozzie

Share this post


Link to post
Share on other sites
  • 0

Skill also should be present in skill tree for current class/job

Share this post


Link to post
Share on other sites
  • 0

How can I hide skills from the skilltree, even if they are unlearned?? They will show up after the player learns the skill, and, of course, it cant dissapear :P

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.