Jump to content
  • 0

Question

Posted

I am wanting to make a form that at a certain level you get an htm my escolhar eg for farm

 

folder configs

 

EnableFarmMessage = True

 

*******

 

Config.java

 

public static boolean ENABLE_FARM_MESSAGE;

 

*******

 

ENABLE_FARM_MESSAGE = farmmessage.getBoolean("EnableFarmMessage", false);

 

*******

 

EnterWorld.java

if (Config.ENABLE_FARM_MESSAGE)
		{
			if (activeChar.getLevel() == 8)
			{
				activeChar.sendPacket(new ExShowScreenMessage("Farm Teste", 10000));
			}
			
			String farmNews = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/farmnews.htm");
			if (farmNews != null)
			{
				sendPacket(new NpcHtmlMessage(farmNews));
			}
		}

BASE L2JSERVER

Correct? ->  if (activeChar.getLevel() == 8)

 

 

SOMEONE CAN GIVE SOME IDEAS

 

8 answers to this question

Recommended Posts

  • 0
Posted

It should work this way...

 

It is not but appeared to html when he arrived at level setted.

already put this another way, also does not appear to htm

if (Config.ENABLE_FARM_MESSAGE)
		{
			if ((getActiveChar().getLevel()) >= 10)
			{
				activeChar.sendPacket(new ExShowScreenMessage("Farm Teste", 10000));
			}
			
			String farmNews = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/farmnews.htm");
			if (farmNews != null)
			{
				sendPacket(new NpcHtmlMessage(farmNews));
			}
		}
  • 0
Posted (edited)

I can't understand you very well, but this screen message should appear on login, if you are level 10+. The HTML should also appear on login.

 

The EnterWorld packet runs only once, when the player logins.

 

What are you trying to do with activeChar.getHtmlPrefix()?

Edited by Tessa
  • 0
Posted

I think it should be that way...

final NpcHtmlMessage htmlMessage = new NpcHtmlMessage(farmNews);
htmlMessage.replace("%playerLvl%", String.valueOf(activeChar.getLevel()));
activeChar.sendPacket(htmlMessage);
Use %playerLvl% in your html to show its level.
  • 0
Posted

I think it should be that way...

final NpcHtmlMessage htmlMessage = new NpcHtmlMessage(farmNews);
htmlMessage.replace("%playerLvl%", String.valueOf(activeChar.getLevel()));
activeChar.sendPacket(htmlMessage);
Use %playerLvl% in your html to show its level.

 

 

sorry my english, you do not understand, I want to do that to the player arrive at a certain level you get an html to it with a warning that we put

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • MoMoProxy Offers $850 for 1TB Plan. anyone interested in can view details as follow: https://momoproxy.com/residential-proxies
    • Yes there are many problems. Im trying to fix there slowly, cause i i put already a lot of work in this files. I think it will not be easy to move the project to other builds
    • You probably wanted to write l2jmobius. I would recommend that you change the build because it has a lot of problems with the movement of npcs and players. Even if you find bots you will have to correct the movement or the bots will get stuck, fly, teleport
    • Complete Server Pack + Source Files: C4 Scions Of Destiny: P656 Retail X1 L2OFF Server Pack + Source: Price: 100EUR --------------------------------------------------------------------------------------------------------------------------------------------- C4 Scions Of Destiny: P656 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 150EUR -------------------------------------------------------------------------------------------------------------------------------------------- C6 Interlude: P756 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 150EUR The same as C4 but in C6 Client  ----------------------------------------------------------------------------------------------------------------------------------------------   C6 Interlude: P746 L2Gold L2OFF Server Pack + Source: Price: 150EUR   https://imgur.com/a/pts-l2gold-interlude-p746-9kB3oA9#MbP2aJh -------------------------------------------------------------------------------------------------------------------------------------------------   C6 - Classic Interlude: P110 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 350EUR   https://imgur.com/a/pts-l2off-p110-classic-interlude-athena-x45-Z2kZxuv#YlZU9hF -------------------------------------------------------------------------------------------------------------------------------------------------   DISCORD - MMOPROMOOO TELEGRAM - MMOPROMO 
    • Wts adena scryde x50 Baium 12 Valakas 12 good price Top weapons +16
  • Topics

×
×
  • Create New...