Jump to content

Recommended Posts

Posted

stupid players kill the game with their toxicity, they want all fast and old school at the same time, no custom but minicustom at the same time, they dont want pay, dont want farm, dont want play... and if they loose they quit. If someone kills him "gm player, edited player, p2w bla bla bla". Botting? other shit. 

The best idea for a long term server is:

1 - Using the accoun monthly payment, just to filter ratboys from ppl that love the game.

2 - Minimal gmshop/donate shop or WITHOUT ANY DONATIONS

3 - STRONG RULES. 

4 - Administrators must be good and prepare project for a year to release it without bugs or stupid problems. 

 

Lineage 2 never die, dont matter what ratboys say. 

Posted

L2 is very much alive but the current state of the game (retail, and private scenes) are underwhelming, to say the least. That being said, the topic is very broad as we're all tackling issues from different angles. I mean, there are so many iterations to how the game is played, so it makes sense. 

  • 2 weeks later...
Posted (edited)

you will be playing it 20 years from now because your neuroplasticity sucks so you are failing to learn new games

can't teach old horse new tricks

Edited by bistabil
Posted
6 hours ago, GreenPlant said:

L2 died cause official servers went so greedy with retarded P2W shops and sh1t features with new chronicles, the game play itself now you do not even need to farm youself

 

Private servers kept and still keep the game alive.

Posted
Just now, GreenPlant said:

Yea but they do not last sadly/are full of bugs sadly (except very very few)

Look at official servers: 50 quests in total between all game modes (live/classic/etc), updates removing items by the thousands and so on.

On the other side, Microsoft is relentless in making sure the older clients would no longer run on Win10. No matter how many workarounds you do for your chronicle/il/gf/hf client, MS will always come back and make it stop working, once again (hf should still work, but it is only a matter of time) after a major update (while still making sure all previous workarounds cannot work).

Obviously, I am dramatizing, but the continuous improvement will render all old(er) L2 clients unusable eventually, which will leave us with a game that has (at that time) ~1-3 quests, 10-20 items, 1 race, 2 classes, etc. if NC is not stopped.

  • Upvote 1
Posted
1 hour ago, *real*savormix said:

Look at official servers: 50 quests in total between all game modes (live/classic/etc), updates removing items by the thousands and so on.

On the other side, Microsoft is relentless in making sure the older clients would no longer run on Win10. No matter how many workarounds you do for your chronicle/il/gf/hf client, MS will always come back and make it stop working, once again (hf should still work, but it is only a matter of time) after a major update (while still making sure all previous workarounds cannot work).

Obviously, I am dramatizing, but the continuous improvement will render all old(er) L2 clients unusable eventually, which will leave us with a game that has (at that time) ~1-3 quests, 10-20 items, 1 race, 2 classes, etc. if NC is not stopped.

 

Well, some projects have started to use classic client and are adjusting it to emulate older game-styles. DEX is planning to launch its next "IL server" on classic, after having a lot of success with its downscaled IL from H5 client. Trance is working with a Gold-style server running on Classic. As long as there's still an audiance for the game, the private scene will adjust to the times and think of new ways to modernize the game, which is great. 

 

That being said, the community needs to support these incentives and not freak out upon discovering things they aren't used to. In order for these to work, the community needs to be able to adjust as well, otherwise we'll keep getting the same old recycled servers we've been getting for a decade or so. 

Posted (edited)
Lineage 2 will die in 5 years because many people have families with many problems, the same time does not exist with the old and the new children play lol, fortnite, pubg. Everyone was looking at how to attack ddos and how to make money, that is, they saw it as a store and not as a game
Edited by Ave™

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
Reply to this topic...

×   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

    • Yeah, that's fair. I'll create a full AI-based fake player engine out of this to see how far it can go.
    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • Don't get me wrong, I have no hate for AI. The potential for LLMs in gaming, especially for creating dynamic NPC dialogues or complex, adaptive game masters, is immense. The point of my previous post wasn't to dismiss AI as a whole, but to question its practical application for this specific, solved problem.   However, the example given (basic farming) is the worst possible use case to demonstrate this potential. It's the equivalent of using a fusion reactor to power a desk lamp. The overhead is astronomical compared to the task. The core of my argument is about efficiency and the right tool for the job. For the predictable, loop-based behavior of auto-farming, a state machine is not just adequate; it is superior. It is lightweight, incredibly fast, reliable, and consumes negligible resources.   To prove it's not about the volume of code but the efficiency of execution, here is the entirety of the auto-play logic for my server: AutoPlayTaskManager 400 lines of code: AutoUseTaskManager 470 lines of code: This code provides full, retail-like auto-play support for all classes, including offline play. It runs on any standard VPS without a dedicated GPU, using a tiny fraction of CPU cycles. An LLM-based solution for this same task, even a "weaker" one, would: -Introduce significant latency (response time) for each decision. -Require expensive GPU hardware to run locally or incur API costs for cloud services. -Add immense complexity for parsing natural language responses back into game actions. -Be inherently less reliable than a simple "if mob dead -> loot" check. So, while I agree the research is "quite cool" as a proof-of-concept, championing it as a practical solution for auto-farming is where the "AI hype" label fits. The real innovation would be applying that LLM power to a problem a state machine can't easily solve, not one it already solves perfectly.
    • Ofc it does 🙂 . All it was trained on was farming for levelling. It's not about doing something unpredictable. It's about potential. Feed it a bigger context and train it on class-specific fighting patterns, buffing, item values, trading, chatting in L2 lingo, reading trade chat, party-based farming, crafting goals, etc, and you have something that a normal deterministic bot would take a really long time coding to achieve.   Add that to all of the work being offloaded to a model instead of the gameserver, and you have a much better solution that feels way more natural. Ofc you can do pretty much everything with a state machine but you'd have to write insane amounts of code. It's a waste of time. Don't be blindsided by your hate for AI. There is considerable potential here.
    • AI hype from dumb AF devs at it's best. The video shows a character doing the most predictable loop imaginable attack, loot, repeat. You don't need a "reasoning" LLM for that. A lightweight task scheduler or even a basic script can handle it with a fraction of the resources and zero GPU overhead.   Spinning up a big language model to decide "hit the mob and pick up the drop" isn’t clever, it is wasteful. It's like hiring a rocket scientist to flip a light switch: impressive hardware, pointless job.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock