UltraNix
ce27bbbc86
fix(Core/Spells): Wyvern Sting DoT (ranks 1-3) should considered as n… ( #12803 )
...
...egative spell.
2022-08-28 02:08:06 -03:00
UltraNix
8439ce9920
fix(Core/Spells): Feed Pet should not interrupt eating/drinking. ( #12817 )
...
Fixes #12634
2022-08-27 12:23:50 -04:00
UltraNix
f7de5235f8
fix(Core/Spells): Death's Respite should not generate threat. ( #12807 )
...
* fix(Core/Spells): Death's Respite should not generate threat.
Fixes #12798
* Update SpellInfoCorrections.cpp
2022-08-27 09:45:09 -03:00
Angelo Venturini
119a2356a0
refactor(Scripts/RuinsOfAhnQiraj): Buru eggs ( #12822 )
2022-08-23 08:01:28 -03:00
Angelo Venturini
b78cbef511
fix(Core/RuinsOfAhnQiraj): Lash should not disarm ( #12788 )
...
* fix(Core/RuinsOfAhnQiraj): Lash should not disarm
* Update src/server/game/Spells/SpellInfoCorrections.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-08-21 10:57:48 -03:00
Maelthyr
d0d1671745
feat(Core/Debug): GetDebugInfo implementation ( #12705 )
...
Cherry-pick: 9a924fb9d5
Co-authored-by: jackpoz <giacomopoz@gmail.com >
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2022-08-15 09:43:41 -03:00
Skjalf
4952e6032f
fix(Scripts/Misc): Lower Artorius damage treshold when he damages him… ( #12695 )
...
* fix(Scripts/Misc): Lower Artorius damage treshold when he damages himself & his dot shouldn't be affected by his enrage
* Update SpellInfoCorrections.cpp
2022-08-13 22:24:58 -03:00
M'Dic
5fe01e2d19
update (core): Additional anticheat helper ( #12692 )
...
update (core): Addition anticheat helper
2022-08-09 14:27:09 -04:00
Nefertumm
c806c62c62
fix(Core/Spells): Crashfix ( #12609 )
2022-08-03 09:05:24 -03:00
UltraNix
a5346d7811
fix(Scripts/Spells): Fixed T3 6P Frostfire Regalia bonus not proccing. ( #12585 )
2022-08-01 18:09:01 -03:00
UltraNix
f13854cd5e
fix(Core/SmartScripts): Fixed SMART_ACTION_START_FOLLOW not complet… ( #12580 )
...
…ing quests.
2022-08-01 17:53:03 -03:00
UltraNix
5008e633e3
fix(Core/Spells): Elemental Mastery should only affect Lightning Bolt… ( #12499 )
...
* fix(Core/Spells): Elemental Mastery should only affect Lightning Bolt, Chain Lightning and Lava Burst.
Fixes #10903
* Update.
2022-07-24 14:33:05 -03:00
Maelthyr
2c7b274bc5
refactor(Core): Improve struct alignment and codestyle ( #12335 )
...
refactor(Core): improve struct alignment and codestyle
2022-07-10 14:19:11 -04:00
UltraNix
346150c92a
fix(Scripts/ZulGurub): Hakkar's Blood Siphon ( #12196 )
2022-07-09 11:05:09 -03:00
UltraNix
7b9a5a676b
fix(Core/Spells): Smash Mammoth Trap should open Mammoth Calf's trap. ( #12295 )
...
Fixes #12225
2022-07-03 11:20:33 -04:00
UltraNix
0a71a46c50
fix(Core/Spells): Place Fake Fur should activate Caribou Trap. ( #12297 )
...
Fixes #12226
2022-07-03 10:35:51 -04:00
Nefertumm
298b08c9a5
fix(Core/ZulGurub): Hazza'rah improvements ( #12236 )
...
* fix(Core/ZulGurub): Hazza'rah improvements
* dumb
2022-07-01 20:22:13 +02:00
UltraNix
8c1b729375
fix(Core/Spells): Removed any triggered auras on glyph removal. ( #12168 )
...
* fix(Core/Spells): Removed any triggered auras on glyph removal.
Fixes #11939
* Update.
2022-06-28 16:19:35 -04:00
UltraNix
ea24a7b231
fix(Scripts/ZulGurub): Mandokir's Threatening Gaze. ( #12095 )
...
* fix(Scripts/ZulGurub: Mandokir's Threatening Gaze.
Boss can melee attack while casting.
Boss charges after the debuff run out.
Guillotine is casted on hit rather than on launch.
Properly coded Threatening Gaze Charge (with dot/hot exceptions)
Whirlwind is removed during charge.
Fixes #11748
* Update
* missing
* Update
* Update.
* Update.
* Update.
* Update.
* Update.
2022-06-26 04:50:50 -03:00
Nefertumm
64a0cbba5a
fix(Core/ZulGurub): Hakkar improvements ( #12134 )
...
* fix(Core/ZulGurub): Hakkar improvements
* remove debug
* code improvements
* just select the current victim for cause insanity
* remove will of hakkar <.<
* aspect of arlokk and marli should do a threat wipe
* dumb
2022-06-26 04:47:08 -03:00
Nefertumm
2db5f9a231
fix(Core/ZulGurub): Mandokir charge and chained spirits ( #12072 )
...
* fix(Core/ZulGurub): Mandokir charge and chained spirits
* build
* properly script threatening gaze
* refactor vilebranch speaker script
* remove useless trigger spell for Frightening Shout
* blank spaces
* build...
* sadly you can cheese threatening gaze
* revert threatening gaze part
* style
* charge should target the farthest one
* revert last thing of threatening gaze
* mod charge
2022-06-19 07:50:52 -04:00
UltraNix
1bb343c847
fix(Core/Professions): Players should be able to update gathering ski… ( #12033 )
...
fix(Core/Professions): Players should be able to update gathering skill only once per gameobject.
Fixes #11918
2022-06-19 07:46:56 -04:00
UltraNix
2cde0c35ba
fix(Core/Spells): Fixed calculating LoS for dynamic objects. ( #12090 )
...
Fixed #12080
2022-06-18 11:08:07 -04:00
UltraNix
d41cf026e0
fix(Core/Spells): Fixed calculating LoS checks for spells casted by g… ( #12091 )
...
fix(Core/Spells): Fixed calculating LoS checks for spells casted by gameobjects.
Fixed #12066
2022-06-18 11:05:18 -04:00
Maelthyr
d928d8d96a
refactor(Core/Unit): PC&NPC Immunity ( #11986 )
...
* initial
* refactor(Core/Unit): PC & NPC Immunities
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
* fix builds error
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
* Fix nef combat, and replace SetFlag by SetUnitFlag
* fix combat with jedoga
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
2022-06-18 08:16:45 -04:00
Nefertumm
396fd35ed5
fix(Core/Spells): Implement SPELL_EFFECT_ACTIVATE_OBJECT ( #11648 )
...
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2022-06-13 21:10:31 -03:00
Maelthyr
32334f5f14
refactor(Core/Unit): minor changes for the combat system ( #11904 )
...
Cherry-pick from TC: https://github.com/TrinityCore/TrinityCore/pull/19966
Co-authored-by: Treeston <treeston.nmoc@gmail.com >
2022-06-13 19:40:29 -03:00
Eddy Vega
3b0cd43d12
fix(scripts/ZulGurub): Rewrite Broodlord Mandokir and Ohgan ( #11854 )
...
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com >
2022-06-13 08:52:28 -03:00
UltraNix
a2bc0ae028
fix(Core/Objects): Include combat reach instead of object size in LoS… ( #12013 )
...
... calculations.
Fixed LoS calculations for dynamic objects.
Modified combat reach of Deep Pool Threshfin.
Fixes #11886
2022-06-13 01:03:06 -03:00
UltraNix
f28c678c14
fix(Core/Spells): Hunter traps should not be activated by targets not… ( #11971 )
...
fix(Core/Spells): Hunter traps should not be activated by targets not in LoS.
Fixes #11432
2022-06-06 09:03:24 -03:00
UltraNix
7b4e1ef7d3
fix(Core/Spells): Shadow Weaving should not proc off from DoTs. ( #11825 )
2022-05-25 05:00:05 -03:00
UltraNix
55720eedd3
fix(Scripts/Spells): Sweeping Strikes - improvements. ( #11666 )
...
* fix(Scripts/Spells): Sweeping Strikes - improvements.
Fixes #11594
* Buildfix.
2022-05-23 05:49:56 -03:00
UltraNix
914ea4f9c3
fix(Core/Items): Properly transfer enchantment durations from old to … ( #11828 )
...
fix(Core/Items): Properly transfer enchantment durations from old to newly created/summoned items.
Fixes #11687
2022-05-23 04:27:53 -03:00
UltraNix
99f1cd84e2
fix(Core/Spells): Improvements to Far Sight spell: ( #11683 )
...
* fix(Core/Spells): Improvements to Far Sight spell:
Far Sight should not interrupt while casting another spell.
Corrected setting Far Sight object as an active object.
Fixed grid activation range for active dynamic objects.
When Far Sight is over, the camera be reset to player.
Enable swapping camera between Far Sight and Sentry Totem.
Fixes #6368
* Update.
* Update.
2022-05-23 04:26:51 -03:00
Maelthyr
c5368816fa
Core/Combat: rename getThreatMgr() to GetThreatMgr() ( #11758 )
2022-05-18 05:36:57 -03:00
UltraNix
8c058791ed
fix(Core/Spells): Windfury, Flametongue, Healing Stream, Cleansing … ( #11761 )
...
...and Mana Tide totems should be affected by shaman T1 3p bonus.
2022-05-18 05:08:57 -03:00
UltraNix
6a8180e3fd
fix(Core/Spells): The Earthshatterer 8/9 set bonus should be removed … ( #11757 )
...
…along with Lightning Shield removal.
2022-05-18 04:50:52 -03:00
UltraNix
7d3809330b
fix(DB/Quest): Fixed quest "Krolmir, Hammer of Storms". ( #11742 )
...
Fixes #11728
2022-05-16 12:07:55 -03:00
天鹿
0c0a2eac3b
fix (core): Build Fix ( #11723 )
...
* Update Spell.cpp
2022-05-12 10:43:07 -04:00
UltraNix
930db5d2ae
fix(Core/Spells): Everlasting Affliction should be considered as shad… ( #11678 )
...
…ow spell.
2022-05-11 03:26:19 -03:00
UltraNix
0d4adf5a3e
fix(Core/Spells): Blink. ( #11663 )
...
* fix(Core/Spells): Blink.
Fixes #6427
Fixes #7571
* Update.
2022-05-10 22:37:53 +02:00
UltraNix
27fe28083c
fix(Core/Spells): Fixed rank 6 of Flametongue Weapon. ( #11689 )
...
Fixes #8351
2022-05-10 17:02:45 +02:00
天鹿
32b7531295
fix(Scripts/Spells) charge Auto attack ( #11693 )
...
* Update MotionMaster.h
* Update MotionMaster.cpp
* Update SpellEffects.cpp
* Update MotionMaster.cpp
* Update MotionMaster.h
* Update MotionMaster.cpp
* Update MotionMaster.h
* Update SpellEffects.cpp
* Update Spell.cpp
* Update Spell.cpp
* Update SpellEffects.cpp
2022-05-10 08:21:43 +02:00
Kitzunu
969cb68c35
fix(Core/Auras): INVISIBILITY_UNK10 also applies the flag PLAYER_FIELD_BYTE… ( #11588 )
...
* ore/Auras: INVISIBILITY_UNK10 also applies the flag PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW
* cherry-pick commit (230f40f359 )
Co-Authored-By: Meji <2695278+meji46@users.noreply.github.com >
* Update Object.h
* Update Object.h
Co-authored-by: Meji <2695278+meji46@users.noreply.github.com >
2022-05-08 23:10:10 +02:00
Kitzunu
ca0de49df2
fix(Core/Spells): Paladin's Judgements can be applied on different targets at the same time ( #11672 )
...
* cherry-pick commit (4bff223851 )
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com >
2022-05-08 10:42:10 +02:00
UltraNix
56982f9eba
fix(DB/Quest): Krolmir, Hammer of Storms. ( #11661 )
...
* fix(DB/Quest): Krolmir, Hammer of Storms.
Fixes #11637
* Buildfix.
* Update src/server/game/Spells/SpellInfoCorrections.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-05-08 10:19:26 +02:00
IntelligentQuantum
59e45c251e
fix(Core/Spell): Improvements to path generation for Charge mechanic ( #11534 )
...
It has its flaws but it can be improved and it's actually a lot better than what we currently have.
2022-04-27 20:18:44 -03:00
UltraNix
b7be09e96c
fix(Core/Players): Updates visibility of nearby entities around player's viewpoint in case of immediate changing farsight object. ( #11520 )
...
Fixes #11322
2022-04-27 15:12:45 +02:00
UltraNix
7dc494bd55
fix(Core/Spells): Rapture should ignore line of sight. ( #11519 )
...
Rapture should not generate threat.
Fixes #11396
2022-04-25 09:24:14 -03:00
UltraNix
a57aecbf8c
fix(Scripts/Spells): Improvements to Brood Power: Bronze: ( #11499 )
...
Brood Power bronze affects only one target.
Death Talon Wyrmguard gain the Brood Power aura only once per lifetime.
Fixes #11448
2022-04-24 03:25:07 -03:00