Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Krztk/OpenCoreMMO

 
 

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

Status
OpenCoreMMO

Usage

download and install .NET 9: https://dotnet.microsoft.com/download/dotnet/9.0
git clone https://github.com/OpenCoreMMO/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

  • Bank System: ✔️
  • C# Scripting: ⚠️
  • Chats: ✔️
  • Combat
    • PvM Combat: ✔️
    • PvP Combat: ⚠️
    • Skull System: ⚠️
  • Depot: ✔️
  • Guilds: ✔️
  • House System: ⚠️
  • Royal Mail System: ✔️
  • Monsters: ✔️
  • NPC System: ✔️
  • Party: ✔️
    • Basics: ✔️
    • Share Loot: ✔️
    • Shared Experience: ✔️
  • Private Chat Channels: ✔️
  • Public Channels: ✔️
    • Loot and Death Channels: ✔️
    • Vip List: ✔️
  • Quest System: ✔️
  • Report System: ✔️
  • Safe Trade: ✔️
  • Stamina System: ✔️
  • Summon: ✔️
  • War System: ⚠️
  • Lua Scripting (Revscript): 🔄
    • Action: 🔄
    • Bank: 🔄
    • Combat: 🔄
    • Condition: 🔄
    • Config: ✔️
    • Container: ✔️
    • Creature: 🔄
    • Creature Event: ✔️
    • DB: 🔄
    • Event Callback: ⚠️
    • Events Scheduler: ⚠️
    • Game: 🔄
    • Global: 🔄
    • Global Event: ✔️
    • Group: ✔️
    • Guild: ⚠️
    • House: ⚠️
    • Item: 🔄
    • Item Type: 🔄
    • Logger: ✔️
    • Loot: ⚠️
    • Monster: 🔄
    • Monster Spell: ⚠️
    • Monster Type: 🔄
    • Move Event: 🔄
    • Network Message: ⚠️
    • NPC: 🔄
    • NPC Type: 🔄
    • Party: ⚠️
    • Player: 🔄
    • Position: 🔄
    • Raids: ⚠️
    • Result: ✔️
    • Spell: 🔄
    • Talk Action: 🔄
    • Teleport: 🔄
    • Tile: 🔄
    • Town: ✔️
    • Variant: ✔️
    • Vocation: 🔄
    • Weapon: 🔄
    • Webhook: 🔄
  • Lua Scripting Auto Reload: ✔️

Technologies

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

My Skills

Links

Author

👤 Caio Vidal

Show your support

Give a ⭐️ if this project helped you!

About

Modern MMORPG server emulator written in C#

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.1%
  • Lua 9.9%