Commit Graph

34211 Commits

Author SHA1 Message Date
Riztazz
d01914ffcc Scripts/Stratholme: Few changes to how Ysida behaves during the Baron run (#20749)
(cherry picked from commit 2a25d9d9a7)
2021-04-15 05:53:27 +02:00
ariel-
fb4c6c2ba6 DB/Creature: added interrupt immunities to some bosses
Closes #12020

(cherry picked from commit 7cc074f2a4)
2021-04-15 05:53:27 +02:00
ariel-
bebc20b4de Core/Spell: implement SPELL_FAILED_AURA_BOUNCED on DR spells
Closes #13695

(cherry picked from commit 5e2c5a52cd)
2021-04-15 05:53:27 +02:00
Serpaa
72bdadfa9d DB/Creature: Add script to Draenei Artificer
Closes #21093

(cherry picked from commit bd12f481d5)
2021-04-15 05:53:27 +02:00
Killyana
138783c99c DB: Fix Some DB errors related to pooling
(cherry picked from commit aa8cd77501)
2021-04-15 05:53:27 +02:00
ariel-
16ec008290 Core/Spells: fix some DB errors
Ref #18542

- Implemented Choking Vines transformation at 5 stacks
- Implemented periodic Aura of Fear ticks
- Fixed Savage Rend passive proccing on anything (raptor pets)

(cherry picked from commit de9f904269)
(cherry picked from commit 32e2207ab9)
(cherry picked from commit 9934a43e09)
2021-04-15 05:53:27 +02:00
ariel-
f97e4ad1f4 Core/Globals: validate creature_template mingold and maxgold fields
(cherry picked from commit 5798fda0a0)
2021-04-15 05:53:27 +02:00
Aokromes
526f82bd72 DB/Spawn: Add heroic mode spawns of a lot of gameobjects
Part by offl
Closes #21082

(cherry picked from commit 9199e8f106)
2021-04-15 05:53:27 +02:00
ariel-
e4ca95983b Core/Creatures: fixed school immunity unapply when updating entry and unified code
- Also use correct data type for SQL (INT <-> uint32)

(cherry picked from commit 00c0ec3f27)
2021-04-15 05:53:27 +02:00
Keader
bd62bfc059 Scripts/Naxxramas: Fixed blizzards following same player in Sapphiron encounter (#21068)
Closes #18765

(cherry picked from commit 143b2aeac0)
2021-04-15 05:53:27 +02:00
offl
2444086630 DB/Creature: Add school immunity for some creatures
Ref https://github.com/TrinityCore/TrinityCore/pull/20709

(cherry picked from commit afa891d04d)
2021-04-15 05:53:27 +02:00
Killyana
e9b4c6d185 DB/Quest: The Mark of Vashj/The Cudgel of Kar'desh
Closes #21070
Closes #21069

(cherry picked from commit 99cc4bb525)
2021-04-15 05:53:27 +02:00
Wyreth
ed3b34e33f Core/Creature: implement school immunity for creatures in creature_template (#20709)
(cherry picked from commit ae878e18ef)
2021-04-15 05:53:27 +02:00
Andrew Letson
dbd9f88bf0 Scripts/Commands: Add failure state for quest remove (#20611)
Add more verbose messaging to the .quest remove command

(cherry picked from commit 1cedcf0bf3)
2021-04-15 05:53:27 +02:00
Léo Gautheron
a58dcd1d9c Core/Unit: make neutral guards attack players involved in PvP
Fix https://github.com/TrinityCore/TrinityCore/issues/17635

(cherry picked from commit e96cf0b242)
2021-04-15 05:53:27 +02:00
Shauren
9619f7c283 Core/Spells: Fixed spell channel object selection
Closes #21227
2021-04-14 00:01:35 +02:00
Matan Shukry
079bc7800e Core/Cheats: Power - set max power on all powers initially + on regenerate (#26235) 2021-04-13 19:05:36 +02:00
Shauren
38ad6c2cf0 Scripts/Spells: Removed facing requirements from penance healing component 2021-04-12 22:34:10 +02:00
Matan Shukry
d2b70397ab Spells/Scripts: Updated Gift of the Naaru script
Closes #22468
2021-04-12 22:32:53 +02:00
Shauren
a9fa007f83 Core/Auras: FIxed paladin aura stacking
Closes #26125
2021-04-12 12:24:52 +02:00
Shauren
e858dd16ef Core: Fix linking with gcc 8.3 2021-04-12 12:24:28 +02:00
Matan Shukry
8b93fc5721 Core/Quests: Show quest details windows if there's only one quest in gossip menu, even if questgiver doesn't have gossip npc flag (#26094) 2021-04-11 22:22:05 +02:00
Matan Shukry
cf3ea20825 Core/Spells: Fixed multiple druid's spells (#26223)
* Tooth And Claw proc correctly (was incorrect attribute)
* Tiger Dash will now transform to cat
* Travelform doesn't require learning riding skill
* Aquatic Form only useable if player has the spell (passive at level 17)
* Doesn't allow stag form inside water
* Bristling Fur will generate rage based on max rage
* Now also removing prowl when cat form is removed
2021-04-11 21:16:41 +02:00
Matan Shukry
b92e20f6c8 Script/Spells: shaman spell fixes (#26192)
* Flametongue Weapon
* Tremor Totem
* Healing Stream Totem
* Liquid Magma Totem
* Healing Rain
2021-04-11 19:23:19 +02:00
Shauren
5fdd2c95ef SQL: Fix copypaste 2021-04-10 23:58:23 +02:00
Shauren
9c1247c1e7 Core: Updated allowed build to 9.0.5.38134 2021-04-10 23:34:19 +02:00
Shauren
df73c9dc27 Core/Spells: Update spell cast result enums to 9.0.5 2021-04-10 23:30:28 +02:00
Shauren
34a8baba85 Core/DataStores: Updated db2 structures to 9.0.5 2021-04-09 23:48:59 +02:00
Shauren
f2202869f7 Core/PacketIO: Updated packet structures to 9.0.5 2021-04-09 20:57:47 +02:00
Shauren
f759809d9d Core/PacketIO: Use new time utilities in packets instead of plain time_t/uint32 2021-04-06 19:10:28 +02:00
Shauren
a8e6282ff5 Core/PacketIO: Add new time related utility classes for conversion from time_t/std::chrono types 2021-04-06 19:10:19 +02:00
Shauren
5faecb6c67 SQL: Add missing updates entry 2021-04-06 00:14:51 +02:00
Shauren
33bce9e28b Core/Criteria: Use std::chrono type for CriteriaHandler::SendCriteriaUpdate 2021-04-06 00:12:01 +02:00
Shauren
48b63c4c67 Core/Groups: Use std::chrono type for Group::m_readyCheckTimer 2021-04-06 00:05:46 +02:00
Shauren
d29dd1eeb5 Core/Misc: Change all unix time columns in character database to bigint (signed) 2021-04-05 23:47:05 +02:00
funjoker
c648ac58e0 DB/Class: Update paladin player_classlevelstats 2021-04-05 14:48:00 +02:00
funjoker
577f0bfbbf DB/Class: Update warrior player_classlevelstats
Note: Data taken from retail
2021-04-02 12:20:42 +02:00
Aokromes
dede974d94 DB/Graveyard: Graveyard of Kultiras and Zandalar
closes #23925 by @osleyder85
2021-03-29 16:56:04 +02:00
Shauren
2398c1e23c Core/Spells: Implemented SUMMON_PROP_FLAG_PERSONAL_GROUP_SPAWN 2021-03-28 20:22:05 +02:00
Shauren
46a81ea1f4 Core/Spells: Add missing privateObjectOwner support to Spell::SummonGuardian 2021-03-28 20:22:05 +02:00
Shauren
33b3ebcae6 Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functions 2021-03-28 20:22:05 +02:00
Shauren
f21270b987 Core/Objects: Refactor private object checks into separate function 2021-03-28 20:22:05 +02:00
Matan Shukry
1082a6645e Core/Objects: Move personal summon handling from TemporarySummon/GameObject to WorldObject and check it using dedicated guid field 2021-03-28 20:22:05 +02:00
Matan Shukry
7885bdf8af Core/Players: Fixed regenerating powers with CenterPower regen (#26308) 2021-03-28 15:50:23 +02:00
Matan Shukry
a8fb7109b7 Core/Maps: Refactor duplicated code from all ***CellRelocation and CheckGridIntegrity into single templated function (#26231) 2021-03-28 15:26:28 +02:00
Shauren
0461826689 Core/Loot: Properly clear tracked looted objects with item loot
Closes #22538
2021-03-28 14:18:34 +02:00
Matan Shukry
1c852af7f2 Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217) 2021-03-28 00:22:34 +01:00
Смердокрыл
3ef50d6a1b Core/Vehicles: Named new vehicle seat flag B - passenger mirrors anims
Closes #23982
2021-03-27 12:36:55 +01:00
Matan Shukry
cfb32584b0 Core/Auras: Prevent recursive infinite loops with spell mod auras affecting each other (#26165) 2021-03-27 02:16:52 +01:00
Shauren
3f47939969 Core/Auras: Corrected logic used to determine if a spellmod should affect another spell, empty family name or class mask should not apply to any spell 2021-03-27 00:25:50 +01:00