aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
AgeCommit message (Collapse)Author
2009-07-23*Add spell_linked_spell entry for Lichborne.QAston
*Add defines for SHADOW_DANCE and UNDEAD shapeshifts to prevent error display - cherrypicked from Astellar's shape patches. --HG-- branch : trunk
2009-07-22*Allow SPELL_AURA_TRANSFORM to to be breakble by damage using proc system.QAston
--HG-- branch : trunk
2009-07-22*Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 ↵QAston
(SPELL_AURA_INITIALIZE_IMAGES) *Handle CMSG_GET_MIRRORIMAGE_DATA opcode. *Save Minions follow angle to allow themmoving in a formation *Improvements in SpellAI: correctly evade and select attack target for creatures without threat list *Use SpellAI instead of PetAI for not controllable guardians *Only guardians with SUMMON_TYPE_PET are controllable now *Add script and template data for Mirror Image. *Thanks to Drahy for help. --HG-- branch : trunk
2009-07-19*Fix DK presences and their improved versions - original patch by thenecromancerQAston
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode. --HG-- branch : trunk
2009-07-19*Cleanups and fixes in Unrelenting Assault.QAston
--HG-- branch : trunk
2009-07-18*Add new column to spell_bonus_data table to store ap bonus for periodic auras.QAston
*Use -1 to mark entries, for which default spell bonus calculation should be used. *Move periodic auras ap bonuses from core to db. *Add coefficient for Black Arrow. --HG-- branch : trunk
2009-07-18*Update damage calculation of Serpent Sting, Immolation Trap and Deadly Poison.QAston
--HG-- branch : trunk
2009-07-18*Innervate calculation formula update.QAston
--HG-- branch : trunk
2009-07-17*Fix Master Shapeshifter - original patch by DrethekQAston
--HG-- branch : trunk
2009-07-17*Remove obsolete code of Glyph of Aspect of the Monkey - by freeganja.QAston
--HG-- branch : trunk
2009-07-17*Remove some code for spells not present in dbc of 313.QAston
--HG-- branch : trunk
2009-07-16 [8173] Fixes for 1822 and ranks base at spell_check detection Author: ↵megamage
VladimirMangos * Update AP bonus per tick to 0.18 as expected in 3.0.2 and later. * Better spell selction to avoid unrelated spells for AP bonuses --HG-- branch : trunk
2009-07-14*Fix sting - by Astellar.QAston
--HG-- branch : trunk
2009-07-14*Fix the bug that escorted creatures return to their spawnpoint after ↵QAston
engaging combat. --HG-- branch : trunk
2009-07-14*Do not allow spells having damage to break root casted by the spell.QAston
*Typohunt: wand skill gain, Improved spell reflection aura drop from party. --HG-- branch : trunk
2009-07-14*Add better proc check for Glyph of death's Embrace - by AstellarQAston
--HG-- branch : trunk
2009-07-13*Fix Defensive Tactics.QAston
*Correctly delete gameobject in BT_Najentus script. --HG-- branch : trunk
2009-07-13*Make charge-like spells with talented warbringer correctly remove movement ↵QAston
impairing auras. *Fix Revitalize. *Use MaxHp of target instead of base hp for CC auras amount. --HG-- branch : trunk
2009-07-12*Fix sniper training - by Astellar.QAston
*Correct GO delete call in Gameobject::Update. --HG-- branch : trunk
2009-07-12[8163] Fixed typo and wrong check affecting threat calculation. Author: SeTmegamage
--HG-- branch : trunk
2009-07-12*Remove incorrect object deletion from EffectSummonObject call and use ↵QAston
RemoveGameObject() instead. --HG-- branch : trunk
2009-07-11*Handle breaking on damage auras by procflags - original patch by thenecromancerQAston
*Implement Glyph of Fear - by thenecromancer --HG-- branch : trunk
2009-07-11*Fix Desecration.QAston
*Correct a typo which made some of charged auras to be not dropped. --HG-- branch : trunk
2009-07-10*SpellBonusData for 54158QAston
*Make passive tree of life aura affect casts out of shapeshidt. --HG-- branch : trunk
2009-07-07*Fix amount display bug of not charged auras.QAston
--HG-- branch : trunk
2009-07-06*Fix Improved Moonkin Form and Blood Boil disease bonus.QAston
--HG-- branch : trunk
2009-07-02*Redefine procflags:QAston
PROC_FLAG_SUCCESSFUL_POSITIVE_MAGIC_SPELL = 0x00004000 PROC_FLAG_TAKEN_POSITIVE_MAGIC_SPELL = 0x00008000 PROC_FLAG_SUCCESSFUL_NEGATIVE_MAGIC_SPELL = 0x00010000 PROC_FLAG_TAKEN_NEGATIVE_MAGIC_SPELL = 0x00020000 *Add procEx flag: PROC_EX_NOT_ACTIVE_SPELL = 0x0008000 for spells which proc on spells not doing damage and not specified by familyflags. --HG-- branch : trunk
2009-07-02*Some research about aura types.QAston
--HG-- branch : trunk
2009-07-01[8093] Fixed effect of spell 25771. Author: ApoCmegamage
--HG-- branch : trunk
2009-07-01Allow NPCs to apply taunt. Author: ApoCmegamage
--HG-- branch : trunk
2009-07-01*Fix a crash caused by charm spells.megamage
--HG-- branch : trunk
2009-06-30Remove cooldown of spells triggered on stance change - this fixes shadowform ↵QAston
dot crit. --HG-- branch : trunk
2009-06-30*Prevent some possible crashes with charm auras.QAston
*Allow non-dmg spells to proc dmg requiring effects if spellfamily specified in spell_proc_event table. --HG-- branch : trunk
2009-06-29Apply movement impairing debuffs to backwards movementthenecromancer
--HG-- branch : trunk
2009-06-28*Fix rend and tear talent.QAston
*Allow hots to proc only if spellfamilyflags are specified in spell_proc_event. --HG-- branch : trunk
2009-06-28*Do not allow periodic aoe auras to stack.QAston
--HG-- branch : trunk
2009-06-28*Correct damage of Faerie Fire (feral)QAston
*Trigger passive aura for shadowform. --HG-- branch : trunk
2009-06-27[8051] Fixed some drinking mana regen spells. Author: bobazmegamage
--HG-- branch : trunk
2009-06-26*Fix Survival of the Fittest.QAston
--HG-- branch : trunk
2009-06-25*Implement aura type SPELL_AURA_ABILITY_PERIODIC_CRIT (286).QAston
--HG-- branch : trunk
2009-06-25*Fix Nurturing Instinct.QAston
--HG-- branch : trunk
2009-06-25*Fix Recently bandagd debuf - by MaxxieQAston
*Prevent possible crash in Chimera Shot handler. --HG-- branch : trunk
2009-06-24*Apply 4x damage mod for Drain Soul at targets with low health.QAston
--HG-- branch : trunk
2009-06-24*Fix Ferocious Bite energy to dmg conversionQAston
*Remove duplicated AP coefficients for Hammer of Wrath and Avengers Shield *Correctly do effectaddcombopoints for spells which take them. *Do not proc spelleffects on player login. --HG-- branch : trunk
2009-06-24*Fix the bug that player gets dismounted during taxi flights with many ↵QAston
flymasters. *Mana feed now gives pet mana during Drain Mana spell. --HG-- branch : trunk
2009-06-23*Fix Item 30639BroodWyrm
--HG-- branch : trunk
2009-06-23[8056] Move SMSG_CLEAR_COOLDOWN into function and use it. Other cleanups. ↵QAston
Author:XTZGZoReX [8060] Store spell_pet_auras for auraeffects instead of by whole aura Author:hunuza. --HG-- branch : trunk
2009-06-23[8052] Fixed typo in error log output. Author: The_Game_MasterQAston
[8049] Added energize effect after last heal tick for 33763 and ranks. Author: bobaz [8053] At character talents reset using chat command also reset talents for all character pets. Author: VladimirMangos --HG-- branch : trunk
2009-06-22*Fix a typo in spell Rip. Thanks to Farah for found the incorrect ↵Anubisss
SpellFamilyFlags value. --HG-- branch : trunk
2009-06-18[8040] Implement Creature::ForcedDespawn and ACTION_T_FORCE_DESPAWN for ↵megamage
EventAI. Author: NoFantasy --HG-- branch : trunk