You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
It is a version of the MU Online Server written in C # NetCore3.1 for compatibility on all platformsNow is listed to support:
Season 6 Korean
Season 9 English
Season 12 Korean
Season 16 Korean
Season 17 Korean
Servers included
This repository includes several projects where the code is distributed, additionally the distribution could be changed to improve efficiency
ConnectServer
Automatically detects the servers connected to it and depending on its configuration, shows or not in the list of servers that are linked to it
GameServer
He is the star of this project and in charge of managing all the features of the game. It connects to the ConnectServer and sends important information such as the IP, usage statistics and if it will be shown in the list of servers or not.This server automatically creates the structure of your Database, it works with MySql Server.It includes a list of commands that will grow over time.
Configuration file
The configuration comes in XML, in the server.xml file, generated automatically when the Server is opened.
db: Manages the database, allows to create, delete or update its structure. Subcommands:
- create: Create a structure in an empty db. (Example: db create)- migrate: Update the structure of the db. (Example: db migrate)- delete: Delete the db you are connected to. (Example: db delete)
reload: takes care of reloading server configuration files. Subcommands:
- shops: reload the stores. (Example: reload shops) - gates: reload the gate file. (Example: reload gates)
set: cdevelopment command to modify internal variables. Subcommands:
- hp: change the HP of the player entering the command. Argument, hp. (Example: chat: set hp 100).- zen: change the amount of zen of the player entering the command. Argument, zen. (Example: chat: set zen 99999).
It requires common files from MuOnline servers, it is designed to read Season 6 version files and others of our own design in XML, some files are automatically translated from .txt to .xml for better handling on the server.
About
C# MuOnline Server Implementation for support multiple client version now aims to Season 16 Kor