db05394d99d69175c0caff0a1c2a26151c9d4855
* implemented CREATURE_STATIC_FLAG_AQUATIC - creatures cannot leave liquids * implemented CREATURE_STATIC_FLAG_AMPHIBIOUS - creatures can enter and leave liquids but remain on the ocean floor when swimming is not enabled until engaged * implemented CREATURE_STATIC_FLAG_FLOATING - creatures have their gravity on spawn / reset disabled * implemented CREATURE_STATIC_FLAG_SESSILE - creatures are rooted in place * implemented CREATURE_STATIC_FLAG_CAN_SWIM - creature can swim in liquids * implemented CREATURE_STATIC_FLAG_3_CANNOT_SWIM - Amphibious creatures cannot toggle on swimming * implemented CREATURE_STATIC_FLAG_3_CANNOT_TURN - Creatures cannot turn at all * implemented CREATURE_STATIC_FLAG_4_PREVENT_SWIM - Amphibious creatures won't toggle on swimming until their victim starts leaving the ocean floor * partially implemented CREATURE_STATIC_FLAG_3_CANNOT_PENETRATE_WATER * deprecated CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE as this flag was a hackfix to a wrong implementation that is now gone Port From (https://github.com/TrinityCore/TrinityCore/commit/c541eda54d7e0dddeec329a6beac2948e0b0a40b)
CypherCore 
CypherCore is an open source server project for World of Warcraft written in C#.
The current support game version is: 10.2.5.53441
Prerequisites
- .NET 8.0 SDK Download
- MariaDB 10.6 or higher Download
- Optional: Visual Studio 2022, Visual Studio Code or Jetbrains Rider
Server Setup
Download and Complie the Extractor DownloadUse TrinityCore extractors for now: Download- Run all extractors in the wow directory
- Copy all created folders into server directory (ex: C:\CypherCore\Data)
- Make sure Conf files are updated and point the the correct folders and sql user and databases
Installing the database
- Download the full Trinity Core database (TDB 1002.22121) Download
- Extract the sql files into the core sql folder (ex: C:\CypherCore\sql)
Playing
- Must use Arctium WoW Client Launcher Download
Support / General Info
Legal
- Blizzard, Battle.net, World of Warcraft, and all associated logos and designs are trademarks or registered trademarks of Blizzard Entertainment.
- All other trademarks are the property of their respective owners. This project is not affiliated with Blizzard Entertainment or any of their family of sites.
Languages
csharp
99.3%
C#
0.7%