UltraNix
96441a91dc
fix(Core/Spells): Auras triggered by talents/glyphs should be removed on respec. ( #8671 )
...
Fixes #8543
2021-10-24 01:23:04 -03:00
Kargatum
bc9473482e
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing ( #6243 )
2021-10-23 10:15:42 +02:00
UltraNix
1fb6830b15
feat(Core/Quests): Implemented quest_money_rewards (for quest with Qu… ( #8610 )
...
Fixes #8440
2021-10-20 05:45:56 -03:00
UltraNix
1ec612e65b
fix(Core/DungeonFinder): Premade groups should be treated as normal groups. ( #8520 )
...
Fixes #8339
2021-10-20 05:29:24 -03:00
Skjalf
db2b380ceb
fix(Core/Player): restore the removal of pending sale mails (it was accidentally removed in https://github.com/azerothcore/azerothcore-wotlk/pull/8065 ) ( #8550 )
2021-10-19 09:57:14 +02:00
patou01
74db38ea14
fix(Core/Gossip): Fix gossip menu for locale clients ( #8396 )
2021-10-17 11:01:58 -03:00
Kitzunu
bc82f36f1f
refactor(Core/Unit): clean MonsterText methods ( #6957 )
2021-10-15 10:25:29 +02:00
Kargatum
1c40caa4d6
feat(Core/Player): add helper for send large count mail items ( #8460 )
2021-10-14 15:25:15 +07:00
Axel Cocat
cb19dbf492
fix(Core/Player): fix Eluna hook in Player::CanUseItem ( #7117 )
2021-10-12 13:35:45 -03:00
Nefertumm
bcec4191e4
feat(Core/Hooks): Added new hook for pvp flag state ( #8336 )
2021-10-11 14:40:27 -03:00
UltraNix
a6a85c0d5d
fix(Core/Spells): typo 89f0c42c0 ( #8398 )
2021-10-11 00:11:21 -03:00
Skjalf
f96b027ffd
fix(Core/Mail): load mails on login instead of when requested ( #8065 )
2021-10-10 17:15:24 +02:00
UltraNix
89f0c42c0e
fix(Core/Spells): Restore dafef5bd78 ( #8380 )
...
Fixes #5475
2021-10-09 13:49:45 -03:00
Kitzunu
4e590ed20c
fix(Core/Quest): Update all quests when item is optained/removed ( #7862 )
...
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2021-10-09 10:20:07 +02:00
UltraNix
8ef6355aad
fix(Core/Item): Dropped loot containers acting soul bound after looking inside them. ( #7826 )
...
Fixes #6164
2021-10-09 03:28:29 -03:00
Skjalf
78a2f73825
fix(Core/LFG): implement ERR_PARTY_LFG_BOOT_NOT_ELIGIBLE_S and lower … ( #8243 )
2021-10-07 13:09:02 +02:00
Skjalf
29c94e5455
fix(Core/Graveyard): prevent non-death knights from getting ported to… ( #8206 )
2021-10-07 13:07:23 +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
3aadaa6d0f
fix(Core/Spells): improve displaying spell category cooldowns in client UI. ( #8172 )
2021-10-04 15:47:44 +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
Skjalf
0d1f72a55b
fix(Core/Players): solve issue with hunters never being able to roll need on polearms and properly check conditions to roll on relics ( #8148 )
2021-10-04 15:46:40 +02:00
Axel Cocat
02cdbdd538
fix(Core/Player): check for existing corpse on respawn ( #8112 )
2021-10-04 15:45:54 +02:00
UltraNix
de8d0b49f8
fix(Core/Items): toggle temporary items enchantments during items swap. ( #8067 )
...
- Closes #7957
2021-10-04 15:44:49 +02:00
UltraNix
cff7cc58ff
fix(Core/Players): Fixed getting resting exp in cities/inns. ( #8020 )
...
Fixes #7939
2021-10-01 10:50:36 +02:00
UltraNix
30e9ce350c
fix(Core/Spells): Do not send doubled learning packet if spell is lea… ( #8140 )
...
* fix(Core/Spells): Do not send doubled learning packet if spell is learned from skill.
Fixes #7764
* typo.
2021-10-01 01:16:48 +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
26f1aaa0c8
fix(Core/Players): Properly save resting state to DB. ( #8014 )
...
Fixes #7782
2021-09-25 18:16:10 +02:00
Artem
87a4e493a3
fix(Core/Script): 'Battle at Valhalas' quests done automatically ( #7036 )
...
* fix(Core/Script): 'Battle at Valhalas' quests done automatically
Battle at Valhalas series of quests, get to automatically complete
Closes #6753
* Refactoring
* Refactoring
* Refactoring PlayerUpdates.cpp
Co-authored-by: IntelligentQuantum <IntelligentQuantum@ProtonMail.Com >
* Refactoring PlayerQuest.cpp
Co-authored-by: IntelligentQuantum <IntelligentQuantum@ProtonMail.Com >
* Update src/server/scripts/Northrend/zone_icecrown.cpp
Co-authored-by: IntelligentQuantum <IntelligentQuantum@ProtonMail.Com >
2021-09-25 16:59:49 +02:00
IntelligentQuantum
73bac1777c
fix(Core/Player): Remove mount aura on a flight ( #7976 )
2021-09-20 14:56:01 -06:00
UltraNix
ab59991106
fix(Core/Spells): Properly remove item dependent passive auras on item unequip ( #7944 )
2021-09-20 12:37:07 -06:00
jestermaniac
f76d08f328
fix(CORE/Reputation): +Rep aura modify quest with override faction ( #7887 )
2021-09-20 06:08:26 -06:00
UltraNix
d6118de10f
fix(Core/Spells): Applying category spell cooldown instead of spell cooldown ( #7878 )
2021-09-20 04:43:35 -06:00
Kitzunu
4fb2dc1fc4
fix(Core/Spell): PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW applies only with invisibility type INVISIBILITY_GENERAL (0) ( #7863 )
...
Co-Authored-By: Meji <2695278+meji46@users.noreply.github.com >
2021-09-18 18:09:48 +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
UltraNix
7406a01ac3
fix(Core/Spells): several improvements to cooldowns ( #7559 )
...
- Reworked spell category cooldowns.
- Implemented category cooldowns for pets.
- Properly shows pet spell cooldowns in player's UI.
- Corrected pet spell cooldowns with infinity duration.
- Do not add/remove infinity spell cooldown on aura apply/remove if casted by item.
- Closes #5263
2021-09-13 20:57:48 +02:00
IntelligentQuantum
e6143a1efd
feat(Core/Commands): Gear ( #7717 )
2021-09-12 12:19:14 +02:00
UltraNix
e7fe6dcb00
fix(Core/Quests): properly handle quests with QuestType=0. ( #7718 )
...
- Closes #6732
2021-09-10 01:04:28 +02:00
UltraNix
066d2ef85b
feat(Core/Loot): add configurable option to specify ilv restriction for items below player class in NeedBeforeGreed loot mode in DF ( #7701 )
2021-09-06 18:24:41 +02:00
UltraNix
02b0b29ffa
fix(Core/Loot): Quest items should not be lootable/visible if quest objective already fulfilled ( #7700 )
...
- Closes #6442
2021-09-06 15:33:13 +02:00
UltraNix
29559d3747
fix(Core/Loot): Only Paladins, Warriors and Shamans should be able to roll Need on shields ( #7696 )
...
- Closes #4858
2021-09-06 13:06:54 +02:00
UltraNix
2f9f95221b
fix(Core/Items): armor type requirement for needing items in LFG grou… ( #7523 )
...
- Closes #7467
2021-09-02 10:39:57 +02:00
UltraNix
498faf380b
fix(Core/DungeonFinder): misc improvements ( #7488 )
...
- Players should be able to enter the same dungeon if just completed it
- Properly define if the proposal is new
- Set teleport point to the nearest graveyard if teleported to dungeon from other instance
- Display completed encounters when joining LFG in progress (excluding random)
- Closes #5914
- Closes #7388
2021-09-01 10:44:29 +02:00
UltraNix
ec149b52d9
fix(Core/Cooldowns): SPELLMOD_COOLDOWN should not affect category coo… ( #7164 )
...
- Closes #6391 .
2021-08-31 12:01:09 +02:00
lineagedr
ae8a78d90a
feat(Core/Gameobject): add a range check for gameobjects ( #7521 )
2021-08-31 10:34:43 +02:00
Andrius Peleckas
dd14c63088
fix(Core/Vendors): incorrect check which allowed/disabled alliance players ( #7507 )
2021-08-26 15:41:17 +02:00
Petric
2929cddaf2
fix(Core/Spec): changing spec now removes auras of spells with rank > 1 ( #7482 )
...
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/4284
2021-08-25 16:00:39 +02:00
UltraNix
a8c0a2cc89
fix(Core/Movement): ( #7008 )
...
- Get zone/area IDs from vmap data in the liquid update
- Add new method Map::getFullVMapDataForPosition to get area info and liquid info in a single vmap lookup
- Adjust GetZoneId/GetAreaId on WorldObject to always return these cached fields.
- Clean up liquid state handling on Unit and Player
- Implemented getting area id from gameobject spawns.
- Removed old core related to getting movement flags dependent on environment.
- Movement flags are now processed more precisely and dynamically.
Original source: TrinityCore.
- Closes #5086
- Updates #2208 .
2021-08-25 12:41:20 +02:00
UltraNix
032ca32a04
fix(Core/Spells): do not remove stances when teleported from Instance/BG ( #7469 )
...
- Closes #7402
2021-08-25 01:55:37 +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
lineagedr
1174b43184
feat(Core/Item): remove item auras after unequipping an item. ( #7398 )
...
* [Core/Item]: Remove item auras after unequipping an item.
* chore(Core/Item): add brackets, improve codestyle
* Update
* update
* Update
* Update
* constexpr
* Update Player.cpp
2021-08-20 20:17:01 +02:00