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!
I had a similar problem once when I was setting up a custom shop system in a game. For me, the fix was buried in the database settings. I had to adjust the stack limit for the item in the MySQL database, which allowed bulk purchases without triggering errors. You might want to check the item_template or a similar table for stackable values.
As for inspiration, I once played around with a different setup for fun using https://themulligans.org. While it’s an online casino, their sleek inventory and transaction systems gave me some cool ideas for designing in-game economies.
Question
Psyancy
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:
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!
2 answers to this question
Recommended Posts