Commit Graph
34512 Commits
Author SHA1 Message Date
tkrokli 2acaa6fb4a Core/Misc: corrections and indentations in Language.h
- corrected the comment "1205-2002 - free" to "1205-1999 - free"
- increased the main indent by 2 spaces to get more lines aligned
- corrected the enum LANG_DO_NOT_USE_6X_DEBUG_AREATRIGGER_LEFT from 1999 to 1199

Ref. commit 5f541491074765a346c7d0a83edb5f1fbf9240b1

(cherry picked from commit ba5f6a861652f522dd10fbe31f5e25272a3cd237)
2021-06-16 16:25:40 +02:00
Treeston 14bda72751 Core/Unit: Remove a superfluous threat state update in SetPhaseMask.
(cherry picked from commit 2c86c78f04f7cb95c201592b8d3002525eb6a46f)
2021-06-16 14:37:58 +02:00
Kittnz cd3425f6a6 Scripts/Outland: Fix logical error in Hellfire event in Honor Hold
(cherry picked from commit 8f64612cb12d2ceabf610a436e7b514acdc1b181)
2021-06-16 14:32:07 +02:00
Treeston 73bf0e3a0b Core/Threat: Assistance threat (healing, buffs, etc.) is now properly split (instead of copied) between all creatures threatened by the action. Thanks to Foereaper for help with testing, and my apologies to healers everywhere.
(No apologies for charm AI though. You deserve that one.)

(cherry picked from commit 013d4560c784b1deced9cd2ea11606eaf6b44f2d)
2021-06-16 14:29:45 +02:00
Treeston 9f91cf23ab Core/Threat: Passive creatures now properly become engaged when adding an offline threat entry. Fixes RoS and Thaddius, maybe more. Closes #21269.
(cherry picked from commit a3732756121be6d5621fb42bc7a71882a28f03a6)
2021-06-16 14:26:10 +02:00
ariel- 85ffcd9826 Core/Scripts: fix wrong uses of SetHitDamage hook.
This hook modifies damage AFTER it has been reduced by target auras/armor/resistances etc, it's useful if you want to scale damage by a factor, but not to add flat bonuses.
We're fixing those by moving calculation to Launch phase, where target taken bonuses haven't been used yet.

