Jump to content

Recommended Posts

Posted (edited)

Lucky Couple Event - A wedding full of surprises!

One of the most touching event, unforgettable moments, love dominates even in Lineage 2.

 

os1X8i5.png

 

hiNMQVl.png

 

xEiVrNE.png

 

uFSuiGO.png

 

BtdHrN4.png

Edited by efegue
Posted

You can log anytime to convince yourself, around 2000 players everyday, what makes you believe it's hard to gather 800 + participants on such event? 

Posted

wkv4iOp.png

 

White Assassin & Dark Assassin Outfit are now Available!

 

 

 

We have the great pleasure to present you our new „Appearance System” available now in the Lineage II Evoke store, the White & Dark Assassin outfit (250 Coins) is here to make your character look just as deadly as they really are!

 

 

Visit the Lineage II Evoke store into your account panel to pick up this wonderful outfit.

 

White & Dark Assassin Appearance Stone - Changes the appearance of your entire armor into that of a White or Dark Assassin Suit. Both Assassin appearance are not tradable!

In game command .outfit

  • 1 month later...
  • 3 weeks later...
Posted

cat.png

 

Hunt the monsters that dwell in the lands of Aden and Elmore to fill Collector Bashtal's medal collection. You will find two types during your search: Medals and Glittering Medals.

 

Winnie the Cat
 
You will need to raise your collector level to be eligible for many of the items. If you wish to raise your collector's level, see Winnie the Cat. By giving her Glittering Medals, you will have the opportunity to raise your collector level by playing a special game that will test your luck.

 

Event Schedule
 
The medal collecting event period begins on August 11, 2017, and ends on August 25, 2017. The Event Managers will remain in the villages until August 30, 2017.
Posted

"We are aiming to have our grand opening near May 2017!"
 

Nice server and I want to try L2Evoke but ...

l2evoke.net/ - Connecting...

 

Your website is offline or what?

Posted

Hello Irelia, the website is working properly, I am sure it was something wrong from your internet connection since we didn't have any reports regarding our website uptime! If you still encounter problems, let us help you!

  • 1 month later...
Posted

It's been a while since we haven't made our appearance on Lineage 2 world..  What great memories we had, all of us, a strong, united community. It's obviously, that not just us, but also you, the community, can't let it go, this game will never die, this is not just a simple game, it's our world, our home, our friend and our family

You are happy when you play this 'game', we are happy when we see you enjoying our world which was designed to serve your desires! Your desire is our main priority, your in-game issue is our problem, your happiness is our satisfaction, yes, we are satisfied when we see our community happy, when we see the pleasure on your 'face' it brings us joy, it's  a feeling that can't be described in words.

 

Therefore fellow friends, the time has come, Evokers all over the world should reunite their force, bring back their friends and old team-mates to start new battles to conquer the 'World of Eden'. We want to surprise you this year, we want to satisfy your gameplay, we want you to desire to wake up in the morning, drink your coffee, eat something in front of your PC while waiting the Evoke Splash Screen to launch so you can start your new journey. That's the good old feeling which you felt time when you were a 'newbie' the normal player which had to learn everyday something new from this game, that stomach feeling when you was in the game, looking to party-up with some strangers, making fun, getting to know each other better and probably starting a friendship, and I am sure, I can guarantee that most of you made real life friends by playing Lineage 2. That's why I said this is not just a simple game, this is our world, 'World of Eden' the upcoming x5 server promised to you by our team, Evoke team!

There is still time to gather all of us, to start a new journey together and to keep this community up for a long term. Lets make  this happen, we all need Evoke, a platform tested by over 20,000 real, unique players.

- Appearance system
- Tezza & Ice Fairy Queen raids like on Official
- Marriage system
- Siegeble clan-halls system
- Starter packs
- Official Events
- All quests, instances, raids, drops & spoils fixed in accordance with official NCsoft (interlude version)
- Dual user interface (Interlude/Classic)

These are just few systems we've implemented on Evoke, there are many others waiting to keep your game-play in a constant suspense.

Evokers, we're waiting for you, the resurrection of Evoke is near!

Best regards,
Lineage 2 Evoke Team


In addition we offer you some spoilers to remind you of the good old days!
os1X8i5.png
hiNMQVl.png
xEiVrNE.png
uFSuiGO.png
LjlwxMk.png
ZdeNOv8.png

Posted
9 hours ago, Kushy said:

finally Vanganth files ! Can`t wait to play again

Exactly. We have the original Vanganth files, modified with attention and dedication along with our community which helped us since 2013 to fix our bugs and pack issues.

Great to hear that people still appreciate our pack.

Posted
1 hour ago, Driftwood said:

Great server, can't wait to play.. how long before beta info is posted?

Thank you for your kind words Driftwood, it is kindly appreciated!

To be honest we did not have a beta info or a grand opening date to publish, but I will try to give you a possible date which our team discussed so far. 

Beta test could be on 10 May until 17 May when is our Grand Opening, or option two, May 17 Beta tests and official grand opening at 24 May. 

Both options suits us, but we still need to prepare the advertisement campaign until than, we must inform all our community regarding our beta & grand opening before rushing into it.

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

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • 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