• Stars
    star
    327
  • Rank 128,686 (Top 3 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated 4 months ago

Reviews

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

Repository Details

Modern MMORPG server emulator written in C#


OPENCOREMMO

CodeFactor

Modern, free, and open-source MMORPG server emulator written in C#.
To connect to the server, you can use either OTClient or OpenTibiaUnity for version 8.6.

Demo

demo

Latest Builds

Enviroment Status
win OpenCoreMMO
linux OpenCoreMMO
mac OpenCoreMMO

Usage

download and install .NET 7: https://dotnet.microsoft.com/download/dotnet/7.0
git clone https://github.com/caioavidal/OpenCoreMMO.git
cd src
dotnet run --project "Standalone"

To connect to the self-hosted server for development, please use the following connection details:

  1. IP Address: 127.0.0.1
  2. Port: 7171
  3. Account Name: 1
  4. Password: 1

What we have done so far

  • Reading OTB and OTBM File structure: βœ”οΈ
  • Loading OTBM Tile Area, Towns and Waypoints: βœ”οΈ
  • Loading Spawn Areas: βœ”οΈ
  • Loading OTBM House Tiles: ⚠️
  • Log In/Out Player on Game: βœ”οΈ
  • All player movements: βœ”οΈ
  • Multiplayer connection: βœ”οΈ
  • Spawn and Respawn Monsters: βœ”οΈ
  • PvM Combat: βœ”οΈ
  • Depot: βœ”οΈ
  • Chats: βœ”οΈ
  • Guilds: βœ”οΈ
  • War System: ⚠️
  • Public Channels: βœ”οΈ
    • Loot and Death Channels: βœ”οΈ
    • Vip List: βœ”οΈ
  • PvP Combat: ⚠️
  • Party: βœ”οΈ
    • Basics: βœ”οΈ
    • Share Loot: βœ”οΈ
    • Shared Experience: βœ”οΈ
  • NPC System: βœ”οΈ
  • Lua Scripting: βœ”οΈ
  • C# Extensions: βœ”οΈ
  • In-Memory Cache: ⚠️

Technologies

  • C#
  • .Net 7
  • Database support: InMemory, MySQL, and SQLite
  • Console Debug Logging
  • XUnit Testing

My Skills

Links

Author

πŸ‘€ Caio Vidal

Contributors

Thank you to all the people who already contributed to OpenCoreMMO!

Show your support

Give a ⭐️ if this project helped you!