Skip to content

L2jBrasil/L2py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l2py

Lineage2 Interlude+ server emulator written in python3

Stage: Alpha

What currently works

  • Login Server
  • Game Server

Contribute

Feel free to contribute. Trello desk

How to start developing

  • Run mongo on localhost
  • Create account in mongo according to Login Account structure
  • Start runner with env variable MONGO_URI
  • Login using l2 client

Emulator servers architecture

Each server have a JSON api via which they communicate. Game and login servers are just network wrappers of L2 world.
All events hapen in data server. Such architecture will allow load balancing between LS and GS instances.

About

Lineage2 server emulator written in Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%