Commit Graph

8244 Commits

Author SHA1 Message Date
acidmanifesto
8207e3ffb5 fix (core) : TransportMgr Load up time (#10388)
* fix (core) : TransportMgr Load up time

* white space fix

* merge fix

* merge fix again

* Update TransportMgr.cpp

* Update TransportMgr.cpp

* Update TransportMgr.cpp

* fix conflich with preload grids for continent static transports
2022-01-29 10:44:19 -05:00
IntelligentQuantum
915b6a2738 feat(Core/SmartScripts): Add distance option for SMART_ACTION_SOUND & SMART_ACTION_RANDOM_SOUND (#10255) 2022-01-29 11:18:21 -03:00
AzerothCoreBot
5ee89ebfba chore(DB): import pending files
Referenced commit(s): a689775891
2022-01-29 13:37:12 +00:00
Kargatum
a689775891 feat(DB): release ACDB 5.0.0 (#10292)
* auth

* char

* world

* archive

* new files

* v

* correct auth db

* add support get last file from archive

* correct world updates

* fix auth

* pendinig to normal

* add pending auth

* add pendings

* smallint

* MEDIUMINT
2022-01-29 10:35:10 -03:00
IntelligentQuantum
ebda297390 feat(Core/Conditions): CONDITION_TAXI 2022-01-29 09:36:46 -03:00
IntelligentQuantum
1ec6ea1cea feat(Core/Conditions): CONDITION_CHARMED (#10298) 2022-01-29 02:51:23 +01:00
WORISX
6a08c9cbdb fix(Core/Pathfinding): Remove unnecesary LiquidData Z check (#10251)
* Core/Pathfinding: Remove unnecesary LiquidData Z check

*Remove an unnecessary LiquidData status check for Z correcing points count added probably for SunwellCore before the Movement Rewritte done last year , this fixes global pathfinding problems on all Movement Generators including all pathfinding problems that make creatures and players go through textures.

* Update PathGenerator.cpp

Typo on last commit
2022-01-29 02:38:34 +01:00
AzerothCoreBot
9170cdcc20 chore(DB): import pending files
Referenced commit(s): 1bbaeed648
2022-01-29 00:29:51 +00:00
Nefertumm
1bbaeed648 fix(DB/Gossip): Myranda the Hag (#10411) 2022-01-28 21:28:22 -03:00
AzerothCoreBot
e1ebb508c3 chore(DB): import pending files
Referenced commit(s): 4765f8d5da
2022-01-28 23:44:12 +00:00
Nefertumm
4765f8d5da fix(DB/Spells): Added food spells to stack rules (#10277) 2022-01-29 00:42:39 +01:00
IntelligentQuantum
9fadfa6499 feat(Core/SmartScripts): SMART_ACTION_PLAY_CINEMATIC (#10231)
* cherry-pick commit (63aa5d1e35)
2022-01-28 23:53:27 +01:00
Kitzunu
8f249a3d84 fix(Core/Misc): Revert commits causing massive delays (#10408)
* this reverts commit (674b168add)

* this reverts commit (b085ee61eb)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/10407
2022-01-28 16:45:47 -05:00
AzerothCoreBot
586699c2d0 chore(DB): import pending files
Referenced commit(s): b468d1ae9a
2022-01-28 21:14:27 +00:00
Nolt
b468d1ae9a fix(DB/Loot)Fixed wrong drop loot from creatures (#10226) 2022-01-28 22:12:43 +01:00
UltraNix
ab121e246e fix(Core/Spells): Removed Focused/Brutal on map change. (#10105)
Fixes #6195
Fixes #9724
2022-01-28 20:06:54 +01:00
UltraNix
fbb50210aa fix(Core/Spells): Reset melee swing timer on cast rather than on finish. (#10101)
Fixes #7216
2022-01-28 18:10:30 +01:00
acidmanifesto
674b168add fix (core): Delay added so spell animation plays on unit death (#10394)
* fix (core): Delay added so spell animation plays on unit death

Unit death not showing full spell animation. This delay of 400ms provides that opportunity for it to not be nerfed.

* Notes added.
2022-01-28 11:26:15 -05:00
acidmanifesto
b085ee61eb fix (core): EffectInstaKill Prevents spell animation fix (#10379)
* fix (core): EffectInstaKill Prevents spell animation before deal damage execution

This fixes the issue of spell animations of chain effects of a spell dealing with EffectInstaKill. This was identified as a issue in support of @malcrom 's current scripting efforts. We fix the issue by putting a half second delay and making the delay of a function possible and independent.

Co-Authored-By: Malcrom <malcromdev@gmail.com>

* Fix double to float

Co-Authored-By: Malcrom <malcromdev@gmail.com>

* Remove the STD

I put the STD in STUD and all I need is U

* Update src/server/game/Spells/SpellEffects.cpp

per @kitzunu the great

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/game/Spells/SpellEffects.cpp

per @nefertumm the beast

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

* Update src/server/game/Spells/SpellEffects.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Update src/server/game/Spells/SpellEffects.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Update src/server/game/Spells/SpellEffects.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Update src/server/game/Spells/SpellEffects.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Update src/server/game/Spells/SpellEffects.cpp

Co-authored-by: Kargatum <dowlandtop@yandex.com>

* Notes Added

Co-authored-by: Malcrom <malcromdev@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
Co-authored-by: Kargatum <dowlandtop@yandex.com>
2022-01-28 11:14:21 -05:00
AzerothCoreBot
339601efb5 chore(DB): import pending files
Referenced commit(s): 8207675525
2022-01-28 15:32:49 +00:00
Voicot Kaczynski
8207675525 fix(DB/Creature): Omen does not reset HP (#10359) 2022-01-28 12:31:08 -03:00
AzerothCoreBot
4c9d2d1faa chore(DB): import pending files
Referenced commit(s): 7abc3bb034
2022-01-28 02:27:56 +00:00
Malcrom
7abc3bb034 fix(DB/Loot) Level 1 - 5 fixes (#10390)
* fix(DB/Loot) Level 1 - 5 fixes

* Update rev_1643306934509705956.sql
2022-01-27 22:26:25 -04:00
Beta.Yi
c737b837dd fix(Core/Spell): Summon Arcane Disruptor 2022-01-28 00:29:24 +01:00
AzerothCoreBot
9726bf2407 chore(DB): import pending files
Referenced commit(s): 79d4efd1b4
2022-01-27 21:44:42 +00:00
Nefertumm
79d4efd1b4 fix(DB/Creature): Add Deathclasp and his scorpions to formations (#10240) 2022-01-27 18:43:05 -03:00
AzerothCoreBot
6b0d9002b4 chore(DB): import pending files
Referenced commit(s): 3c3bcc6557
2022-01-27 20:51:46 +00:00
acidmanifesto
3c3bcc6557 fix(DB/Quest): Add missing objective marker quest 9454 (#10281)
* fix (db/quest) Add missing objective marker quest 9454

Add missing objective marker quest 9454

* Update rev_1642724246151292535.sql

* Update rev_1642724246151292535.sql
2022-01-27 17:50:00 -03:00
Kargatum
5969df4e30 refactor(Core/Logging): switch to fmt style for LOG_ (#10366)
* feat(Core/Common): add support fmt style for ASSERT and ABORT

* correct CheckCompactArrayMaskOverflow

* 1

* Update src/server/game/Spells/Spell.cpp

* rework logging

* add fmt replace logs

* logging

* FMT_LOG_

* settings

* fix startup

* 1

* 2

* 3

* 4

* 5

* fmt::print

* to fmt
2022-01-27 16:44:41 +01:00
AzerothCoreBot
5228d29379 chore(DB): import pending files
Referenced commit(s): 7da65e77b3
2022-01-27 13:16:42 +00:00
Nefertumm
7da65e77b3 fix(DB/Loot): Frostwhisper's Embalming fluid can be looted without the quest (#10238) 2022-01-27 10:14:59 -03:00
AzerothCoreBot
39fa10e87f chore(DB): import pending files
Referenced commit(s): fa9c2ed202
2022-01-27 13:01:23 +00:00
neifion-00000000
fa9c2ed202 fix(DB/Creatures): Creature Placements Northeast of Dolanaar (#10285)
* fix(DB): Creature Placements Northeast of Dolanaar

fixes xyzo and respawn timers for creatures northeast of dolanaar

based on sniffed data

* fixes db error

* fix db error again final time I hope
2022-01-27 09:59:29 -03:00
AzerothCoreBot
406750cb51 chore(DB): import pending files
Referenced commit(s): 5a4dad8e4d
2022-01-27 11:43:38 +00:00
neifion-00000000
5a4dad8e4d fix(DB/Creature): Creature Placements Southeast of Dolanaar (#10282)
fixes xyzo spawnpoints and gives better estimate movement based on sniffs
respawns set to lowest observed regular spawn timers while alone in area

Sniffs uploaded to AC
2022-01-27 08:42:03 -03:00
Nefertumm
75951926e6 feat(Core/Logs): Improve logs for linked_respawn (#10202) 2022-01-27 08:35:44 -03:00
AzerothCoreBot
6bbcdebbe8 chore(DB): import pending files
Referenced commit(s): 3e552df72a
2022-01-27 11:24:56 +00:00
Nefertumm
3e552df72a fix(DB/Formations): Lord Vyletongue is now linked to his adds (#10275) 2022-01-27 08:23:24 -03:00
Kargatum
3d6724e448 feat(Core/Chat): delete delay for channels (#10365)
* feat(Core/Chat): delete delay for channels

* 1
2022-01-27 07:58:59 -03:00
Nefertumm
1ddf5d8d1f fix(Core/MC): Core Hounds should despawn after death (#10219) 2022-01-26 21:18:45 -03:00
AzerothCoreBot
6f36582082 chore(DB): import pending files
Referenced commit(s): 01ea7e7a4b
2022-01-26 19:45:35 +00:00
TheDdraig
01ea7e7a4b fix (DB): fix Ravager Spicimens overpopulation (#10377)
* Create rev_1643215013369974869.sql

* fix codestyle

* Update rev_1643215013369974869.sql

* Using guid removal insteald of ID removal

Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
2022-01-26 14:43:40 -05:00
AzerothCoreBot
889182215c chore(DB): import pending files
Referenced commit(s): 2551b7b89a
2022-01-26 09:28:49 +00:00
Nefertumm
2551b7b89a fix(DB/Creature): adjust Whip Lasher damage (#10273) 2022-01-26 10:27:03 +01:00
Kargatum
e8f34b2309 feat(Core/Common): add support fmt style for ASSERT and ABORT (#10355)
* feat(Core/Common): add support fmt style for ASSERT and ABORT

* correct CheckCompactArrayMaskOverflow

* 1

* Update src/server/game/Spells/Spell.cpp
2022-01-25 23:15:51 +01:00
AzerothCoreBot
2fec54c442 chore(DB): import pending files
Referenced commit(s): 18c2b07609
2022-01-25 20:59:48 +00:00
Bogir[rus]
18c2b07609 fix(Core/Logs): improve log money (#10297)
* Fixed wrong decription of error

The Logger was pointing to the wrong table. Text is missing not in `broadcast_text_locale`, but in `broadcast_text`.

* fix(DB/Logger): fix logs topics and types

Correction of texts in the topic and the type of logged action. Getting rid of `<>` tags, which can cause certain difficulties when processing logs by the administrator. Now we can sort entries by the type of logged actions

* fix log_money

* fix log_money

* fix log_money

* fix log_money

* Update ObjectMgr.cpp

* Update rev_1642821969869259834.sql

* reduce memory usage

* Update AuctionHouseMgr.cpp

* Update Guild.cpp

* Update MailHandler.cpp

* Update TradeHandler.cpp

* fix typo

* Update data/sql/updates/pending_db_characters/rev_1642821969869259834.sql
2022-01-25 17:58:08 -03:00
AzerothCoreBot
f8f2d56bf6 chore(DB): import pending files
Referenced commit(s): 7857b830c6
2022-01-25 12:09:34 +00:00
Nefertumm
7857b830c6 fix(DB/Creature): Add Flame Imp formations (#10234) 2022-01-25 13:07:53 +01:00
IntelligentQuantum
a1c415b226 feat(Core/Player): allow to queue both RDF & BGs together (#10102) 2022-01-25 10:21:01 +01:00