Hello, I want to set NPC title from the core, but it is not set, source - latest L2j Acis, on L2j Acis 214 this code was working:
L2TpFlagInstance flag = new L2TpFlagInstance(IdFactory.getInstance().getNextId(),NpcTable.getInstance().getTemplate(50011));
flag.setTitle(myTitleVar);
Question
Meikis
Hello, I want to set NPC title from the core, but it is not set, source - latest L2j Acis, on L2j Acis 214 this code was working:
P.S. L2TpFlagInstance extends L2Npc
Edited by Meikis0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now