Skip to content

World of Warcraft - Legion (7.3.5 26972) source, based on leaked source from uwow.biz.

License

Notifications You must be signed in to change notification settings

lineCode/LegionCore-7.3.5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

LegionCore is an MMORPG Framework for Legion (26972) based on the uwow.biz core leaked early 2020. LegionCore itself has been derived from an old version of TrinityCore.

TrinityCore is a MMORPG Framework based mostly in C++.

TrinityCore is derived from MaNGOS, the Massive Network Game Object Server, and is based on the code of that project with extensive changes over time to optimize, improve and cleanup the codebase at the same time as improving the in-game mechanics and functionality.

LegionCore development is completely open source; community involvement is highly encouraged.

Requirements

The software requirements for LegionCore are very similar to the one from TrinityCore. The main difference worth mentioning is that on Windows currently BOOST version 1.64 is required.

Software requirements are available in the wiki for Windows, Linux and macOS.

Install

Detailed installation guides are available in the wiki for Windows, Linux and macOS.

MySQL 5.7+

Disable the NO_ZERO_IN_DATE sql_mode.

Data Files

This core has been optimized for DBC/vmap/map/mmaps files from UWoW and are not provided as part of this source code package. More information on how to acquire those files can be found here We will not provide further assistance if those files are not available anymore.

At least certain files from the linked data files are wrong. Use the TrinityCore 7.3.5 tools, of which the source code can be found here to generate the following files:

  • gt/xp.txt

Replace the listed above files with the ones you generated yourself.

Reporting issues

Issues can be reported via the Github issue tracker.

Please take the time to review existing issues before submitting your own to prevent duplicates.

In addition, thoroughly read through the issue tracker guide to ensure your report contains the required information. Incorrect or poorly formed reports are wasteful and are subject to deletion.

Note that the issue tracker guide is from TrinityCore, but it also applies for this core.

Submitting fixes

C++ fixes are submitted as pull requests via Github. For more information on how to properly submit a pull request, read the how-to: maintain a remote fork. For SQL only fixes, open a ticket; if a bug report exists for the bug, post on an existing ticket.

Copyright

License: GPL 2.0

Read file COPYING.

About

World of Warcraft - Legion (7.3.5 26972) source, based on leaked source from uwow.biz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.1%
  • C 4.3%
  • Other 0.6%