Jump to content
  • 0

[HelP] translate to quest


Question

Recommended Posts

  • 0
Posted

I changed it to questname but I still put in English

 

And what do you think that is supposed to do? You have to edit the file manually.

  • 0
Posted

Now you have to change the name the names in the server files as well for every NPC in the game. Depending on which pack you are using depends on how the quest names are called.

  • 0
Posted

You have to change names on every script. Name is stored here, for example Q009 :

 

	public static void main(String[] args)
{
	new Q009_IntoTheCityOfHumans(9, qn, "Into the City of Humans");
}

 

Third parameter.

  • 0
Posted

I have given you the part of code where to change it, lol. Just open every python/java quest and make it at hand. Quests are normally located in data/script/quests. Yes, you have to open every single quest and make it at hand.

 

I have forgotten others L2J packs use python :P. On python quests it will look like that :

QUEST = Quest(107,qn,"Merciless Punishment") 

Still, 3rd parameter.

 


 

You still need to edit client side for the Quest panel content.

 

And you should search if Spanishes didn't already make a translation project, I know Frenchs begun a translation project months ago.

  • 0
Posted

You have to change names on every script. Name is stored here, for example Q009 :

 

	public static void main(String[] args)
{
	new Q009_IntoTheCityOfHumans(9, qn, "Into the City of Humans");
}

 

Third parameter.

 

Are you sure of it? I don't agree... look an example based on what you said of 3rd parameter.

Also changed the 2nd parameter to prove that what puts the name on the npc is the 1st parameter.

 

private static final String qn = "Q23_StupidQuest";

public static void main(String[] args)
{
	new Q10501_ZakenEmbroideredSoulCloak(10501, qn, "Stupid Quest");
}

 

Y13ra.jpg

  • 0
Posted

I must correct typos from my helpers when they share quests, so yeah I'm pretty sure. Me and my team ported 250+ quests to Java, if I was wrong there would have a problem somewhere...

 

Second parameter is about used bypass for HTM links, if your links still work even after changing, you forget to reload the quest.

 

First parameter is used to show correct quest logs on quest panel, if let's say you put 9, you will have logs of quest 9 in quest panel.

  • 0
Posted

I must correct typos from my helpers when they share quests, so yeah I'm pretty sure. Me and my team ported 250+ quests to Java, if I was wrong there would have a problem somewhere...

 

Second parameter is about used bypass for HTM links, if your links still work even after changing, you forget to reload the quest.

 

First parameter is used to show correct quest logs on quest panel, if let's say you put 9, you will have logs of quest 9 in quest panel.

 

I modified that quest with server completely Off, and then I ran the server... I will do a test changing the first parameter for another number and I think you'll see that the name on the NPC changes, wait.

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

    • 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..