UltraNix
4947887644
fix(Scripts/Brewfest): Rewritten Coren Direbrew's fight( #8040 )
...
- Closes #7890
2021-10-08 21:03:38 +02:00
Skjalf
8514eaf9a0
fix(Scripts/BRD): Rework Shadowforge Braziers ( #8233 )
...
- Both gates should open when both braziers are lit, regardless of the order
- Added missing flavor text from Magmus, spoken once the gates open
2021-10-07 22:20:02 +02:00
patou01
77e46769fa
Fix(Core/Uldaman): Door behind Archaedas can close after event. ( #8024 )
...
* Fix(Core/Uldaman): Door behind Archaedas can close after event.
Once the boss is dead, we shouldn't be able to close the doors anymore.
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/7358
* removed unnecessary check to make CI happy
2021-10-01 10:59:24 +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
patou01
47bb5cbb43
fix(Core/BRD): Timer for tomb of seven ( #7952 )
2021-09-20 14:30:57 -06:00
UltraNix
6632c4bd62
fix(Scripts/BlackwingLair): starting Razorgore the Untamed fight ( #7783 )
...
- Closes #7729
2021-09-17 09:23:39 +02:00
UltraNix
fd229f75e1
fix(Scripts/BRD): movement of Burning Spirits during Ambassador Flamelash encounter ( #7810 )
...
- Closes #6964
2021-09-16 14:30:58 +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
Viste
a9796af174
fix(Core/Misc): bunch of crashfixes ( #7307 )
2021-09-14 14:38:56 +02:00
UltraNix
15b346163d
fix(Scripts/BRD): Mobs in Manufactory should attack on Golem Lord Arg… ( #7794 )
...
- Closes #3077
2021-09-13 16:09:40 +02:00
IntelligentQuantum
bb343b482e
fix(Scripts/DB): Quest OOX 09 - 17 - 2FE ( #7792 )
2021-09-13 16:06:49 +02:00
Asthalor
33b3ea2fe4
fix(Script/BD): fix skill needed and more for Quest The Spectral Chalice ( #7519 )
2021-08-31 12:02:17 +02:00
EPTIC
015f8802a8
fix(Script/Creature): move Shadow Hunter Vosh'gajin script to SAI ( #7421 )
2021-08-25 10:58:13 +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
EPTIC
690187cb3f
fix(DB/Creature): Gizrul the Slavener ( #7414 )
2021-08-22 13:43:54 +02:00
EPTIC
4cc00f5488
fix(DB/Creature): correct script for Quartermaster Zigris ( #7404 )
2021-08-21 00:43:04 +02:00
Zenslash
28a7646414
fix(Scripts/BWL): drakes in Blackwing Lair can't attack ( #7303 )
...
Closes #7246
2021-08-16 10:43:30 +02:00
Christopher Galbraith
19bbe2cd79
fix(Script/Mandorik): enrage on reset and on subsequent pulls. ( #7176 )
...
* Fixed issue with Ohgan data not being reset properly causing Mandokir to enrage even when Ohgan is alive on subsequent pulls. Mandokir now correctly removes Frenzy when resetting.
Signed-off-by: ChrisCGalbraith <chriscgalbraith@gmai.com >
* Update src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: ChrisCGalbraith <chriscgalbraith@gmai.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-07-31 11:16:02 +02:00
Francesco Borzì
e5f1104849
refactor(Scripts/EasternKingdoms): code cleanup (part 5) - also fix potential crash ( #6923 )
2021-07-19 11:23:27 +02:00
Francesco Borzì
4103fca5a4
fix(Core/ObjectGuid): prevent creating copies when looping objects ( #6852 )
2021-07-10 15:54:16 +02:00
Hacki95
ab5ce3e372
fix(Core/Script): Molten Core: Gehennas ( #5680 )
...
Co-authored-by: @T1ti
Co-authored-by: @sanctum32
2021-07-05 00:12:35 +02:00
Hacki95
476dcd3eb9
fix(Core/Script): Molten Core: Lucifron ( #5655 )
...
Co-authored-by: @sanctum32
Co-authored-by: @t1ti
2021-07-04 18:13:27 +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
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
Kargatum
17838998c4
chore(Core/Gossip): delete old gossips api ( #5414 )
2021-06-19 12:18:25 +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
Kitzunu
34da0cda51
fix(Script/URBS): Potential crash in Dragonspire Room ( #6330 )
...
* cherry-picked from commit (e9a8cea018 )
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
2021-06-15 12:02:03 +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
Chero
17599313da
fix(Scripts/ScarletMonastery): Whitemane spell cast ( #6073 )
2021-06-01 11:16:47 +02:00
Kitzunu
897a02bb75
refactor(Core/Misc): acore to Acore ( #6043 )
2021-05-31 14:21:54 +02:00
Kargatum
78e1719c80
feat(Core/Misc): includes cleanup ( #5953 )
2021-05-26 19:00:08 +07:00
Kargatum
26f2abaaa9
feat(Core/Authserver): TOTP rewrite ( #5620 )
2021-05-12 18:57:10 -06:00
Silker
534ec53bb0
fix(Core/Scripts): Convert Galen's Escape to SAI ( #5683 )
2021-05-09 14:20:32 -06: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
Emir
0b87bb0ddf
fix(Script/Instance) [Deadmines] Smite Slam ( #5373 )
2021-04-29 20:59:09 -04:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
v.tihomirov
620eb8e9f3
fix(DB): Scholomance Occultists behavior ( #5314 )
2021-04-25 21:02:52 +02:00
v.tihomirov
2e8ef021b6
Adjust Scholomance Kirtonos boss fight ( #5313 )
2021-04-25 00:57:37 -04:00
v.tihomirov
d624baba2a
Fix Scholomance Gandling encounter ( #5245 )
2021-04-18 11:45:54 -04: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
33aeadf8b6
refactor(Core/Misc): Define & Rename Attributes and flags ( #5193 )
2021-04-15 14:16:39 +02:00
Footman
c32cd06a78
fix(Core/Movement): fix multiple creature movement issues ( #5097 )
2021-04-09 20:56:19 +02:00
Kitzunu
f9d708b450
feat(Core/Instance): Add instance validation for creature scripts ( #4596 )
2021-04-05 15:34:26 +02:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Kitzunu
28f1dc5c0c
refactor(Core): replace NULL with nullptr ( #4593 )
2021-03-02 01:34:20 +01:00
Stifler82
8195708962
fix(DB/Core/Creatures/SAI): Pyrewood Ambush Quest ( #4649 )
2021-02-28 14:27:07 +01:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
T1ti
ccca2dedfa
fix(Scripts/MoltenCore): Garr abilities timers ( #4568 )
2021-02-19 19:27:51 +01:00
Vox
0a5262a73e
fix(core/Scripts): 'The Attack!' Quest Improvements/NPC Spawn Adjust ( #4577 )
2021-02-16 13:14:43 -05:00