lineagedr
ae8a78d90a
feat(Core/Gameobject): add a range check for gameobjects ( #7521 )
2021-08-31 10:34:43 +02:00
Andrius Peleckas
dd14c63088
fix(Core/Vendors): incorrect check which allowed/disabled alliance players ( #7507 )
2021-08-26 15:41:17 +02:00
UltraNix
f23d42c0dd
fix(Core/Entities): mobs called for help should check if can see and detect the enemy ( #7493 )
...
- Updates #7125
2021-08-26 10:38:27 +02:00
Petric
2929cddaf2
fix(Core/Spec): changing spec now removes auras of spells with rank > 1 ( #7482 )
...
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/4284
2021-08-25 16:00:39 +02:00
UltraNix
a8c0a2cc89
fix(Core/Movement): ( #7008 )
...
- Get zone/area IDs from vmap data in the liquid update
- Add new method Map::getFullVMapDataForPosition to get area info and liquid info in a single vmap lookup
- Adjust GetZoneId/GetAreaId on WorldObject to always return these cached fields.
- Clean up liquid state handling on Unit and Player
- Implemented getting area id from gameobject spawns.
- Removed old core related to getting movement flags dependent on environment.
- Movement flags are now processed more precisely and dynamically.
Original source: TrinityCore.
- Closes #5086
- Updates #2208 .
2021-08-25 12:41:20 +02:00
UltraNix
032ca32a04
fix(Core/Spells): do not remove stances when teleported from Instance/BG ( #7469 )
...
- Closes #7402
2021-08-25 01:55:37 +02:00
UltraNix
1b7d3708a6
fix(Core/Loot): ( #7452 )
...
- Players that did not participate in killing dungeon boss are not eligible to get loot.
- Players that are too far away from the looted object are not eligible to get loot.
- Players that released spirit and were outside the dungeon when the loot has been released are eligible to get loot.
- Players that have pending bind are not eligible to get loot.
- Properly get loot recipient for some chests in dungeons.
- All above fixes should work in any loot mode (group loot, master loot, etc.)
- Closes #2104 .
2021-08-24 23:48:22 +02:00
UltraNix
1becd73f09
fix(Core/Movement): Rewritten follow movement generator for pets ( #7324 )
...
- Closes #7296
2021-08-24 11:08:50 +02:00
jestermaniac
5f6780532f
fix(Core/Unit): adds in formation not attacking when leader killed ( #7412 )
...
Co-authored-by: John Smith <mostdefinitelyanagger@outlook.com >
2021-08-22 13:32:27 +02:00
lineagedr
1174b43184
feat(Core/Item): remove item auras after unequipping an item. ( #7398 )
...
* [Core/Item]: Remove item auras after unequipping an item.
* chore(Core/Item): add brackets, improve codestyle
* Update
* update
* Update
* Update
* constexpr
* Update Player.cpp
2021-08-20 20:17:01 +02:00
UltraNix
bd9b02a3af
fix(Core/Movement): Properly updates MOVE_WALK in case of slowing auras. ( #7371 )
...
fixed #7301
2021-08-18 11:59:13 +02:00
UltraNix
3fa1aa1c17
fix(Core/Pets): controllable guardians (including pets) should not set the combat with its target when commanded to attack it ( #7315 )
...
- Closes #7264
2021-08-16 17:43:56 +02:00
UltraNix
723dbbff58
fix(Core/Players): remove shapeshift auras on taxi restore ( #7292 )
...
- Closes #7240
2021-08-15 23:32:55 +02:00
UltraNix
3487973c0e
fix(Core/Professions): properly unlearn skill dependent spells ( #7290 )
...
- Closes #7165
2021-08-13 17:47:16 +02:00
UltraNix
622c9bc0dd
fix(Core/Visibility): notify AI of nearby creatures immediately if forced update object visibility is called ( #7274 )
...
- Closes #7126
2021-08-12 19:10:03 +02:00
UltraNix
e8b944710a
fix(Core/Players): don't reset contested PvP timer if teleported between two maps ( #7257 )
...
- Closes #7077
2021-08-11 02:15:22 +02:00
UltraNix
700878f483
fix(Core/Spells): remove hack-fix for sword specialization proc ( #7245 )
...
- Closes #6935
2021-08-10 19:19:06 +02:00
KiK0
2b5144c8fe
fix(Core/Spells): Glyph of Freezing Trap Applying Slow Incorrectly ( #7184 )
2021-08-08 15:09:51 +02:00
UltraNix
5b057798e7
fix(Core/Maps): Enabled dead players to be resurrected at the dungeon entrance if cannot enter it due to some reasons ( #7236 )
...
- Closes #6790
2021-08-07 16:10:07 +02:00
UltraNix
d3d6d0be12
fix(Core/Spells): always select correct item on weapon skill update ( #7135 )
...
- Closes #6158
2021-08-07 14:17:14 +02:00
UltraNix
5831c336df
fix(Scripts/Spells): Windfury Weapon should not consume Flurry stacks. ( #7151 )
...
* fix(Scripts/Spells): Windfury Weapon should not consume Flurry stacks.
Fixed #6234
* Update src/server/scripts/Spells/spell_shaman.cpp
2021-08-07 00:28:07 +02:00
UltraNix
14ad1def8b
fix(Core/Spells): pets should not dispel beneficials bufs from neutral units not being at war with pet's owner ( #7230 )
...
- Closes #6691
2021-08-06 18:39:35 +02:00
UltraNix
955c1d1ea1
fix(Core/Quests): SMSG_QUESTUPDATE_COMPLETE on quest completion ( #7213 )
...
- Closes #6652
2021-08-06 17:22:04 +02:00
UltraNix
2ed34db42f
fix(Core/Spells):SPELL_ATTR5_AURA_AFFECTS_NOT_JUST_REQ_EQUIPED_ITEM ( #7205 )
...
- Closes #6617
2021-08-06 12:32:30 +02:00
UltraNix
cf5aeaea06
fix(Core/Totems): Totems should not fall to the depth in water. ( #7179 )
...
* fix(Core/Totems): Totems should not fall to the depth in water.
Fixed #6562
* chore(Core/Totem.cpp): add brackets
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-06 00:21:41 +02:00
UltraNix
32650b61ee
fix(Core/Spells): Implemented SPELL_ATTR3_NO_PROC_EQUIP_REQUIREMENT. ( #7178 )
...
* fix(Core/Spells): Implemented SPELL_ATTR3_NO_PROC_EQUIP_REQUIREMENT.
Fixed #6559 .
* Excluded shoot spells.
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-05 23:44:14 +02:00
UltraNix
f755a277d8
fix(Core/Cooldowns): Fixed replacing longer cooldowns by equip cooldown. ( #7163 )
...
Fixed #6366
Fixed #6054 .
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-05 20:42:37 +02:00
UltraNix
279b6de88c
fix(Core/Spells): Fixed displaying "That Glyph is already inscribed in your spellbook" when activating the same glyph in different spec. ( #7162 )
...
Fixed #6342
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-05 20:06:10 +02:00
UltraNix
ffdd990aa4
fix(Core/Spells): Glyphs should send SMSG_LEARNED_SPELL/SMSG_REMOVED_… ( #7161 )
...
* fix(Core/Spells): Glyphs should send SMSG_LEARNED_SPELL/SMSG_REMOVED_SPELL packet in case of updating spell tooltips.
Fixed #6323
* chore(Core/CharacterHandler): improve comment
* chore(Core/SpellEffects): improve comment
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-05 15:58:50 +02:00
UltraNix
8522809bb3
Core/Spells: Regenerating POWER_HAPPINESS should not generate additional threat. ( #7146 )
...
Fixed #6190
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2021-08-04 16:56:47 +02:00
UltraNix
d0b994496f
fix(Core/Pets): Corrected pet speed catchup system. ( #7131 )
2021-08-04 07:05:27 +02:00
UltraNix
9a820e2d26
fix(Core/Spells): Master of Elements ( #7102 )
...
* Core/Spells: Master of Elements:
Proc now also from arcane spells.
Properly proc from periodic spells.
Fixed #6035 .
* You shouldn't be there.
* Buildfix.
* missing sql.
2021-08-02 01:02:38 +02:00
Kitzunu
80ff915f24
fix(Core/Spell): Impelement SPELL_ATTR7_NO_ATTACK_DODGE & SPELL_ATTR7_NO_ATTACK_PARRY & SPELL_ATTR7_NO_ATTACK_MISS ( #7099 )
...
cherry-pick commit (bd6de8eb61 )
Co-Authored-By: Ovah <18347559+Ovahlord@users.noreply.github.com >
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
2021-08-01 22:03:45 +02:00
Shiroe
7f4c556148
fix(Core): Impelement CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ ( #7101 )
2021-08-01 18:37:49 +02:00
Kitzunu
87b2cd1299
fix(Core/Spell): Make use of SPELL_ATTR2_NO_SCHOOL_IMMUNITIES ( #5880 )
2021-07-31 15:31:00 +02:00
Shiroe
2f63e81a94
feat(Core/DB): Add Creature ExperienceModifier ( #7095 )
2021-07-30 07:56:42 +02:00
UltraNix
47f7c46f96
fix(Core/Spells): melee spells on sitting targets guaranteed critical strikes ( #7085 )
...
- Closes #5986
2021-07-27 13:37:47 +02:00
UltraNix
f9125f130e
fix(Core): player's fall position on elevators ( #7076 )
...
- Closes #5804 .
- Closes #5936 .
2021-07-27 10:08:00 +02:00
UltraNix
e37dba8df6
fix(Core/Spells): Far Sight auras are supposed to extend view distance and allows seeing objects from further distance ( #7068 )
...
- Closes #5793 .
2021-07-26 10:23:08 +02:00
UltraNix
1f3a097761
fix(Core/Spells): Divine Shield should prevent from environmental damage ( #7071 )
...
- Closes #5804
2021-07-25 19:44:16 +02:00
UltraNix
270f7bf506
fix(Core/Items): items with charges should not remove on item unequip its … ( #7064 )
...
- Closes #5716
2021-07-25 03:36:40 +02:00
Kitzunu
9ab6ba9664
chore(Core/Misc): remove toxic language ( #6988 )
2021-07-21 23:57:20 +02:00
robinsch
a3e3fd029f
fix(Core/Item): prevent possible items dupe ( #6943 )
2021-07-21 12:05:12 +02:00
raizo
b8f05472e4
refactor(Core/Player): created update player category ( #6872 )
2021-07-17 23:47:14 +02:00
Kargatum
8568c4fb33
feat(Core): replace ACE network with Boost.Asio ( #6574 )
2021-07-16 10:43:56 +02:00
Francesco Borzì
1c4523415a
fix(Core): -Wambiguous-reversed-operator warning ( #6864 )
2021-07-14 00:35:33 +02:00
Francesco Borzì
f73ef1cd5a
fix(Core/Unit): -Wdeprecated-enum-enum-conversion warning ( #6868 )
2021-07-13 11:51:58 +02:00
Francesco Borzì
4103fca5a4
fix(Core/ObjectGuid): prevent creating copies when looping objects ( #6852 )
2021-07-10 15:54:16 +02:00
Francesco Borzì
19869e65ff
refactor(Core/Player): extract methods based on existing categories ( #6838 )
2021-07-10 12:49:33 +02:00
Francesco Borzì
65c9d3669f
chore(Core/Player): add error log when previously ASSERT ( #6802 )
2021-07-09 17:55:09 +02:00