Jump to content

Recommended Posts

Posted

People are right your server is unbalanced shit and you do nothing about it but make it worst because you listen to wrong people... 1st day of the game someone cry about dissarm on dagger while having -8 STR dissarm is gone, i tried to change my sub during castle siege in town my game crashed and account is perma crashing now every time i try to log in, made another one tried to contact in game by shouting 0 fucks were given... Cancel resists not working, every cancel from sps sorc is 100%, even daggers and monks every 4th-5th auto attack cancel 1 buff, imagine 1 buff cancel from someone who has 1000+ AS... The server is already fucked and won't change in better way, half of the people On now will leave cuz they went on just for the free staff for Oly.... Aiming for year? Good luck, i give you max Month with active 2 clans with 2 packs in them !

Posted
14 minutes ago, TheHyper1on said:

People are right your server is unbalanced shit and you do nothing about it but make it worst because you listen to wrong people... 1st day of the game someone cry about dissarm on dagger while having -8 STR dissarm is gone, i tried to change my sub during castle siege in town my game crashed and account is perma crashing now every time i try to log in, made another one tried to contact in game by shouting 0 fucks were given... Cancel resists not working, every cancel from sps sorc is 100%, even daggers and monks every 4th-5th auto attack cancel 1 buff, imagine 1 buff cancel from someone who has 1000+ AS... The server is already fucked and won't change in better way, half of the people On now will leave cuz they went on just for the free staff for Oly.... Aiming for year? Good luck, i give you max Month with active 2 clans with 2 packs in them !

Are you sure that you join our server? 

  • Downvote 1
Posted (edited)
7 hours ago, Mercilec said:

Hello, is this a Pride-like server? what kind of custom features do u have? can u list them plz? or all u have is there?

Hello, no It is not like Pride style, it is mid rate craft server there is not something custom more than dressme items and Some boost items like you see at features our core/orfen also we have custom CB that It have all you want like Gatekeeper/Gmshop/vote shop/event shop etc. Another one custom is our vote buff that increase you some stats like 1000hp/p atk/m atk, also we have some custom Designs for our npcs,we work on our balance skill/classes to create something good for our community. You see our plan isnt every week wipe and reopen. We want to make something nice for the community of lineage2.

Edited by ZakFR
Posted (edited)
15 hours ago, ZakFR said:

Are you sure that you join our server? 

you're surprised? lol when the admin of the server spend more time on maxcheaters instead of fixing his server is funny... Anyway have nothing more to say, that's my opinion on your server deal with it like it or not, but i'm saying facts and opinion of the most that joined your server GL HF BB

Edited by TheHyper1on
Posted
2 hours ago, ZakFR said:

Hello, no It is not like Pride style, it is mid rate craft server there is not something custom more than dressme items and Some boost items like you see at features our core/orfen also we have custom CB that It have all you want like Gatekeeper/Gmshop/vote shop/event shop etc. Another one custom is our vote buff that increase you some stats like 1000hp/p atk/m atk, also we have some custom Designs for our npcs,we work on our balance skill/classes to create something good for our community. You see our plan isnt every week wipe and reopen. We want to make something nice for the community of lineage2.

and i guess u dont plan to add pride-like features, right?

Posted (edited)
16 minutes ago, TheHyper1on said:

you're surprised? lol when the admin of the server spend more time on maxcheaters instead of fixing his server is funny... Anyway have nothing more to say, that's my opinion on your server deal with it like it or not, but i'm saying facts and opinion of the most that joined your server GL HF BB

Hello man, i dont know where is your problem, but im not admin or owner of this, im the GameMaster, so i dont see where we have a problem, we work on balance, we work at all this that our community report us. Also you give me negative vote about what? 

 

13 minutes ago, Mercilec said:

and i guess u dont plan to add pride-like features, right?

No It is not our plan this 

Edited by ZakFR
  • 2 weeks later...
Posted
16 hours ago, DukeAwesome said:

This looks AMAZING ! 

I can't wait untill then ! Come on my friend ! We are all with your side !

Thanks for your good words! Lets make the best h5 server. 

Posted (edited)
6 hours ago, Designatix said:

Epic server.

Will be there for sure!

Our team gives the best for this Project, noone will lose the Grand Opening :smile: thanks for your good words bro! 

Edited by ZakFR
Posted
42 minutes ago, ZakFR said:

Our team gives the best for this Project, noone will lose the Grand Opening :smile: thanks for your good words bro! 

I know about your team that's why I'm into playing on your server!

Best of luck mate 

  • 2 weeks later...
Guest
This topic is now closed to further replies.



  • 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