Gultask
6b4ef50e7a
Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… ( #14513 )
...
Revert "fix(Core/Spells): Ignite and Revitalize should not prelong combat. (#13812 )"
This reverts commit 96fa9c5c7b .
2023-01-05 23:14:56 -03:00
UltraNix
14f3b444ae
fix(Core/Creatures): Implemented `SUMMON_PROP_FLAG_ONLY_VISIBLE_TO_SU… ( #14054 )
...
* fix(Core/Creatures): Implemented `SUMMON_PROP_FLAG_ONLY_VISIBLE_TO_SUMMONER` summon flag.
Fixes #6674
* Update.
2023-01-06 00:52:05 +01:00
UltraNix
96fa9c5c7b
fix(Core/Spells): Ignite and Revitalize should not prelong combat. ( #13812 )
...
Fixes #13330
2023-01-06 00:50:53 +01:00
Gultask
b4080ed0f1
revert "fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE." ( #14494 )
2023-01-04 14:44:42 +01:00
Angelo Venturini
9e18b86311
fix(Core/Auras): SPELL_AURA_MOD_SCALE should scale additively instead… ( #14425 )
...
...multiplicatively
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2023-01-02 20:43:20 -03:00
Mickaël Mauger
24fa3ba828
fix(MMAP/core/PathGenerator): Try to fix more water creatures ( #13705 )
...
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2023-01-02 22:26:12 +01:00
UltraNix
af2d3a7cfc
fix(Core/Spells): Spellmods should not drop charges if not consumed b… ( #13498 )
2023-01-02 20:36:44 +01:00
Kitzunu
4870b14b1f
refactor(Core/Object): getLevel() -> GetLevel() ( #14122 )
...
* refactor(Core/Object): getLevel() -> GetLevel()
* fix build and sneak some doxygen in
* codeSTLE
* codestyle
2022-12-31 17:39:23 +01:00
Axel Cocat
a104f397d9
feat(Core): move achievement manager and criteria progress getters to public ( #14387 )
2022-12-29 13:41:47 +01:00
Axel Cocat
97b5906124
feat(Core/Player): delete character cache in Player::DeleteFromDB() ( #14388 )
2022-12-28 19:22:28 -03:00
M'Dic
2850052f3e
Add (core): SendTeleportPacket helper ( #14389 )
...
* Add (core): SendTeleportPacket helper
add helper to SendTeleportPacket
* sin hard
2022-12-28 13:05:46 -05:00
UltraNix
6345958769
fix(Core/Loot): Disenchanted, milled or prospected items should be se… ( #14273 )
...
fix(Core/Loot): Disenchanted, milled or prospected items should be sent as retrieval mail in case of full bags.
Fixes #10798
2022-12-27 21:43:12 -03:00
Skjalf
2eb374c6e4
fix(Core/Totem): Implement casting delay for the Fire Totem used by c… ( #14276 )
...
* fix(Core/Totem): Implement casting delay for the Fire Totem used by creatures
* clear debug
* Update src/server/game/Entities/Totem/Totem.h
* fix build
* Update Totem.cpp
2022-12-28 00:38:00 +01:00
UltraNix
233d284539
fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE. ( #13509 )
...
Fixes #13394
2022-12-27 11:31:08 +01:00
UltraNix
0c1b967f9b
fix(Core/Transports): Added Arrival bell sound for boats. ( #14272 )
...
Fixes #11340
2022-12-25 10:35:55 -03:00
UltraNix
962cefdcd8
fix(Core/Misc): Consider /dance as an emote state. ( #14275 )
2022-12-22 07:38:09 +01:00
ZhengPeiRu21
7990de44c1
fix(Core): Correct Quest Details Display at Max Level ( #13046 )
...
* fix(Core): Quest Details Display at Max Level
* Add OnSetMaxLevel hook
2022-12-20 12:14:53 +01:00
M'Dic
4d8be337a8
update (core): Continue Taxi Flight support helper ( #14211 )
...
Thank you for the review approval
2022-12-13 11:43:45 -05:00
UltraNix
069864cda9
fix(Core/Spells): Fixed auras with `AURA_STATE_HEALTH_ABOVE_75_PERCEN… ( #14110 )
...
fix(Core/Spells): Fixed auras with `AURA_STATE_HEALTH_ABOVE_75_PERCENT` state.
Fixes #14102
2022-12-12 13:56:53 +01:00
Skjalf
790f444ffa
fix(Core/Unit): properly reset displayIds when having a shapeshift au… ( #14134 )
...
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com >
2022-12-11 20:13:12 -03:00
Angelo Venturini
4992940453
fix(Core/Auras): Implement Roc form ( #13959 )
...
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com >
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com >
2022-12-11 10:58:20 -03:00
UltraNix
a2ffce3e51
fix(Core/Dungeons): Fixed displaying custom requirement texts from `d… ( #14125 )
...
fix(Core/Dungeons): Fixed displaying custom requirement texts from `dungeon_access_requirement`.
Fixes #14069
2022-12-11 08:58:48 -03:00
ZhengPeiRu21
06c458e748
feat(Core): EnableLowLevelRegenBoost config option ( #13035 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-12-11 04:53:10 +01:00
Skjalf
19fa22ba92
Revert "refactor(Core/Movement): Naming convention" ( #14100 )
...
Revert "refactor(Core/Movement): Naming convention (#13989 )"
This reverts commit d2f440c3e8 .
2022-12-11 03:53:09 +01:00
UltraNix
2dcf38a847
fix(Core/Players): Fixed awarding kill credit while being on vehicles. ( #13944 )
...
Fixes #12849
2022-12-06 12:49:19 -03:00
UltraNix
003bd93666
fix(DB/Conditions): Pint-Sized Pink Pachyderm and Wolpertinger should… ( #13946 )
...
fix(DB/Conditions): Pint-Sized Pink Pachyderm and Wolpertinger should be visible only to party members or drunk players.
Fixes #13900
2022-12-06 12:47:43 -03:00
UltraNix
d32daab969
fix(Core/GameObject): Implement restock mechanic for non-consumable gameob… ( #13950 )
...
Core/GameObject: Implement restock mechanic for non-consumable gameobjects.
Don't allow non-consumable goobers/chests to despawn on use.
Source: TrinityCore.
Fixes #13909
2022-12-06 12:44:44 -03:00
Maelthyr
d2f440c3e8
refactor(Core/Movement): Naming convention ( #13989 )
...
update codestyle
Co-authored-by: Maelthyrr <lynethris@protonmail.ch >
2022-12-02 05:52:01 -03:00
UltraNix
00a8077560
fix(DB/Conditions): Grub should sell its items only to players who co… ( #13803 )
...
...mpleted "Dig Rat Stew" quest.
2022-11-21 18:52:16 -03:00
UltraNix
8f697bdaee
fix(Core/Items): Item sell prices are affected by durability loss. So… ( #13801 )
...
...urce: Vmangos.
2022-11-21 18:51:40 -03:00
UltraNix
7e4c688476
fix(Core/Units): Do not stun players during taxi flight. ( #13798 )
...
Fixes #13654
2022-11-21 06:13:50 -03:00
UltraNix
79bef9a057
fix(Core/Pets): Save all spell cooldowns to db. ( #13809 )
...
Fixes #13539
2022-11-16 01:26:46 -03:00
UltraNix
ae84bf67c4
fix(Core/Spells): Fixed Glyph of Kilrogg. ( #13802 )
...
Fixes #13623
2022-11-16 01:26:05 -03:00
UltraNix
3603f44dad
fix(Core/Spells): FIxed calculating LoS for dynamic objects. ( #13795 )
...
Fixes #13777
2022-11-16 01:19:29 -03:00
UltraNix
c1bb1d47f9
fix(Core/Creature): Prevent flying creatures from falling on respawn. ( #13774 )
2022-11-12 13:24:12 +01:00
ZhengPeiRu21
42c5028018
fix(Core): Correct Rest Bonus Formula ( #13173 )
2022-11-11 23:32:02 -03:00
Skjalf
b129626ee3
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura ex… ( #13732 )
...
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura expiration
2022-11-08 05:44:32 -03:00
Skjalf
6177ce4688
feat(Core/Scripting): Create OnStoreNewItem() hook ( #13725 )
2022-11-07 00:26:47 -03:00
Skjalf
bb9e80ded1
fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from … ( #13706 )
...
* fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from the extra attack range check
* fix logic
2022-11-05 15:04:02 -03:00
Skjalf
8b7fb759c2
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the … ( #13707 )
...
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the spell data
2022-11-05 12:39:58 -03:00
Skjalf
e5ff59ec17
fix(Core/Unit): Check if the unit is within melee range before proces… ( #13697 )
...
fix(Core/Unit): Check if the unit is within melee range before processing extra attack procs
2022-11-04 19:27:02 -03:00
Skjalf
e64138314c
fix(Core/Scripting): Also call the OnLootItem() hook on master looted… ( #13683 )
...
fix(Core/Scripting): Also call the OnLootItem() hook on master looted items
2022-11-03 21:49:12 -03:00
Skjalf
ef8d7f4ed9
feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts ( #13658 )
...
* feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts
* fix build
* Update ScriptMgr.h
2022-11-02 22:34:52 -03:00
Skjalf
ab3548e2e4
feat(Core/Scripting): Expand ModifyHealReceived() to also include hea… ( #13655 )
...
feat(Core/Scripting): Expand ModifyHealReceived() to also include healing over time
2022-11-02 19:19:17 -03:00
ZhengPeiRu21
5a7822282f
feat(Core): Config to disable all Wintergrasp processing ( #13086 )
...
* feat(Core): Config to disable all Wintergrasp processing
* Use 2 instead of -1 - configs are parsed as uint
* Fix build warnings
2022-11-01 06:22:09 -03:00
UltraNix
330d45bda8
fix(Core/Spells): Spells requires cast from behind victim bypass Dete… ( #13499 )
...
fix(Core/Spells): Spells requires cast from behind victim bypass Deterrence.
Fixes #13212
2022-10-29 07:18:27 -03:00
UltraNix
4ac437419f
fix(Core/Units): Fixed uninitialized m_cleanDamage variable after e390087 ( #13485 )
...
fix(Core/Units): Fixed uninitialized `m_cleanDamage` variable after e390087 .
Improved 252755415c
2022-10-29 07:16:26 -03:00
UltraNix
3da4d30371
fix(Core/Players): Fixed obtaining extra (custom) talent points only … ( #13526 )
...
fix(Core/Players): Fixed obtaining extra (custom) talent points only for DK class.
Fixes #4327
2022-10-29 07:15:32 -03:00
UltraNix
670d5724cb
fix(Core/Pets): Tamed hunter pets should deal physical damage. ( #13522 )
...
Fixes #13497
2022-10-29 07:14:07 -03:00
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