Commit Graph

43106 Commits

Author SHA1 Message Date
Ovahlord
f2301d29c1 DB/Creature: backported UNIT_NPC_FLAG_TRAINER_CLASS assignment from 4.3.4 2024-11-03 13:57:24 +01:00
Ovahlord
77e82b20bc Core/Creature: turn UNIT_NPC_FLAG_TRAINER_CLASS into a viewer depending flag and show it only for players which can be trained by the creature 2024-11-03 13:56:09 +01:00
Ovahlord
73aa788b2c Core/LFG: send SoftLock = 2 for dungeons which are out of level range, unavailable for the current expansion or not in season to hide them from the dungeon finder list
* the client isn't giving away much info on how these values could be named. All we know from sniffs is that 2 is the value used by default. Though 1 also hides dungeons, we stick with what sniffs say for now until someone with more extensive reverse engineering knowledge can dig up the solution
2024-11-03 13:20:28 +01:00
Meji
f38eca4d3f Core/Transports: Fixed event timestamps for edge cases
Closes #28815

(cherry picked from commit 5872f032c9)
2024-11-03 12:11:48 +01:00
Ovahlord
5e538e49f0 Core/Players: re-enabled hidden appearances for transmogrification as these have been brought over from retail in 4.4.1 2024-11-03 10:01:03 +01:00
Ovahlord
c1bc090fda Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS packet structure to 4.4.1 2024-11-03 00:05:36 +01:00
funjoker
263a9fee8a DB: Correct TDB version 2024-11-02 21:24:27 +01:00
Golrag
37914ae4ea Core/Texts: Fix nullptr when no BroadcastText is found
closes #30392

