No description
Find a file
github-actions[bot] bbd52a1443
Some checks failed
ubuntu-pch-smoke / pch-smoke (push) Has been cancelled
ubuntu-build / build (push) Has been cancelled
windows-build / build (push) Has been cancelled
SQL: Promote pending updates
Referenced commit(s): 2f4594ff13
2026-08-17 07:27:01 +00:00
.github Restrict CI builds to main and trunk 2026-08-03 16:45:29 -05:00
cmake Fix OpenSSL lookup for Clang builds 2026-07-04 12:49:45 -05:00
contrib Update README logo [skip ci] 2026-06-25 20:04:57 -05:00
dep Add optional Eluna build scaffolding 2026-06-23 01:36:07 -05:00
doc Missed a few headers 2022-12-25 12:18:54 -06:00
sql SQL: Promote pending updates 2026-08-17 07:27:01 +00:00
src Merge branch 'fix/creature-aggro-range' 2026-08-16 19:22:17 -07:00
tools/dev Automate pending SQL promotion names 2026-07-19 08:24:52 -05:00
.editorconfig Migrate SkyFire from ACE to Boost 2026-06-03 13:01:21 -05:00
.gitattributes Repository: Add filetype attribute handling for specific filetypes found in the repository. 2011-05-05 23:37:53 +02:00
.gitignore Fix client stack overflow on login/logout by correcting SMSG_TRIGGER_CINEMATIC and SMSG_LOGOUT_COMPLETE packet structures 2026-07-05 03:09:08 -07:00
CMakeLists.txt build: install OpenSSL provider runtime files 2026-06-07 11:09:29 -05:00
LICENSE.md Update copyright notices to make them all uniform 2022-12-24 14:11:10 -06:00
PreLoad.cmake Update copyright notices to make them all uniform 2022-12-24 14:11:10 -06:00
README.md Revise client patch and update requirements 2026-06-25 20:22:50 -07:00
revision.h.in.cmake Namespace generated version macros 2026-06-05 23:44:36 -05:00
skyfire-build.config.ps1.example Tools/Windows: Add skyfire-updater helper for pull, build, and install. 2026-06-29 12:36:44 -07:00
SkyFire-Build.ps1 Fix SkyFire-Build update falsely failing on git fetch stderr. 2026-07-03 11:15:21 -07:00
skyfire-updater.bat Tools/Windows: Add skyfire-updater helper for pull, build, and install. 2026-06-29 12:36:44 -07:00
THANKS.md Update thanks file. 2017-07-09 09:32:43 -05:00

Project SkyFire logo

Build Status

windows-build ubuntu-build CodeFactor Codacy Badge

Project Information

SkyFire is a MMORPG Framework based mostly on C++.

SkyFireEMU is a MMORPG Framework based mostly on C++. It is completely open-source, and is community supported. It is derived from CactusEmu, TrinityCore, and MaNGOS, the Massive Network Game Object Servers, and is based on the code of their projects with extensive changes over time to optimize, improve and cleanup the code base at the same time as improving the in game mechanics and functionality.

It is completely open source; community involvement is highly encouraged.

If you wish to contribute ideas or code please visit our site linked below or make pull requests to our Github repository.

For further information on the SkyFire project, please visit our project website at projectskyfire.org.

Supported Client Version

MoP 5.4.8 Build 18414

Requirements

  • Platform/Architecture:
    • Ubuntu 24.04 LTS: x86_64
    • Windows 11: x86_64
    • Windows 10: x86_64
    • Windows Server 2025: x86_64
    • Windows Server 2022: x86_64
  • Processor with SSE2 support.
  • C++23-capable compiler:
    • GCC 14.0 or newer on Linux.
    • MSVC 19.44.35217.0 or newer with Visual Studio 2022 on Windows.
  • CMake:
    • 3.27.7 or newer on Linux.
    • 4.1.2 or newer on Windows.
  • Boost 1.91.0. Set BOOST_ROOT when Boost is installed outside the system prefix.
  • OpenSSL 4.0.1 with the legacy provider module available.
  • MySQL client development libraries.
    • MySQL 9.6 is the tested Windows install.
    • On Ubuntu, install the distro client development package such as default-libmysqlclient-dev.
  • Ninja is recommended for Linux builds.

Install

Detailed installation guides are available in the wiki for

Windows, Fedora 39, Ubuntu 24.04 and Mac OSX.

Reporting issues

Please use the search function before you report issues. SkyFire Issue Tracker.

Submitting fixes

Fixes are submitted as pull requests.

SkyFire Pull Request

License: GPL 3.0

Read file LICENSE

Authors & Contributors

Read file THANKS

Forum: https://www.projectskyfire.org/

Database Releases: https://github.com/ProjectSkyfire/SkyFire_548/releases

Wiki: https://wiki.projectskyfire.org