I'm using Acernis source revision 18 (v144.3) and in MapleServerHandler.java at case CLIENT_START I put
but it isn't logging in automatically and there is an account named admin in mySQL.PHP Code:case CLIENT_START:
if (c.getSessionIPAddress().contains("8.31.99.141")) {
c.loginData("admin");
c.getSession().write(LoginPacket.getAuthSuccessRequest(c));
}
Please help me!


Reply With Quote


