Hood Posted February 26, 2011 Posted February 26, 2011 my pack for l2j freya. edit for java code welocme html and this error edit for EnterWorld.java and fix error error for color red if (Config.SHOW_WELCOME_HTML_ON_PLAYER_LOGIN) { String welcome = HtmCache.getInstance().getHtm("data/html/welcome.htm"); if (welcome != null) sendPacket(new NpcHtmlMessage(1, welcome)); } PetitionManager.getInstance().checkPetitionMessages(activeChar); Quote
0 Matim Posted February 26, 2011 Posted February 26, 2011 Show us error log, till now you just marked which word is wrong. Quote
0 Flash™ Posted February 27, 2011 Posted February 27, 2011 my pack for l2j freya. edit for java code welocme html and this error edit for EnterWorld.java and fix error error for color red if (Config.SHOW_WELCOME_HTML_ON_PLAYER_LOGIN) { String welcome = HtmCache.getInstance().getHtm("data/html/welcome.htm"); if (welcome != null) sendPacket(new NpcHtmlMessage(1, welcome)); } PetitionManager.getInstance().checkPetitionMessages(activeChar); man edit for this is ok .getHtm(activeChar.getHtmlPrefix(), "data/html/welcome.htm"); Quote
Question
Hood
my pack for l2j freya. edit for java code welocme html and this error
edit for EnterWorld.java and fix error
error for color red
if (Config.SHOW_WELCOME_HTML_ON_PLAYER_LOGIN)
{
String welcome = HtmCache.getInstance().getHtm("data/html/welcome.htm");
if (welcome != null)
sendPacket(new NpcHtmlMessage(1, welcome));
}
PetitionManager.getInstance().checkPetitionMessages(activeChar);
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.