Commit Graph
42036 Commits
Author SHA1 Message Date
ModoX 78012dadf2 Core/Unit: Restore function of HandleKillPlayer after bf107e0581
* also fix build
2024-01-01 03:33:17 +01:00
Jeremy bf107e0581 Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killer 2024-01-01 03:26:56 +01:00
Jeremy 22614d6bcc Core/Battleground: Moved DoAction hook to ZoneScript 2024-01-01 03:14:30 +01:00
ModoX 6a183e7c64 Core/Waypoints: Also facing when orientation is set and node is last of path 2024-01-01 02:38:12 +01:00
ModoX 38a80d7566 Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveData 2024-01-01 02:38:12 +01:00
Shauren 099ad4a0fd Core/Misc: Fixed a bunch of uninitialized class fields 2023-12-31 17:08:54 +01:00
ModoX a5d2d6e465 Core/Conversation: Log error if conversation is started multiple times 2023-12-31 15:58:07 +01:00
Shauren ee7b0e82fa Core/Quests: Removed slow queries from daily and weekly resets
Closes #29146
2023-12-31 00:42:19 +01:00
Naddley 3dbd171399 Scripts/Stormwind: Implement Quest "Battle for Azeroth: Tides of War" (#29493) 2023-12-31 00:12:41 +01:00
ModoX 7e061adffa Core/AreaTrigger: Fallback to CreateProperties script, if ScriptName of static areatrigger is not provided 2023-12-30 23:18:00 +01:00
Meji 37eb2e64a6 Core/AreaTriggers: Refactor (#29500)
* Moved IsServerside to custom flags
* Flags moved from areatrigger_template to areatrigger_create_properties
* New field to create custom CreateProperties (IsCustom)
* New field to reference custom areatriggers (IsAreatriggerCustom)
* Moved fields for shape data to areatrigger_create_properties
2023-12-30 17:14:09 +01:00
Shauren dbe54dc877 nopch fix 2023-12-30 16:45:58 +01:00
Shauren 4dce6ab228 Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes required items not be stored in inventory 2023-12-30 15:45:37 +01:00
Shauren f26a93a8c1 Core/Maps: Cleaned up incorrect error log 2023-12-29 20:41:25 +01:00
Jeremy 1ef0c04520 Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead of raw integer types (#29535)
* Fix criteria data type bg loss team score
2023-12-29 14:12:15 +01:00
Jeremy fb64d7fe8e Core/Maps: Properly set initial spawn group state for groups that have conditions (#29509) 2023-12-29 14:02:37 +01:00
Shauren a2be97414b Core/Database: Fixed a shutdown crash happening if worldserver did not fully start up (for example applying a db update failed) 2023-12-29 00:31:55 +01:00
Jeremy 42de312a79 Core/Spells: Clean up some gameobject types in EffectOpenLock (#29532) 2023-12-28 19:46:50 +01:00
Shauren 88a7886e0d Fix bfbda8dcce 2023-12-28 19:40:48 +01:00
Teleqraph bfbda8dcce Core/Creatures: Refactor CreatureEliteType (#29525)
* Turn into enum class with official names
2023-12-28 19:11:54 +01:00
malcrom 9c24f3ecd3 DB/Durotar: Added vendor items for Torenda and Goratin
Closes #29526
2023-12-28 01:47:40 +01:00
malcrom aa4879d4ae DB/Teldrassil: Update quest specialflag for "The Emerald Dreamcatcher"
Closes #29503
2023-12-28 01:44:44 +01:00
malcrom 9c8754b947 DB/Teldrassil: Update gameobject flag for "Antidote Moonpetal Lily"
Closes #29504
2023-12-28 01:42:11 +01:00
malcrom ad6c37137e DB/Conditions: Added target condition for spell 29528
Closes #29501
2023-12-28 01:39:38 +01:00
malcrom 51a9e207bd DB/NPE: Added loot for Quilboar Briarpatch
Closes #29496
2023-12-28 01:37:07 +01:00
Malcrom 8f354b54e5 Scripts/ExilesReach: Implemented Taming the Wilds (#29523) 2023-12-27 20:14:51 +01:00
Shauren 3a9cbd217a Core/Database: Replace union with std::variant in Transaction 2023-12-27 00:14:12 +01:00
Meji 13dc139742 DB/WinterVeil: Update gameobjects and quests (Dragonflight) 2023-12-26 23:56:37 +01:00
Meji 08ba32d57c Build fix 2023-12-26 18:23:44 +01:00
Meji 8054b71e62 DB/Outland: Update difficulties 2023-12-26 17:53:34 +01:00
Meji b52a33215e DB/Misc: Fix some startup errors 2023-12-26 17:52:34 +01:00
Shauren 8b54205778 Build fix 2023-12-26 15:11:11 +01:00
Shauren 623202d68e Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in battlenet_accounts to separate salt and verifier columns
* passwords can now be case sensitive and up to 128 characters long
2023-12-26 14:55:15 +01:00
Ovahlord 4a61675191 Scripts/Halls of Origination: modernized creature accessing via data type 2023-12-25 18:06:44 +01:00
Ovahlord 01b1216058 Scripts/Halls of Origination: implemented Lift of the Maker's console to allow players to control the elevator to reach the 2nd floor after defeating Anraphet or Earthrager Ptah 2023-12-25 17:52:05 +01:00
Ovahlord 5c6040feba Scripts/Halls of Origination: modernized scripting models to current standard
* dropped a deprecated hack spellscript from Anraphet
2023-12-25 17:16:03 +01:00
Ovahlord 75300c90b6 Scripts/Halls of Origination: updated boss state and npc enums to current standard 2023-12-25 17:02:56 +01:00
Ovahlord db9a460015 DB/RBAC: restored the RBAC permission entries for the .instance set/getbossstate commands 2023-12-24 06:30:33 +01:00
Ovahlord 0db162790c Core/Common: fixed nopch build for msvc compilers (#29516) 2023-12-24 06:01:47 +01:00
Ovahlord 8187625b27 DB: corrected file name of the sql file that has been added in 32df6ee550 2023-12-24 05:44:13 +01:00
Ovahlord 44921878f1 Scripts/Vortex Pinnacle: implemented Slipstreams and shortcuts 2023-12-24 05:41:44 +01:00
Shauren e05541665b Core/Accounts: Migrate RA credentials checking to use AccountMgr instead of copying its logic 2023-12-23 20:51:53 +01:00
Malcrom a83673c419 Scripts/ExilesReach: Implemented Enhanced Combat Tactics and Northbound (#29487) 2023-12-23 19:17:58 +01:00
Shauren a24e3a9511 Core/Maps: Fixed pathgenerator always returning NAV_GROUND from GetNavTerrain 2023-12-22 17:55:53 +01:00
Ovahlord b6a35c7920 CMake: added MySQL 8.2 to FindMySQL cmake macro 2023-12-22 16:40:43 +01:00
Ovahlord 32df6ee550 Scripts/Vortex Pinnacle: added base instance script and definitions 2023-12-22 14:53:52 +01:00
Ovahlord 6e7a4e733a Scripts/Shadowfang Keep: added definitions for the doors and added a comment regarding their usage 2023-12-22 14:36:55 +01:00
Ovahlord 06917b6c43 Scripts/Shadowfang Keep: dropped deprecated scripts and updated instance script and definitions to Cataclysm 2023-12-22 14:29:48 +01:00
Ovahlord 50a2166fb1 Scripts/Deadmines: dropped deprecated scripts and updated instance script and definitions to Cataclysm 2023-12-22 12:51:05 +01:00
Ovahlord cb5eb983b0 Scripts/Grim Batol: added base instance script and definitions 2023-12-22 12:22:19 +01:00