Jump to content

Recommended Posts

Posted

Dear players,

We will let the Open Beta running till Friday 24 at 09:00 GMT+2.

After this time, server will be closed to prepare our launch that will take place the same day at 21:00 GMT+2 !

We are really excited to see all of you testing our server and we can't wait to see everyone playing tomorrow night !

Take care & see you very soon on Alendria.

---

 

Beta is now closed, we want to thank all our testers for their participation !

 

We are getting ready for the Grand Opening, we are waiting all of you this evening at 21:00 GMT+2 !

 

See you very soon 😉

Posted

Server has been up since 24 hours and we are now getting more players than during launch, we are continuously checking for players progress and try to quick fix any needed things.

Join our server and be part of our adventure, you will not regret it ! 🙂

Posted

Dear players,

 

Server is growing every day, we are getting more & more players.

We made few updates to make farming more easy for solo players.
Don't wait more and join our server !

 

See you soon on Alendria ! 🙂

Posted

Server is still online and we are doing updates almost everyday to balance and improve our server.
 

Since today, all newly created characters will spawn with Shadow World Boss Jewels Set (Baium, Queen Ant, Zaken, Antharas & Valakas) so it will be easier to progress on our server ! 🙂
 

We hope to see a lot of you !

Posted (edited)

Dear players,

 

Due to a low number of players on our PvP x300 server and after talking with our players, we have decided to open a new server fully oriented on PvP (x3000).

 

Before giving more details, we want to thanks all players that participated and we want to remind that our main goal is always to provide good quality and nice place to play.

 

🔥 The most important change is a complete new antibot that will allow us to remove the "virus" warning message about our client touching many players, and of course, reduce drastically the number of bots.

💥 We will be using our own updater to push client updates more easily and looks more professional.

 

Please check our Informations Page to check our new features, it will be much more simple and PvP oriented.

 

➡️ Opening is planned for Saturday 23 October at 20:00 GMT+2, so all timezones will be able to be here for the Live ! 🔥

🔰 Open Beta will take place this Friday 15 October.

 

We hope you will like our new server and that this time we will be able to substain good amount of players.

 

See you soon on Alendria ! 👑

Edited by L2Alendria
  • Vision changed the title to [L2OFF] L2 Alendria
Posted

Dear players,


Our beta is now available for everyone !


You can use the command .beta to open the special menu.
During Beta, the Olympiad is running non stop, with 1 hour break at 19:00 GMT+2, heroes are every day at 19:30.


Please run our launcher and make a check files to get lastest client changes.

 

Report us any things and don't hesitate to give us your feedback.


See you InGame ! 😉
 


Thanks Vision for your words!

  • Like 1
Posted

Our beta is still running, we are waiting you to tests and give your feedback.

 

Our Grand Opening is this Saturday 23 October at 20:00 GMT+2, don't forget, we count on all of you ! 🙂

 

See you soon on Alendria!

Posted

Dear players,
 

Our open beta is still running for a bit more than 1 day, feel free to join and test !
 

Remember that our Grand Opening is this Saturday at 20:00 GMT+2 !
 

Let's break online record and have a great PvP Server !
 

We count on all of you to bring all your friends, clans & even your enemies.
 

See you soon on Alendria

-
Don't forget that our Grand Opening is tomorrow at 20:00 GMT+2 !

Check our website for more information: https://www.l2alendria.com

See you soon !

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • most eggciting post in 2025 for sure!!!!
    • https://github.com/JulioPradoL2j/L2JDreamV2/commit/8f788b03c40404b72d7a321ef24e113f91a619ac     Descrição Este é um sistema de Reset de Personagem Personalizado criado para servidores L2J, inspirado em mecânicas clássicas de MMORPGs com foco em progressão PvP. Totalmente configurável via XML, este sistema permite criar um ciclo de evolução contínuo, recompensando jogadores que atingem o ápice com benefícios e novas metas.  Principais Funcionalidades Reset ativado ao atingir nível máximo, com requisitos de: Itens específicos Quantidade mínima de PvP Custo em moedas/itens Configuração via arquivo XML: Recompensas personalizáveis (itens, moedas, skills, etc) Redução de EXP ou retorno ao nível inicial Condições específicas para liberar o reset Sistema de Ranking: Rankings de Reset Diário e Mensal Premiação automática para os Top players Rankings reiniciam automaticamente no final do período Suporte a jogadores offline: Reset pode remover skills e aplicar recompensas direto no banco de dados Requisitos Técnicos Baseado em L2J DreamV2 / aCis 409 Compatível com bancos de dados MySQL Leitura de configuração via XML (resetData.xml)    Explicação das Configurações  Requisitos levelMax="80" → o jogador precisa atingir o nível 80. requiredPvps="0" → não exige PvP para resetar. expPenalty="0.8" → perde 20% da EXP total ao resetar. <item required="57-10000000;" /> → exige 10kk Adena.  Recompensas Recompensa fixa por reset: 57-15000 → 15k Adena 6392-3 → 3 unidades de item com ID 6392 Recompensa por skill (exemplo): 3135-4 (até nível 4) 3130-2 (até nível 2) 3131-10 (até nível 10)    Comandos para Administradores (Admin Commands) O sistema conta com comandos dedicados para encerrar manualmente os rankings de reset (diário ou mensal), forçando a distribuição imediata dos prêmios para os jogadores que se destacaram.  Comandos Disponíveis Comando Descrição //reset_end_daily Finaliza manualmente o ranking diário e distribui os prêmios configurados. //reset_end_monthly Finaliza manualmente o ranking mensal e distribui os prêmios configurados.   <?xml version="1.0" encoding="UTF-8"?> <list> <reset levelMax="80" requiredPvps="0" expPenalty="0.8"> <set rankingDisplayLimit="3" /> <set dailyPoints="2" /> <set monthlyPoints="1" /> <set removeResetSkills="true" /> <set logger="false" /> <requiredItems> <item required="57-10000000;" /> </requiredItems> <rewardItems> <item reward="57-15000;6392-3" skill="3135-4;3130-2;3131-10" /> </rewardItems> <prizes enable="true" type="DAILY" time="13:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> <prizes enable="true" type="MONTH" time="00:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> </reset> </list>  
    • This topic reminds me a bit of the old glory days! 😂 
    • Funny part is, i wouldnt make the effort of downvoting you if you weren't constantly sniping my profile to downvote me, and then when i downvote back you cry about it LOL
  • 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