1st This is already shared,Thanks for remind.
2nd You must make some exception to avoid blocking the ports
3rd For Example if i install it now you can't login to my lineage II server
I Think that the thing that you should mention is..
to make the options.
http://www.l2jserver.com/trac/changeset/3774/trunk/L2_GameServer/java/com/l2jserver/gameserver/GameServer.java
to make it working here make this:import com.l2jserver.util.IPv4Filter;
to this:import net.sf.l2j.util.IPv4Filter;
the same here:
http://www.l2jserver.com/trac/changeset/3774/trunk/L2_GameServer/java/com/l2jserver/loginserver/SelectorHelper.java
now the ipv4filter.java:(put it in l2j/util)
http://www.l2jserver.com/trac/browser/trunk/L2_GameServer/java/com/l2jserver/util/IPv4Filter.java?rev=3774
change this:package com.l2jserver.util; to this:package net.sf.l2j.util;
change this:import org.mmocore.network.IAcceptFilter; to this:import com.l2jserver.mmocore.network.IAcceptFilter;
And put the mmocore from the xaddytzu topic.to your workspace gs/lib or libs + ls/lib or libs.
For Interlude.
Hello i have an error in my gameserver console
i am running ubuntu.
WARNING NPC 35372 CLASS NOT FOUND
java.lang.NullpointerException
..........
what should i do?