Jump to content

Recommended Posts

Posted (edited)

Prodigy-Network open 30x low-mid rate interlude server

This server haven't stack subclass system like the old one

On our new server we guarantee you one of the the best gameplay, 

class balance to offer our players the best Lineage 2 Experience.
Stable economy, constantly working on achieving the highest level of balance.
 
 
-=[ Prodigy-Network ]=-

-=[ Grand Opening: 10 November ]=-

-=[ Time: 18:00 GMT +2 ]=-
 
-=[Rates]=-
 
- Experience (XP): x30
- Skill Points (SP): x30
- Drop (Adena): x50
- Drop (Items): x3
- Spoil: x2
(increased spoil drop chance rates on materials ,scrolls and recipes)
- Seal Stones: x10
- Drop (Raidboss): x5
- Drop (GrandBoss): x1
- Drop (Grandboss Jewelry): x1
 
 
-=[Enchant]=-
 
- Safe Enchant amount: +3
- Max. Enchant amount: +16
- Real Chance (for Regular Scrolls): 66%
- Real Chance (for Blessed Scrolls): 66%
 
 
-=[Raid Boss]=-
 
85 Level - Valakas: 264 hours / Random + - 1 hour
85 Level - Frintezza: 48 hours / Random + - 1 hour
79 Level - Antharas: 192 hours / Random + - 1 hour
80 Level - Baium: 120 hours / Random + - 1 hour
80 Level - Zaken: 60 hours / Random + - 1 hour
80 Level - Core: 60 hours / Random + - 1 hour
80 Level - Orfen: 48 hours / Random + - 1 hour
80 Level - Queen Ant: 20 hours / Random + - 1 hour
 
 
-=[Features]=-
- all monsters level 75+ have verry low chance to drop 3 Glittering Medals
- all level 75+ Raid Boss have 100% chance to drop 5 Glittering Medals
- use Glittering Medals to achieve usefull items
- 16 custom tattoos like in old server
- Upgradable from level 1 up to 4
- 100% L2OFF Platform - Interlude
- 100% Working all Interlude features
- Olympiad Period - 7 Days (End of Week)
- Full working skills, classes (Balanced)
- All Quests full working (Retail)
- All zones full working (MOS, Pagan, Stakato, PI)
- Working Fortresses, Clan Halls and Castles
- Full working Raid / Grand Bosses
-  Buffer 1 hour buff time
- Buff slots 24 + 4 (Learn with Divine Inspiration)
- First class reward: 500.000 adena
- Second class reward: 1.000.000 adena
- Third class reward: 3 BOGs and 1.000.000 adena
- 3 free retail Sub-class 
- Nobless questable / buyable
- 100% Protection Against 3rd softwares
- Offline Shops Working (make shop buy/sell and type .offline_shop  or  /offline_shop)
- Autoloot system, Autolearn skills
- Mana Potion (50 mp per second ,duration 15 seconds)
- Agumentations System
- Life stone Skill chance: LS-3%, Mid-5%, High-7%, Top-10%
- Mammon NPCs added to Giran Castle Town
- GM Shop up to Top B-grade 
- Materials recipes added to GM Shop
- Full Working Geodata
 

 

Edited by Prodigy-network

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