Jump to content
  • 0

Custom Npc where players can learn specific skills.


Psyancy

Question

Like title says, i want to make some custom skills on my server and i want a custom npc where players will be able with an item i will put to learn some skills.

For example i want to make an item called Custom Skill Token and players will trade 10 tokens to learn a specific skill.

I want to make it with the following ways:

  • Custom Skill 01 Token
  • Custom Skill 02 Token
  • Custom Skill 03 Token

and with these tokens players will be able to learn Custom Skill 01, 02 and 03.

 

Is this possible? And if yes can someone give me some instructions how to do that?
Thanks in advance!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Make your own npc instance and bypass. You can copy system on any random buffer. To add a skill, simply

player.addSkill(skill, true);

 

Edited by Tryskell
Link to comment
Share on other sites

  • 0
1 hour ago, Tryskell said:

Make your own npc instance and bypass. You can copy system on any random buffer. To add a skill, simply


player.addSkill(skill, true);

 

Reborn gave me the idea of taking the Rebirth sytem and customize it to fit my needs it's better for what i want to do atm, but thanks for your reply mate.

Btw lock it since i found solution on my problem.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock