aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/BlackrockMountain
AgeCommit message (Collapse)Author
2025-11-15Core/Misc: Add missing includesShauren
2025-07-11Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit ↵Shauren
standard container naming
2024-03-30Core/Creatures: Changed the spawn health field in creature table to a ↵Meji
percentage (#29801)
2024-02-24Scripts: Removed unused global variablesShauren
2024-01-08Core/Creatures: Moved autoattack handling from scripts to gameShauren
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ↵ModoX
(#29506)
2023-12-22Scripts/Misc: added instance scripts and base definitions for all Cataclysm ↵Ovahlord
4.0 raids
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-17Scripts/Lower Blackrock Spire: Added dungeon encounter idsShauren
2023-09-17Scripts/Blackrock Depths: Added dungeon encounter idsShauren
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and ↵Shauren
PrepareAuraScript uses
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ↵ModoX
(#28834)
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2022-10-13Scripts/Gossips: Set gossip menu id for scripts that load menu items from ↵Shauren
database (cherry picked from commit 900a2f6d88f7676f5053da33d80981297b07ccde)
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ↵Meji
OptionNpc as it also determines functionality on client side (#28220) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-06-10Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event (#27920)Riztazz
* Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event * Core/Scripts: Remove magic numbers in brd script, adjust codestyle to tc preference * missing ) Closes #27919 (cherry picked from commit 0d8672732552b0474e22b077a2318fa87446f25f)
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-26Scripts/Misc: Load some texts from DB (#27867)lee
(cherry picked from commit e7c02d6a9025826fc9aa47787a175e7a7b520b6d)
2022-03-26Scripts/UBRS: Fix door open issue in UBRS after kill Rend (#27868)safaray
(cherry picked from commit 88eccd2956746807d69df6a5246e9288db8aef3f)
2022-03-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
(cherry picked from commit c4741a131a0a28b69c228d3637beab7090e5f1e3)
2022-03-12Core/AI: Add DamageEffectType and SpellInfo parameters to ↵Giacomo Pozzoni
UnitAI::DamageTaken (#26787) * Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken * Update scripts (cherry picked from commit 0800ab20a8039620fd271a43c173c008af68c22a)
2022-03-11Scripts/Molten Core: Update remaining scripts to new register model (2/2) ↵offl
(#26710) (cherry picked from commit 863635dbf982394716d13608659ad81aa28812d3)
2022-03-11Scripts/Molten Core: Update remaining scripts to new register model (1/2) ↵offl
(#26709) (cherry picked from commit 09da8dae0e52ff9c7370d3bdc9e38a05d2c05ee0)
2022-03-11Scripts/BWL: Update scripts to new register model (3/3) (#26691)offl
(cherry picked from commit 572b480a2e030e55ac5d1c2ded1b72c5c7ade5cd)
2022-03-11Scripts/BWL: Update scripts to new register model (2/3) (#26690)offl
(cherry picked from commit f7ecd86a248bec990b994bcec459742923eb1087)
2022-03-11Scripts/BWL: Update scripts to new register model (1/3) (#26686)offl
(cherry picked from commit 67bd11f5ffe17cb2daeb5074d92ca410eb269b09)
2022-03-11Scripts/UBRS: Fix crashjackpoz
Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune. Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac Fix #26589 (cherry picked from commit e9a8cea018591334ce3807e2eb2fc2d6ce079252)
2022-03-11Scripts/Misc: Remove few more evil flagsoffl
Ref #25764 (cherry picked from commit 180f495c7037dc3be61a33dee5745833fd993d4c)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 1offl
(cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9)
2022-03-08Scripts/BRS: Update scripts to new model (3/3) (#26418)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 3b863f6a20379d02215f8c52a4cadb6df3e6243c)
2022-03-08Scripts/BRS: Update scripts to new model (2/3) (#26417)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 0fc3a05d3cf16df66902ddff91889ae4001abac3)
2022-03-08Scripts/BRS: Update scripts to new model (1/3) (#26416)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 747333149d096fc7600d57c37768a09b80b1b3b1)
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
* Add "On" to some methods * Update npc_innkeeper.cpp * Update zone_borean_tundra.cpp (cherry picked from commit 41188eb535e445b73909659980257da2939e4be4)
2022-02-04Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and ↵Shauren
remove it (cherry picked from commit 7d4fbf706ae19481468901ccd65c497fcabe56bf)
2022-01-26Scripts/BlackwingLair: Suppression Device Room (PR #25199)Jinnaix
Co-authored-by: offl <11556157+offl@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: Treeston <treeston.mmoc@gmail.com> (cherry picked from commit de56ed87368104780ddfb2e9c082076c9c83d575)
2022-01-24Scripts/MoltenCore: Update Golemagg encounter to current coding standards ↵Peter Keresztes Schmidt
(#25183) * Scripts/MoltenCore: Update Golemagg to current coding standards * no functional changes * Scripts/MoltenCore: Update Core Ranger to current coding standards * no functional changes (cherry picked from commit c88234727b47c037557eba6db8ae8ef1dee4eed7)
2022-01-24Scripts/BlackrockSpire: Fix encage event of Pyroguard encounter (#25177)Jinnaix
(cherry picked from commit e3aa87641f08ecaa42ebef1915d7de88dc73ef25)
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
Remove TempSummon* SummonCreature(uint32 entry, Position const& pos, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0, uint32 vehId = 0, uint32 spellId = 0); (cherry picked from commit a41f599be72ccc88b13c1cf725f20cee4a5335d7)
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0); to TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime = 0s); (cherry picked from commit 1131229ee9c43704b11187f0b11c327db92018b6)
2022-01-23Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummonCarbenium
(cherry picked from commit d1a39a2ebf3bb55998696c424cd58f3fcdedd66a)