Killyana
a32aeceb0d
Core/Creature: Clear creature focus after an evade
2020-01-01 17:19:37 +01:00
Giacomo Pozzoni
88a14251e2
Core/MMaps: Fix charge underwater/falling ( #24010 )
...
* Core/MMaps: Fix charge underwater
Fix charge sometimes returning "no path available" when swimming/underwater.
Fix charge selecting a destination point 4 yards above swimming/underwater targets
* Allow falling units to charge targets that are below (lower Z coordinate)
* Disable "raycast" pathfinding as it's not blizzlike.
This might show some strange paths when charging with a target in front.
It also fixes some falling undermap issues.
This Reverts 272009ebee
* Remove Z offset when charging a target as it never made sense
2019-12-30 15:58:39 +01:00
Keader
9f7b464a6a
Scritps/ICC: Fixed resistance calculation for Mutated Transformation (Professor Putricide) ( #23858 )
...
More Info in: #23837
2019-12-26 13:22:04 -03:00
Giacomo Pozzoni
7920347f43
Core/Spells: Fix Spellsteal stealing Silence buff of Arcane Torrent ( #23992 )
2019-12-26 13:57:50 +01:00
Killyana
d8e12d826c
Tabs
2019-12-07 19:14:31 +01:00
Treeston
d4b00df781
Core/Spell: Reset threat to zero when the hunter use Feign Death
...
Closes #23874
2019-12-07 19:13:06 +01:00
Trond B. Krokli
42f1861f30
Core/Spells: add spell fix to Trained Rock Falcon ( #23896 )
...
fixed by sirikfoll
2019-10-28 15:33:26 -03:00
Gildor
e1df7b751e
Core/Spells - Rogue: Fix Unfair Advantage range ( #23877 )
...
Closes #23873
2019-10-21 19:34:17 +02:00
Keader
8210b4a539
Scripts/ICC: Fixed Death Plague (Frost Giant) ( #23847 )
2019-10-04 09:33:14 -03:00
Keader
34ee2effc8
Scripts/Forge of Souls: Fixed spell Soul Sickness ( #23843 )
2019-10-03 08:49:05 -03:00
tarwyn
c8dc9fdc41
Fix inconsistent NPC aggro on spell miss ( #23816 )
2019-09-23 08:01:28 +02:00
AlιAѕѕaѕѕιN
92d83c3c2e
[3.3.5] Fix spell_area not checking for zoneID for quests ( #23719 )
...
* Fix spell_area not checking for zoneID for quests
* Addendum to bdffe0a4a6
* Fix spell_area handle same spell with the same quests
Also fix not checking for quest_end at all.
* Addendum to 2d6b0545e3
* Better commenting for 7a50189de3
* Addendum to 2d6b0545e3
2019-08-28 08:03:41 +02:00
ForesterDev
07e2264964
Core/PacketIO: updated SMSG_PLAY_SOUND, SMSG_PLAY_MUSIC and SMSG_PLAY_OBJECT_SOUND ( #23636 )
...
* Core/PacketIO: SMSG_PLAY_SOUND
(cherry picked from commit 82a33c7fa8 )
# Conflicts:
# src/server/game/Battlefield/Battlefield.cpp
# src/server/game/Battlegrounds/Battleground.cpp
# src/server/game/Battlegrounds/BattlegroundMgr.cpp
# src/server/game/Battlegrounds/BattlegroundMgr.h
# src/server/game/Entities/Object/Object.cpp
# src/server/game/Server/Packets/MiscPackets.cpp
# src/server/game/Server/Protocol/Opcodes.cpp
# src/server/game/Texts/CreatureTextMgr.cpp
# src/server/game/Texts/CreatureTextMgr.h
# src/server/scripts/Commands/cs_misc.cpp
* Update for 3.3.5
* Core/PacketIO: updated and enabled SMSG_PLAY_MUSIC
(cherry picked from commit c6718dc120 )
# Conflicts:
# src/server/game/Maps/Map.cpp
# src/server/game/Server/Packets/MiscPackets.cpp
# src/server/game/Server/Protocol/Opcodes.cpp
# src/server/game/Server/Protocol/Opcodes.h
# src/server/game/Spells/SpellEffects.cpp
* Core/Packets: added SMSG_PLAY_OBJECT_SOUND packet class
(cherry picked from commit 1272e9eea6 )
# Conflicts:
# src/server/game/Server/Packets/MiscPackets.cpp
# src/server/game/Server/Packets/MiscPackets.h
# src/server/game/Server/Protocol/Opcodes.cpp
* fic build
* change variable names
* fix build error field will be initialized after
2019-08-23 19:28:21 +02:00
ForesterDev
448facc5e7
Core/Spells: Fixed warlock's Banish cancel if target was already banished ( #23697 )
...
* Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them also when the spell doesn't hit. (#17613 )
(cherry picked from commit 8ff5b35be1 )
# Conflicts:
# src/server/game/Spells/Spell.cpp
# src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
# src/server/scripts/Spells/spell_warlock.cpp
* Core/Spells: Fixed warlock's Banish cancel if target was already banished (#17614 )
(cherry picked from commit 4587b5d880 )
# Conflicts:
# src/server/scripts/Spells/spell_warlock.cpp
2019-08-23 19:24:56 +02:00
Shauren
677663139c
Core/Spells: Removed PROC_ATTR_DISABLE_EFF_* attributes and store that in a separate column
2019-08-17 17:42:58 +02:00
Keader
43c08b1761
Core/Spells: Fixed some issues with Drain Soul
...
Issue 1: Drain soul was always negative, but effect2 need be positive.
Issue 2: Drain soul was interrupted if someone in your group die. Caused by negative effects proccing in creature.
Issue 3: Since effect2 is positive, it was down-ranking in low level targets and should never happens (fixed before by ariel, transforming everything in negative in 2c8a6fb771 but it's wrong)
#MakeWarlockAfflictionGreatAgain
2019-08-15 10:46:23 -03:00
Keader
fec48caabe
Core/Spells: Drain Soul need be affected by Death's Embrace
...
Make Warlock Affliction great again !
2019-08-13 13:02:23 -03:00
Keader
95284b23d1
Core/Spells: Fixed SPELL_EFFECT_DISPEL when target has 2 spells with same ID ( #23710 )
...
Ty sirikfoll for all help :)
2019-08-13 08:55:00 -03:00
Aokromes
028db8432e
Core/Spells: Survey Sinkholes will now have a bigger range to be able…
...
… to hit all trigger npcs
By Ovahlord
2019-08-12 16:59:52 +02:00
Sorikoff
382f563571
Scripts/Spells: Runic Healing Injector ( #23690 )
...
* Scripts/Spells: Runic Healing Injector
* Rename 9999_99_99_99_world.sql to 2019_08_08_00_world.sql
2019-08-08 14:12:49 +02:00
Treeston
4a219eda07
Core/Unit: Spell focusing now no longer nonsensical. HasSpellFocus always const. Error logs for various stuff.
2019-08-04 01:26:20 +02:00
ccrs
85ad0befc5
Core/Unit: rename more methods
...
Workaround prework till actual facing system rework arrives
2019-08-03 17:53:22 +02:00
ccrs
ec9f15a5ff
Core/Unit: rename IsFocusing method
...
Workaround prework till actual facing system rework arrives
2019-08-03 17:45:06 +02:00
Sorikoff
0d53a0ba98
Scripts/Spells: Devour Humanoid ( #23660 )
2019-08-02 18:34:09 +02:00
Giacomo Pozzoni
a0f8ce14e9
3.3.5 Don't allow to summon dead hunter pets ( #23271 )
...
* Core/Player: Add support to SMSG_PET_TAME_FAILURE
* Core/Pet: Don't summon dead pets when using "Call pet"
2019-08-02 16:09:02 +02:00
Keader
22c5419bf2
Core/Spells: Split ProcFlags of PROC_HIT_INTERRUPT
...
Followup: 3ffe570b21
2019-08-01 15:17:20 -03:00
Keader
3ffe570b21
Core/Spells: Fixed PROC_HIT_INTERRUPT not triggering by PROC_FLAG_TAKEN_SPELL_MELEE_DMG_CLASS
...
Spells like Pummel (PROC_FLAG_TAKEN_SPELL_MELEE_DMG_CLASS) need trigger PROC_HIT_INTERRUPT
2019-08-01 11:16:03 -03:00
jackpoz
9b292f4369
Core/Spells: Fix infinite loop
...
Fix an infinite loop caused by a mix of item 25498 and liquid damage
2019-07-28 17:13:48 +02:00
ForesterDev
915f8a9d2c
Core/Totems: update select display for shaman totems ( #23583 )
...
(cherry picked from commit 8ca6a20e73 )
# Conflicts:
# src/server/game/Entities/Totem/Totem.cpp
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Entities/Unit/Unit.h
# src/server/game/Spells/SpellMgr.cpp
# src/server/game/Spells/SpellMgr.h
# src/server/game/World/World.cpp
2019-07-24 23:53:31 +02:00
Giacomo Pozzoni
e68ebd3339
Core/Misc: Replace some abs() with std::abs()
...
Always prefer std:: math function compared to C ones, as done in 7fe7f30521
2019-07-24 13:44:55 +02:00
Keader
4c2f7df4f3
Core/Spells: Added spellgroup support to HandleModCastingSpeed ( #23592 )
...
And fixed stack of Power Infusion, Bloodlust, Icy veins and Heroism.
2019-07-24 08:31:34 -03:00
Treeston
c4c739fea5
remove unnecessary check, 37f6982 follow-up
2019-07-21 15:49:42 +02:00
Treeston
37f69825c4
Core/Spells: Spell pushback now only affects players (as it should)
2019-07-15 17:21:40 +02:00
ccrs
d1dc0e2dc1
Scripts/DK: correctly handle Blood Tap
2019-07-13 17:57:07 +02:00
Treeston
7d6896b541
typo fix, duplicate assignment
2019-07-12 13:14:44 +02:00
Killyana
42abf69a27
DB/Quest: Seeds of the Blacksouled Keepers
2019-07-11 18:32:15 +02:00
Sorikoff
a64d7df662
Scripts/Spells: Brittle Armor & Mercurial Shield ( #23576 )
2019-07-08 15:42:35 +02:00
Aokromes
574a7c8d3d
Core/Misc: More coding standards ( #23519 )
...
* Core/Misc: More coding standards
* revert part
* "void " or more to "void "
* fix? reject
* remove more double whitespaces
* remove more double whitespaces
* more standards
* more coding standards
* More standards
* more coding
* more coding standards
* more coding standards
* And more standards
2019-07-08 12:51:42 +02:00
Wyrserth
1d1b77c3f0
Core/Spell: don't send duration for auras caused by dynobjects.
2019-07-07 00:06:49 +02:00
Wyrserth
b87350807d
Core/Spell: do not allow auras from dynamic objects to stack if they come from the same spell cast by the same caster.
2019-07-06 19:55:36 +02:00
Martin Topholm
4529a94e0d
Script/BlackrockDepths: fix Ironhand Guardian's Gout of Flame spell cast. ( #21816 )
2019-07-05 23:46:55 +02:00
Wyrserth
8fcc82138f
Script/Acherus: script out of combat event for Frost Death Knight trainer Amal'thazad.
2019-07-05 18:41:47 +02:00
ForesterDev
b47bb59e2a
Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender ( #23520 )
...
* Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender and fix some cases, where we should get player gender, instead of modified by display gender
* fix merge
* Add virtual methods for Unit class
2019-07-02 10:17:02 +02:00
ccrs
401777d024
Core/Unit: rename several getters to follow codestyle
...
uint8 GetLevel()
uint8 GetLevelForTarget(WorldObject const* /*target*/)
void SetLevel(uint8 lvl)
uint8 GetRace()
uint32 GetRaceMask()
uint8 GetClass()
uint32 GetClassMask()
uint8 GetGender()
2019-07-01 21:36:32 +02:00
Sorikoff
5c09ff51f7
Scripts/Spells: Dimensional Ripper - Everlook ( #23547 )
2019-07-01 20:55:30 +02:00
Wyrserth
39aa91f982
Core/Spell: Challenge Flag should only hit one target.
2019-06-30 22:47:17 +02:00
Sorikoff
33b4ad5a89
Scripts/Spells: Ultrasafe Transporter: Toshley's Station ( #23537 )
...
* Scripts/Spells: Ultrasafe Transporter: Toshley's Station
* Rename 9999_99_99_99_world.sql to 2019_06_29_01_world.sql
2019-06-29 14:02:04 +02:00
Sorikoff
8d1a5fa126
Scripts/Spells: Remove Collapsing Cave Aura ( #23533 )
...
* Scripts/Spells: Remove Collapsing Cave Aura
* Rename 9999_99_99_99_world.sql to 2019_06_29_00_world.sql
2019-06-29 13:35:11 +02:00
Sorikoff
62b2c379b3
Scripts/Spells: Deathbolt ( #23531 )
...
* Scripts/Spells: Deathbolt
* Rename 9999_99_99_99_world.sql to 2019_06_28_01_world.sql
2019-06-28 20:18:02 +02:00
Sorikoff
63f548921c
Scripts/Spells: Dimensional Ripper - Area 52 ( #23505 )
...
* Scripts/Spells: Dimensional Ripper - Area 52
* Rename 9999_99_99_99_world.sql to 2019_06_28_00_world.sql
2019-06-28 20:15:16 +02:00