aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-18Core/SpellEffects: successful dispel effects on hostile targets should put ↵Kandera
you in combat. Closes #656 Closes #678
2012-05-18DB/Conditions: fix sql error from previous commit.Kandera
2012-05-18Core/Spells, DB/Conditions: convert checkcast cpp to conditions for spell ↵Kandera
52264 (deliver stolen horse)
2012-05-18Core/Spells: move rocket boots spell cast check to spell script. add event ↵Kandera
for checkcast for deathcoil (dk) heh i forgot it >.<
2012-05-18Core/Spells: remove holy shock and death coil (dk) from checkcast and add ↵Kandera
them to the checkcast of the spell script. also check if unit is in front for damage spell of death coil (dk) Closes #6027
2012-05-18Core/Spells: if doneadvertisedbenefit is 0 gift of the naaru will never get ↵Kandera
the ap bonus. moved outside the check to fix.
2012-05-17Core/Spells: calculate damagebonustaken for target before adding the damage ↵kandera
left from the previous aura. thx @zwerg
2012-05-17Core/Spells: Revert previous commit. add exception for deep wounds in pct ↵Kandera
done aura modifiers. clean up heal bonus code to use the correct numerical types.
2012-05-17Core/Spells: fix deep wounds damage. thanks warpten.Kandera
2012-05-17DB/creature_text: Text for Pyroguard Embeeseer.Malcrom
2012-05-16Core/Spells: change spell bonus damage taken pdamage to float to match melee ↵Kandera
damage bonus taken
2012-05-16Core/Scripts: Scripting of Dragonspire Hall Runes "UBRS"Malcrom
Additional work to do.
2012-05-16Merge pull request #6522 from Vincent-Michael/TakenCalculationkandera
Core/Spell: Fix SpellDamageBonusTaken calculation for negative value
2012-05-16Core/Scripting: add the ability to access loot/go state changed events for ↵Kandera
gameobjects from cpp scripting. (malcrom's idea)
2012-05-15Core/Spell: Fix SpellDamageBonusTaken calculation for negative valueVincent-Michael
2012-05-15Core/Spells: more immunities fixes! mechanics are supposed to be checked for ↵Kandera
finding out if immune to the entire spell.
2012-05-15Core/Spelld: fix target selection for ground based aoe spells. use the ↵Kandera
center of the cast (dynamic object) instead of the caster for checking los
2012-05-15Core/Spell: Fix not using Shadowstep while rootedVincent-Michael
2012-05-15Fixed compilekaelima
2012-05-14fix compile warnings from 548ac10Kandera
2012-05-14Core/Spells: fix possible crash from not having any effect and trying to ↵Kandera
check if immune. fixes non effect spell mechanic checking for spells with both spell mechanics and effect mechanics
2012-05-14Core/Entities: move spellproto check to the outside of the forloop to not ↵Kandera
has crashes
2012-05-14Core/Entities: fix calculations for damage taken/done with negative values ↵Kandera
(should go into effect) and correctly implement SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS. small cleanup
2012-05-14Merge pull request #6511 from Vincent-Michael/SpellHealingBonusTakenkandera
Core/Spell: Fix SPELL_DAMAGE_CLASS_NONE calculation for SpellHealingBonusTaken
2012-05-14Merge branch 'master' of git://github.com/TrinityCore/TrinityCoreMalcrom
2012-05-14Cote/Scripts: Fix build for boss_yoggsaronMalcrom
2012-05-14Core/Spell : Glyph of Totem of WrathXanvial
Spell bonus granted by glyph should calculated based from summoned totem, not from player's aura
2012-05-13Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-05-13Core/Spells: Proc the spells that have DEST target when there is no other ↵Subv
target info Closes #6443 Closes #6277 Closes #6331 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-05-13Core/scripts: Add spell enums for boss sara.Malcrom
2012-05-13DB/creature_text: Added creature text for Boss Sara.Malcrom
2012-05-13Core/Spell:Vincent-Michael
* Fix SPELL_DAMAGE_CLASS_NONE calculation for SpellHealingBonusTaken * Fix some codestyles
2012-05-13Core/Scripts: And some Gameobject enums for future scripting of Blackrock Spire.Malcrom
2012-05-13Merge pull request #6509 from Vincent-Michael/spellSystemSubv
Core/Spell: Fix Nourish heal calculation
2012-05-13Core/Scripts: Update text for Garfrost to creature_text. Added some missing ↵Malcrom
text & added call for help to aggro.
2012-05-13Core/Spell:Vincent-Michael
* Fix Nourish heal calculation * Fix some codestyle
2012-05-13Core/Threat: Some corrections to 5709929d2b575e83f427c7f48cd6bd0d7ed1b29dkaelima
Fixes HandleChannelDeathItem (spells such as Drain Soul), which got broken by moving m_deathState = s, thanks Shauren
2012-05-13Merge pull request #6502 from Vincent-Michael/SPELL_DAMAGE_CLASS_NONEQAston
Core/Spell: Fix some problems with spells calculation
2012-05-13Core/Spell:Vincent-Michael
* Fix Spells with DmgClass SPELL_DAMAGE_CLASS_NONE * Fix SPELL_AURA_PERIODIC_HEAL calculation * Fix Swiftmend heal calculation * Fix some codestyle
2012-05-13Core/Threat: Fix by faq.Malcrom
Turning gm on, now drops threat. Dead mobs no longer holds threat on player. Also fixed some Engrish.
2012-05-13DB/Loot: Add loot for HoR, fixing some startup errors along the wayZxBiohazardZx
2012-05-13DB/Loot: Fix Loot you get from Satchel of Helpful Goods.ZxBiohazardZx
Fixes #1183
2012-05-12Core: Tweaked ASSERT macro a bit - removed library assert as on Windows ↵Shauren
platforms it calls abort() and does not generaty crash dump files.
2012-05-12Core/Script: Optimize code for previous commit for Pit of Saron.Malcrom
2012-05-12Core/Scripts: Fix for previousMalcrom
2012-05-12Core/Scripts: Fix Halls of Reflection Portcullis door in Pit of Saron.Malcrom
Now requires Tyrannus boss kill to open.
2012-05-12Merge pull request #6499 from joschiwald/dmg_modsQAston
Core/Spells: fix damage mods from caster on target
2012-05-11DB/conditions: Add conditions for Pit of Saron Script spellsMalcrom
2012-05-11DB/waypoints: Add path for one Scourgelord Tyrannus spawn, Pit of SaronMalcrom
2012-05-11DB/Gameobject_template: Update flags for two Pit of Saron object.Malcrom