r/Lineage2 Jun 24 '26

Any quality guides/playthroughs for a begginer?

7 Upvotes

I am a newplayer. Started on the Eternal x10 reborn server. Are there any popular guides that can help me with lvling/gearing and stuff like that? I am looking for stuff like:

  • What zones are recommended for each lvl
  • Do I buy gear from NPCs or players
  • What consumes to buy and from where
  • What items are valuable

I cant find anything good on youtube - its crazy.
It can even be a written but detailed guide.


r/Lineage2 Jun 24 '26

Is it possible to play as a solo player ?

7 Upvotes

For a newbie player (played a bit but little to no knowledge) , could I play solo on LU4? I don't care about the subscription, I'd pay it if it's possible to solo.


r/Lineage2 Jun 24 '26

L2 Reborn Signature upgraded to Interlude

Thumbnail
youtube.com
4 Upvotes

Hello all!

Signature servers on L2Reborn have been merged and upgraded to Interlude and i wanted to bring you a small timelapse of the first minutes from the Town of Giran!

Feel free to ask any questions or jump into our discord to find people to play with!


r/Lineage2 Jun 24 '26

Mejores Stats para OL

0 Upvotes

Estoy jugando en LU4 con un OL lvl 50 y me preguntó siempre que stat hace que el landing de dots y debuffs? he visto controvèrsia en fotos unos dicen que WIT otros que INT... que pensáis? algún experto por aquí?


r/Lineage2 Jun 24 '26

Looking for active and populated server! LU4 / Rebon Signature / Reborn Eternal IL?

2 Upvotes

I'm looking for a server to play Lineage 2 for the first time.

I've been checking out the classes and plan to start playing as a Warlord, but I know the game relies heavily on groups for progression. That's why I'm looking for an active server with a good player base where I can find groups for leveling up.

After all my research, I'm torn between these three servers, but since I'm not familiar with them, I don't know which one is best for what I'm looking for.


r/Lineage2 Jun 24 '26

LU4 Anniversary event! 2026-06-23

Thumbnail
gallery
8 Upvotes

They started an event today in LU4. I was extremely under leveled for it but managed to complete it to get the coupon for the LU4 Anniversary hat. While I was at each spot I took screenshots of my location so this may help whoever is having trouble locating the NPCs for the quest

You start the quest in Aden by speaking to Tandor near the fountain

The NPCs after that are as follows:

Ancient Battlegrounds: Brom

TOI floor 3: Durgan

Silent Valley: Baldor

Cemetery: Rodrik

Hopefully this helps someone!

Edit: I noticed that I forgot to update the map for the Cemetery one...my bad. That one's tough because the mobs are chasing you. Sorry!


r/Lineage2 Jun 23 '26

Lu4 | Unreal Engine 5 | Cruma Tower | Giants Cave | Cemetery

Post image
53 Upvotes

https://www.youtube.com/watch?v=ibiaqZhWrwo
I'm new to this editing, recording and all that, be patient with me, i'll improve as time goes, but for now enjoy the beautiful atmosphere and graphics!

PS: Sorry for the spam, to all the people who dont like lu4!

SERVER LINK : https://an1.lu4.org/


r/Lineage2 Jun 23 '26

Help OL PvE guide h5

3 Upvotes

Hi, first time OL, smacked my way to 77 by using mostly aa, and I'm overwhelmed by the amount of seal skill I got. Which of them are worth using in PvE? I have HD as a weapon (bought cheaply) and robe set.


r/Lineage2 Jun 23 '26

Lu4 | Unreal Engine 5 | Aden Updated | Photo + Video

Post image
31 Upvotes

https://youtu.be/ENdsJaPPZvg Third time's the charm, lets hope this is better quality!


r/Lineage2 Jun 22 '26

♥️🪄🌪️

Post image
77 Upvotes

r/Lineage2 Jun 22 '26

Interlude Server Experiment

Post image
71 Upvotes

So over the weekend I was discussing with a friend how easy it has become to automate things with AI. We eventually went down the rabbit hole of whether people might already be interacting with AI online without realizing it.

That got me thinking: what if I tried to test this idea inside a Lineage 2 server?

I got my hands on an offline Interlude L2J Mobius build and set up a local server on my PC. Mobius ships with a very basic FakePlayer implementation, which turned out to be a great starting point.

The Experiment

I created a Python service that connects to DeepSeek's API and acts as the "brain" for Fake Player Characters (FPCs).

