Jump to content

Recommended Posts

Posted

if we will get that low can u sleep better at night ? i never understand ppl like you . 

And i dont understand people like you catalin, you keep opening 50 online servers, lying to those people wich are online that its 5k while every single spot is empty. Delusional kid.

 

 

 

New life for Wrath Open Beta Test: June 17 Chronicles: High Five (OFF) High-quality assembly, gigantic international community, stable game world, constant game events! And it's not the end. Now we are preparing a feature which will make our server really bright and unique! Monitor our news to learn about it first!

:happyforever:  :happyforever:  :happyforever:  :okey:  :okey:  :okey:

 

http://forum.lineage2dex.com/index.php?forums/173/

Huge clan list you got there romo, thats what you get for bullshiting ur players all the time.

Posted

Beta test:

Nexus x25 - High Five

 

 
 

Start beta: June 17 19:00 (+3 UTC)

Server time: GMT +3
Assembly: High Five p5 OFF (Retail)

 

 
We highly recommend that all those who are interested in the server, to take part in public testing. Explore the concept of the server before opening, think about your initial development strategy and plan your start. Test your points of interest and game classes and in advance chosen by whom you'll be playing.
 
Attention: During the beta test, welcomed all players suggestions, create a topic in the discussion section, with your suggestions and wishes. Before the opening of the server has a lot of time and we can make any necessary changes in the concept.
 
Features of the open testing:
  •  
  • New characters will start with a sufficient amount of Adena and ToD
  • First character on the account has 85 level
  • There are special cats for OBT, where you can buy any equipment, raise level, receive subclass and noblesse
  • All characters appear in the Giran
 
Wrath Server will be disabled on June 16, all characters without 3 profession will be deleted.
We remind you that all characters from Wrath will be on the new Nexus server with prefixed name_wr, the characters will be unlocked after 1 August.
Posted

Our open beta to Nexus x25 now is opened

 

On the beta server, fully implemented the concept of a server. The beta will be available until June 30, after that, we will wipe the server and will be sent for preparetion to the start. In time of beta, it's possible to encounter frequent server restarts for the affixing of fixes and changes.

 

- Read the description of the server

 

Features of open testing:

  • First character on account get 2ккк SP + 2ккк Аdena + 10k TOD
  • The first character on the account will have level 85
  • Special NPCs are installed for OBT, NPCs can sell any equipment, raise the level, give the Subclass and Nobless
Everything you need to access the server:

Best Regards,

Lineage2Dex Staff

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

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