NPC Giving Skills

Lozzie

New member
Messages
3
Points
0
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.

 
Last edited by a moderator:
skill(<skill id>, <level>{, <flag>})

For <flag> make sure you put 0

Example:

Code:
skill(TF_THROWSTONE, 1, 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

 
Last edited by a moderator:
I would need to have a look at your script then

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

 
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

 
Back
Top