Jump to content

Recommended Posts

Posted

iegl1y.png

 

A place where you can enjoy Lineage II like before, when the journey had begun.

We are now witnesses of Interlude Servers boom. Anybody can open their own server – mostly there are the same files, with the same features and bugs. Only rates and GMs are different. Copy and paste from the same L2j interlude project. We decided to make a difference.

We would like to invite you to our server – no matter if you like mid/high rate servers focused on pvp or low rate servers focused on farm. If you are sick of the same bugs appearing over and over again and GMs not doing a thing about it – this is the place for you. It took us 1,5 year to make this happen – and all we expect from you is fair play and fun.

We use L2RW Project files written in C#. Why not L2j? Because now there is no L2j Interlude project that guarantees stability, efficiency and bug-free game play. Why not L2off? Because L2off files are stolen from NCSoft C4 files with extra code that fulfills new chronicles news – and very often it doesn’t vary from L2j files.

What is L2RW? Files that have been written from the beginning. Developers transferred functionality from L2j and L2off servers, transcribing and correcting entire code, optimizing it in terms of performance. Some things are similar with what you can find on ordinary servers, but only because accordingly to our sources it seemed right. But what we differ from them – what doesn’t work there, works here. We offer you playing on one of the most polished servers – full working Olympiad, epics, RBs, real Interlude skills, resists and blows mechanics – these are only a few of our strong points.

Playing here will be pure enjoyment – without bugs typical for L2j servers and unfair donation system typical for L2off servers, where files costs much and after opening it has to return.

Join our open beta tests and see for yourself what L2RW and L2oa.com are.

 

Open Beta tests are now availible!

Grand opening: 27.07.2012 - 19:00 UTC +1 [bST]

 

nfm07.png

 

Rates MODERN [Mid rate]:

 

EXP/SP: x25

Party EXP/SP: x1.5

Adena: x15

Drop: x15

Spoil: x15

Quest Reward: x4

Raid/Grand Boss: x10

 

Other Features:

 

GM Shop: D + C + B grade

Noblesse quest: Quest items + Vote tokens (need to kill Barakiel)

Proffesion quests: 1st ,2nd and 3rd : shop + NPC.

Subclass quest: NO

Global gatekeeper: Yes

NPC Buffer: Yes

Buff time: 1 hour from buffer, player's buff time not changed.

Buff slots: extended

Skills learning: autolearn, books required only for Divine Inspiration

Olympiad period: 2 weeks

Offline shops: availible, free

Enchants: retail

Starting items: Top no-grade

Eqipment capacity: extended

Champions: normal x10 and great x35 [great champions aren't agressive]

Dualbox: allowed

Auto loot: ON

Mana Potions: Yes

 

 

 

Rates RETRO [Low rate]:

 

EXP/SP: x8

Party EXP/SP: x1.3

Adena: x10

Drop: x7

Spoil: x8

Quest Reward: x2

Raid/Grand Boss: x2

 

 

Other Features:

 

Noblesse quest: Quest items + Vote tokens (need to kill Barakiel)

Proffesion quests: 1st and 2nd: Quest items in shop, 3rd: need to make a quest (saga)

Subclass quest: Quest + custom NPC (bypass baium's blood part using vote tokens)

Global gatekeeper: NO

NPC Buffer: NO

Buff slots: retail

Olympiad period: 2 weeks

Offline shops: availible, free

Enchants: retail

Starting items: Top no-grade

Champions: normal x8 and great x24 [great champions aren't agressive]

Dualbox: allowed

Auto loot: OFF

Mana Potions: NO

 

35lfgc9.png

 

Processor: Intel i7 4x 2(HT)x 2.66+ GHz

Memory: 24GB Ram

Hard Disk: 2TB

Connection: 100 Mbps

System: Ubuntu Linux 11.10 64x

 

r0oa5f.png

 

http://www.l2oa.com

http://www.l2oa.com/forum/

Posted

i hope you are prepared for ddos attacks

 

Ofc we'll try our best. We do not fear kids that attack us using their home pc or online booters. But when it comes to really proffesional attacks, then I think that noone can tell that is truly prepared.

Posted

Gameservers are now online. We had a number of DDoS attacks at the start but the players did not even notice them. Yes, we were ready for it.

The gameplay is smooth, online is growing every hour, everyone can see the activity on our forum.

 

Yes, it seems that we are not another dead server. Everything goes well, our hard work gives results in the amount online. We are happy.

 

Everyone is invited, just create an account, log into the game. Let's play Lineage 2 once again!

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

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • 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..