Shauren
deed58f080
Core/Spells: Check if serverside spells don't overwrite db2 spells
2021-03-12 22:25:47 +01:00
Shauren
2bd70b41eb
Core/Spells: Restore serverside spells fuinctionality
2021-03-12 21:59:10 +01:00
Shauren
efdca47aff
Core/Auras: Remove m_effIndex member of AuraEffect and always take it from SpellEffectInfo
2021-03-11 10:32:03 +01:00
Ovah
0aa3a0b0b9
fixed build
2021-03-09 17:06:34 +01:00
Ovah
e77100c923
Core/PacketIO: corrected setting the NowDead field in SMSG_ATTACK_STOP
...
This fixes a weird facing behavior for creatures which caused them to face to their spawn position when dying instead of facing their current victim's orientation
2021-03-09 17:02:23 +01:00
Shauren
c1a5672944
Scripts/Spells: Minor travel form corrections
...
* Added missing visuals when changing forms
* Prevent entering flight forms when in combat
2021-03-08 23:58:40 +01:00
Shauren
39652f9445
Core/Conversations: Fill more updatefields with correct data
2021-03-08 20:30:32 +01:00
Shauren
d80593061f
Core/PacketIO: Fix structure for SelectedAzeriteEssences and name unknown conversation fields
2021-03-08 00:11:29 +01:00
Matan Shukry
c019d4f10c
Core/SAI: Don't require BaseObject when creating conversation from smart scripts ( #26209 )
2021-03-07 11:17:04 +01:00
Shauren
b4aa698acb
Core/Auras: Convert most rules from Aura::CanBeSaved to a custom spell attribute
2021-03-06 23:47:30 +01:00
Matan Shukry
16f95f9d32
Core/Auras: Don't save druid various flight forms to db ( #26206 )
2021-03-06 23:09:47 +01:00
Shauren
af1b3301c9
Core/Maps: Remove unused code
2021-03-06 22:17:12 +01:00
Matan Shukry
1b4c4d2164
Core/SAI: Implement quest source for SAI ( #26170 )
2021-03-06 14:20:39 +01:00
Traesh
56e9560661
Core/Spells Handle auras 328 & 396 (SPELL_AURA_TRIGGER_SPELL_ON_POWER_*)
2021-03-05 23:25:51 +01:00
Robingad
1d7590072c
Core/Spells: Take SPELLMOD_CRIT_DAMAGE_BONUS into account also for healing spells ( #26151 )
2021-03-05 22:08:32 +01:00
Matan Shukry
49b47047b8
Core/Spells: Implemented SPELL_AURA_ALLOW_TALENT_SWAPPING ( #26205 )
2021-03-05 21:53:42 +01:00
Matan Shukry
818c19ec4b
Core/Movement: Add trace log message with packet content to movement opcode handler
2021-03-05 00:28:07 +01:00
Matan Shukry
931a3871f8
Core/Movement: Don't rely on client for water state detection
2021-03-05 00:28:07 +01:00
Matan Shukry
a37eb18008
Core/Movement: Allow entering water from flying mounts and druid flight form
2021-03-05 00:28:07 +01:00
Matan Shukry
1086007f98
Scripts/Spells: Fixed various paladin spell scripts and removed outdated ones
2021-03-04 22:46:44 +01:00
Shauren
ea63cd882c
Core/Spells: Moved power cost RequiredAuraSpellID condition checking to make sure all overloads of SpellInfo::CalcPowerCost take it into account
2021-03-04 22:46:44 +01:00
Shauren
0960308cfc
Core/Spells: Add Spell::HasPowerTypeCost to check which power types a spell uses
2021-03-04 22:46:44 +01:00
Shauren
36496c7172
Core/PacketIO: Fix suppressing building SMSG_UPDATE_OBJECT packets
2021-03-04 20:47:54 +01:00
Shauren
34768c5b44
Core/Spells: Implemented SPELL_EFFECT_PLAY_SCENE_SCRIPT_PACKAGE and SPELL_EFFECT_CREATE_PRIVATE_CONVERSATION
2021-03-04 20:31:08 +01:00
Shauren
a05fc3ded5
Core/Spells: Updated spell effect type definitions to match latest client version
2021-03-04 20:30:50 +01:00
jackpoz
55931b0d92
Core/SmartScripts: Code cleanup
...
(cherry picked from commit f555a67bf8 )
2021-03-04 18:17:08 +01:00
Killyana
77ee6dca45
Core/SAI: Add event_parm5 "player only" for EVENT_OOC_LOS and EVENT_IC_LOS
...
Closes #21497
(cherry picked from commit 5ad38c31b0 )
2021-03-04 18:15:55 +01:00
MaxtorCoder
c0f5f7d4ef
Core/AuctionHouse: Fix overflow in item ordering. ( #26196 )
2021-03-03 15:15:08 +01:00
Shauren
0e3666bfbc
Core/Spells: Fixed calculation spell optional power cost when any modifiers are applied
2021-03-02 23:14:50 +01:00
Shauren
624881bef5
Core/Spells: Refactor Player::ApplySpellMod to take SpellInfo argument instead of just spell id
2021-03-02 21:32:48 +01:00
Shauren
49532eda5f
Core/Spells: Refactor getting spell mod values to separate function
2021-03-02 21:12:08 +01:00
Shauren
55eef73c48
Core/PacketIO: Increase max allowed incoming packet size for CMSG_HOTFIX_REQUEST
2021-03-02 01:06:28 +01:00
Shauren
ab9b18d3fb
Core/Criteria: Always fail CRITERIA_ADDITIONAL_CONDITION_USED_LEVEL_BOOST_LESS_THAN_HOURS_AGO
...
Closes #26186
2021-03-01 00:52:15 +01:00
Shauren
ad479e8fa0
Core/Spells: Implemented spell effect 202 SPELL_EFFECT_APPLY_AREA_AURA_SUMMONS
2021-02-28 22:08:58 +01:00
Shauren
68bdf1c830
Core/PacketIO: Use hotfix status enum instead of magic numbers in SMSG_DB_REPLY
2021-02-28 20:58:03 +01:00
Jeremy
2380fc32dd
Spells/Auras: Dont save SPELL_AURA_BATTLEGROUND_PLAYER_POSITION auras ( #26076 )
2021-02-28 18:50:41 +01:00
Robingad
995fb23bc1
Core/Scripts: Add SpellInfo argument to ScriptMgr::ModifySpellDamageTaken ( #26141 )
2021-02-28 18:42:36 +01:00
Robingad
5e78494e54
Core/Spells: Add nullptr itemTarget check in Spell::EffectEnchantItemTmp ( #26172 )
2021-02-28 18:10:27 +01:00
Shauren
c86cffe5ef
Core/DataStores: Support all new hotfix status values
2021-02-28 01:14:33 +01:00
Shauren
3e3b93b509
Core/Scenes: Add support for encrypted scenes
2021-02-27 21:49:35 +01:00
Ovah
ee2ebfe87d
Core/Auras: implemented SPELL_AURA_MOD_HEALING_DONE_PCT_VERSUS_TARGET_HEALTH ( #26176 )
2021-02-27 20:55:59 +01:00
Shauren
afae75841b
Core/SAI: Rename SMART_ACTION_TALK_CONVERSATION to SMART_ACTION_CREATE_CONVERSATION
2021-02-27 11:42:44 +01:00
Matan Shukry
0996d60944
Core/SAI: Add SAI action to create a conversation ( #26169 )
2021-02-27 11:22:55 +01:00
Shauren
87ec98dd21
Fix nopch build
2021-02-27 10:36:57 +01:00
Shauren
ec9f5be6a6
Core/Phasing: Implemented setting personal guid on PhaseShift
2021-02-27 01:44:44 +01:00
Shauren
c9344c145a
Core/Auras: Implemented SPELL_AURA_PHASE_ALWAYS_VISIBLE
2021-02-26 22:10:34 +01:00
Shauren
f269f60d8a
Scripts/Quests: Implemented new quest scripting hook, OnQuestAcknowledgeAutoAccept, used when player closes quest frame after viewing details of autoaccept quests
2021-02-26 20:42:29 +01:00
Shauren
dcca884605
Core/Misc: Really fixed nopch MSVC build
...
(cherry picked from commit e19bb7a1a5 )
2021-02-25 20:29:22 +01:00
ccrs
045b26fe9f
Core/Movement: correction on header use on some generators
...
(cherry picked from commit daef1493f2 )
2021-02-25 20:20:29 +01:00
Shauren
34cd11860d
Core/Misc: Fixed nopch MSVC build
...
(cherry picked from commit e977bb4c4d )
2021-02-25 19:59:07 +01:00