Commit Graph

17090 Commits

Author SHA1 Message Date
Shauren
6fd90ebb61 Core/Auras: Update comment for aura 235 - SPELL_AURA_MOD_HOVER_NO_HEIGHT_OFFSET 2021-02-21 15:39:53 +01:00
Shauren
983e565650 Core/Auras: Restore old SPELL_AURA_MOD_HOT_PCT implementation from 3.3.5 branch 2021-02-21 15:39:14 +01:00
Shauren
c57b012ee4 Core/Auras: Implemented SPELL_AURA_SET_FFA_PVP 2021-02-21 15:37:11 +01:00
Shauren
ffbbc1d8e5 Core/Auras: Implemented SPELL_AURA_MOD_AUTOATTACK_RANGE and SPELL_AURA_MOD_AUTOATTACK_CRIT_CHANCE 2021-02-21 15:35:33 +01:00
Shauren
4f38650810 Core/Auras: Implemented SPELL_AURA_MOD_INCREASE_HEALTH_PERCENT2 2021-02-21 15:33:54 +01:00
Shauren
5ed75bb2d3 Core/Auras: Implemented SPELL_AURA_PERIODIC_WEAPON_PERCENT_DAMAGE 2021-02-21 15:32:52 +01:00
Shauren
fea8306aa3 Core/Auras: Implemented SPELL_AURA_REMOVE_TRANSMOG_COST and SPELL_AURA_REMOVE_BARBER_SHOP_COST 2021-02-21 15:24:22 +01:00
Shauren
e533d53da8 Core/Spells: Define new spell attribute 2021-02-21 15:21:07 +01:00
Shauren
4ee565b2c8 Core/Auras: Implemented SPELL_AURA_MOD_PERIODIC_DAMAGE_TAKEN 2021-02-21 15:20:18 +01:00
Shauren
bd7c714c97 Core/Auras: Rename many old aura types to their new meaning 2021-02-21 15:16:55 +01:00
Osleyder Gonzalez Acosta
8cc76993a2 Core/Misc: Updated current expansion config 9.0.2 (#26122) 2021-02-21 11:03:29 +01:00
Shauren
512931646a Core/Auras: Refactor logic determining which spell aura type values need to be sent 2021-02-20 14:53:33 +01:00
Shauren
04bf6b500d Fix build 2021-02-20 14:30:44 +01:00
Shauren
31d3080091 Core/Players: Corrected shield block value calculations 2021-02-20 14:00:48 +01:00
Shauren
411631743a Core/Auras: Do not warn about nonexisting proc spells when spell id is 0 and aura is a dummy 2021-02-18 23:30:28 +01:00
Shauren
a680e247ec Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use new proc attribute 2021-02-18 23:29:04 +01:00
Shauren
54c5cc97f5 Core/Auras: Implemented new spell proc attribute PROC_ATTR_USE_STACKS_FOR_CHARGES to drop stacks instead of charges 2021-02-18 23:28:26 +01:00
Matan Shukry
3954606086 Scripts/Spells: Implemented Guardian Druid's Gore spell (#26104) 2021-02-17 22:25:10 +01:00
Shauren
456b5be8e4 Core/PacketIO: Fix sending unit power values 2021-02-17 14:37:47 +01:00
Shauren
166497988b Core/PacketIO: Add missing update field filtering for player fields 2021-02-17 14:37:18 +01:00
Shauren
e2b7a9d3e5 Core/PacketIO: Corrected logic for filtering out disallowed fields when force sending specific ones 2021-02-17 14:36:47 +01:00
Shauren
92e010f60c Core/PacketIO: Refactor generated updatefield code (use type alias) 2021-02-17 14:35:51 +01:00
Matan Shukry
d2641c4924 Core/Conditions: CONDITION_NEAR_CREATURE will exclude personal spawns that aren't the target's owner (#26102) 2021-02-17 00:42:53 +01:00
Matan Shukry
907fc00f19 Scripts/Spells: Casting druid spell Prowl will now auto shapeshift into cat form (#26088) 2021-02-15 23:04:04 +01:00
Keader
8581bf2815 Build fix
yes, i'm blind

(cherry picked from commit a2b191c78e)
2021-02-15 19:13:25 +01:00
Keader
232dc7e71b Scripts/Ulduar: Fixed a clang6 warning
(cherry picked from commit 80a65744bc)
2021-02-15 19:13:25 +01:00
jackpoz
08ac99744b Core/Maps: Fix memory leak in BoundaryUnionBoundary
Add missing destructor in BoundaryUnionBoundary to avoid reporting a memory leak (even if it's used only in a global variable)

(cherry picked from commit 724499cf9c)
2021-02-15 19:13:25 +01:00
Shauren
9011d690c9 Scripts/Events: Fixed memory leak in npc_bountiful_table added in 75df296bb6
(cherry picked from commit 95ea4b5090)
2021-02-15 19:13:25 +01:00
Killyana
e8b1bb5ca5 Core/Reputation: Fix reaction with rival factions
Closes #9469
Ref #20661

(cherry picked from commit e85a48179e)
2021-02-15 19:13:25 +01:00
Keader
66fa9e11cd Typo
(cherry picked from commit bd560fd160)
2021-02-15 19:13:25 +01:00
Keader
d917db5215 Scripts/Razorscale: Fixed issues related with Devouring Flame
Closes #20967

(cherry picked from commit 454a230af4)
2021-02-15 19:13:25 +01:00
Aokromes
0b3a09b1b4 Misc: Kill trailing white spaces
(cherry picked from commit 5f2c5f2ed3)
2021-02-15 19:13:25 +01:00
Killyana
33279199d4 Spell: Remove a phase hack for The Eye of Acherus
Npcs are now spawned on phase 2, some spawns still missing on phase 1 and 2, need to wait for future commits.

(cherry picked from commit f3a00a1822)
2021-02-15 19:13:25 +01:00
ccrs
58de8141e5 Core/Creature: 2d1ef6b5b0 followup
closes #20532

(cherry picked from commit caefe2b43e)
2021-02-15 19:13:25 +01:00
ccrs
adb37f1a75 Fix build
(cherry picked from commit 5241c1ad71)
2021-02-15 19:13:25 +01:00
ccrs
92026abee1 Scripts/World: update guard scripts
Also remove deprecated method from Creature

(cherry picked from commit 299323ce5d)
2021-02-15 19:13:25 +01:00
lachtanek
0099154316 Core/Pooling: Fixed less and less objects from pools being spawned the longer the server is running (#20949)
Closes #11141

(cherry picked from commit de80cd2e0d)
2021-02-15 19:13:25 +01:00
Aokromes
8be737efa0 Core/BG: Fix enum order which counts as array index to spawn creatures on Alterac Valley
fixes wrong monsters being spawned on horde towers and nodes [spawns seasoned units by default, which should only happen after turning in enough armor scraps]

By Riztazz

(cherry picked from commit 090bdc8eb3)
2021-02-15 19:13:25 +01:00
ccrs
88c3a184cc Core/Movement: some corrections on WaypointMovementGenerator
- Since a timer can be set on MovementGenerator::Pause, dont update it till the movespline is Finalized
- Don't set HomePosition on every Update, check if movespline is Finalized
    * This is still doesnt feel correct, should it only be called on WaypointNode Start?

(cherry picked from commit 2ce9a0a094)
2021-02-15 19:13:25 +01:00
Andrew Letson
a36ddf47a9 DB/Scripts: Terokkar Forest SAI migration
(cherry picked from commit 4d338b1d4d)
2021-02-15 19:13:25 +01:00
Gustavo
56cd9de144 Core/Spells: Don't save channeled auras (#20923)
(cherry picked from commit 5b7e4efcc4)
2021-02-15 19:13:25 +01:00
Keader
6ac58c40d7 Core/Scripts: Build fix
(cherry picked from commit cc50a036df)
2021-02-15 19:13:25 +01:00
Keader
f23d1f658e Core/Scripts: Codestyle fix (Trial of Crusader)
followup: c436be6f61
(cherry picked from commit 67df45b585)
2021-02-15 19:13:25 +01:00
Keader
59417cc0f8 Core/Scripts: Updated Trial of Crusader instance model
- TODO: Bosses rewrite, instance cleanup, add missing gossips/texts, port all gossips from db.
Sniffs will be nice :/

(cherry picked from commit c436be6f61)
2021-02-15 19:13:25 +01:00
sirikfoll
da76a0db5b Core/Scripts Fix issues with Midsummer's Ribbon Pole
Closes #6876

Fixed achievement Burning Hot Pole Dance
Update scripts for quest Torch Tossing, using all correct spells and timers
Updated script register model

(cherry picked from commit 6e7e43172e)
2021-02-15 19:13:25 +01:00
Shauren
ece3c91d6e fix build 2021-02-15 00:30:24 +01:00
Shauren
331b9ccd6a Core/Entities: Regenerated updatefields code with latest generator fixes 2021-02-15 00:19:35 +01:00
Matan Shukry
bb0194aede Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration 2021-02-13 14:08:16 +01:00
Matan Shukry
7159de62b6 Scripts/Spells: Remove const from AuraEffect argument for AuraEffectProcFn 2021-02-13 14:08:16 +01:00
Matan Shukry
c261b16a32 Core/Spells: Add const to triggeredByAura argument on Unit::CastSpell(GameObject* go,... overload for consistency 2021-02-13 14:08:16 +01:00