Ovahlord
b73e4e1662
Core/Spells: implemented SPELL_AURA_MOD_SPELL_POWER_PCT
2024-09-08 22:15:47 +02:00
Ovahlord
58c88ef86a
Core/Quests: skip most of the checks in CMSG_QUEST_GIVER_ACCEPT_QUEST for auto accept quests as they have been added before the cmsg comes in
2024-09-08 21:08:37 +02:00
Ovahlord
f359a8710a
Core/Player: updated per kill experience to Cataclysm
2024-09-08 13:50:38 +02:00
Ovahlord
008dd1edb0
Core/Quest: fixed retrieving quest objective flags
...
Closes #30166
2024-09-07 14:28:10 +02:00
funjoker
a0163ff702
Core/Packets: Update structure of CMSG_GET_MIRROR_IMAGE_DATA
2024-09-04 10:54:09 +02:00
Shauren
fdd44f70dd
Core/Misc: CompilerDefs/GitRevision improvements
...
* Removed INTEL as a separate platform (it does not belong there)
* Removed BORLAND from known compilers list (it was never supported)
* Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined)
* Rename revision_data.h macros that begin with a underscore
* Added processor architecture to --version string
* Added Linux distribution name to .server debug
* Fixed some revision_data.h macros missing/wrong values when regenerated during compilation
* Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler)
(cherry picked from commit e8740fb2e1 )
# Conflicts:
# revision_data.h.in.cmake
2024-09-03 19:56:38 +02:00
Shauren
2592a08df6
Core/Spells: Fixed spell target selection not being shared by multiple effects when there are targeting scripts that have the same script function
...
(cherry picked from commit b1d8061a0f )
2024-09-03 19:55:16 +02:00
Jeremy
91be11b280
Core/GameObjects: Implement ControlZone::UncontestedTime field ( #30152 )
...
(cherry picked from commit 314e155a0c )
2024-09-03 19:55:10 +02:00
Shauren
27c9af1a5e
Core/Players: Fixed nested spell overrides (priest Mind Spike)
...
(cherry picked from commit cdca59ca4d )
2024-09-03 19:54:50 +02:00
ModoX
1c2829e615
Core/Creature: Added additional checks when setting feign death in db
...
(cherry picked from commit d66f2dcdac )
2024-09-03 19:54:40 +02:00
ModoX
403142829a
Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db
...
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718
(cherry picked from commit 1b4c324fe1 )
2024-09-03 19:54:35 +02:00
Ovahlord
a774a83180
Core/Misc: fixed dynamic scripts build
2024-09-02 05:27:06 +02:00
Ovahlord
7704c0cc5a
Core/Misc: dropped unused Traits implementation
2024-09-01 20:49:45 +02:00
Ovahlord
5347466b95
fixed unused parameter warning that slipped past msvc compilers
2024-09-01 19:45:23 +02:00
Ovahlord
43b2c5f5de
Scripts/Spells: removed post Cataclysm item spell scripts
2024-09-01 19:27:35 +02:00
Ovahlord
01260b0007
buildfix
2024-09-01 19:10:39 +02:00
Ovahlord
b5e681e682
Core/Misc: removed most retail specialization code and restored legacy functionality for Classic
2024-09-01 06:52:54 +02:00
Ovahlord
b0f12aeceb
Core/Chat: 39061442fb followup
2024-08-31 22:35:10 +02:00
Ovahlord
39061442fb
Core/Chat: updated chat handler to support recent packet changes
2024-08-31 22:34:14 +02:00
Ovahlord
db6d60b712
Core/Packets: updated packet structures of CMSG_CHAT_ADDON_MESSAGE_TARGETED and CMSG_CHAT_MESSAGE_WHISPER
2024-08-31 21:45:15 +02:00
Ovahlord
ef5627c2ce
Core/Player: updated hit chances for players and handle their according UI modifier update fields
2024-08-31 20:19:48 +02:00
Shauren
842e1b6c9b
Core/Client Builds: Refactor build_info structure to support any client variants
...
(cherry picked from commit e94558d078 )
# Conflicts:
# sql/base/auth_database.sql
# sql/updates/auth/cata_classic/2024_08_30_00_auth.sql
2024-08-30 17:54:32 +02:00
Shauren
7627085c1b
Core/Client Builds: Move build info out of RealmList class
...
(cherry picked from commit 82031dc720 )
2024-08-30 17:35:13 +02:00
Shauren
6f50030654
Build fix for libstdc++-11
...
(cherry picked from commit d277be8718 )
2024-08-30 17:35:06 +02:00
Shauren
2b8c5ad42d
Core/Auth: Refactor client auth key storage to support more future client variants and preserve more information about client version
...
(cherry picked from commit 8e15952659 )
2024-08-30 17:35:01 +02:00
Shauren
cf86c05738
Core/Misc: Remove duplicate helper functions
...
(cherry picked from commit bffc7ece61 )
2024-08-30 17:34:56 +02:00
Motive
519abbd398
Core: Allow macOS arm64 client to connect ( #30173 )
...
(cherry picked from commit 6b2d12206c )
# Conflicts:
# sql/base/auth_database.sql
# sql/updates/auth/cata_classic/2024_08_28_01_auth.sql
2024-08-29 04:50:49 +02:00
Razmataz
f84033df2b
Core/Maps: Decrement map unload timer by correct (accumulated) time diff ( #30197 )
...
(cherry picked from commit 13a5d2d42d )
2024-08-29 04:43:04 +02:00
Shauren
a348eb7b01
Core/Mail: Ignore currencies from loot for mails
...
(cherry picked from commit 2d22978346 )
2024-08-27 17:22:47 +02:00
Shauren
ab0d7ac8f3
Core/Players: Fixed spells being unintentionally removed by talent swaps when they are learned from more than one spell (affects balance druid Celesial Alignment and Incarnation)
...
(cherry picked from commit 2c6ddcce3d )
# Conflicts:
# src/server/game/Spells/SpellMgr.cpp
2024-08-27 17:22:18 +02:00
Shauren
d451defc22
Core/AHBot: Fix loot query
...
(cherry picked from commit fbadeeae39 )
2024-08-27 17:21:13 +02:00
Shauren
51fdfa6055
Core/Commands: Fix windows unicode escape sequence warning
...
(cherry picked from commit 43987f0cff )
2024-08-27 17:21:08 +02:00
Shauren
18ae1540b5
Core/Loot: Implemented currency loot
...
(cherry picked from commit 3e28ee080a )
# Conflicts:
# sql/base/characters_database.sql
# sql/updates/auth/cata_classic/2024_08_26_00_characters.sql
# sql/updates/world/cata_classic/2024_08_26_00_world.sql
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Loot/Loot.cpp
# src/server/scripts/ExilesReach/zone_exiles_reach.cpp
2024-08-27 17:20:43 +02:00
Shauren
a3c66fe0b8
Core/Loot: Build fix for older compilers
...
(cherry picked from commit 6b4270850f )
2024-08-27 15:51:16 +02:00
Shauren
9ccd2daa16
Core/Loot: Added type to LootStoreItem to replace reference != 0 checks
...
(cherry picked from commit 7e70ea701e )
# Conflicts:
# sql/updates/world/cata_classic/2024_08_25_02_world.sql
2024-08-27 15:50:01 +02:00
Shauren
a9b7540d4b
Core/Conditions: Remove unneccessary duplicate condition startup checks - item existance is checked by loot loading and if that fails, condition loading will fail to find related item inside loot
...
(cherry picked from commit 6d3be9cca6 )
2024-08-27 15:45:49 +02:00
Shauren
ae5a926b61
Core/Loot: Use unique_ptr in LootTemplate class
...
(cherry picked from commit 430321a803 )
2024-08-27 15:45:42 +02:00
Shauren
efd3992368
Core/Loot: Use unique_ptr in LootStore class
...
(cherry picked from commit b49a9b44af )
2024-08-27 15:45:36 +02:00
Shauren
a1b744b786
Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set
...
(cherry picked from commit b257b244cb )
2024-08-27 15:45:29 +02:00
Ovahlord
753c87ce24
Core/Packets: updated packet structure of SMSG_BATTLEFIELD_LIST and updated BattlegroundTypeId enum
2024-08-27 04:48:44 +02:00
Ovahlord
3b9845ee44
Core/Config: implemented a config setting for rated battleground conquest rewards
2024-08-26 22:31:30 +02:00
Ovahlord
0d5264be3e
Core/Player: updated currency constants and fixed sending random battleground rewards in RequestPvPRewardsResponse
2024-08-26 22:13:05 +02:00
Ovahlord
c5116b0e11
Core/Config: updated current arena season to 9 (Vicious Gladiator)
2024-08-26 21:21:38 +02:00
Ovahlord
92435b0934
Core/Packets: enabled and implemented SMSG_PVP_SEASON and dropped its retail successor implementation SMSG_SEASON_INFO (doesn't exist in Classic)
2024-08-26 21:19:12 +02:00
Ovahlord
076ff7970c
Core/Packets: updated packet structure of SMSG_SET_FACTION_STANDING
2024-08-26 05:15:23 +02:00
Ovahlord
f0c4b01ae6
Core/Packets: updated structures of SMSG_PARTY_INVITE, SMSG_PARTY_MEMBER_FULL_STATE and SMSG_MIRROR_IMAGE_COMPONENTED_DATA
2024-08-23 00:09:39 +02:00
Ghaster
7e831374cb
Core/Players: Fix SPELLMOD_PCT on login ( #30179 )
...
(cherry picked from commit 6904dfc20b )
2024-08-22 23:47:29 +02:00
Shauren
dfad7de501
Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending any responses
...
(cherry picked from commit 7f8a932b8b )
2024-08-22 23:46:50 +02:00
Ovahlord
926fda01d8
Core/Quests: fixed max level quest money rewards and calculate them during runtime instead of using dumped DB values
...
* this fixes an exploit that was allowing players that have capped their level via npc to obtain higher max level money rewards if the quest info came from a sniff that was done with a max level character
2024-08-22 16:28:26 +02:00
Ovahlord
d637504785
fix build
2024-08-22 02:18:21 +02:00