Jump to content
  • 0

Remove Start Message On Login In Game


Question

Recommended Posts

  • 0
Posted

enteworld.java CLTR F

 

I do not have this file in my server enteworld.java or enterworld.java

  • 0
Posted

Clientpackets/enterworld.java there is a method getText that uses base64 decoder to decode this text. With ctrl f you wont find that message. Just delete this method and delete all lines with errors.

  • 0
Posted (edited)

Search for the "message" not for the file man..

" This Server uses L2J, " it will be enough for your search.

 

gameserver/network/clientpackets/EnterWorld.java

Search for line " activeChar.sendPacket(SystemMessageId.WELCOME_TO_LINEAGE); "

After this line and before sevensigns announce, you may find the message. Simple logic..

Edited by 'Baggos'
  • 0
Posted (edited)

And what now? http://prntscr.com/f6k8cm

 

Can i replace simply the 

VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg==

with my text or delete last 3?

                activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
		activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNQ=="));
		activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMSB5ZWFycyE="));
Edited by CodyRo
  • 0
Posted (edited)

Delete this..

-activeChar.sendMessage(getText("VGhpcyBTZXJ2ZXIgdXNlcyBMMkosIGEgUHJvamVjdCBmb3VuZGVkIGJ5IEwyQ2hlZg=="));
-activeChar.sendMessage(getText("YW5kIGRldmVsb3BlZCBieSBMMkogVGVhbSBhdCB3d3cubDJqc2VydmVyLmNvbQ=="));
-activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxNA=="));
-activeChar.sendMessage(getText("VGhhbmsgeW91IGZvciAxMCB5ZWFycyE="));
+activeChar.sendMessage("blabla");
Edited by 'Baggos'
  • 0
Posted (edited)

Can i replace 1st line with my text? Will work?

NO! U cant use getText(String text) method for your own text. In order to add your own message delete all lines that say activeChar.sendMessage(getText(Hfweyuf23f8ysa*FYhfwe34)) and replace them with activeChar.sendMessage(" YOUR OWN TEXT"). You see? i dont use getText() method...

 

EDIT: Baggos made it pretty clear for you...Delete lines that start with - and add the line with "+".

Edited by Solomun
  • 0
Posted (edited)

Q. What means the symbol " + " ?

A. Means you should add this line.

 

- Delete

+ Add

 

Replace the four lines with this one:

activeChar.sendMessage("Your Message here");
Edited by 'Baggos'
Guest
This topic is now closed to further replies.


  • Posts

    • Hey, any one can help me or tell advice how to make this shown damage on screen directly on enemy when im hitting it, becuase now this damage is located on my screen near my character. What script or what interface.u class i need modify?
    • Opening Date: Q4 2026 (exact date TBA) Chronicle: High Five (H5) Rates: Mob EXP/SP: low (secondary) | PvP EXP: main progression source (custom formula, exact rate TBA)   Hey everyone,   Announcing L2Berserk, a custom Lineage 2 High Five project currently in development. This is a solo project, so progress may take a bit longer than a full team would need — but it's moving forward steadily. The idea behind it is simple: most servers either force you into rigid factions or let PvP happen almost by accident while everyone grinds mobs for hours. L2Berserk is a crossover of both worlds — there's no faction split, no separate towns, everyone spawns and plays in one shared hub, but progression itself is built around fighting other players instead of farming spots. If you enjoy PvP more than staring at a bot-farming route, this is being built with you in mind.   Already implemented: Custom launcher — own CDN and updater, auto-detects your existing install so setup is fast and low-friction Tower of Trials — a 10-floor PvE dungeon, 3 monster waves per floor, difficulty scales as you climb; built as a solo/small-group challenge track separate from the PvP-EXP loop PvP Arena — an NPC that queues players into Party vs Party or Command Channel vs Command Channel arena matches on demand Olympiad — implemented and functional for structured 1v1/team PvP Event Manager — automated system running rotating events every 10 minutes non-stop, so there's always something active for players to jump into Single shared hub — no faction-locked zones; PvP-driven EXP progression is the main way you level PvP Zone — a dedicated zone avaiable through PvP Zone Teleport Scroll. Zones have boundaries so players won't run from pvp forever. Planned: Kill-streak rewards / bounty system — the more active you are in PvP, the more visible and rewarded you become PvP ranking / leaderboard with seasonal recognition More content and events Additional Discord integrations A live testing phase with the community before the official opening, so mechanics get stress-tested before Q4 A lot more features are planned beyond what's listed here — the project is still actively growing If you have suggestions, feel free to post them on Discord   A note on where things stand: the server is currently offline (0% uptime) — that's expected at this early stage, not a sign the project stalled. Following along and feedback from anyone interested in this kind of PvP-first server are very welcome.   Website: l2berserk.fun
  • 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..