Jump to content
  • 0

[Help]Welcome Html


Question

Posted

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

  • 0
Posted

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");

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock