Skip to content

Elfocrash/L2dotNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L2dotNET

A server emulator for Lineage2 Interlude written in C#

Join the chat: Join the chat at https://gitter.im/Elfocrash/L2dotNET

CI Status

Build status

What is this?

L2dotNET is a server emulator for L2. The files are based on some Java-like Russian files from 2008 due to the networking and encryption code included. However i ended up rewritting them anyway. Current goal is to get all the basic functionality and the packet support fully working in order to move on to accurate game features implementation.

Progress

  • Downgrade most of the packets to C6
  • Implement basic known object functionality
  • Refactor the code for the crappy java-like structure to proper C#
  • Refactor LoginService to use the new Packet structure
  • Creating loading and saving players
  • Creating loading and saving items
  • Refactor GameService to use the new Packet structure
  • Rework the movement alorithm
  • Add Geodata support

Can i contribute?

Yes please. This is not something small. This will take a while before it is playable. If you really want to profit by using the project one day, please fork it and do as many pull requests as possible. As long as you use the coding style i am coding on, i will approve your pulls. There is plenty of things to do for any level of developer.

Special thanks to JetBrains for providing the .NET Rider and Resharper licenses