(cherry picked from commit 05c8ad26c2)
2024-11-02 21:03:37 +01:00
Ovahlord
8c9cffc1e8 Core/Packets: updated ResponseCodes and fixed CMSG_CREATE_CHARACTER packet structure 2024-11-02 20:44:14 +01:00
Ovahlord
0f96ba1d66 Core/Misc: removed blank lines 2024-11-02 15:01:46 +01:00
Ovahlord
e56da2363e DB/Hotfixes: added enUS hotfixes 2024-11-02 12:56:14 +01:00
Ovahlord
7f05b1d35d Core: updated allowed build to 4.4.1.57294 2024-11-02 12:41:05 +01:00
Ovahlord
6de12ffcfa Core/Packets: updated packet structures for 4.4.1 2024-11-01 16:33:57 +01:00
Shauren
5c0fb42c9b Core/Proto: Remove blank lines
(cherry picked from commit 23064351a6)
2024-11-01 08:02:02 +01:00
Shauren
85b4c11bde Core/Proto: Added messages and services missing descriptors in client
(cherry picked from commit 7ff646efa9)
2024-11-01 08:01:57 +01:00
Shauren
df5bc87eb4 Core/Proto: Updated protobuf messages and services for 11.0.2
(cherry picked from commit d4f4cdc238)
2024-11-01 08:01:52 +01:00
funjoker
c641cbeb55 Core/PacketIO: updated update fields to 4.4.1 2024-11-01 08:00:24 +01:00
Ovahlord
31949d05c9 Core/Packets: updated opcodes to 4.4.1 2024-11-01 07:58:42 +01:00
Ovahlord
2d415b4621 Core/DataStores: updated DB2 structures to 4.4.1 2024-11-01 07:56:45 +01:00
Jeremy
d25a2698d8 Core/Units: only set spellClickHandled to true when spell cast was succesful (#30388)
(cherry picked from commit 214580d345)
4.4.0/57244
2024-11-01 07:55:03 +01:00
Wishmaster117
a27ab0d3ca Core/Gossip: Fixed gossip menu option localization for cases without a broadcast text assigned (#30387)
(cherry picked from commit 125971c8cb)
2024-11-01 07:54:54 +01:00
Shauren
dd77c512f3 Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map changes
(cherry picked from commit f6c37f6791)
2024-11-01 07:54:47 +01:00
Shauren
b0fb2d20a8 Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactors
* Object::BuildValuesUpdateWithFlag is actually unused
* Restore UF::UpdateFieldFlag::Owner for players (self packet)

(cherry picked from commit 963eb6b80c)
2024-11-01 07:54:35 +01:00
Meji
4dbc0a522a Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO (#30382)
(cherry picked from commit 9261140c9d)
2024-11-01 07:54:30 +01:00
Shauren
80a37787c6 Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object pointer since it can be calculated dynamically
(cherry picked from commit 42042504fa)
2024-11-01 07:54:24 +01:00
Shauren
56ada5b873 Core/Objects: Eliminate unneccessary temporary objects and double map lookups when building SMSG_UPDATE_OBJECT
(cherry picked from commit 38a209276d)
2024-11-01 07:54:17 +01:00
Shauren
2c99afab5e DB: Added build keys for 4.4.1.57294 for future use 2024-10-31 19:32:37 +01:00
Shauren
1edac8ba57 Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move getting and writing field flags to shared function
(cherry picked from commit ee54ade397)

# Conflicts:
#	src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
#	src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.h
#	src/server/game/Entities/Item/AzeriteItem/AzeriteItem.cpp
#	src/server/game/Entities/Item/AzeriteItem/AzeriteItem.h
2024-10-27 20:38:13 +01:00
Shauren
c975bc2c65 Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functions instead of spreading it in all overrides
(cherry picked from commit 067fa31d15)

# Conflicts:
#	src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
#	src/server/game/Entities/Item/AzeriteItem/AzeriteItem.cpp
2024-10-27 20:38:12 +01:00
TDB Release
f21be961d9 TDB 440.24101 - 2024/10/27 TDB440.24101 2024-10-27 19:25:22 +00:00
Ovahlord
e9741da69e DB/Quests: added more quest data from bruteforces 2024-10-27 17:05:18 +01:00
Ovahlord
c232e82cbe DB/Quests: added more quest data from bruteforces 2024-10-27 16:42:52 +01:00
Ovahlord
2e616ce61b DB/Misc: added more template data from mass parses and bruteforces 2024-10-27 13:09:27 +01:00
Naddley
2fe94b34c1 DB/Tanaris: Added cyclic path for Tick and Chronalis
(cherry picked from commit 609d466ef8)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_27_02_world.sql
2024-10-27 13:09:27 +01:00
Naddley
1934feb91a DB/Mulgore: Update some more creature spawns with createobject2 data
(cherry picked from commit 831526d437)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_27_01_world.sql
2024-10-27 13:09:27 +01:00
Shauren
2516c068ab Core: Updated allowed build to 4.4.0.57244 2024-10-24 16:16:29 +02:00
Ovahlord
cb4c9009b3 Core/Player: moved zone/area updating and tavern resting checks into Heartbeat and movement updates 2024-10-23 19:29:42 +02:00
Meji
fb56b63171 Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)
(cherry picked from commit 0d5242daae)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_22_03_world.sql
2024-10-22 19:45:21 +02:00
Meji
d07a7592de Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for GAMEOBJECT_TYPE_FLAGSTAND (#30368)
(cherry picked from commit 5fc9a3afdd)
2024-10-22 19:44:38 +02:00
Ovahlord
b1a6d992bb Core/GameObjects: added missing cherrypick data from 6bcef33bb1 2024-10-22 19:44:24 +02:00
Ovahlord
74343101ab DB/GameObjects: added more gameobject template data from mass parses 2024-10-21 22:43:44 +02:00
Ovahlord
a99cd8f7f2 Core/Misc: downgraded RaceMask code for Cataclysm
* updated RaceMask defines in preparation for 4.4.1
2024-10-21 22:29:50 +02:00
Jeremy
aff7560e4c Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBuilders (#30343)
(cherry picked from commit caccb06190)
2024-10-21 22:03:32 +02:00
Jeremy
9be40b4be6 Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTAND
* and do interact condition checks

(cherry picked from commit bef005e346)
2024-10-21 22:03:27 +02:00
Jeremy
27399ce1e5 Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_TYPE_FLAGSTAND
(cherry picked from commit 0535a61cb7)
2024-10-21 22:03:22 +02:00
Naddley
fc0d5b849f DB/Mulgore: Script cosmetic shoot gun event for Fledgling Brave
(cherry picked from commit c45cd444ef)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_20_03_world.sql
2024-10-21 22:03:17 +02:00
Naddley
a590fff324 DB/Mulgore: Update positions for Plainstriders with createobject2 data
+ delete duplicate spawns

(cherry picked from commit 2bdaf60fe2)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_20_01_world.sql
2024-10-21 22:03:05 +02:00
Naddley
85253268c1 DB/Mulgore: Some updates to Camp Narache
+ Added Path for Brave Windfeather
+ Added sparring data
+ Adjust combat SAI for Fledgling Brave
+ handle feign death for Fledgling Brave

(cherry picked from commit f6490d0b18)

# Conflicts:
#	sql/updates/world/cata_classic/2024_10_20_00_world.sql
2024-10-21 22:02:48 +02:00
Shauren
3432643835 Core/Chat: Update ChatNotify enum
(cherry picked from commit c6fd88bf30)
2024-10-21 22:02:15 +02:00
Meji
40419f91d1 Core/Conditions: Allow NegativeCondition for references (#30363)
(cherry picked from commit b860733822)
2024-10-21 21:58:59 +02:00