• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[NodeJS] LoginServer - Multi-Worlds Support

Discovery

Developing myself
Joined
Apr 16, 2010
Messages
561
Solutions
11
Reaction score
262
Location
Neverland
Hello everyone,

Based on some friends requests, that's a build NodeJS application based on @kondra TypeScript code with some revisions and new features (and removed features).
*Only TCP support (use the original repo mentioned to use another features)

Github Repository: rodolfoaugusto/VintageMMO-LoginServer (https://github.com/rodolfoaugusto/VintageMMO-LoginServer)

Requirements
Remove your protocollogin.cpp from your sources before running this service.

Developed to be compatible with older protocols (7.70 - 8.10)
Note: If you wanna split your database on different machines, edit db.js and change the queries.
 
Last edited:
Back
Top