Jump to content

Recommended Posts

Posted (edited)

Hehe, great love on MaxCheaters' community :)

 

 

yep, its esthus renamed... Same pack/admins

It's not, unless you have proof to show. L2Esthus closed (temporarily could be) due to critical bugs, bugs like problem on server packets(server couldn't send packets to client and everything freezed) or errors regarding trade lists(smth i did not touch at all).

 

L2Quintus was designed by Devlin HIMSELF, when i was inactive from l2/l2j playing LoL.

 

So please stop trying to pretend the smartass if you are clueless.

 

 

l2esthus was full of bugs.

 

let me guees l2esthus failed and u decide to open new server ?

Nope, since i decided that L2Esthus needs more work and fixes, Devlin asked me for the dedicated machine in order to open L2Quintus.

Edited by An4rchy
Posted (edited)

I'm supporting a solid guy. Nothing more nothing less. And if you think your "dont lick Devlin's ass" reached my feeling I've got to disappoint because it didn't. If I'd pay attention to every person with mental disorder I'd gone crazy years ago. No one said Esthus was perfect, but then again you're the last person on this planet to criticize something you've got absolute no clue about. First try your skills in managing a server, then spit over other work. Now stop this and discus about Quintus or don't talk at all. 

Really? I was tring to show Admin's mistakes, nothing more. (on any server's forum)

I didnt flame anyone.

 

I am not a server dev, I am just a player.

As I see you trust to any1 who said : we were working on server for a few month.

And when u log, u see that archers / daggers making toooooo much dmg. And everything is fucking up. 

Thats it.

Edited by TommyVersace
Posted

This guy just sucks everyone's asses on this forum :)

 

On topic: good luck devlin I hope you actually open this one successfully.

I'm just being a normal person with a normal attitude. If your mind is telling you I lick ass with being normal and kind, than so be it. I never argued peoples stupidity, because it has no limit. You as an example. Simple.

Posted

Hehe, great love on MaxCheaters' community :)

 

Nope, since i decided that L2Esthus needs more work and fixes, Devlin asked me for the dedicated machine in order to open L2Quintus.

So another Admin gonna open a new server :D

Anyway if this server or re-launched Esthus will be w/o bugs and with nice balance, it will be nice.

No flames :D

Posted

Really? I was tring to show Admin's mistakes, nothing more. (on any server's forum)

I didnt flame anyone.

 

I am not a server dev, I am just a player.

As I see you trust to any1 who said : we were working on server for a few month.

And when u log, u see that archers / daggers making toooooo much dmg. And everything is fucking up. 

Thats it.

Trying to show admin mistakes? With what, pointing out how this is the same server as Esthus? And imply that it has the same core bugs? Who are you fooling here.. You're seeing things wrong and you don't know first thing about me. Stop this bull shit.

Posted

Why the hell do you write things like "I see you trust to any1 who said : we were working on server for a few month" ? Obviously you care enough to emphasize what and who I trust. As being an grown up I will end this south debate. Greets

Posted

My files have nothing to do with Esthus. I can prove it if someone really wants it.

 

We are using different revision of aCis files, different mods and many many more. L2Esthus designed ONLY by Anarchy. L2Quintus designed ONLY by Devlin.

 

Please stay away from spam, if you have any questions I can answer them.

Posted

Devlin is no joke when it comes to L2J developing. He proved to have skills as well as will to help others. You can't expect more from an Admin. Recommended. I wish that you will gather enough people for a successful run!

 

This! 

 

 

Good luck my mate! hope the best and count me in

Guest
This topic is now closed to further replies.



  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • 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..