Commit Graph

812 Commits

Author SHA1 Message Date
Ovahlord
fbf6c16a0c Core/Spells: make sure that we pick the highest misc value to calculate our jump height 2018-08-21 23:39:06 +02:00
Ovahlord
f2bdeb7e59 Core/Spells: use speed value from dbc if available for jump speed calculations 2018-08-21 04:02:46 +02:00
Ovahlord
a0e288e761 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-07-23 15:57:10 +02:00
Aokromes
46be63ba71 Core/Spells: Fixed Righteous Defense crash caused by modifying target list inside effect handler
* Already handled in a script
2018-07-23 14:41:05 +02:00
Ovahlord
7b56a074bd Core/Spells: fixed Mage Mirror Image and Glyph of Mirror Image
* removed loads of hacks from the core
2018-07-23 12:17:18 +02:00
Ovahlord
0d46b893fc Core/Objects:
*merged 3.3.5 renaming of GetObjectSize() to GetCombatReach()
*made GetBoundaryRadius virtual and use it to determine the actual spell radius distance with it instead of using CombatReach
2018-07-13 14:50:10 +02:00
Ovahlord
d651e54a6c Core/Spells: Force of Nature will now summon 3 treants 2018-07-08 02:00:36 +02:00
Ovahlord
ecf95b1a28 Core/Spells:
* fixed Swiftment heal calculation
* dropped Nature's Grace spellscript and use a proper spell_proc entry instead
* fixed Efflorescence talent
* fixed Nature's Bounty talent
2018-06-24 16:37:16 +02:00
Ovahlord
ab293696f2 Core/Spells: Swiftmend will no longer benefit from Rejuvenation and Regrowth heals 2018-06-24 14:34:49 +02:00
Ovahlord
ea26094b66 Core/Spells: fixed Merciless Combat talent 2018-06-17 00:44:21 +02:00
Ovahlord
00662ce4bb Core/Spells: updated Obliterate, Blood Strike and Heart Strike's damage bonus formular 2018-06-16 19:42:07 +02:00
Ovahlord
355d41eac6 Core/Spells: re-fixed orientation of summoned gameobjects and wild gameobject summons 2018-06-16 18:59:07 +02:00
Ovahlord
cbadcab773 Core/Spells: merged DBC spell coefficient reading (commit: 1826437c09) 2018-04-23 21:22:21 +02:00
Ovahlord
fb465c6953 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-04-09 07:29:47 +02:00
Aokromes
ca588b2e66 Core/Spells: Implemented personal summons
* By default determined by summon property flag SUMMON_PROP_FLAG_PERSONAL_SPAWN
2018-04-08 21:56:55 +02:00
Ovahlord
2cfdd3cbe0 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
# Conflicts:
#	src/server/game/AI/CoreAI/PetAI.cpp
#	src/server/game/Battlegrounds/Battleground.cpp
#	src/server/game/Battlegrounds/Zones/BattlegroundTP.cpp
#	src/server/game/DungeonFinding/LFGMgr.h
#	src/server/game/DungeonFinding/LFGQueue.h
#	src/server/game/Entities/Creature/Creature.h
#	src/server/game/Entities/Pet/Pet.cpp
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Entities/Player/Player.h
#	src/server/game/Entities/Unit/Unit.h
#	src/server/game/Globals/ObjectMgr.h
#	src/server/game/Groups/Group.cpp
#	src/server/game/Groups/Group.h
#	src/server/game/Guilds/Guild.cpp
#	src/server/game/Guilds/Guild.h
#	src/server/game/Handlers/GuildHandler.cpp
#	src/server/game/Handlers/LFGHandler.cpp
#	src/server/game/Handlers/MiscHandler.cpp
#	src/server/game/Handlers/NPCHandler.cpp
#	src/server/game/Instances/InstanceScript.cpp
#	src/server/game/Maps/Map.cpp
#	src/server/game/Maps/Map.h
#	src/server/game/Maps/ZoneScript.cpp
#	src/server/game/Server/WorldSession.cpp
#	src/server/game/Spells/SpellEffects.cpp
#	src/server/game/Weather/Weather.cpp
#	src/server/game/Weather/WeatherMgr.cpp
#	src/server/scripts/Commands/cs_reload.cpp
#	src/server/scripts/EasternKingdoms/Deadmines/boss_mr_smite.cpp
#	src/server/scripts/EasternKingdoms/Deadmines/deadmines.h
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h
#	src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp
#	src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.h
#	src/server/scripts/Spells/spell_dk.cpp
#	src/server/scripts/Spells/spell_druid.cpp
#	src/server/scripts/Spells/spell_generic.cpp
#	src/server/scripts/Spells/spell_hunter.cpp
#	src/server/scripts/Spells/spell_mage.cpp
#	src/server/scripts/Spells/spell_pet.cpp
#	src/server/scripts/Spells/spell_shaman.cpp
#	src/server/scripts/Spells/spell_warrior.cpp
2018-03-28 12:35:52 +02:00
ariel-
5ff847159c Core: header cleanup, split realmlist, boost compatibility, cotire, remove stormlib/zlib and stormlib/bzip2 and instead use dep sources 2018-03-28 04:41:59 -03:00
Ovahlord
d2b2dc8fca Core/Spells: Blessing of the Eternals will now properly increase the proc chance for Earthliving Weapon only 2018-03-27 03:14:59 +02:00
Ovahlord
d14b4d05fe Core/Spells: fixed Blessing of the Eternal always triggering after meeting the condition once 2018-03-23 11:43:02 +01:00
Ovahlord
b3ca7e98c2 Core/Spells: fixed Runic Empowerment
*fixed Runic Corruption
2018-03-21 15:56:20 +01:00
Ovahlord
71caec5342 Core/Spells:
* fixed Ancestral resolve
* updated Focused Insight to Cataclysm
* fixed Nature's Blessing
* fixed Ancestral Healing
* Nature's Swiftness will now properly consume it's effect on spell launch
* fixed Cleansing Waters
* fixed Mana Tide Totem spirit bonus
* fixed Telluric Currents proc
* fixed Blessing of the Eternals
2018-03-19 20:41:13 +01:00
Ovahlord
31ddc3bdbe Core/Spells: fixed calling dispel spellscript hook 2018-03-19 19:28:57 +01:00
Ovahlord
42c61ac767 Core/Spells: fixed Nature's Blessing talent 2018-03-19 16:23:08 +01:00
Ovahlord
53fb32414b Core/Spells: corrected damage bonus for warlock pets 2018-03-17 01:11:19 +01:00
Ovalord
80f65d665b Core/Pets: updated many pet damage formulars and apply spellpower bonus for warlock pets 2018-03-16 12:28:34 +01:00
Ovahlord
617b3a8a11 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
# Conflicts:
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Maps/Map.cpp
#	src/server/game/Maps/Map.h
2018-03-14 08:22:00 +01:00
Ovahlord
e44bb5f387 Core/Entities: Phase Rework (main commit) 2018-03-08 22:58:50 +01:00
Ovalord
e8bc3c5391 Core/Spells: merged DBC spell coefficient reading (commit: 1826437c09) 2018-02-25 20:12:22 +01:00
Ovalord
c9b5bf9534 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-02-18 20:55:31 +01:00
Ovalord
02fef5cbe2 Core/Spells: SPELL_EFFECT_CHARGE_DEST will now also use speed values from DBC
*Scripts/GB: General Umbriss will now properly charge to his Blitz target
2018-02-14 18:24:31 +01:00
Ovalord
1f87277ff6 Core/Spells: fixed some targeting cases for trigger missiles 2018-02-12 21:04:45 +01:00
ariel-
6dc6cc7608 Core/Spells: fix logic error causing near teleports to drop combat for players
Closes #21362
2018-02-10 11:37:00 +01:00
Ovalord
683a74f3ea Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-01-14 19:20:08 +01:00
Aokromes
90033ee748 Core/Spells: Defined and implemented some new spell attributes 2018-01-14 06:53:36 +01:00
DanVS
eba81f5268 Core/Spells: Mana potions in druid forms (#21160)
* Fix mana potions in druid forms
2018-01-14 05:58:12 +01:00
Ovalord
a327a83a9e Core/Spells:
* fixed damage for Victory Rush
* Victory Rush will now properly remove Victorious on hit
* fixed Vengeance for Warrior, Paladin and Death Knights
2018-01-11 00:38:03 +01:00
Ovalord
05a1544b8f Core/Spells: fixed rotation of summoned doors 2018-01-08 16:54:54 +01:00
Ovalord
b7c15093a6 Core/Pets: merged funjoker's new Pet Slot system
* fixed packets and handling for stable master
* fixed Control Pet / Demon handling
* corrected wrong trainer spell for the Control spells
* Added base support for Assist behaivior
* corrected action bar layout
* Hunter Pets will now have the same level as their tamer (patch 4.1 change)
* corrected health stats for pets
2018-01-07 02:00:31 +01:00
Ovahlord
98fdf72c7b Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into ShatteredWorld
# Conflicts:
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h
2018-01-02 01:23:06 +01:00
Aokromes
4bd0525edd Update copyright note for 2018 2018-01-01 01:06:19 +01:00
Ovalord
3a88782c66 Core/Skills: gathering professions will now grant experience 2017-12-19 00:10:41 +01:00
Krudor
c8aeadc949 Remove reportUse parameter on GameObjectAI::GossipHello and give it its own event.
Ported from 3.3.5
2017-12-10 13:59:13 +01:00
Erik Strandberg
a3b16c040b Port f913f3bb89 2017-12-10 00:37:21 +00:00
Aokromes
5efa54d11c Core/Misc: Fix static analysis issues 2017-12-09 00:00:27 +01:00
Ovah
c214b701b9 Core/Auras: Implemented PROC_HIT_INTERRUPT (#21015) 2017-12-02 05:10:15 +01:00
Aokromes
87c304109c Core/Spells: fixed another typo 2017-11-28 10:30:35 +01:00
Ovalord
05250fe4ad Core/Quests: Implemented quest popups 2017-11-28 08:30:58 +01:00
Shauren
088d678a9f Core/Items: Fixed sending unlocked items by mail
Closes #20976
2017-11-27 00:57:25 +01:00
Aokromes
3ba5756c1c Core/Skills: implement Archaeology 2017-11-26 07:32:16 +00:00
Aokromes
91affef0c6 Misc: Kill trailing white spaces 2017-11-25 01:36:21 +01:00