- Bronjahm: Magic's Bane
- BPC: Shadow Prison
- Oculus: Shock Lance
- Ymiron: Dark Slash (extra fix, it was wrongly damaging half of total health, it's supposed to be half of CURRENT health!)
- DK: Raise Ally Thrash spell (also extra fix: corrected formula)
- Warrior: Bloodthirst (shouldn't matter much as it's damage class none and those don't get bonuses by default)
- Warrior: Concussion Blow
- Warlock: extra fix for Haunt, healing part shouldn't scale with spell power

Closes #9560

(cherry picked from commit 9f5d1e2b10013e5fecf35fdd5af70921c96d07d1)
2021-06-16 14:26:09 +02:00
tje3d d4359bb560 DB/Quest: A Rough Ride & The Black Knight's Orders
Closes #21248
Closes #21249

(cherry picked from commit 946856258cf004e35b9150c60b3bc7de859a72b7)
2021-06-16 12:56:20 +02:00
Keader 18b0135bf7 Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (again)
Closes #21264

(cherry picked from commit 96983fc6bb0bf0793d9a8da970009f346d8cdb62)
2021-06-16 12:45:57 +02:00
ariel- 2ef2fee3e7 Core/Auras: fixed EquippedItemClass check
follow-up to 29c3b7d8f60c18e52ec22fec6de9abc3dc468166

(cherry picked from commit f1896144c00e9dc8f37590207feb8d7714e7132f)
2021-06-16 12:45:18 +02:00
ariel- d0a766f14f Core/Auras: Don't remove shield only dependant auras on disarm
Closes #19782

(cherry picked from commit b8c281f497d5da2251b11ab09f182a23a5721a1c)
2021-06-16 12:34:40 +02:00
ariel- b27e741096 Core/Auras: define and implement attribute SPELL_ATTR3_NO_PROC_EQUIP_REQUIREMENT
Closes #20148

(cherry picked from commit 29c3b7d8f60c18e52ec22fec6de9abc3dc468166)
2021-06-16 12:20:14 +02:00
ariel- 62c571076e Core/Scripts: added nullptr checks to DamageTaken hooks
Since cb9e72e521d3cc415dd15bf6912c87f89e41b92a attacker may not be in world when hook is called

(cherry picked from commit 0db5c2df3fe56f42293865e87ec781cd4d41598b)
2021-06-16 12:02:14 +02:00
Treeston ea79b55698 Scripts/AzjolNerub: Missing nullptr check in Hadronox. Closes #21258.
(cherry picked from commit d9d26200f7ffc07507dfca4a2c17fdfcde0194c8)
2021-06-16 11:49:03 +02:00
Treeston 015a46ea5d DB/Quest: Allow starting Amphitheater of Anguish (12932) without having completed The Champion's Call (12974)
(cherry picked from commit 666bc163259280019d3b39584e432fb57b8d9072)
2021-06-16 11:48:34 +02:00
Treeston 6fb45e31c2 DB/SpawnGroup: instance_spawn_group data for map 576 (The Nexus)
(cherry picked from commit 0319c713a40489f7e29762cfdfbaa2df7701d4ab)
2021-06-16 11:46:50 +02:00
Moein 6d7288356a Scripts/Spells: quest "That's Abominable" (#21253)
- scripted spell "Burst At The Seams" (59576)
- added Pet Bar

Closes #10876

(cherry picked from commit e519e14df8d846285f1d29fb7e5aa0b151c6f74e)
2021-06-16 11:32:25 +02:00
sirikfoll 3ff61beafa Core/CombatAI: Npcs with TurretAI will be able to attack again
Needed after the new Threat system

(cherry picked from commit e12e0ad5827d7e794baa630724069680d7e07cfb)
2021-06-16 11:26:22 +02:00
sirikfoll 78577afa49 Core/Player: Pass correct Zone ID to HandlePlayerLeaveZone
This will fix some issues with Wintergrasp, like phasing auras getting stuck and missing group invites for the battle, among others

(cherry picked from commit ed9e220991e2aa3fa2d50359608fd27057cafbbc)
2021-06-16 11:23:01 +02:00
ariel- bb7869b31f Core/Scripts: fix some spells double dipping from done/taken bonuses
Closes #21007

(cherry picked from commit ab3307fc2373ace51bea93682bc66bc709ca019c)
2021-06-16 11:22:10 +02:00
ariel- 3bc3b3eeeb Core/Globals: revert back to unordered_map for templates
Partial revert of commit b64c5043140dc7b7908e259e441de16cc0261320
See discussion on https://github.com/TrinityCore/TrinityCore/commit/b64c5043140dc7b7908e259e441de16cc0261320

(cherry picked from commit b75ff7d4bf13fb4778843c99521223becc096ca0)
2021-06-16 01:29:25 +02:00
ariel- 21556667c1 Core/Globals: throw some RAII into ObjectMgr, and load templates into vectors
Ref #14274

(cherry picked from commit b64c5043140dc7b7908e259e441de16cc0261320)
2021-06-16 01:00:11 +02:00
sirikfoll 5b5bc4c5c7 Scripts/Scarlet Enclave: Quest The Endless Hunger will work correctly after Unworthy Initiate Respawn
Due to dynamic spawns, we need to be able to update the Npc GUID after the respawn, otherwise the quest can only be completed by the first player

(cherry picked from commit 72ff2e30c30d4d1b9bf22695b6a097eb82e3c76a)
2021-06-15 23:43:17 +02:00
ariel- d0fa8c72a3 Core/Unit: check remaining instead of full duration for Bounced by DR auras
(cherry picked from commit ccf0807be0974dfb8080cb2fc6ea616cc96f062c)
2021-06-15 23:42:10 +02:00
Keader ca07b1a25d Scripts/Pit of Saron: Tyrannus followup
fix new issue caused by 947cb6a453892c6002738b424d66ca19c102a533

(cherry picked from commit 0b09e9ee4eff6e6c6101dd3b5a6880ae768691d6)
2021-06-15 23:41:11 +02:00
Keader ed8d57e72d Scripts/Pit of Saron: Fixed Tyrannus not working after evade
(cherry picked from commit 947cb6a453892c6002738b424d66ca19c102a533)
2021-06-15 23:40:47 +02:00
Moein 172df39350 Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying seat mask instead of single seat index (can now target all passengers) (#21245)
(cherry picked from commit 891bca934e1522fe33b00e27eef5d4f07bb83fa8)
2021-06-15 23:37:25 +02:00
Keader 6ba82b56dc Scripts/Trial Of The Crusader: Lord Jaraxxus rework (#21216)
(cherry picked from commit a41cd416950a9d6d1e2c51c37229d6a3c9f9b4c7)
2021-06-15 23:32:57 +02:00
Treeston 56fcd8ba1d Core/Threat: Fix a potential crash that would occur in specific edge cases of AI being a bit naughty.
(cherry picked from commit 1847555c8c9e630d4d5f1328f25c875f408be949)
2021-06-15 23:22:50 +02:00
ariel- 08ac27d959 Core/Auras: fix static analysis issues
CID 1384433
CID 1384436

(cherry picked from commit 5153f464d8a4e5ae0b47900f92eeaf6c9f9eee50)
2021-06-15 23:22:01 +02:00
ariel- bf4330bfb5 Core/Unit: fix mess-up with CalcArmorReducedDamage parameter order
(cherry picked from commit 01537e1dfbd042b3608d5ac895009182026def00)
2021-06-15 23:08:27 +02:00
ariel- 431a326e69 Core/Entities: Port some refactors from f1986c6aafdf2457902a7a4cc7acc903cbbdc7bb 2021-06-15 00:48:02 +02:00
ariel- 6ab410b926 Core/Unit: allow miss chance to exceed 60% cap with certain auras
(cherry picked from commit 688e96fb4ffcdeb55b58d13285e3cebfbc617614)
2021-06-14 18:52:48 +02:00
ariel- 770367a514 Core/Unit: fix Sanctified Wrath (again)
- Actually only rank 1 was affected because of 50% reduction on rank 2

(cherry picked from commit 0e9b1635e0a2351342e8ed0ae4a1495479e09ffc)
2021-06-14 18:50:10 +02:00
ariel- 84a29d8077 Core/Unit: fixed crash
Closes #21231

(cherry picked from commit 22b24d8dae23d4a4b4314f46b65b8e453816eef7)
2021-06-14 01:19:38 +02:00
ariel- bec829df0a Core/Unit: simplified and arranged spell bonus calculation
- Remove duplicated SPELLMOD_BONUS_MULTIPLIER handling (both on done and taken)
- Handle properly bonus data, don't apply bonus by default, only player spells should take into account spell power
- Moved Earthliving Weapon coefficient to DB
- Refactored Avenging Wrath handling

Closes #13287
Closes #21230

(cherry picked from commit d570e2af3e7bcb625d8941397d55972d49319a8f)
2021-06-14 01:17:43 +02:00
ariel- 5fbddef85f Core/Spell: SpellValueOverrides encapsulation
- No sense to let scripts use SpellValueOverrides, we already have modifiers in CastSpellExtraArgs struct

(cherry picked from commit 3b01cccd7eafaff9f3b8236a544e4fa46818926c)
2021-06-14 00:19:50 +02:00
Kittnz 267aeddc05 Scripts/EasternKingdoms: implement Children of Goldshire event (#20745)
* Script: Implement Childeren of Goldshire

Notes: Need to update waypoints and default location of the childeren
http://wowwiki.wikia.com/wiki/Children_of_Goldshire
(cherry picked from commit a9c853ee3fc13d1aa59bde14df8f1f0a5b035ff3)
2021-06-13 22:30:10 +02:00
Shauren cc94c3eb50 Core/Sockets: Initialize _sessionKey variable in constructor 2021-06-13 01:00:22 +02:00
Shauren bda948fc5c Core/Auras: Implemented EstimatedPoints for SMSG_AURA_UPDATE 2021-06-13 00:59:15 +02:00
Shauren 31ef525ecd Core/Misc: Add container utility function Trinity::Containers::EnsureWritableVectorIndex to replace if (i >= vec.size()) vec.resize(i + 1) copypaste everywhere 2021-06-13 00:59:15 +02:00
ariel- fccf1a8c62 Core/Auras: removed caster dependency from core
- Decoupled Unit logic: split of spell critical chance into done (caster bonuses) and taken (target bonuses), this allows to precalculate caster bonuses on aura apply and then check victim's auras on damage/healing calc
- Made static a bunch of methods (they no longer have this pointer because they are now called from periodic handlers which may or may not have an active caster in world)
- Simplified all AuraEffect bonuses into AuraEffect::_amount, no more duplicated code
- Critical chance and whether or not caster is player owned unit (for resilience calcs) is now saved one level upper, on Aura itself (it's impossible as of 3.3.5 to have different effects with different critical chances)
- Minor cleanup of SPELL_DAMAGE_CLASS_NONE and Arcane Potency (#18813) crit handling

Closes #19876

(cherry picked from commit cb9e72e521d3cc415dd15bf6912c87f89e41b92a)
2021-06-13 00:59:13 +02:00
Shauren fa4e2d3935 Core/Quests: Fixed quests that should have objectives immediately marked as complete
Closes #26566
2021-06-08 00:02:58 +02:00
Shauren d0be92ec0a Core/Achievements: Defined all modifier tree types and implemented many of them 2021-06-07 15:37:34 +02:00
Matan Shukry 626c8f5de1 Core/Player: Add helper function to determine if war mode can be enabled in area 2021-06-06 21:06:21 +02:00
Shauren 5134622a75 Core/DataStores: Load QuestLineXQuest.db2 2021-06-06 20:57:09 +02:00
Shauren 2f8e411ac7 Core/Reputation: Corrected sorting of friendship rep reactions 2021-06-06 19:22:47 +02:00
Shauren 8d5356cdea Core/DataStores: Load PvpTier.db2 2021-06-06 19:06:08 +02:00
Shauren b607bb0a93 Core/DataStores: Load ItemModifiedAppearanceExtra.db2 2021-06-06 17:56:11 +02:00
Shauren c2751f9195 Core/Players: Add PlayerExtraFlags for tracking race change, level boost, and raf level grant usage 2021-06-06 14:19:28 +02:00
Shauren b01fba4bd9 Core/Reputation: Implemented paragon reputation 2021-06-06 00:11:06 +02:00