Commit Graph

41519 Commits

Author SHA1 Message Date
Shauren
5aaaf3f916 Core/Auras: Default procs with PROC_FLAG_2_CAST_SUCCESSFUL to CAST spell phase 2023-08-06 00:49:31 +02:00
Shauren
9f1cc2e679 Scripts/Spells: Improved compiler error reporting with wrong spell script function signatures 2023-08-05 14:27:05 +02:00
Shauren
17a77d6630 Core/Spells: Fix copypaste mistake (doesn't really change anything) 2023-08-04 10:52:55 +02:00
Teleqraph
2f6ab2b510 Scripts/Spells: Implement druid talents Abundance and Cultivation (#29177) 2023-08-04 00:49:37 +02:00
Shauren
613a706ecc Core: Update allowed build to 10.1.5.50747 2023-08-03 22:49:46 +02:00
MaddyCrowle
ae17975dd1 Scripts/Spells: Update Rupture, Eviscerate and Envenom scripts (#29172) 2023-08-03 15:23:45 +02:00
Shauren
cc6dba1376 Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask as it is now unused, db field kept for table structure compatibility with 3.3.5 branch) 2023-08-03 11:18:11 +02:00
Shauren
8594fcfe8a Scripts/Spells: Converted some damage calculating scripts to use new hooks as examples 2023-08-02 00:12:16 +02:00
Shauren
9cdf3530f4 Core/Scripts: Added damage and healing calculation hook to spell and aura scripts allowing to override base damage amount, flat value mod and percent value mod separately 2023-08-01 21:31:06 +02:00
Shauren
197d4369c8 Core/Spells: Removed old combo point code leftovers 2023-07-31 11:55:00 +02:00
Naddley
4c29e45620 DB/Stormwind: Added Darnassian spawns to The Wollerton Stead 2023-07-31 02:30:40 +02:00
Shauren
9e68fd1458 Core/Spells: Fixed spell duration scaling with combo points 2023-07-31 00:11:05 +02:00
Jeremy
f5461a1161 Battlegrounds/Buffs: Rework using areatriggers (#29171)
* Rework GameObject trap handling for buffs (removed radius hack)
* Add script for Old AreaTriggers
* Add script for new AreaTriggers
* Spawn AreaTriggers in Arathi Basin
2023-07-30 19:49:12 +02:00
Shauren
845f61e0a9 Core/GameObjects: Added stringid to gameobjects 2023-07-30 13:55:34 +02:00
Shauren
0aa644287c Build/GCC: Disable useless warning 2023-07-30 00:23:31 +02:00
Shauren
1acaed2af4 Core/Objects: Switch to using designated initializers instead of chaining functions for FindCreatureOptions 2023-07-29 23:46:31 +02:00
Aqua Deus
8f897da9f3 Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168) 2023-07-29 19:07:37 +02:00
Seyden
799d63ce2c Core/Auras: Remove incorrect implementation of SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER (this attribute does something else) (#29195) 2023-07-28 23:23:38 +02:00
Shauren
fe7e95b9f3 Core: Update allowed build to 10.1.5.50622 2023-07-28 20:03:39 +02:00
Aokromes
4e45a74f0c Update 2023_07_28_00_world.sql 2023-07-28 08:43:47 +02:00
ModoX
e0d474e69d DB/Hotfixes: Added some missing broadcast_text entries 2023-07-28 01:21:15 +02:00
ModoX
8f3f6584c3 DB/SAI: Fixed some db errors introduced in cc08aa8e24 2023-07-28 00:20:14 +02:00
Shauren
1af6533c0f codestyle fix 2023-07-27 22:27:59 +02:00
Shauren
46b67ec205 Core/Scripts: Fixed unsafe function pointer type casting in spell scripts 2023-07-27 19:37:57 +02:00
Shauren
f94e341a03 Core/Bnet: Support password protected private keys 2023-07-26 20:59:15 +02:00
Aqua Deus
fb7bf0bfec Scripts/Spells: Implement Devastator talent (#29164) 2023-07-26 01:07:43 +02:00
Shauren
1ed8bfa080 Build: Increase required msvc version slightly 2023-07-25 11:42:08 +02:00
Aqua Deus
47d4fa0985 Scripts/Spells: Implemented Flurry (#29145) 2023-07-24 21:11:06 +02:00
Shauren
821d7c6f57 nopch fix 2023-07-24 20:09:08 +02:00
ModoX
f81b40ecdc Rename 2023_99_99_99_aberrus.sql to 2023_07_24_00_aberrus.sql 2023-07-24 17:36:46 +02:00
Aqua Deus
ed871f1eab Scripts/Aberrus: Implement Kazzara introduction (#29155)
Co-authored-by: ModoX <moardox@gmail.com>
2023-07-24 17:35:59 +02:00
Jeremy
3cfc27f5ca Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021) 2023-07-24 17:27:28 +02:00
Traesh
ea134c0eae Core/AI: Implemented OnHealthDepleted hook (#29134) 2023-07-24 14:31:03 +02:00
Shauren
2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses 2023-07-24 10:48:50 +02:00
Shauren
228c56f3c5 Scripts/Spells: Modernize spell script internals a bit - this makes Prepare macros unneccessary 2023-07-24 00:27:25 +02:00
Shauren
576ca241ec Core/Logging: Minor compile time reducing refactor of log message formatting 2023-07-23 00:27:26 +02:00
Aqua Deus
3be66cee26 Scripts/Spells: Implement Shield of Vengeance (#29106) 2023-07-22 21:40:28 +02:00
Teleqraph
c2ef93fc7d Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending (#29027) 2023-07-22 19:38:34 +02:00
Shauren
2605a66396 Core: Update allowed build to 10.1.5.50585 2023-07-22 14:25:53 +02:00
Shauren
970a274be1 Scripts/Spells: Fixed Entangling Roots periodic damage
Closes #28752

Co-authored-by: ModoX <moardox@gmail.com>
2023-07-22 00:18:05 +02:00
Krudor
d3bc5ebf16 Core/Units: Fixed knockback angle calculation for players (#29165) 2023-07-21 20:51:03 +02:00
ModoX
4e7508db7b Core/AreaTriggers: Teleport to current instance entrance when entering instances via areatrigger entity (#29115) 2023-07-21 18:55:20 +02:00
Malcrom
5069f0e3a7 Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat quests (#29119) 2023-07-21 17:56:06 +02:00
ModoX
f28b4eed3d Core/Condition: Implemented condition CONDITION_PRIVATE_OBJECT (#29136) 2023-07-21 17:54:27 +02:00
Naddley
ac48da6275 Scripts/ElwynnForest: Implement conversation for "The New Clessington Estate" (#29135)
* human heritage questline
2023-07-21 17:51:56 +02:00
Shauren
40cdf0750d Core/Units: Fixed crash (previously was a memory leak) when vehicle creatures are deleted without ever being added to world
Closes #29166
2023-07-21 00:19:48 +02:00
Shauren
0b1281e73f Core/Misc: Updated more enums for 10.1.5 2023-07-21 00:11:43 +02:00
Naddley
f7f85b7639 DB/Stormwind: Added spawns for The Wollerton Stead 2023-07-21 00:04:02 +02:00
Aqua Deus
6a760de79b Core/Auras: Implement SPELL_AURA_MOD_DAMAGE_PERCENT_DONE_BY_TARGET_AURA_MECHANIC (#29162) 2023-07-20 20:17:38 +02:00
Teleqraph
88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-07-20 19:09:27 +02:00