https://github.com/mattjennings/maplejs
https://github.com/mattjennings/maplejs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattjennings/maplejs
- Owner: mattjennings
- Created: 2018-05-10T18:14:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:01:37.000Z (about 7 years ago)
- Last Synced: 2025-04-08T19:31:47.057Z (about 2 months ago)
- Language: TypeScript
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MapleJS
========
MapleStory v83 private server based on [diamondo25's Maple.js](https://github.com/diamondo25/Maple.js). It's in the process of being rewritten in Typescript so it doesn't have all the features that Maple.js has yet.Getting Started
========
Install dependencies```
yarn
```Create a `nx` folder and put in the following files (you must obtain these yourself):
```
Character.nx
Etc.nx
Item.nx
Map.nx
Npc.nx
Reactor.nx
Skill.nx
String.nx
```Copy `config/server.sample.json` and rename it to `config/server.json`. Modify it as you see fit.
Start a mongodb server and make sure the connection string in `config/server.json` is correct (if you prefer docker, there is a docker-compose.yml file you can use)
Start the servers
```
yarn start
```FEATURES
========
- Login
- Character creation
- Character deletion
- PIC creationTODO
========
- World server