Jump to content

[L2J?] L2Corroded x5 Epilogue (A Real Epilogue Server)


Recommended Posts

Posted

http://l2corroded.com

 

First a little about us:

 

We are a small group of L2 enthusiasts that became tired of the what the L2 private server community has become.

 

What is that? Unfortunately it has become a true PlugNPlay community. The ability for anybody that has a few spare minutes to run their own L2 server.

 

This has resulted in a huge drop in quality of gameplay. We decided to bring the community a high quality experience *For players by players*.

 

Also you notice in the title I included a ? in L2J. This is because our project cannot be classified as any of the java based forks. Does it use Java? Yes. But it resembles no L2J based project today. I am not saying we did everything from scratch. We used code from many different projects as long as they were done well. Many things were completely re-written like handlers, and instances for example.

 

What do we offer?

 

My team has known eachother and been working together on various projects since C1 which allows us to work together quickly and efficiently and get lots of quality work done. This allows us to offer you something I haven't seen yet. 100% working Epilogue... and extremely close to official. We have many friends that have played official for years. They do all the testing we need to make sure our server is as close to official as possible.

 

Features: I will add more to this a little later.

 

All features up to and including Gracia Epilogue work 100% and work just like on Official. This means all skills, bosses, zones, drops, clan features, areas, Olympiad,  etc... everything!

 

- Olympiad works exactly like on Official. All bugs have been fixed.

 

- Custom anti-bot and anti-hack. Much time went into this and it is extremely solid. We tested and re-tested every hack and bot out there...nothing will work.

 

- Skills are 100% Epilogue and all working just like Official. I am sure you will say "yeah sure", but it is true and our testers and devs spent a huge amount of time making it so.

 

- Quests are 100% Epilogue and they all work just like Official.

 

- All areas are 100% working including excellent GeoData!

 

- GeoData is the best I have seen anywhere and very close to Official. We generated our own and we made it good which also gives us the ability to quickly fix any weak areas should they appear.

 

- Mailing System works 100% like Official.

 

- All events that Official has we have and they all work 100%

 

- All Epilogue pets and vehicles working 100% and as on Official.

 

 

 

Rates:

 

XP- 5x

 

SP- 5x

 

Drops- 5x

 

Adena- 5x

 

Spoil- 5x

 

Closed beta is scheduled for Oct. 15th and Open beta for Oct. 30th. Yes it is a long wait but we refuse to open "just another server". The community needs and deserves a high quality and professional server and that is exactly what we are going to bring you. Just like Official with slightly higher rates and no bots.

 

There has been some doubt in the community about what we have to offer. So I have started a thread in our forums called "L2Corroded Video (Proof for the doubters) ". This is for people to post features that they would like to see that do not work in other "Epilogue" servers. You can find it in the News section. Once I have enough to go ahead and make the video I will.

 

We already have a very active and growing community with almost 1k registered users. Our IRC is also active. Please feel free to join us while we wait for closed and open beta.

 

Website- http://l2corroded.com

IRC:

Server- irc.gamesurge.net

Channel- #L2Corroded

Note: My name on IRC is Dradden

 

I look forward to seeing you there :) If there is something Vital I left out please feel free to ask as at the time I am writing this I am also drinking beer  :P

 

War

 

 

  • 2 weeks later...
Posted

Pre Closed beta testing is underway and going well :) We are also still taking applications for 1 Euro TZ and 1 NA TZ GM. You can see some of what we are testing in the updates section on the forums. Right now all Instances are being thoroughly tested. Also we may expand the GM Team a few slots. We are averaging 40 new accounts a day and already have 1360 members and we are not even at open beta! So if thats a indication of how our opening will be going to need more GMs :)

  • 3 weeks later...
Posted

Closed beta started today. There is 19 out of 50 slots left. So if you would like to help test get your application in while there are still slots left :)

Posted

You can't go by the script on main page it's not active. Server is up 24/7 for closed beta. Could use a few more testers also :) Things still going very well. A few small bugs but nothing major. With now 2500 members and growing fast it should be a fun open beta and a great launch!

Posted

You can't go by the script on main page it's not active. Server is up 24/7 for closed beta. Could use a few more testers also :) Things still going very well. A few small bugs but nothing major. With now 2500 members and growing fast it should be a fun open beta and a great launch!

and you say a lot of players are on srv farming like there is no day tomorrow knowing that there will be wipe at live start? hmm

Guest
This topic is now closed to further replies.


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