aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2024-06-07Scripts/KingsRest: Implement Intro event (#30026)Naddley
2024-06-04Scripts/StormsongValley-ish: Added scripts for old god forces for Kul Tiran ↵ModoX
unlock questline in Port Fogtide Part 1 / K'thir (#30000)
2024-05-30Scripts/Spells: Implemented Priest talent Sanctuary (#29727)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-25Core/Players: Allow targeting a specific transport during teleportsGolrag
2024-05-22Scripts/MawOfSouls: Implemented Ymiron, the Fallen King encounter (#29987)ModoX
2024-05-21Scripts/RagefireChasm: Implement Slagmaw encounter (#29989)Aqua Deus
2024-05-18Scripts/RagefireChasm: Implement Lava Guard Gordoth encounter (#29993)Aqua Deus
2024-05-16Scripts/RagefireChasm: Fix typo and Twisted Elements rescheduling after ↵ModoX
Shadow Storm cast
2024-05-16Scripts/RagefireChasm: Implement Dark Shaman Koranthal encounter (#29977)Aqua Deus
2024-05-16Scripts/RagefireChasm: Added missing evade on despawn and boss unit frames ↵ModoX
to Adarogg
2024-05-12Scripts/RagefireChasm: Implement Adarogg encounter (#29962)Aqua Deus
Closes #29948
2024-05-05Scripts/ScarletHalls: Reverted Call Reinforcements to TARGET_DEST_DBNaddley
* 62156f57b285ee252c2c4143236a3df95f219ca5 followup
2024-05-05Scripts/ScarletHalls: Implement Armsmaster Harlan encounter (#29944)Naddley
2024-05-02Scripts/Spells: Implement Blessing of the Bronze (#29951)Aqua Deus
2024-05-02Core/Misc: Minor fixes in preparation to support fmt v10Shauren
2024-05-01Core/Spells: Implemented evoker empower spell mechanicShauren
2024-04-28Core/Creatures: moved combat pulse into heartbeat handling and implemented ↵Ovahlord
CREATURE_STATIC_FLAG_2_FORCE_PARTY_MEMBERS_INTO_COMBAT (#29946)
2024-04-27Scripts/Items: Updated Amalgam's Seventh Spine script - fixed auras ↵Shauren
lingering after removal and added new case for evokers
2024-04-27Core/Auras: Implemented OnHeartbeat AuraScript hook and refactored an ↵Ovahlord
aurascript to use it as example (#29945) * Updated Amalgam's Seventh Spine dummy aura script to use the new AuraScript hook
2024-04-27Scripts/AzureVault: Fixed setting done boss state for Telash GreywingModoX
2024-04-26Scripts/Spells: Fix Crusader's Might cooldown reduction effect (#29938)Aqua Deus
2024-04-25Core/Movement: Migrate scripts using GetMotionMaster()->MoveSmoothPath to ↵Shauren
GetMotionMaster()->MovePath and kill it (they now have the same capabilities)
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-04-21Scripts/Spells: Add new script for spells with feign death with all flags ↵Aqua Deus
except uninteractible (#29922)
2024-04-19Core/Movement: Store delay in WaypointNode as Milliseconds instead of raw ↵Shauren
integer and revert c5097114d1d08d6d6f7d2adc9f5f3f52f75c5818
2024-04-16Scripts/Battlegrounds: Implement Twin Peaks (#29924)Jeremy
Closes #8894
2024-04-12Scripts/Wandering Isle: Script quest 29419 The Missing Driver (#29821)Aqua Deus
2024-04-12Scripts/Quests: Improve quest 29408 (The Lesson of the Burning Scroll) (#29775)Aqua Deus
2024-04-12Scripts/Mardum: Implement "Hidden No More" quest accept event (#29899)Naddley
Co-Authored-By: ModoX <moardox@gmail.com>
2024-04-11Scripts/Quests: Handle quest 29409 (wandering isle) (#29784)Aqua Deus
2024-04-10Core/Entities: Fixed m_stringIds[0] invalidation when reloading ↵Shauren
creature_template with a gm command
2024-04-08Scripts/Forbidden Reach: Fix questgiver for initial quest not being there if ↵Shauren
you decline first quest popup Closes #29793
2024-04-08Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)Mematoru
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-04-07Scripts/Spells: Implemented Shadow Priest talent Mind Devourer (#29895)Mematoru
2024-04-02Scripts/Battleground: Implemented Battle for Gilneas (#29877)Jeremy
2024-04-02Core/Movement: Added Velocity field to waypoint_path table (#29837)ModoX
2024-03-30Core/Creatures: Changed the spawn health field in creature table to a ↵Meji
percentage (#29801)
2024-03-28Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for ↵Shauren
mercenary mode transforms
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
* Introduce new BattlegroundScript class for map/bg specific scripts * Remove all sub, zone specific, battleground classes except Arena * Move all bg zone scripts to new BattlegroundScripts class in script folder * Remove ZoneScript from Battleground class * Remove some unused hooks from Battleground
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-27Core/GameObjects: Implement destructible_hitpoint table to store health info ↵Jeremy
about destructible buildings (#29836)
2024-03-26DB/Mardum: Implement Quest "Give Me Sight Beyond Sight" (#29833)Naddley
Co-Authored-By: ModoX <moardox@gmail.com>
2024-03-25Scripts/Stormwind: Implement RP Event for quest "Ancient Curses" (#29780)Naddley
2024-03-25Scripts/Spells: Fix Whispering Shadows target selection logic if there are ↵Shauren
less than 8 units hit that don't have Vampiric Touch on them
2024-03-25Scripts/Spells: Implemented Priest talent Whispering Shadows (#29776)Mematoru23
Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2024-03-18Scripts/Spells: Fix rhapsody talent (#29804)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-03-15Core/Logging: Improved generated code for log statements (length of text is ↵Shauren
computed at compile time)
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to ↵Shauren
scripts (not actually used anywhere currently)