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
I'm trying to disable nevit's so it never pops up. I have it where sometimes it doesn't pop up and sometimes it does when you enter game (i don't know why it's just sometimes) but it always pops up when you are recommended. I'm running the latest High 5 files.
I have disabled the following lines on EnterWorld.java:
//sendPacket(new ExVoteSystemInfo(activeChar));//sendPacket(new ExNevitAdventPointInfoPacket(0));//sendPacket(new ExNevitAdventTimeChange(-1)); // only set pause state...
Any other ideas? Is there a class that handles listening for recommendations?