Commit Graph

486 Commits

Author SHA1 Message Date
UltraNix
eb3f80ceff fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: … (#13518)
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: TrinityCore.

Fixes #13306
2022-10-29 07:13:36 -03:00
UltraNix
4ef1010f37 fix(Core/Spells): Maelstrom Weapon should not reset attack timers. (#13504)
Fixes #13179
2022-10-29 07:13:09 -03:00
UltraNix
0cd6319cfc fix(Core/Spells): Fixed calculating LoS for dynamic objects. (#13521)
Fixes #13255
2022-10-29 07:12:49 -03:00
Gultask
003f574bf4 fix(Scripts/TempleOfAhnQiraj): Properly prevent Uppercut from triggering Double Attack (#13581)
* netherstorm&shadowmoon

* 1

* fix

* 2
2022-10-28 19:37:04 -03:00
M'Dic
55a5684c87 Add (core): Effect Transmit Anticheat Helper (#13447)
Add (core): Anticheat Helper
2022-10-23 09:19:35 -04:00
Angelo Venturini
96ff759953 fix(Scripts/TempleOfAhnQiraj): Change spawn mode for Spawn of Fankriss (#13408) 2022-10-14 16:28:03 -03:00
Angelo Venturini
f6b8840e34 refactor: rename spell_proc fields (#13334)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-10-13 14:04:55 -03:00
M'Dic
2e6f6e26da Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
2022-10-12 14:39:02 -04:00
UltraNix
e390087efd feat(Core/Items): Implemented elemental weapon damage. Source: Trinit… (#13050)
...yCore.
2022-10-08 14:34:52 -03:00
UltraNix
78a383f4f7 fix(Core/Spells): Rental Racing Ram will not be removed upon entering… (#13192)
...water.
2022-10-05 21:35:46 -03:00
Angelo Venturini
ad4ce0895f fix: Qaston revert (#13320)
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271)"

This reverts commit e05f61d1b3.

* Revert "fix(Core): Crash (#13292)"

This reverts commit a818bcf3e2.

* Revert "fix: Crash (#13241)"

This reverts commit be423a91b5.

* delete sql

* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079)"

This reverts commit cbd3fd0967.

* add sql revert

* fix sql

* remove update from world.updates
2022-10-05 21:53:20 +02:00
Angelo Venturini
e05f61d1b3 fix(Core/QAston): fixed shields oneshotting (#13271)
* fix(Core/QAston): fixed shields oneshotting

* fix build
2022-10-04 19:37:48 +02:00
Angelo Venturini
be423a91b5 fix: Crash (#13241) 2022-10-03 16:14:43 -03:00
Angelo Venturini
590525b86c fix: Crash (#13230) 2022-10-02 22:35:45 -03:00
IntelligentQuantum
cbd3fd0967 refactor(Core/Spells): Implement QAston Proc System (#11079)
* .

* sql

* .

* .

* 1

* 2

* 3

* 4

* 5

* 6

* 7

* 8

* 9

* 10

* 11

* 12

* 13

* 14

* 15

* Update spell_item.cpp

* Update Unit.cpp

* 16

* 17

* 18

* 19

* 20

* 21

* Update Unit.cpp

* REVERT UltraNIX Commit

* 22

* 23

* .

* .

* .

* warrior

* warlock

* shaman rogue priest paladin mage

* spell item

* hunter

* druid

* dk

* war

* error style

* Update rev_1647677899565690722.sql

* Update rev_1647677899565690722.sql

* Update rev_1647677899565690722.sql

* .

* DOND DEL ME WAD DO DO

* error 2

* .

* .

* .

* FIX

* Update SpellInfoCorrections.cpp

* Update SpellInfoCorrections.cpp

* .

* ja genau

* Update .gitignore

* .

* .

* .,

* .

* .

* .

* .

* Update Unit.cpp
2022-10-02 19:39:34 +02:00
SoglaHash
fa00250323 fix(CORE/Spells): Fix Scaling of some Guardians (#12625)
* fix(CORE/Spells): Fix Scaling of some Guardians

Guardians summoned by engineering and items have wrong scaling.

This will fix Engineering items having the wrong stat scaling.

Also fix some Guardians summoned by items to have appropriate level and
stats.
Closes AzerothCore issue #12446

* Fix whitespace

* fix codestyle
2022-10-01 22:35:09 +02:00
M'Dic
967f8ce6d6 update (core): Startup console capitalizations (#13195) 2022-10-01 13:09:34 -04:00
M'Dic
33fcab0917 fix (core): Log correction (#13181)
fix (core): Commit LOG correction
2022-10-01 09:45:29 -04:00
M'Dic
ed68d1bffa fix (Core/Spell): Shadowform Dispel (#13155) 2022-09-28 12:13:46 -04:00
Angelo Venturini
47f9f4917a fix(Core/Item): Renataki's Charm of Beasts (#13124) 2022-09-28 00:22:08 -03:00
Maelthyr
1f472bddd3 refactor(Core/Combat): Code style and improvement of ThreatMgr (#12992) 2022-09-25 15:20:34 -03:00
Grimgravy
7400338ecb fix(core/quest): improved egg collection (#12640)
* fix(core/quest): improved egg collection

* .

* Update rev_1659836460796753400.sql

* update
2022-09-25 10:46:24 -03:00
UltraNix
f658c8ea0c fix(Core/Spells): Fingers of Frost should always proc alongside with … (#13008)
...Frostbite.
2022-09-19 00:52:37 -03:00
UltraNix
a5ab96c79d fix(Scripts/Spells): Finger of Frost Shatter Combo. (#13006) 2022-09-19 00:46:17 -03:00
SoglaHash
3dde9d904c fix(Core/Spell): Mixology duration Gift of Arthas (#12982)
Gift of Arthas duration with Mixology should be increased to 1 hour

Closes https://github.com/azerothcore/azerothcore-wotlk/issues/12941
2022-09-18 00:05:43 +02:00
ZhengPeiRu21
1ddd884d6a feat(Core): Implement SP Bonus Coefficients from DBC (#12562)
* cherry-pick commit (1826437c09)

* Co-authored by: ariel- <ariel-@users.noreply.github.com>

* feat(Core): Implement SP Bonus Coefficients from DBC

* Several coefficient corrections

* Fix spell_dru_lifebloom
2022-09-17 11:09:04 +02:00
UltraNix
577a0a1f3e fix(Core/Spells): Improved Blink in WSG near NE huts. (#13012) 2022-09-13 22:54:05 -03:00
UltraNix
ea7f86ae64 fix(Core/Spells): Fixed ground destination of Blink. (#13009)
Fixes #11721
2022-09-13 22:51:40 -03:00
UltraNix
cd337dbe5e fix(Core/Spells): Fixed Paladin's T2 8P bonus. (#12999) 2022-09-13 19:38:41 -03:00
UltraNix
2ef8d2e1e2 fix(Core/Spells): Revive Pet cannot be cast if there is not pet to resurrect (#12818)
- Closes #12776
2022-09-12 03:01:53 +02:00
UltraNix
31892275b0 fix(Core/Spells): Resistance auras should affect creatures. (#12946)
Fixes #12867
2022-09-03 10:32:30 -03:00
UltraNix
ea0a344af5 fix(Core/Spells): Fixed spell error when players tries to disarm rang… (#12885)
fix(Core/Spells): Fixed spell error when players tries to disarm ranged-armed victim.

Fixes #11803
2022-09-02 09:31:48 -03:00
UltraNix
406f2bcd02 fix(Core/Battlegrounds): Fixed setting proper winner team at the end … (#12868)
fix(Core/Battlegrounds): Fixed setting proper winner team at the end of battleground.

Fixes #11717
Fixes #12688
2022-08-31 06:40:32 -03:00
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