Commit Graph

34993 Commits

Author SHA1 Message Date
Shauren
f982e566a7 DB/Shattered Halls: Migrate linked_respawn to spawn groups 2022-09-20 16:24:31 +02:00
Shauren
9cac8d88cf DB/Naxxramas: Migrate linked_respawn to spawn groups 2022-09-20 16:00:21 +02:00
Shauren
cc6e0bfeb4 DB/Karazhan: Migrate linked_respawn to spawn groups 2022-09-19 22:56:20 +02:00
Shauren
059419584e DB/Ahn'Qiraj Temple: Migrate linked_respawn to spawn groups 2022-09-19 22:41:39 +02:00
Shauren
cb7ac758c4 DB/Molten Core: Migrate linked_respawn to spawn groups 2022-09-19 22:35:01 +02:00
Shauren
ec085ffc85 DB/Deadmines: Migrate Deadmines linked_respawn to spawn groups 2022-09-19 21:54:28 +02:00
Neonix
18121ae24a Tools/vmapextractor: Fixed undeclared identifier 'assert' on OSX (#21994)
(cherry picked from commit 4279bfb6cb)
2022-09-14 12:28:48 +02:00
funjoker
c7c5e69beb Docker: Update contrib Dockerfile
(cherry picked from commit 678f7a4615)
2022-09-14 12:27:08 +02:00
Shauren
512f28316e CI/Cicle: Restore old behavior for docker push
(cherry picked from commit 470e5686b8)
2022-09-14 12:26:09 +02:00
funjoker
6372ba3f74 CircleCI: Update to new images (#28243)
* Tests: Update Catch2 to v2.13.9

(cherry picked from commit 189ea0b1a5)
2022-09-14 11:12:29 +02:00
Giacomo Pozzoni
de4920de81 Core/World: Include more details about MaxCoreStuckTime asserts (#28188)
* Core/World: Include more details about MaxCoreStuckTime asserts

Include more details about MaxCoreStuckTime asserts that might help find why FreezeDetector gets triggered with idle MapThreads

* Codestyle fix
2022-09-11 18:45:14 +02:00
lee
fea9de5b17 Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode last phase (#27910)
* Fix wrong npc text,trash movment,archimode last phase

1.Fix wrong npc text for Jania,Thrall,Tyrande.
2.Change Hyjal trash movement from walk to run.
3.Fix archimode drain worldtree event.
4.Fix archimode below 10% hp phase.Case Protection of elune on player.

* fix code style

fix code style

* fix wrong type

* Revert "fix wrong type"

This reverts commit 204c45f7d7.

* fix wrong type

* Update boss_archimonde.cpp

* add missing Creature Text

* fix code style

* Update hyjalAI.cpp

* do some work to prevent respawn mobs in combat

* remove dup yell at alliance base

* fix code style

* fix SPELL_METEOR unvisiable when spawn Giant Infernal

* change to DoCastSelf

* hide archimonde doomfire spirit visual

* fix code style

* fix SQL warning when startup server

* fix code style

* move SetRun out of constructor

* remove target list

* move setRun

* fix code style

* Change npctext ID to high ID.Fill text into Creature Text

Change npctext ID to high ID.
Fill text into Creature Text.

* Remove Magic Numbers

* change npctext high ID

* fix change high npc_text id in code

* remove setCanFly,add flight state to db

* change npc_text id

* change npc yell condition after second boss dead

* update npc_text IDs taken from sniff file.

Updated IDs taken from sniff file provided by Aokromes.

* remove MoveInLineOfSight

* move protection_of_elune immuity effect to spell script

* move worldtree channel target to db

Move worldtree channel target to db
Fix wrong position and movement_type of worldtree channel target

* update wrong npc_text IDs in code

* remove CastProtectionOfElune

* remove SetVisible(false),change flags_txtra of doomfire(18095) and doomfire_spirit(18104)

* update sql

* fix compile error

* revent spawntime,move guards say slay and say death to db

* Move code from Initialize() to Reset()

Move code from Initialize() to Reset()

Move code from Initialize() to Reset()

Update boss_archimonde.cpp

* remove unneeeary ->AI()

* Update hyjal_trash.cpp

* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp

* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp

* Rename 9999_99_99_world.sql to 2022_09_11_00_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-09-11 17:33:25 +02:00
Shauren
a55a566602 Core/Auras: Fixed requireImmunityPurgesEffectAttribute logic for school immunities
Closes #28237
2022-09-09 21:48:35 +02:00
M'Dic
5ec5e1e1d0 Scripts/Events: Ironforge hourly bell event correction (#28234)
Changes go_bells script to play the BellTollDwarfGnome once at every hour.

References:
https://www.reddit.com/r/classicwow/comments/ou0rw5/question_what_is_that_super_loud_bellowing/
cherry-pick commit (Hourly bell: Dwarf horn sound should only play once vmangos/core#1569)

Co-authored-by: schell244 <9536270+schell244@users.noreply.github.com>
2022-09-08 18:19:15 +02:00
Shauren
3306a4d06c Core/Auras: Improve aura interactions with immunities on spell effect level
* Effects that target is immune to will be suppressed instead of completely removed

Closes #28096
2022-09-05 18:22:39 +02:00
Shauren
f3384fecaa Core/Spells: Move entering combat for caster and calculating crit chance to separate function called only once for each target instead of doing it once for every effect on every target 2022-09-05 00:30:17 +02:00
Shauren
e2840a3f81 Core/Spells: Simplify combat flagging code on spell launch and impact 2022-09-04 22:49:08 +02:00
Shauren
e8dfd8c25c Core/Combat: Allow PvE combat references to become suppressed, just like PvP ones 2022-09-04 22:49:08 +02:00
Alan Deutscher
b59706c8b6 Core/Spells: Delay combat flagging for spell targets until spell missile lands 2022-09-04 22:49:08 +02:00
Tony Konzel
052dfe27fc Core/Spells: Removed gathering failure chance from herbalism and mining nodes (#28227) 2022-09-02 19:29:54 +02:00
Shauren
ea711efcc3 Core/Misc: Reserve SAI action, trinity_string and condition types used in master branch 2022-09-02 19:26:27 +02:00
ihm-tswow
44ac5cbbea Core/Misc: Store skillline abilities grouped by skill id (#28199) 2022-09-02 15:11:51 +02:00
Gildor
d86dcce1c8 Core/Battlegrounds: Capture flag immediately when standing on capture point and your team's flag return due to drop timer ended (#28200) 2022-09-02 14:58:57 +02:00
ihm-tswow
6e37438e5d Core/Debugging: Improve SymInitialize fail message (#28206)
* clarify that this is not the crash error, but an error with the crash report itself
* improve formatting and message boundaries
* warn the reader that this means the call stack symbols may be inaccurate
2022-08-19 11:14:07 +02:00
TDB Release
c04fe4974b TDB 335.22081 - 2022/08/15 TDB335.22081 2022-08-15 11:23:44 +00:00
Jildor
87f2180f76 DB/Loot: Koralon 25 drops item 40811, not Emalon 25
Closes #28167
2022-08-04 19:01:37 +03:00
offl
56eff06526 DB/Creature: Adjust General Lightsbane's damage 2022-08-04 19:01:15 +03:00
ihm-tswow
bac3eda135 Core/Misc: Improve missing class health/mana data error message during startup (#28173)
- If the class lacks health/mana data entirely, pClassInfo is null and crashes without reaching the error message if we don't check it first.
2022-08-03 09:24:05 +02:00
CoderKane
2ad36c37b4 Core/Battlegrounds: Capture flags immediately when standing on capture point and your team's flag gets returned (#28087)
Closes #28076
2022-08-02 22:03:12 +02:00
Dan Johnson
3735a3df0e Scripts/Naxxramas: Curse of the Plaguebringer should affect 10 targets in 25 man mode (#28164) 2022-08-02 21:50:49 +02:00
jackpoz
0b96a365e2 Core/Player: Fix GM character level
Fix GM characters using DeathKnight char level even for non-DK chars.
Issue added in 4e86484828
Close #28165
2022-07-30 21:41:24 +02:00
Dan Johnson
6b2fac687d Scripts/Naxxramas: Fixed number of affected targets for Cripple and Curse spells in 25 man version of Noth the Plaguebringer encounter (#28161) 2022-07-30 15:38:02 +02:00
Dan Johnson
4e86484828 Fix starting level for GMs creating a DK (#28080)
* Fix starting level for GMs creating a DK

* Change behavior to look at max instead of ignoring DKs for GMs
2022-07-27 15:16:51 +02:00
offl
53cc21b1b4 Scripts/Spells: Random fixes (#28143) 2022-07-21 00:29:46 +03:00
offl
aef55d5dfa Scripts/Quest: Rework 'Fel Spirits' (10909) (#28134) 2022-07-18 23:38:37 +03:00
offl
d06842d42a Scripts/Spells: Script 'Hate To' spells (#28129) 2022-07-18 00:55:46 +03:00
Kargatum
13d86762e6 Core/Crypto: Correct header guard in SessionKeyGenerator.h (#28116) 2022-07-15 22:33:22 +02:00
offl
444928f3c5 Scripts/Quest: Adjustments to Runeforging (#28115) 2022-07-14 19:09:59 +03:00
offl
9a9edb4dfe Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114) 2022-07-14 00:32:03 +03:00
offl
a041ac4677 DB/Quest: Fix 'Help Tavara'
Closes #28110
2022-07-13 14:19:08 +03:00
offl
1c96eebcc1 Scripts/Quest: Update few quests (#28108) 2022-07-12 00:31:59 +03:00
offl
37fcaf64ef Core/Spells: MaxAffectedTargets for 47731 Critter 2022-07-11 00:33:10 +03:00
offl
93db014cb9 Scripts/Nexus: Rework Telestra (#28104)
Closes #27792 Closes #27941
2022-07-11 00:08:21 +03:00
Alan Deutscher
b484b7e927 Core/Auras: Do not remove auras unaffected by invincibility (#28100)
* Mark WSG's Focused Assault and Brutal Assault as unaffected by immunities
2022-07-10 19:28:54 +02:00
Alan Deutscher
b1db528780 Core/Battlegrounds: Fix WSG Focused/Brutal Assault #28088 (#28094)
* Warsong Gulch: Do not clear Focused Assault or Brutal Assault from one team's flagbearer when the other team's flag is returned. The timer should only stop / reset when both flags have returned to the pedestal.
* When a flag is picked up from the pedestal with Focused Assault or Brutal Assaul active, the new flagbearer should receive the debuff.
2022-07-07 10:21:36 +02:00
offl
b339fbaaf3 Scripts/Events: Update few Love is in the Air quests & items (#28084) 2022-07-03 23:24:16 +03:00
offl
b801528e9d Scripts/Spells: Hex of Jammal'an (#28083) 2022-07-03 23:23:43 +03:00
offl
fca49f428b Scripts/Quest: Update 'Sabotage' (12676) (#28082) 2022-07-03 23:23:00 +03:00
offl
dfd1692e31 Scripts/Pets: Update Lil' K.T. (#28071) 2022-06-30 22:32:09 +03:00
offl
b9450bcdd0 Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059) 2022-06-26 21:48:41 +03:00