• Stars
    star
    263
  • Rank 154,969 (Top 4 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open-Source MMORPG Server Emulator

Melia

Melia is an open-source MMORPG server software that supports the international client of Tree of Savior. The server is solely being developed for educational purposes,learning about programming, MMORPGs, maintaining huge projects, working with other people, and improving knowledge. It's not about playing a game or competing with any services provided by IMCGAMES or its partners, and we don't endorse such actions.

Melia is completely free and licensed under the GNU GPL. As such, every user is free to use Melia within the context of said license, and decisions about how they choose to use the software are theirs to make.

Compatibility

Melia is primarily compatible to the latest iTOS client and custom-made clients. Compatibility to any other clients is not guaranteed.

State of Development

After years of inactivity, Melia is currently in semi-active development again. The server is functional, but it can't be called "playable" yet, as many features and especially the content are still missing.

The major features that are currently working are as follows.

Login Server

  • Character management (creation, deletion, etc.)

Channel Server

  • Chat
  • Inventory management (managing items, equipping, etc.)
  • Stats
  • Skills
    • Distrbution of skill points
    • Basic and experimental combat
    • Basic and experimental support for select skills
  • NPC dialogues
  • NPC shops
  • Monster spawns

Requirements

Pre-requisites

Building on Linux/macOS

Building on Windows

Running on Linux/macOS

Running on Windows

Installation

  • Compile Melia
  • Run sql/main.sql to setup the database
  • Copy system/conf/database.conf to user/conf/, adjust the necessary values and remove the rest.

Afterwards, you should be able to start Melia via the provided scripts or directly from the bin directories. If not, or if you need a more detailed guide, head over to our forum, the chat, or the wiki.

Contribution

Check the file CONTRIBUTING.md for instructions on how you may contribute.

Links