Commit Graph

21846 Commits

Author SHA1 Message Date
Aqua Deus
4cd8531b41 Scripts/Spells: Implemented death knight Heartbreaker talent (#30371) 2024-10-24 23:01:58 +02:00
Aqua Deus
dd6d478980 Scripts/Spells: Implemented Monk Tiger's Lust root/snare removal (#30370) 2024-10-24 22:31:21 +02:00
Ovahlord
e14648eaba Core/Player: moved zone/area updating and tavern resting checks into Heartbeat and movement updates
(cherry picked from commit cb4c9009b3)

# Conflicts:
#	src/server/game/Entities/Player/Player.cpp
2024-10-23 20:12:33 +02:00
Shauren
4854d9c51a Core/PacketIO: 4936094379 followup - removed silly way of sending the packet 2024-10-22 19:21:46 +02:00
ModoX
af16011726 Scripts/Orgrimmar: Fix nopch 2024-10-22 04:07:13 +02:00
Meji
0d5242daae Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367) 2024-10-22 04:01:37 +02:00
Meji
e23a02ac4e Scripts/Orgrimmar: Implement The Art of War (29611) (#30366) 2024-10-22 03:42:37 +02:00
Jeremy
b8df69a4da Scripts/Battleground: Implement Temple of Kotmogu (#30171) 2024-10-22 03:37:38 +02:00
Meji
5fc9a3afdd Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for GAMEOBJECT_TYPE_FLAGSTAND (#30368) 2024-10-22 03:16:42 +02:00
Shauren
b506a53443 Core/Misc: Update faction change learned language skills for new races 2024-10-21 23:34:43 +02:00
Jeremy
caccb06190 Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBuilders (#30343) 2024-10-21 02:34:00 +02:00
Jeremy
bef005e346 Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTAND
* and do interact condition checks
2024-10-21 00:31:27 +02:00
Jeremy
0535a61cb7 Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_TYPE_FLAGSTAND 2024-10-21 00:30:20 +02:00
Shauren
c6fd88bf30 Core/Chat: Update ChatNotify enum 2024-10-20 12:44:15 +02:00
Meji
b860733822 Core/Conditions: Allow NegativeCondition for references (#30363) 2024-10-19 15:20:34 +02:00
Shauren
77b8066147 Core/PacketIO: Fix old copypaste 2024-10-18 17:24:47 +02:00
Meji
4936094379 Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)
* Temporary workaround to display quest details at questgiver

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18 16:43:12 +02:00
ModoX
05feefe787 Scripts/ShrineOfTheStorm: Added missing register 2024-10-18 11:52:12 +02:00
ModoX
72d952db74 Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no unit_flags are set
* d66f2dcdac followup
2024-10-18 11:20:37 +02:00
Shauren
0dd6dd782e Core/Misc: Don't use tellg() to estimate file sizes 2024-10-17 22:23:00 +02:00
Shauren
1a41281e37 Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFormat where possible in common and database projects 2024-10-16 18:58:45 +02:00
Meji
57f297b4e7 Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests (#30348) 2024-10-15 17:40:37 +02:00
Shauren
1e470610ac Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYING 2024-10-13 20:15:18 +02:00
Aqua Deus
f7ae3b2e7a Scripts/Spells: Fix dk talent Icy Talons (#30232)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12 20:45:06 +02:00
Traesh
c7a073140c Core/Auras: Implemented SPELL_AURA_ADV_FLYING 2024-10-12 17:10:50 +02:00
Shauren
6e0b146f1d Core/Auras: Implemented adv flying speed mod auras
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-10 16:19:33 +02:00
Jason Dove
d93ca90d49 Core/Units: Fix melee attack victim level calculation (#30329) 2024-10-08 17:43:52 +02:00
ModoX
222a80a6d6 Core/Movement: Implemented cyclic waypoint movement (#29923)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07 20:29:02 +02:00
Aqua Deus
536240dee7 Scripts/NerubarPalace: Implement Ulgrax intro (#30256) 2024-10-07 16:47:29 +02:00
Shauren
43c7965d6b Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them 2024-10-07 16:08:13 +02:00
Meji
9c6a5947de Core/Conversation: Hackfix for NextConversationLineID overflow (#30259) 2024-10-07 00:25:47 +02:00
Shauren
c5b94d471e Core/DataStores: Update startup id checks for 11.0.2 and require FlightCapability id = 1 as well 2024-10-06 17:09:32 +02:00
Traesh
adbe74a1a4 Core/DataStores: Load FlightCapability.db2 2024-10-06 14:36:32 +02:00
Shauren
8127609764 Core/Maps: Link instance map to LfgDungeons 2024-10-05 11:56:02 +02:00
Meji
086632d871 Core/Chat: Improve ingame language translation (#30298) 2024-10-05 11:11:13 +02:00
Shauren
49ab2bbe38 Core/Players: Prevent creation of characters with duplicate names
Closes #30299
2024-10-03 12:22:22 +02:00
Shauren
b13b5142f1 Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it to create deleters with compile time constant functions (reduces its size to just sizeof(void*)) 2024-10-01 21:03:44 +02:00
Shauren
0d496b14d5 Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 6f6af6a1a1, fixes not finding mind controlled players 2024-09-30 15:39:03 +02:00
Aqua Deus
db75f34239 Scripts/Spells: Implement druid talent Nature's Grace (#30215) 2024-09-29 20:25:00 +02:00
Traesh
edf61ad8e5 Core/PacketIO: Enable CAN_ADV_FLY opcodes 2024-09-29 18:03:22 +02:00
Aqua Deus
f5dfc0e4cd Scripts/Spells: Fix Anti-Magic shell amount with Anti-Magic Barrier talent (#30234) 2024-09-28 17:50:07 +02:00
Shauren
89f490bdcd Core/DataStores: Removed overriding field sign type based on db2 column compression 2024-09-27 20:05:36 +02:00
Shauren
726412d983 Core/Database: Fix database connections failing to open over named pipes for users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server 2024-09-25 10:46:46 +02:00
Shauren
3238175a62 Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_ID 2024-09-24 14:40:23 +02:00
Shauren
fff12eafdf Core/Common: Catch and log child process creation errors 2024-09-23 14:17:33 +02:00
Shauren
4f3e73afae Core/DataStores: Updated db2 structures for 11.0.2.56647 2024-09-22 19:08:11 +02:00
Shauren
723e638a84 Core/Spells: Protect against stack overflows in spell override handling 2024-09-22 13:17:08 +02:00
Ovahlord
f26c942053 Core/Auras: fixed a possible underflow when checking required powers for SPELL_AURA_TRIGGER_SPELL_ON_POWER_AMOUNT and SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT 2024-09-21 22:23:42 +02:00
Aqua Deus
52d4e0f9ef Scripts/ShrineOfTheStorm: Implement Aqu'sirr encounter (#30122)
Co-authored-by: ModoX <moardox@gmail.com>
2024-09-21 06:29:15 +02:00
ModoX
35b8868763 Core/Object: Added max height change param to MovePosition 2024-09-21 05:34:10 +02:00