Lineage2 Interlude+ server emulator written in python3
Stage: Alpha
- Login Server
- Game Server
Feel free to contribute. Trello desk
- Run mongo on localhost
- Create account in mongo according to Login Account structure
- Start runner with env variable MONGO_URI
- Login using l2 client
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.