aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-14DB: Add some missing Broadcast TextKillyana
(cherry picked from commit 60a69bcd3d6ae5fe55d6a18e67938a3a61bbbe6a)
2020-06-14Fix evade issues when a spell hits the target just before evading. (#19815)Treeston
- Creatures should no longer get stuck in evade mode following a target if a spell hits the creature just as it's entering evade mode. - Fixes and closes #4943. Finally. (cherry picked from commit 1945874f965a2aef951bc3dfae1144bd42365dcb)
2020-06-14Core/Spell: in case of immunity, check all effects to choose correct ↵ariel-
procFlags, as none has technically hit (cherry picked from commit 63e502a67dfdfb4edb8a84af630244ac13600b24)
2020-06-14Instances/Ulduar: Fix a super edge case bug where Algalon would evade if his ↵treeston
tank successfully tanked a Cosmic Smash and got knocked up. Shadow priests everywhere rejoiced. (cherry picked from commit b6a4e9f3f9aca8e82e4b8cc1868e4b24dd2bba6f)
2020-06-14Core/SmartAI: allow SMART_ACTION_SEND_GOSSIP_MENU to override default gossipariel-
Closes #19769 (cherry picked from commit f2b0819e5368b2b8e8865b13555c140e4f9a59a7)
2020-06-14Quickfix a bug introduced by 2f19d97 which prevented GTAoE from being cast.treeston
(cherry picked from commit 1c528c30f8ca5717c5d9a88dbceb14c31d825036)
2020-06-14Core/Spell: fixed some problems with per caster aura statesariel-
- Update clients whenever target has more than one application of an aura that applies such aurastate - Update again when one application gets removed - Fixed Fire and Brimstone computing damage if any warlock applied the Immolate (should only count for own) Closes #19790 (cherry picked from commit e27c385b48fce359a168d602dabae8c55fa85563)
2020-06-14Core/Creature: fix _DespawnAtEvade saving wrong respawn timeariel-
Closes #19557 (cherry picked from commit 47d387d6b0d123334e4721c55426c1d236297112)
2020-06-14Core/Spell: abort channeling if no valid targets are found after searchingariel-
Closes #17624 (cherry picked from commit 2f19d97d210c70eade4fb87c1d86642d77bbcd69)
2020-06-14Scripts/VioletHold: fix stack overflow when reflecting 'Splash'ariel-
Closes #19514 (cherry picked from commit d9a1c82ab44254c280083e6297b8aec6350ab363)
2020-06-14DB/Spells: Fixed Paladin T8 Holy 2P Bonus procKeader
Close #19796 (cherry picked from commit 4fcea41519d5cf9bc63dcfff67eb2be6e6ea8105)
2020-06-14DB/GamObject: Sons of Hodir Gameobject quest givers VisibilityKillyana
Closes #19787 (cherry picked from commit 66bd3459e4bdcdec8bcd86631e585b5614061666)
2020-06-14Fix buildAokromes
(cherry picked from commit 195db7c7bb7137f3ebadefa81fabdcf66672711a)
2020-06-14DB/SAI: Tormenting the softknucklesDr-J
Fix script so that if player does not sucessfully kill the hardknuckle matriach it does not remain hostile as an invisible mob to players doing damage to players who get in agro range. (cherry picked from commit a261056f58b76ff58b64e278105aa9069ac13210)
2020-06-14Core/Player: update interaction checks, some info taken from clientariel-
(cherry picked from commit d03e97d53f8dcabe006773d3377842bc091359a9)
2020-06-14DB/Commands: Typo in account set gmlevel help fieldAokromes
Closes #19448 by Heaven31415 (cherry picked from commit 3b8f85fd8176a0f229011a1a1845c55a7615ff97)
2020-06-14Core/Defines: define faction templates and replace magic numbers from scriptsForesterDev
(cherry picked from commit abea8bf4cb3034f56d833982f951a0742dc36fc7)
2020-06-14DB/Creature: Blightguard spawnsKillyana
(cherry picked from commit d96482b2d49c61fe26533def461276a8038db4ab)
2020-06-14DB: Fix some DB errorsKillyana
(cherry picked from commit 586cc0e0b4c9f63090bd340c1cf58fbfe807063e)
2020-06-14DB/Quest: Blowing Hodir's Horn requirementKillyana
Ref #19787 (cherry picked from commit b90fc70c209b24a8aad8e38da6be9de98f50901e)
2020-06-14Scripts/ICC: add missing cases for Dark Martyrdom difficulty entriesccrs
how come nobody noticed this? (cherry picked from commit 7afe0b7fb005999dfb8bfae45b7d22abbec29b93)
2020-06-14Core/Scripts: improvements on the Thorim scriptariel-
Improvements done to initial work by joschiwald: - Fixed stormhammer casting and visuals - Fixed spell credits - Implemented removal of Impale when HP is higher than 90% - Corrected faction templates for the pre combat creatures - Implemeted Leap on the arena adds (thanks to joschiwald for implementing conditions) - Scripted lighting charge using AuraScript periodic - Fixed timings - Corrections on the hallway encounters (added knockback immunity to minibosses too) - Fixed multiple blizzards issue - Lever will now reset properly, should players fail to get inside. This allows the door to be opened more than once during the combat - Corrections in the outro event - Implemented paralytic field traps on the hallway. - Implemented Ancient Gate of the Keepers opening. - Changed blizzard bunny targetting to conditions entirely. - Removed obsolete scripts - Standards: delete spell script names by ScriptName instead of spell_id - Swapped factions for pre-adds (alliance should get horde trash and vs) - Fixed Leap setting home position for adds - Removed a bunch of magic numbers - Runic Colossus should finish current Runic Explosion before beginning to attack - Fixed UpdateAI logic to put it in line with other scripts (ie don't stop casts) Special thanks to: - chaodhib for the blizzard trigger waypoints and investigation on spell radius - Malcrom for creating the Conditions Creator :P Closes #15008 Closes #17072 (cherry picked from commit 4a69f5bda58fe3af5ec6000e0ec10a3b0732969a)
2020-06-14Scripts/Ulduar: Initial implementation of the Thorim Encounterjoschiwald
Closes #7651 Fix logic fail in achievement: SPELL_LIGHTNING_CHARGE aka 62279 is casted on Thorim itself to buff him, not the damage spell tracked by the achievement. (cherry picked from commit 5e90c76fd44e81e01e7bd5274867864d082059d2)
2020-06-14Core/Spells: Change the radius of PBAoEs following the feedback received on ↵Chaouki Dhib
(#16290) (cherry picked from commit 2ff76e828f7c757b5120aba41947a6d63e082e17)
2020-06-14DB/SAI: A Righteous SermonDr-J
Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept (cherry picked from commit e263654c77fbbe94f3af2d462aaf203c9c4f6ec8)
2020-06-14Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)TecDian
(cherry picked from commit 4b8644d6e6581f13dcb2a965ce77a846017c1431)
2020-06-14Core/Gossip: Fix gossip bug on modify money (#19551)Rochet2
(cherry picked from commit 6e3a48c873079cc33655b48777c5a0c86ba70bb2)
2020-06-14Core/Unit: don't clear low health aura states on deathariel-
- Confirmed with sniffs, healthless states aren't cleared - Prevents some procs from happening Closes #19754 (cherry picked from commit 05b42eef7efbd545ca33e478eb1cc2c807ebe71e)
2020-06-14DB/GameObjects: Add missing gobs for map 450, 560, 329Kittnz
Mostly chairs and random stuff (cherry picked from commit d04bc1339a9c846ca27681d21116b6355a4e486a)
2020-06-14DB/Gameobject: Add a missing cosmetic Yellow TeleportKillyana
(cherry picked from commit cadea4f183c955df86c9d9fc76d801cba8868e3f)
2020-06-14DB/Creature: Arcatraz SentinelKillyana
Closes #10647 (cherry picked from commit e036d2232dae839973424707ca7d675fb75af930)
2020-06-14DB/Creature: Fallen Earthen WarriorKillyana
Closes #16559 (cherry picked from commit ccf75008deaefe43ab19062afebf9ef546c18cb9)
2020-06-14Core/Quests: Display quest objective explore completion messagexinef1
- Game client should show an on-screen message for explored quest objectives (AreaExploredOrEventHappens) when the objective has been completed. Closes #19543 (cherry picked from commit 538f60a880c4ace6a08bbc74fc175e878060adfe)
2020-06-14DB/Misc: Fix PK for gossip_menu_option_localeAokromes
(cherry picked from commit c06f0bea9a9fc39474f64dca6b6eb2ace56cf8fb)
2020-06-14Typo fixAokromes
(cherry picked from commit 9ae53d25779292b9c0a76d40dfa2e3f910fdeaf2)
2020-06-14Core/Entities: allow guardian pets to inherit spellmodsariel-
(cherry picked from commit 97e608b05302818170ab8ada03077b8dafc55af9)
2020-06-14Scripts/Commands: Update reload commands namesChazy Chaz
(cherry picked from commit 4843544c217800ba56b3084a8b1ca2fcf62cb091)
2020-06-14Core/Spells: change to the way the spell effect SPELL_EFFECT_JUMP workChaouki Dhib
(cherry picked from commit d625c0f619fa0bfee137070862132e6d9e3cb445)
2020-06-14Core/Creature: drop method SetPositionccrs
eeeevil, use UpdatePosition. It was there just for old scripts compatibility. (cherry picked from commit 17579f8d91e0dcc6990fe581de9ca51ed444b754)
2020-06-14Core/Transport: fix logic errorccrs
justStopped was always set true, but when transports spawn and remain stationary timer, _currentFrame->ArriveTime and _currentFrame->DepartureTime are set to 0, making justStopped always remain true and triggering incorrect calls. (cherry picked from commit dd2151cc7a6a92c4103560609517e32220e51950)
2020-06-14Core/Creature: IsMovementPreventedByCasting followupccrs
Handle correctly move allowed channels: IsChannelActive checks if channel phase has started (after cast if any) Must skip the other checks since all channels focus target. ref #19532 (cherry picked from commit b74264aef418a3c44e98a3cf9da692fd662e008d)
2020-06-14Core/Misc: Add .Size() to TypeUnorderedMapContainer for stats/debuggingShauren
2020-06-14Core/Entities: Add a missing includeCarbenium
2020-06-14Tools/vmap extractor: Various fixesShauren
* Fixed output file name case normalization - exclude names built from file ids (starting with FILE) * Skip antiportal WMO groups Closes #23972 Closes #24798
2020-06-13Core/Items: Implemented corruption and corruption resistance statsShauren
2020-06-12Core/DataStores: Fix loading hotfixes deleting records for db2s not loaded ↵funjoker
by worldserver (#24783) * Also load WorldStateExpression.db2
2020-06-12Core/Spells: Implement using different difficulty data from all spell ↵Shauren
related db2s, not just SpellEffect and SpellPower
2020-06-09Core/Auras: Defined unknown aura typeShauren
2020-06-08Core/PacketIO: Fixed receiving and sending db2 hotfix packetsShauren
2020-06-07Core/Items: Fixed generating default bonuses based on contextShauren