Hi all, how i can make a npc which players can learn just 3rd skills from each class? I can do this? If i have to make a new class in java, where i should do?
First of all this is EN section and you write in GR.
Second the class that handle's the chat is called Say2.java
There you can add your check (which channel type and which item it consume every time), with a simple
if (Objects.isNull(activeChar.destroyItemById(getClass().getSimpleName(), 57, 100, activeChar, true)))
{
activeChar.sendMessage("You don't have the proper item(s) to chat.);
return;
}
Question
0flee 2
Hi all, how i can make a npc which players can learn just 3rd skills from each class? I can do this? If i have to make a new class in java, where i should do?
Greetings!
Share this post
Link to post
Share on other sites
2 answers to this question
Recommended Posts