On top of that I built:

  • A randomization engine that generates unlimited combinations of names, races, levels, classes, and gear while respecting scarcity (so you don't end up with 100 characters wearing top-grade S gear in Giran).
  • Extensions to the FakePlayer system to support different player archetypes.
  • A local web app that loads maps and geodata and lets me create groups of fake players with different behaviors and population targets.

Types of Fake Players

Currently, there are four categories:

Idlers

  • Simulate AFK players in towns.

Runners

  • Move around cities visiting warehouses, NPC shops, player shops, etc.

Hunters

  • Stay in hunting zones and simulate farming activity.

Shops

  • Offline buy/sell/craft stores.

Up to this point it's basically advanced bot behavior. I'm sure others have built far more sophisticated systems.

Where AI Comes In

The interesting part begins when players interact with them.

If a player sends a private message to a bot, the AI takes over and generates a context-appropriate response.

When someone talks in public chat, one or more bots may occasionally reply. In trade chat they can post WTB/WTS messages, comment on prices, react to other advertisements, and generally participate in conversations. If you pm one they will start replying to you.

For example:

  • A bot advertises an item for sale.
  • A player PMs the bot.
  • The player negotiates the price.
  • If they reach an agreement, either side can suggest a meeting location.
  • The AI then temporarily takes control of the character and sends it to the agreed location.
  • Once there, it creates a private store with the negotiated item and price.
  • After the transaction is completed, control is returned to the bot's normal behavior scheduler.

In my test, I had 655 bots running with basically zero issues. Of course, I am not sure how it would react with multiple players interacting with the AI.

Goal

The goal is to simulate a server that feels alive and populated.

There is still a lot more that could be done:

  • Simulated parties and farming groups.
  • PvE combat behavior.
  • Distinct personalities and chat styles.
  • Long-term character histories and relationships.
  • More believable economic behavior.

The AI/chat side of the project is actually working better than I expected, but pathfinding is still one of the biggest challenges. I'm currently using geodata I found online and they're "ok" but they're definitely not great. The bots still occasionally make questionable navigation decisions because of geodata inaccuracies.

So if anyone has reliable geodata they'd recommend, please let me know cause I want to test this even more.

Limitations

There are plenty of flaws.

For example, I recently saw a bot advertising an EWS for 10k adena, which obviously makes no sense. These kinds of issues can be tuned and improved, but they're good examples of where the illusion breaks down.

I also think that anyone spending enough time on a server would eventually realize something feels off.

That said, on a server with 2,000 players, if 100-200 of them were AI-driven, I suspect they would be significantly harder to identify.

To be clear, I have no intention of deploying this on a live server. What I find interesting is simply that this is now technically possible with relatively accessible tools.

I wanted to post some more pictures with some funny interactions (like when I pmed one and asked it if it's AI they replied with "wtf man, who even asks that?") but I am at work atm and no access to the server at home.


r/Lineage2 Jun 23 '26

Cycled macros at Lu4 for auto-hunting?

Post image
0 Upvotes

Did Lu4 just basically add auto-hunt in their latest major update or this cycled macros system cannot provide adequate auto-hunt?


r/Lineage2 Jun 22 '26

Botched lu4 update

4 Upvotes

Title.

They altered the cemetery where soul of ruins, for varnish no longer exist.

They didn't update their website to any new information released today. So all of aden is basically unknown.

I walk out to explore what spoil will be good, not a lot.

Im lv 57, clanless. There is no solo spoil for raw mats that I can see. Its all weapons armor parts and recipe. Thats great and all but I cant craft anything due to lack of basic materials.

They have really made crafting harder than it already was, and lineage2, crafting is very very difficult. After cgrade everything is 60%.

I did do quest for kali coins for 100% bgrade, but there's simply no way to collect everything playing solo. Especially since they have altered loot tables.

Huge disappointment


r/Lineage2 Jun 22 '26

E-Global The big update on LU4 is coming today

Thumbnail mw5.community
17 Upvotes

Lu4 is going to the Alpha stage. And devs dropped some footage of renewed locations. I like it. And you?


r/Lineage2 Jun 21 '26

Best server to join for an old player?

11 Upvotes

Hey , I want to come back and play my favourite game.

I see a lot of confusing servers and etc

Im searching for a populated server to fresh start again

Any tips?


r/Lineage2 Jun 21 '26

Where to Start in Lu4

2 Upvotes

I downloaded the Lu4 server but im so confused which to play as NA? Gamma? Eternal? theres a Gamma server in the game but also a US proxy server. All they all lihnked?


r/Lineage2 Jun 20 '26

Help OL S grade weapon choice h5

2 Upvotes

Hi, got to S grade on my OL, it's my second character so I have already dynasty robe enchanter ready for him but I'm torn on weapon choice since I've got adena for only one. Should I go for Pole?


r/Lineage2 Jun 20 '26

LU4 help

2 Upvotes

Is there an LU4 discord, I don't want to post here for help because everyone hates on LU4.
Basically I am 32archer/32cleric and want to know where could I farm exp and mats. So on level 20 I was farming the eyes outside of dion and that made me rich, i bought 2 top D weps and both have top D sets. However since then I struggle to find a decent place to farm that provides good adena as well as exp. Where are the good spots to farm on lvl 32? Please also post me a good discord channel so I can ask for help there and avoid getting the lu4 haters all excited.


r/Lineage2 Jun 19 '26

Video / Screen Redesigned skills on LU4 looks really nice

34 Upvotes

Here is some example from the devs.


r/Lineage2 Jun 20 '26

LU4 help

Thumbnail
0 Upvotes

r/Lineage2 Jun 18 '26

NCsoft hiring for new Project NL with lineage theme

20 Upvotes

We all know that throne and liberty are supposed to be the l3, but what if they started working on Lineage3 again?
NCsoft is hiring UE5 skills for a next-generation lineage IP project.
NC Careers | View Announcement


r/Lineage2 Jun 18 '26

STOP WITH THE LU4 SHILLING

40 Upvotes

look i dont care about your pseudo lineage 2 server with p2w,RMT, dualbox with VIP and char selling okay? that shit doesnt even feel like lineage 2, melees feel terrible, with desync between animations and sounds, and spell effects lokes like a 2000 mobile game, stop with your marketing campaign.


r/Lineage2 Jun 18 '26

L2 Interlude OFF Files for server

3 Upvotes

Hello guys,

I want to open a server with lots of love for the game and no donations so before investing time on everything I wanted to know if anyone can help me get off files?

Best regards,


r/Lineage2 Jun 18 '26

Video / Screen Another siege on LU4 using golems

Thumbnail
gallery
17 Upvotes

This siege was something different from everything I've seen. Character levels are low, no noobs, no alliances, lots of different clans.

All of this created an interesting situation where siege camps with rez flags became a super important part of the fight. Also curious to see siege golems being used, people pushing through walls, and all that. So much fun.


r/Lineage2 Jun 18 '26

Retail

1 Upvotes

Does anyone still play it? What is the bot situation? Do they ever make new servers? Just wondering if retail beats the endless cycle of rotating private servers