UltraNix
5d544f6001
fix(Core/Spells) T9 2p Hunter bonus vs Mortal Shots. ( #9246 )
...
Fixed getting bonus damage from critical strikes for melee/ranged DoT spells.
Fixes #8859
2021-11-29 13:46:49 -03:00
UltraNix
d667906040
fix(Core/Spells): Increased Arcane Bolt effect radius to 40 yards. ( #9217 )
...
Fixes #8930
2021-11-28 05:29:53 -03:00
Kargatum
f62664c987
refactor(Core/Misc): headers cleanup ( #9259 )
2021-11-22 17:24:39 +07:00
UltraNix
79ad100017
Revert "fix(Core/Spells): Lowered Magmadar Panic's effect radius to 30 yards. ( #9227 )" ( #9266 )
...
This reverts commit 31de71bf3b .
2021-11-21 00:37:51 -03:00
UltraNix
02aaa3d17f
fix(Core/Spell): Add Dual Wield skill dependency to Dual Wield effect, sho… ( #9162 )
...
* Core/Spell: Add Dual Wield skill dependency to Dual Wield effect, should remove the skill properly when unlearning spell. Source: TrinityCore.
Fixes #8882
2021-11-20 23:44:44 -03:00
Kitzunu
6a430cd2f9
fix(Scripts/Misc): Replace some AddItem/CreateItem with spells ( #9006 )
...
Co-authored-by: offl <11556157+offl@users.noreply.github.com >
2021-11-20 09:59:52 -03:00
UltraNix
31de71bf3b
fix(Core/Spells): Lowered Magmadar Panic's effect radius to 30 yards. ( #9227 )
...
Fixes #9115
2021-11-19 05:44:43 -03:00
UltraNix
02ae2ed3f9
fix(Core/Spells): Flamewaker's Sunder Armor should be single stack. ( #9228 )
2021-11-19 05:25:27 -03:00
Kitzunu
a062653c0e
chore(Script/ApplySpellFix): Correct some comments ( #9001 )
2021-11-08 13:46:11 -03:00
UltraNix
b00e9072b4
fix(Core/Spells): Troll Roof Stalker's Stealth and Ashenvale Outrunne… ( #8984 )
...
- Closes #8727
2021-11-07 20:41:07 +01:00
Andrius Peleckas
3ce64b0f01
feat(Core/Spells): implement two new custom attributes to handle aura saving rule ( #8377 )
2021-11-05 15:56:45 +01:00
UltraNix
c69e309681
fix(Core/Spells): Devastate vs Glyph of Sunder Armor. ( #8705 )
...
Fixes #8506
2021-10-24 23:31:19 -03:00
Ragelezz
416e8d2cbf
fix(Core/Spells): Spirit of Kirith spell summon duration adjusted ( #8680 )
2021-10-24 12:03:07 +02:00
Ragelezz
6baf498a17
fix(Core/Spells): Silithyst ( #8656 )
2021-10-22 13:40:57 +02:00
UltraNix
ba719f0feb
fix(Core/Event): improve "Let the fires come" event ( #8199 )
2021-10-16 16:24:48 +02:00
Kitzunu
118a555b06
fix(Core/Spells): Fix all cases of client crash when pressing ESC after a spell being cast ( #8497 )
...
* cherry-pick commit (f765e8eb73 )
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/8143
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2021-10-14 20:32:30 +02:00
UltraNix
f2e0744513
fix(Core/Spells): Premeditations should not break enemy's stealth. ( #8220 )
...
- Closes #8154
2021-10-07 21:20:41 +02:00
UltraNix
0e5eb1b0cf
fix(Core/Pets): Eye of Kilrogg should not put its owner in combat wit… ( #7193 )
...
- Closes #6627
2021-10-07 20:03:04 +02:00
UltraNix
3223f90bcb
feat(Core/Spells): add helper to get clean and unmitigated damage for pro… ( #7244 )
2021-10-05 23:59:57 +02:00
UltraNix
60fb2c38f8
fix(Core/Spells): properly handle SPELLMOD_COOLDOWN for spell category cooldowns. ( #8161 )
...
- Closes #8155
2021-10-04 15:47:30 +02:00
UltraNix
06e50a9690
fix(Core/Achievements): Fixed showing achievement statistics of inspected player. ( #8093 )
...
* fix(Core/Spells): Implemented SPELL_ATTR0_CU_NO_PVP_FLAG.
Fixes #7938
* fix(Core/Achievements): Fixed showing achievement statistics of inspected player.
Fixes #7979
2021-10-03 18:12:12 +02:00
UltraNix
c477a0533c
fix(Core/Spells): Added 3y radius to Feral Charge. ( #7901 )
...
Fixes #7762
2021-10-01 09:49:13 +02:00
Kargatum
52aa0e9966
feat(License): add new headers information about license ( #7941 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2021-09-30 13:40:52 +07:00
UltraNix
c3259dabcf
fix(Core/Spells): Implemented PROC_EX_ONLY_FIRST_TICK ( #7933 )
2021-09-21 06:02:06 -06:00
Kitzunu
b79ae92a24
fix(Core/Spell): Remove SPELL_ATTR4_NO_CAST_LOG from being applied to some spells ( #7867 )
2021-09-19 17:47:35 +02:00
Kitzunu
2f449326e0
refactor(Core): Rename ...Manager to ...Mgr ( #6910 )
...
* Rename MapManager.h to MapMgr.h
* Rename BanManager.h to BanMgr.h
* Rename MapManager.cpp to MapMgr.cpp
* Rename BanManager.cpp to BanMgr.cpp
* Rename MapRefManager.h to MapRefMgr.h
* Rename ThreatManager.h to ThreatMgr.h
* Rename GridRefManager.h to GridRefMgr.h
* Rename ThreatManager.cpp to ThreatMgr.cpp
* Rename GroupRefManager.h to GroupRefMgr.h
* Rename HostileRefManager.h to HostileRefMgr.h
* Rename HostileRefManager.cpp to HostileRefMgr.cpp
* Rename MMapManager.h to MMapMgr.h
* Rename FollowerRefManager.h to FollowerRefMgr.h
* Rename VMapManager2.h to VMapMgr2.h
* Rename IVMapManager.h to IVMapMgr.h
* Rename MMapManager.cpp to MMapMgr.cpp
* Rename VMapManager2.cpp to VMapMgr2.cpp
* Rename RefManager.h to RefMgr.h
* Rename WaypointManager.h to WaypointMgr.h
* Rename WaypointManager.cpp to WaypointMgr.cpp
* Rename MPQManager.h to MPQMgr.h
* Rename MPQManager.cpp to MPQMgr.cpp
* Rename IMMAPManager.h to IMMAPMgr.h
* fix build
* Update Main.cpp
* chore(Core/Misc): Remove toxic language
* Revert "chore(Core/Misc): Remove toxic language"
* fix build
* build
2021-09-15 17:50:28 +02:00
Kitzunu
a4a0976d5e
fix(Core/Spell): Remove ErrorCube visual ( #5713 )
...
* fix(Core/Spell): Remove ErrorCube visual
* cherry-pick https://github.com/trinitycore/trinitycore/commit/3b5014fdae
* cherry-pick small part of f4f7e6324d
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: Treeston <14020072+treeston@users.noreply.github.com >
* brackets
* Update rev_1620443413425226200.sql
* Update rev_1620443413425226200.sql
* It was the S, AN S
* Update SpellMgr.cpp
* Update SpellMgr.cpp
* Revert "Merge branch 'master' into fix-visual"
This reverts commit f0b629a2835c2a2d9aa5696bb7539c1ae9b14d57, reversing
changes made to c06f4465d15e9f71426d796e2fcfe714592c3443.
* Revert "Revert "Merge branch 'master' into fix-visual""
This reverts commit bfdf75bd6f8f06944463249de5d398a9e77c3a79.
* fix build
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com >
2021-09-15 01:38:10 +02:00
Viste
a9796af174
fix(Core/Misc): bunch of crashfixes ( #7307 )
2021-09-14 14:38:56 +02:00
lineagedr
1ae8e7eca5
fix(Core/Item): Luffa removing more than one bleed ( #7752 )
2021-09-12 19:28:23 +02:00
UltraNix
2e41da548e
fix(Core/Spells): implement SPELL_GROUP_SPECIAL_FLAG_SAME_SPELL_CHECK group stack flag ( #7709 )
...
- Closes #6664
2021-09-07 02:10:13 +02:00
Andrius Peleckas
5bb2e5f2f9
fix(Core/Spell]: interrupt invisibility auras on cast ( #7508 )
2021-08-26 18:01:33 +02:00
UltraNix
45218224b4
fix(Core/Spells): show Execute/Slam misses/dodges/parries in combat log ( #7494 )
...
- Closes #7428 .
2021-08-26 11:45:22 +02:00
EPTIC
015f8802a8
fix(Script/Creature): move Shadow Hunter Vosh'gajin script to SAI ( #7421 )
2021-08-25 10:58:13 +02:00
Kitzunu
2a36a533ce
fix(Core/Spells): Sacred Cleansing range ( #7439 )
...
* cherry-pick commit (c8f2056b17 )
Co-Authored-By: Lucas Nascimento <keader.android@gmail.com >
2021-08-24 17:48:28 +02:00
lineagedr
e9f4006ed2
fix(Core/Scrips): Kologarn focused eyebeam should target only 1 target ( #7405 )
2021-08-21 20:19:00 +02:00
UltraNix
122fd3ec74
fix(Core/Spells): add SPELL_ATTR0_CU_NO_INITIAL_THREAT to some spells ( #7291 )
...
- Closes #7241
2021-08-19 16:40:00 +02:00
UltraNix
1e84e062f4
fix(Core/Spells): Beacon of Light should not cause combat. ( #7321 )
...
* fix(Core/Spells): Beacon of Light should not cause combat.
Fixed #7276
2021-08-18 00:24:57 +02:00
UltraNix
ba85988d31
fix(Scripts/Item): Gnomish Death Ray. ( #7062 )
...
- Closes #5648
2021-07-23 13:13:49 +02:00
Kargatum
5991b2769a
feat(Core/Scripts): split the huge scriptloader into smaller pieces ( #5346 )
...
* feat(Core/Scripts): split the huge scriptloader into smaller pieces
* AddSC_swamp_of_sorrows del
* 1
* add mod info
* 1
* 039f0e0faa
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-06-22 23:19:02 +02:00
Kargatum
9ac6fddcae
feat(Core/Database): port TrinityCore database API ( #5611 )
2021-06-22 06:21:07 +02:00
Kitzunu
1be561e03b
fix(Core/Player): Use SkillLineAbility.dbc to determine player initia… ( #6015 )
...
* fix(Core/Player): Use SkillLineAbility.dbc to determine player initial spells - skill assignment done in a new table `playercreateinfo_skills`
* Cherry-pick 2a3546ca36
* Cherry-Pick d28b66bca8
* Cherry-Pick 193408f335
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/1659
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/6036
- Closes https://github.com/chromiecraft/chromiecraft/issues/693
Co-Authored-By: Shauren shauren.trinity@gmail.com
Co-Authored-By: Rothend 67004168+Rothend@users.noreply.github.com
Co-Authored-By: claudiodfc claudio.daniel.f.c@gmail.com
2021-06-21 21:23:18 +02:00
Kargatum
5787d00d54
chore(Core/Logging): replace most server loggers ( #5726 )
...
* chore(Core/Logging): replace most server loggers
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-06-21 03:07:12 +02:00
Bogir[rus]
e3a5727222
chore(Core): typo fixes ( #6272 )
...
Co-authored-by: Bogir <m-000@bk.ru >
2021-06-16 11:28:00 +02:00
UltraNix
8a09a0bc21
fix(Core/Spells): Shadowmeld targets only players. ( #6136 )
...
- Closes #5541
- Closes https://github.com/chromiecraft/chromiecraft/issues/483
2021-06-05 21:43:19 +02:00
anguaive
d6c85d4664
fix(Core/Spell): Remove delay from Flare activation ( #5933 )
...
* fix(DB/spell): Remove delay from Flare activation
The activation of the Flare (spell id: 1543) AoE aura was delayed
until the projectile hit the ground, which takes 5 seconds. Apparently
this is not blizzlike and the area should be activated instantly
when casting the spell.
Closes #5908
Closes https://github.com/chromiecraft/chromiecraft/issues/650
* Remove unnecessary delete
* Move Flare spell fix to SpellMgr
* Fix indentation
2021-06-03 14:01:40 +02:00
Kitzunu
7cb967fb56
fix(DB/Spell): Furious Howl & Call of the Wild ( #6047 )
...
- Fix Furious Howl (Rank 1) from applying to party members
- Move Furious Howl & Call of the Wild to DB
2021-06-02 12:38:28 +02:00
Kitzunu
5954d9c739
refactor(Core/Misc): Define & Rename Attributes ( #5311 )
2021-04-28 14:55:24 +02:00
Kargatum
4af4cbd3d9
feat(Core/Logging): rework logging ( #4692 )
...
* feat(Core/Logging): rework logging
* correct level for sql.sql
* del unused config options
* Correct build
* correct after merge
* whitespace
20:29:37 1. 'Player.cpp'. Replace (1)
20:29:37 2. 'ObjectMgr.cpp'. Replace (3)
* 1
* correct logging
* correct affter merge
* 1
* 2
* LOG_LEVEL_WARN
* #include "AppenderDB.h"
* 3
* 4
* 5
* 1. 'WorldSocket.cpp'. Replace (1)
* 6
* 1
2021-04-17 11:20:07 +02:00
Kitzunu
3054bf8233
chore(Core/SpellMgr): Indentation ( #5145 )
2021-04-11 12:04:20 +02:00
Silker
6dc4ca8503
fix(scripts/Naxx): The art of Naxxramas (2/2) ( #5057 )
2021-04-02 21:57:00 -06:00