Commit Graph

13245 Commits

Author SHA1 Message Date
github-actions[bot]
4eaac11099 chore(DB): import pending files
Referenced commit(s): 8ea13ca778
2024-06-18 22:46:01 +00:00
Benjamin Jackson
8ea13ca778 fix(Scripts/Spells): Implement damage scaling based off DoT stack count for Seal of Vengeance and Corruption. (#19073)
* Init.

* Whoops.

* Move comment.

Someone should fix this darn CI.

* Logic adjustment.

* Revert logic adjustment.

This reverts commit ee09ee55df47c9a66ecf536be58a4a040f384b72.

* Requested changes?
2024-06-19 00:45:02 +02:00
Andrew
e3789db379 fix(Scripts/ICC): Fix Valithria reseting (#19087) 2024-06-19 00:43:30 +02:00
github-actions[bot]
b90a6c0ce7 chore(DB): import pending files
Referenced commit(s): a644425758
2024-06-18 22:43:19 +00:00
avarishd
95543437bf fix(DB/Creature): Mote of Shadow incorrect low value for 2 npcs (#19088) 2024-06-19 00:43:04 +02:00
github-actions[bot]
980808422c chore(DB): import pending files
Referenced commit(s): dea3748629
2024-06-18 22:42:35 +00:00
avarishd
a644425758 fix(DB/Creature): Port Force-Commander Gorax patrol from mangos-wotlk (#19089) 2024-06-19 00:42:24 +02:00
atrapalis
dea3748629 fix(Core/Quest): Correct XP Display when modified by SPELL_AURA_MOD_XP_QUEST_PCT (#19060)
* fix(Core): Correct Quest XP Display when modified by SPELL_AURA_MOD_XP_QUEST_PCT

The quest XP displayed on the gossip window was not modified for auras that increase quest XP gain (e.g. spell ID 57353). This commit corrects the quest XP display when accepting/returning quests.

* refactor(Entities/Player): Added a `CalculateQuestRewardXP()` function to reduce duplicated code

* cleanup(Entities/Creature): Removed now unused variable `playerLevel`

* Apply suggestions from code review

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-19 00:41:39 +02:00
github-actions[bot]
90de4bb230 chore(DB): import pending files
Referenced commit(s): 2319789804
2024-06-18 09:20:13 +00:00
天鹿
2319789804 fix(DB/Hyjal): Update conditions after boss index change (#19086)
* Create Hyjal

* Delete data/sql/updates/pending_db_world/Hyjal

* Add files via upload
2024-06-18 06:19:20 -03:00
github-actions[bot]
3d95ba220a chore(DB): import pending files
Referenced commit(s): 2cf95ca6cb
2024-06-18 00:27:12 +00:00
Benjamin Jackson
8f39e88567 fix(DB/Procs): Add proc info for lower ranks of Reckoning talent. (#19071)
* Init.

* Adjust query.

Use the rank system supported by the table rather than add the individual rank spell IDs.

* Remove redundant query segment.
2024-06-17 21:27:03 -03:00
github-actions[bot]
ef87925f28 chore(DB): import pending files
Referenced commit(s): 4b0202a525
2024-06-18 00:26:27 +00:00
avarishd
2cf95ca6cb fix(Core/Spells): Don't send SMSG_CAST_FAILED for interrupted spells … (#19082)
fix(Core/Spells): Don't send SMSG_CAST_FAILED for interrupted spells after they were launched or channelling was started (this clears cooldown on client)

https: //github.com/TrinityCore/TrinityCore/commit/63bc405faeb7afcf99de6f7531e4ea59065165f4

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-06-17 21:26:18 -03:00
avarishd
4b0202a525 fix(DB/Creature): Archmage Xylem patrol from mangos-wotlk (#19083)
fix(DB/Creature): Archmage Xylem pathing
2024-06-17 21:25:35 -03:00
Lyuboslav Kotsev
10892a519d fix(core/spell): Presence of Mind should not apply cooldown mods on c… (#17890)
fix(core/spell): Presence of Mind should not apply cooldown mods on category spells.

Mage T4 set 4 set bonus puts cooldown reduction on Presence of Mind which should not be passed down to category spells,
because in case of infinity cooldown on Arcane Power it does not get reset when you lose the Presence of Mind aura and Arcane Power stays forever in cooldown
or more specifically for 1 month(infinity cooldown).

Closes https://github.com/azerothcore/azerothcore-wotlk/issues/17800
Patch 3.0.9 https://wowpedia.fandom.com/wiki/Patch_3.0.9

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-17 22:05:07 +02:00
github-actions[bot]
e76a5ad0f2 chore(DB): import pending files
Referenced commit(s): 4b5468face
2024-06-17 19:58:19 +00:00
Benjamin Jackson
4b5468face fix(Scripts/SlavePens): Rewrite Ahune. (#19075)
* Add WPP SQL output.

* Uncomment all entries.

With one exception, one that does not exist in DB

* Sort all by template entry.

* Add reference names for templates.

* Distinguish summons from static spawns.

* Separate summons from static spawns in SQL parse.

* Add timestamps and spell casts for creatures.

* Init spawn query.

* Init script stuff.

* Init port work.

Co-Authored-By: Gustavo <sirikfoll@hotmail.com>

* Bad flag porting.

* Update stand states and unit flags properly.

* Adjust SQL.

* Add birth spell.

Properly shows the desired animation, to be verified through sniffs if he actually casts it.

* Update Frozen Core model data.

Collected from TC master branch. Will correct with proper data once sniff data becomes available.

* Elaborate rhyme aura text functions.

Co-Authored-By: sudlud <sudlud@users.noreply.github.com>

* Adjust for structure changes.

* Elaborate delete queries.

---------

Co-authored-by: Gustavo <sirikfoll@hotmail.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
2024-06-17 16:57:23 -03:00
Jelle Meeus
916a8ef618 fix(Scripts/BlackTemple): Akama shade missing says (#19076)
Co-authored-by: Keader <keader.android@gmail.com>
2024-06-17 21:42:45 +02:00
AnchyDev
e0cf15db93 fix(Scripts/Misc) CanExecuteCommand renamed and moved to be executed for all commands. (#19081)
* Fix CanExecuteCommand only being executed on command failure.

* Updated for style guide.

* Removed pointless hook call.

* Modified the name of the hook to better reflect function and moved the call to trigger for non-existent commands.

* Updated to OnTryExecuteCommand because Foe has a special place in my heart.

* Forgot to change these 2 areas.
2024-06-17 21:39:11 +02:00
github-actions[bot]
90ec2d6cbe chore(DB): import pending files
Referenced commit(s): 5f966e8e0c
2024-06-17 19:38:36 +00:00
Andrew
5f966e8e0c chore(Scripts/Hyjal): Remove unneeded Archimonde spell scripts (#19080)
* chore(Scripts/Hyjal): Remove unneeded spell scripts

* use trigger flags

* Update boss_archimonde.cpp

* Update boss_archimonde.cpp
2024-06-17 21:37:43 +02:00
github-actions[bot]
20ff8df91c chore(DB): import pending files
Referenced commit(s): 3211c7d884
2024-06-16 22:01:03 +00:00
Jelle Meeus
3211c7d884 fix(Scripts/ObsidianSanctum): add Flame Tsunami knockback (#19078)
* refactor spellscript

refactor spellscript

* add flame tsunami knockback
2024-06-16 19:00:07 -03:00
github-actions[bot]
b159d32cba chore(DB): import pending files
Referenced commit(s): 36621804b9
2024-06-16 21:28:32 +00:00
Benjamin Jackson
36621804b9 fix(DB/Creature): Correct model info for Black Temple bosses. (#19079)
* Init.

* Consolidate, remove comments.
2024-06-16 18:27:38 -03:00
Andrew
95221c4d50 fix(Scripts/Hyjal): Archimonde should gain charges regardless of deat… (#19069)
* fix(Scripts/Hyjal): Archimonde should gain charges regardless of death cause

* Update instance_hyjal.cpp

* fix boss waves
2024-06-16 18:58:14 +02:00
Andrew
9e122a0cad fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade fl… (#19070)
fix(Core/AI): Fix bosses being stuck IN_PROGRESS if despawnonevade flag is used
2024-06-16 18:57:51 +02:00
github-actions[bot]
737f487fae chore(DB): import pending files
Referenced commit(s): cf258bc969
2024-06-16 16:15:22 +00:00
Andrew
cf258bc969 fix(DB/Spells): Infinity Blade's Magic Disruption should stack for di… (#19077)
fix(DB/Spells): Infinity Blade's Magic Disruption should stack for different casters
2024-06-16 18:14:31 +02:00
github-actions[bot]
22c9d689aa chore(DB): import pending files
Referenced commit(s): d6d49a9e45
2024-06-16 16:13:07 +00:00
Benjamin Jackson
d6d49a9e45 refactor(Core/ObjectMgr): Implement display probabilities. (#19068)
* Init.

Cherry-picked from TC commits 9d210476e5 and c488fb219a

Co-Authored-By: Traesh <9392905+traesh@users.noreply.github.com>
Co-Authored-By: Shauren <shauren.trinity@gmail.com>

* Add brute data.

Needs validation against what existed before, i.e. Classic change prevention.

* Add validation info for brute data.

* Remove incomplete data queries.

* Requested changes.

* Whitespace.

* Requested change.

Table name.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Requested change.

Table name.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Resolve the funny merge conflicts.

I wonder why git blame doesn't work on a file with 20k lines in it that's odd huh champ.

* Remove unused parameter.

* Remove uses of unused parameter.

* Use unused parameter.

Hopefully?

* I will cry.

* Sobbing endlessly.

* Remove comment.

* Adjust table structure query.

Remove length parameters and allow null for build value.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Adjust column datatype and add check constraint.

---------

Co-authored-by: Traesh <9392905+traesh@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-16 18:12:16 +02:00
Andrew
4e385304c0 fix(Scripts/BlackTemple): Fix najentus enrage not reseting (#19074) 2024-06-16 10:32:04 +02:00
xaenerys0
03031d3616 fix(Scripts/Spells): Flag of Ownership (#18757)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-06-16 10:20:25 +02:00
github-actions[bot]
5dae761a94 chore(DB): import pending files
Referenced commit(s): 9d88273976
2024-06-15 20:08:09 +00:00
Kitzunu
9d88273976 fix(DB/Achievement): Pilgrim reward mail (#19067)
* closes #18429
2024-06-15 17:07:17 -03:00
Andrew
e255a3ac3e fix(Scripts/BlackTemple): Fix Najentus not enraging after 8 min (#19066) 2024-06-15 14:01:06 -03:00
Andrew
78aaa136cc fix(Scripts/BlackTemple): Fix Free Friend spell (#19065) 2024-06-15 13:43:30 -03:00
github-actions[bot]
fb3b17cebc chore(DB): import pending files
Referenced commit(s): e98e03302e
2024-06-15 16:35:17 +00:00
sudlud
564cbca7d3 feat(CI): enable fail-fast for pch/nopch (#19058)
fix(CI): enable fail-fast for pch/nopch
2024-06-15 18:34:42 +02:00
Benjamin Jackson
e98e03302e fix(DB/Item): Stormherald PPM adjustment. (#19059)
Init.
2024-06-15 18:34:24 +02:00
github-actions[bot]
710b25ee36 chore(DB): import pending files
Referenced commit(s): 28fae60efc
2024-06-15 16:29:53 +00:00
Andrew
549e86f2eb fix(DB/Creature): Aquaneous Lord taunt immunity (#19061) 2024-06-15 18:29:51 +02:00
Andrew
c00f89a6fd fix(DB/Spell): Sludge Nova stack from different casters (#19063) 2024-06-15 18:29:35 +02:00
Andrew
28fae60efc fix(DB/Creature): Aqueous Lord formation behaviour (#19064)
fix(DB/Formations): Aqueous Spawn formation behaviour
2024-06-15 18:29:01 +02:00
github-actions[bot]
85a2812dbc chore(DB): import pending files
Referenced commit(s): 923ea9f29a
2024-06-14 22:04:09 +00:00
avarishd
923ea9f29a fix(DB/Creature): Reth'hedron spawn timer (#19055) 2024-06-15 00:03:18 +02:00
sudlud
278ee2a728 fix(docs): sync SECURITY.md with current CI config (#19057) 2024-06-13 21:52:22 +02:00
Jelle Meeus
f846d79478 fix(Core/Pet): Warlock pet handling (#19054)
* dismiss summoned non-hunter pets by removing them

* store createdbyspellid

* Revert "dismiss summoned non-hunter pets by removing them"

This reverts commit eb539e841d882a6c90f743792c91304b0d365a5c.
2024-06-13 10:31:35 -03:00
github-actions[bot]
4b40237d10 chore(DB): import pending files
Referenced commit(s): 7441938bc3
2024-06-13 13:22:26 +00:00