Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
public final class VoteManager extends AbstractNpcAI implements IVoicedCommandHandler{..VoteManager(){ super(VoteManager.class.getSimpleName(), VoteManager.class.getSimpleName());.. addFirstTalkId(11050); addTalkId(11050); addStartNpc(11050); }..}
Then in each town i spawn 11050 npc. How to find spawn to make them say something like thank you with the following code?