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
be4377f540
fix(Scripts/Items): Goblin Bomb Dispenser ( #7190 )
...
- Closes #6609
2021-08-06 16:27:18 +02:00
KiK0
31e41890e3
fix(Core/Spells): Killing Spree should not affect invisible units ( #7191 )
2021-08-06 11:50:27 +02:00
Asthalor
7618e7706e
fix(Scripts/Spell): combustion will now properly go on cooldown when the buff is manually cancelled ( #7185 )
...
* fix(CORE/Spell): Combustion will now properly go on cooldown when the buff is manually cancelled
* fix(DB/Scripts): Added the script for combustion
* Update spell_mage.cpp
* Update src/server/scripts/Spells/spell_mage.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-08-06 11:13:45 +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
fa03541563
chore(Script/Misc): add comments to some scripts ( #7011 )
2021-07-24 19:37:45 +02:00
Kitzunu
4ace9f17de
fix(Core/Spell): handle 5,000 Gold with SpellScript ( #6996 )
2021-07-24 00:40:20 +02:00
UltraNix
ba85988d31
fix(Scripts/Item): Gnomish Death Ray. ( #7062 )
...
- Closes #5648
2021-07-23 13:13:49 +02:00
Francesco Borzì
3b752dd796
refactor(Scripts/Spells): code cleanup (part 9) ( #6946 )
2021-07-22 01:12:28 +02:00
Francesco Borzì
f73ef1cd5a
fix(Core/Unit): -Wdeprecated-enum-enum-conversion warning ( #6868 )
2021-07-13 11:51:58 +02:00
Cláudio Costa
440b120e04
fix(Scripts/Spell): Victory Rush spammable ability ( #6662 )
2021-07-06 15:17:51 +02:00
Kitzunu
5d66e57181
chore(Core/Spell): SpellId's should always be uint32 ( #6466 )
...
* chore(Core/Spell): SpellId's should always be uint32
* Update spell_item.cpp
2021-06-25 02:11:36 +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
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
Cláudio Costa
3a30fe3d71
fix(Scripts): Victory rush killing blow ( #6349 )
2021-06-18 17:07:33 +02:00
UltraNix
a61bdc7b3d
fix(Scripts/Spells): Seal of Command cannot be casted on dead targets ( #6186 )
...
- Closes #5517
- Closes https://github.com/chromiecraft/chromiecraft/issues/476
2021-06-09 17:56:45 +02:00
Kitzunu
a75e34c793
feat(Core/Spell): AssertSpellInfo ( #6115 )
...
* feat(Core/Spell): AssertSpellInfo
(cherry picked from commit e52878b6b5 )
(cherry picked from commit 8c44259fae )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
* Update SpellMgr.h
2021-06-03 07:39:48 +02:00
Kitzunu
7152ddc82c
refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457 ( #6113 )
...
* refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457
(cherry picked from commit d6201e5dbb )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: SilverIce <slifeleaf@gmail.com >
* Update CellImpl.h
* w
* more more brackets
* ew
* fix build
2021-06-03 05:27:51 +02:00
Kitzunu
897a02bb75
refactor(Core/Misc): acore to Acore ( #6043 )
2021-05-31 14:21:54 +02:00
Kitzunu
ca77a95521
fix(Core/Spell): packet build in spell_pvp_trinket_wotf_shared_cd ( #6048 )
2021-05-25 20:15:29 +02:00
UltraNix
6f4f0043c2
fix(Scripts): Crashfix. ( #5913 )
2021-05-18 02:16:59 +02:00
UltraNix
44babc3c3a
fix(Core/Pooling): Fixed less and less objects from pools being spawned the longer the server is running ( #5572 )
2021-05-08 12:39:09 -06:00
KiK0
685b10a291
fix(Core/Spells): Berserk now removes the Tiger Fury buff. ( #5481 )
2021-05-07 12:45:12 +02:00
KiK0
310f856932
fix(Core/Spells): Do not allow the use of the master's call while the pet is controlled [port from TC] ( #5273 )
2021-04-27 15:54:58 +02:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
Hacki95
c95d1f72a8
fix(Core/Script): Shadowmeld ( #4857 )
2021-04-23 11:23:01 +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
Kargatum
2b3d46bd4f
feat(Core/Hooks): added collection of hooks to extends AC ( #3047 )
...
This collection of hooks comes from the Maelstrom project. It allows to release modules such as :
- 3v3-soloqueue
- 1v1 arena
- pvestats
and many others
2021-04-13 13:26:39 +02:00
Kitzunu
07f2087683
fix(Core/Spell): Handle ClearAllDebuffs ( #5006 )
2021-04-07 13:30:58 +02:00
r0m1ntik
66ca61025d
fix(Core/Spell): Val'anyr periodic healings proc and move to new proc system ( #4216 )
2021-03-21 22:40:50 -04:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Hacki95
05656e3670
fix(Core): [Spell][Night Elf] Shadowmeld is not working properly ( #4765 )
2021-03-11 14:59:24 +01:00
Stifler82
08c2ddbee2
fix(Core/Spell): Anti-Venom ( #4711 )
2021-03-07 13:12:59 +01:00
Kitzunu
28f1dc5c0c
refactor(Core): replace NULL with nullptr ( #4593 )
2021-03-02 01:34:20 +01:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
Stifler82
d7981de01e
fix(Core/Spell): solve issue with Life Tap All Ranks ( #4408 )
2021-02-11 15:08:27 +01:00
Kitzunu
b43c5c9bf3
fix(Core/Spell): Instant Statue ( #4319 )
...
* fix(Core/Spell): Instant Statue
* make sure GetCaster() is not null
* values
* unit not player
* scriptName
* Update spell_item.cpp
* feat(Core/Spell): Implement ValidateSpellInfo
* Cherry-pick from 2b5d7eef3a & a0a158b5b8
* Revert "feat(Core/Spell): Implement ValidateSpellInfo"
This reverts commit 7690f02b49c82c65de3e92307063211a2e9941f5.
* Revert "Revert "feat(Core/Spell): Implement ValidateSpellInfo""
This reverts commit 8ffbb46fafe1f2d1597b4295b9e5fcec822d1181.
* Update spell_item.cpp
* dependant on https://github.com/azerothcore/azerothcore-wotlk/pull/4323
* untargetable
2021-02-02 16:08:52 +01:00
Kitzunu
0d52b4ca4a
feat(Core/Spell): Implement ValidateSpellInfo ( #4323 )
...
* feat(Core/Spell): Implement ValidateSpellInfo
* cherry-pick from 2b5d7eef3a & a0a158b5b8
* sLog->outError
* cleanup
* convert to ValidateSpellInfo
* fix error log
* improve sLog->outError
* remove non related spells stuff from Validate
* remove the last
* build
* build x2
2021-02-01 18:57:25 +01:00
Kitzunu
628c75d67f
fix(Core/SpellMgr): Add cooldown to some vehicle spells ( #4300 )
...
* fix(Core/SpellMgr): Add cooldown to some spells
* author and spellscript
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2021-01-31 03:09:50 +01:00
Kitzunu
8851152815
fix(Core/Item): Implement mount speed mod items ( #4258 )
2021-01-30 00:46:59 +01:00
Kitzunu
9cee5e1d61
fix(Core/Spell): Paralytic Poison ( #4128 )
2021-01-23 16:59:43 +01:00
Kitzunu
da4edd547d
chore(core): remove malformed whitespaces ( #4244 )
...
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
2021-01-10 14:27:55 +01:00
Kargatum
ea93a5c1a1
feat(CI/Codestyle): added codestyle check ( #3668 )
2021-01-09 11:59:50 +01:00
Kitzunu
c5fe21fe9a
fix(Core/Spell): Earthliving weapon proc ( #4015 )
2021-01-08 20:18:36 +01:00
Francesco Borzì
d4a58700d4
refactor(Core): apply clang-tidy modernize-use-override ( #3817 )
2020-12-06 18:04:55 +01:00
Kargatum
5e20b46812
refactor(Core/Scripts): restyle scripts lib with astyle ( #3467 )
2020-10-11 10:35:34 +02:00
Kitzunu
6ede23d177
fix(Core/AuraScript): Soul Feast should apply on some Valithria mobs ( #3355 )
...
* fix(Core/ItemScript): Shadow's Edge should give stacks on some Vali mobs
* make the logic more beautiful
* update name to IsException
* build
* IsException -> isException
* Keep it to a standard :)
* indentation
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-15 21:09:50 +02:00
Kitzunu
1f89282b22
refactor(Core): NULL -> nullptr ( #3275 )
...
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 11:55:09 +02:00
VhiperDEV
0d25f63257
fix(Core/SpellScript): Script item Egg Nog ( #2943 )
...
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com >
2020-06-28 15:20:22 +02:00
Kaev
999d588c37
fix(Core): Fixed a few crashes/bugs that were found via static code analysis ( #2617 )
2020-01-25 14:26:38 +01:00