Skip to content

OpenCoreMMO/OpenCoreMMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34f35e2 · Jan 27, 2025
Jan 23, 2025
Dec 17, 2024
Jan 21, 2025
Jan 27, 2025
Jan 21, 2025
Apr 10, 2023
Dec 20, 2024
Dec 20, 2024
Nov 23, 2020
Dec 2, 2022
Oct 23, 2020
Jan 17, 2025
Jul 15, 2023
Dec 19, 2024
Dec 20, 2024
Feb 5, 2021
Jan 9, 2021

Repository files navigation


OPENCOREMMO

CodeFactor

Modern, free, and open-source MMORPG server emulator written in C#.

It was written from scratch and development on the project began in January 2020.
To connect to the server, you can use either OTClient, OTCv8 or OTCR for version 8.6.

Latest Builds

Enviroment Status
win OpenCoreMMO
linux OpenCoreMMO
mac OpenCoreMMO

Usage

download and install .NET 9: https://dotnet.microsoft.com/download/dotnet/9.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: ✔️
  • Revscript LuaJIT Scripting: ⚠️
  • In-Memory Cache: ⚠️

Technologies

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

My Skills

Links

Author

👤 Caio Vidal

Show your support

Give a ⭐️ if this project helped you!