Skip to content
/ melia Public
forked from NoCode-NoLife/melia

Open-Source MMORPG Server Emulator

License

Notifications You must be signed in to change notification settings

LewisGet/melia

 
 

Repository files navigation

Melia

Melia is an open-source MMORPG server software for the international client of Tree of Savior. It's 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 and choose how to use it, in the context of its license.

Compatibility

Melia is only compatible to the latest iTOS client, compatibility to any other clients or versions is not guaranteed, and in fact unlikely.

State of Development

Unfortunately, Melia hasn't been in active development for years, though there's been some recent activity again. At the current time, Melia is mostly compatible to the latest version of iToS again, you're very welcome to work on Melia, make pull requests, and ask questions on the chat at any time. However, don't expect much outside of some base features yet.

The features that are currently working are the following:

  • Login Server
    • Character management
  • Channel Server
    • Getting in-game
    • Chat
    • Inventory management
    • Equipment
    • Stats
    • Skill list
    • Very basic test melee combat
    • NPC dialog
    • NPC shops
    • Monster spawning via script

Requirements

To run Melia, you need

  • .NET 4.5 (Mono 4 or above)
  • MySQL 5 compatible database

To compile Melia, you need

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

Build Status

Build Status

About

Open-Source MMORPG Server Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.2%
  • Lua 19.8%