Jump to content

Recommended Posts

Posted (edited)
After some time, we are coming back with our old style, similar to retail and totally focused in mass PvP. We are glad to bring for you, the most balanced server since many time ago with the best old school economy system. Hope you enjoy it,

 

Launch date: 12 September - (17:00)
Server time: GMT -3
Server platform: L2OFF - Official files

 

Visit our countdown: www.l2alucard.com

 

 

Information
  • We work with no custom equipments.
  • Rates: Exp: 50x / Sp: 50x / Adena: 75x
  • Chronicle: Interlude (C6)
  • Auto loot - Automatic pick up (except raid's drops)
  • Offline shop (12 Hours)
  • 1º and 2º jobs doesn't need quest. For the 3º job, will be necessary to complete a custom quest.
  • Subclass: Custom quest (Soon we will make a especific topic for it)
  • Noblesse: Retail like quest
  • No Augmentation skills

 

Server Economy
  • Equipments [ C ], [ B ], [ A ] on sale for adena and [ S ] custom craft.
Buffs
  • AIO buff system
  • NPC buffer (Support buffs - with COV)
  • Buff's protect skill (Protect against buffs)
  • Buff slots: 24 slots
  • Scheme Macro Buffs
  • Every single buff will work only in party
  • Buff time: 2 hours.
Enchant's information
  • Safe: +3
  • Max Weapon Enchant: +16
  • Max Armor Enchant: +10
  • Max Jewels Enchant: +10
Modifications
  • Farm system: custom drop areas
  • Chaotic zone at big boss area (pvp zone)
  • All epics boss: Level 80
  • Infinity shot.
  • Spawn Protection.
  • Nickname's color change in the chaotic zone
  • Can't summon players in the epic boss areas.
  • Personal AIO - AIO item for personal char (Can't buff up party members). Enable to buff up out city (but not in combat mode).
  • Control epic jewels in the website. (You can find out who owns jewel boss).
  • Custom raids, recipes (80%) and quests.
Olympiads
  • Fight time : 6 minutes.
  • New periods on each 15 days.
  • No based-class fights between monday to saturday. Only based-class fights at sunday.
  • No limit enchant.
  • Allows to register only 1 character by computer.
  • Decrease by 1/5 olympiad points after relogin (before match starts).
  • Decrease by 1/5 olympiad points for user who's overweight so match is cancelled.
  • Decrease by 1/3 olympiad points for both players if the match ties.
Donations
  • AIO - (Monthly)
  • Personal AIO - (Monthly)
  • Noblesse status
  • Subclass status
  • Full recommend
  • Alucard's coin
  • Remove PK points
  • Acessories
Protections
  • Protection SQLI on our website
  • DDoS protection
  • Protection against any BOT program.

 

Forum : http://www.l2alucard.com/forum

Facebook: https://www.facebook.com/L2Alucard

 

 

 

aW7x0gi.png

Edited by isacasj91
Guest
This topic is now closed to further replies.



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