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

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


  • Posts

    • Hello, you can check www.l2jmaster.org we have a test server. regards.
    • 🎣 Enhanced Fishing Bot — Midnight 12.0.7 Now fully hands-off: it re-applies your lures AND uses your consumables automatically. 🔥   ▶️ Watch it in action:   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ The only WoW fishing bot that keeps your pole lured and your buffs up the entire session — no babysitting, no lost catch rate. And it doesn't read your screen or touch the game — it listens for the splash like a real player. ❝ Other bots fish with a bare pole and waste half your session. This one keeps it lured and buffed the whole time — so you catch more, every cast. ❞ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✨ WHAT'S NEW • Automatic lure application — your fishing pole stays lured all session, so your catch rate never drops • Automatic consumables — food, buffs & fishing items get used for you, on time, automatically • Fully unattended — set it and genuinely walk away   ⚙️ HOW IT WORKS Pure audio detection — no pixels, no memory reading, no injection. It hears the splash, loots, recasts. Works at any resolution, UI scale, or graphics setting.   🛡️ BUILT TO STAY UNDER THE RADAR Every action is randomized to look human: • Randomized reaction times & key-hold durations • Occasional "missed" catches & distracted pauses • Idle breaks, anti-AFK jumps, periodic bag checks • Subtle mouse & position jitter • Built-in 3-hour session cap — never looks like a 24/7 robot • Fatigue system — reactions slow over long sessions, like a tired player   🪝 EVERYTHING INCLUDED • Comes with the bot + the BobberAssist addon (handles lures & consumables in-game) • One-time setup — remembers your settings • Optional VB-CABLE support to isolate WoW audio • Sit-and-fish mode for less mob aggro   🔒 LICENSING • One license = one PC, locked on first launch • Instant key delivery in our Discord • Changed PCs? Open a ticket and we'll reset it   ♻️ Free updates for life — buy once, every future version is free. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💬 All the details, pricing & download are in our Discord: 👉 JOIN THE DISCORD 👈 Like any automation, use at your own discretion — ToS applies.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..