Jump to content

Recommended Posts

Posted

Dear friends!



As a reminder, the opening will be held today, 07 NOV at 20:00 (+2 UTC)

We want to thank to all players who participated in the Open Beta test. Thanks to all those who carried out the tests and helped us to make this game world.


Everything you need to start on the server:

Be SURE to prepare everything for the start of the game RIGHT NOW, do not wait, during the opening there may be a problem with the web part of the project and you simply will not be able to register.








Now we want to talk to you  about possible problems at the start:


On all starts of servers there are DDoS attacks. And some people try to find vulnerabilities in the server, in order to inflict maximum damage.

 

We are 100% confident that someone will try preventing us at the start. We have prepared as good as we can. We will control the start of the server together with you all. We will be in touch via site and forum, and in case of problems with them via Facebook (https://www.facebook.com/L2dex/ or https://www.facebook.com/Lineage2DexBR/).

Also we will always be able to accept everyone in our Skype.

Our Skype: l2dex.help or kazamadex(ru support mostly) or sharky.bogdan


We want to ask you, in the case of a problem, don't panic, panic is the worst possible thing that could be, even worse than any DDoS attack. We have enough specialists to solve any problems, all that will need from you is patience and trust.


If you read this topic to the end, then we are sure you are 100% ready to start!

Posted (edited)

Can someone trustworthy (fatachylek doesnt count) can confirm if there is  big community playing?

open any stream or something

 

// 3,2k online at web =

 

also everyone runing with 2-3 boxes  = dead serber 

 

http://i.imgur.com/lDQGnJh.jpg

Edited by AchYlek
Posted

Can someone trustworthy (fatachylek doesnt count) can confirm if there is  big community playing?

depends what u want .. 100% we have more players than any eu server 

 about server : english speaking server , retail files, no donations , not rtm bots that pm you , fast support (tickets, skype,in game ) . This is what dex means . since 2004 

We are glad to see old players having fun . Hope new players can do same

Posted

Akyl3k go fake urzelf mait! you sack a lot! Mr Suckalot! 

L2mid has over 1000 bot players and mages to xp alt characters and is a midrate..this is a lowrate is normal to have some alt characters as buffers you tard piece of sheet:)

 

Go pl3y mid corruption with your new boss skybord to be pr0 after he use you, and kick you, you gonna flame mid as well so go fake ur zelf tardkid

Posted

Akyl3k go fake urzelf mait! you sack a lot! Mr Suckalot! 

 

L2mid has over 1000 bot players and mages to xp alt characters and is a midrate..this is a lowrate is normal to have some alt characters as buffers you tard piece of sheet:)

 

Go pl3y mid corruption with your new boss skybord to be pr0 after he use you, and kick you, you gonna flame mid as well so go fake ur zelf tardkid

ya its low rate and u need box / active buffer = 500 real max at h5 low rate is rly bad, u wont kill anything 80+ xd 

Posted

Since im doing servers since 2004 for dex , kinda ask politely to server owners to keep their paid spammers outside our topics . Thanks

 

PS : we are happy to be back after 2 years with an european community as we have now, without ru chat . No need to like us, just respect us as we respect other servers owners .

Catalin L2Dex

Www.lineage.ro

Posted

Dex and Catalin been in the game for so long, everybody at least heard if not played any dex network server, so have a little respect for the dudes that are still trying too keep the game alive. Although, i wished i had time to play this silly game. Good job guys !

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