Jump to content

Recommended Posts

Posted (edited)
 
 
 
L2 Storm is a different server with unique gameplay and systems that give the player an incredible experience never before seen on another server.
With a stylish 75x average rate, the server preserves the PvP style and appreciates the craftsmanship and farm, pleasing from players who enjoy many battles to those who prefer trading and trading.
 
-------------------------------------------------- --------------------------------------------------
 
Rates: 75x Exp, 75x SP, 200x Adena
 
- Enchants Custom: Above +3 the chance to enchant decreases 5% in each up (ex: +4 = 65%, +5 = 60%, +6 = 55%).
Safe Enchant +3
Max Enchant +16
 
/ Characteristics /
Auto Loot Items / Auto Learn Skills.
- 20 Buff + 4 Divine Inspiration slots (6 debuffs slots).
- NPC Buffer with leveling skills.
- Global Gatekeeper with teleportation to all necessary zones.
- Shop wiith C-S grade items without weapons or custom armor (S grade valued, hampered).
Increasing chance ability has increased.
- Offline work shops, just need to use the quit game button.
- Killing Spree: The system announces that players kill enemies consecutively without dying.
 
Missions
1,2,3 Job quests all free.
Subclass without quest and free.
Nobless quest
 
Buffs
- NPC buffers located in major cities.
- 20 Buff Slots + 4 dividine inspiration, 6 Debuff Slots.
- All buffs last 2 hours.
 
/ Olympiad and Heroes /
- Olympiad fight at 7:00 a.m. to 10:00 p.m. (utc -3) daily.
- Anti-feed system where the characters have their items, their name and information hidden.
- Heroes with a duration of 15 days.
 
/ Unique Features /
- Achievements: The player receives a reward of "Scroll of Bravery" to achieve the objectives.
 
/ Custom items and Economy /
- Adena also valued and used as a piece of negotiation in the negotiations and purchase of coins.
- Storm Coin: The most valuable coin used to buy special items and services.
- Scroll of Bravery: Obtained by winning events, winning sieges etc.
 
- Crystal of Purity: Material used to add SA's on weapons and un-seal armor.
- Clan Essence: Add 500 reputation points to the Clan. It can only be used by clan leaders.
 
- Donation: obtained through donation as reward, 1 USD = 1 Storm Coin.
- Merchant: obtained by purchase on NPCs with Adena + Scroll of Bravery.

 

Edited by =TNT=
Posted

Hello everyone, we will be making a lottery worth donater ticket, follow the instructions to participate. Remembering that only those who follow the correct instructions will participate in the draw.

3Oqe7f4.png

1 - Enjoy the Lineage 2 Storm page on facebook. Click here

2 - Share this link, it will only be accepted if it is this link. Click here
3 - Ready you will already be participating in the draw.


QITrPDd.png

  • 2 weeks later...

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

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • 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..