aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-08-17* Fix hunter pet talent 'Last Stand'Machiavelli
--HG-- branch : trunk
2009-08-17*Fix for spell used by cooking pot for quest Super Hot Stew(43723) - by simon.QAston
--HG-- branch : trunk
2009-08-17* Fix visual bug that makes client believe that his recently tamed pet has ↵Machiavelli
no talent points. --HG-- branch : trunk
2009-08-17*Add spell_bonus_data for lightwell - by ElronQAston
*Add aura_required, aura_forbidden, user_type columns to npc_spellclick_spells table for additional requirement checks *Remove workarounds from lightwell code and use new npc_spellclick_spells fields instead. --HG-- branch : trunk
2009-08-16*Some quest fixes for some dk quests. Not enabled for now. By Azrael and ↵megamage
ckegg. sql will be added later so you may get some console error during start up. --HG-- branch : trunk
2009-08-15*better handle effect 140. do not consider bp > 0 as custom damage.megamage
--HG-- branch : trunk
2009-08-14*Fix the bug that summoner cannot attack summoned creatures. This bug was ↵megamage
introduced in 4481. Note the difference between "summoner" and "owner". *Valkyr script updated. --HG-- branch : trunk
2009-08-14*Add Dual Spec support, original by EnderGT, thanks to Thyros and XTElite1 ↵maximius
for helping me test :) --HG-- branch : trunk
2009-08-14*Script for Ebon gargoyle - original patch by thenecromancer.QAston
--HG-- branch : trunk
2009-08-13*Use m_caster as caster of triggered spell in EffectTriggerSpell handler.QAston
*Correct stance check in handleShapeshiftBoosts - by Sarjuuk *Minor cleanup in Unit.cpp. --HG-- branch : trunk
2009-08-13*Fix a typo in Spell::EffectEnergize.QAston
--HG-- branch : trunk
2009-08-13*Some update of script "death's challenge"megamage
--HG-- branch : trunk
2009-08-12 [8360] Simplify and partly rewrite SPELL_EFFECT_TRIGGER_SPELL work. ↵megamage
Author: VladimirMangos * Always use explicit spell cast from effect code * Always use for normal case unitTraget self cast that fix thriggered spell apply to area targets. --HG-- branch : trunk
2009-08-12[8351] Implement spell 55693. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-12[8344] In case battleground reward items player must "receive" instead ↵megamage
"create" item in message. Author: VladimirMangos --HG-- branch : trunk
2009-08-12*Fix a crash caused by recall pet.megamage
--HG-- branch : trunk
2009-08-12*Use #defines instead of spellids for often used spells.QAston
*Make recently broken talent Improved Healthstone work again - by iadus3. --HG-- branch : trunk
2009-08-11*Cleanups and obsolete spell handlers remove.QAston
--HG-- branch : trunk
2009-08-10*Fix Lightwell. By Elronmegamage
--HG-- branch : trunk
2009-08-08TypoNevan
--HG-- branch : trunk
2009-08-08*Fix Glyph of Blood StrikeNevan
*Fix Glyph of Plague Strike *Fix Glyph of Death Strike --HG-- branch : trunk
2009-08-08 [8320] Imporovements in wild summoned gameobjects work. Author: ↵megamage
VladimirMangos * Not set owner for will summoned gameobjects. Its not expected to have owner, and must be accessable to all players (or team). * Set for all objects summoned by spells: despawned by deafult for proper despawn withut owner. * Cleanup Spell::EffectSummonObjectWild. --HG-- branch : trunk
2009-08-08*Cleanups, remove obsolete code and minor optimizations in spellauras.cpp ↵QAston
and spelleffects.cpp *Remove GetDummyAura(uint32 spellid) function - it is faster to use GetAuraEffect or GetAura if id is known than iterate threw dummy auras list *Move Death Strike code from HandleDummyAuraProc to Spell::EffectDummy - original patch by hununza. --HG-- branch : trunk
2009-08-07*Fix Glyph of Mirror ImageNevan
--HG-- branch : trunk
2009-08-06*Add SpellCasterAI as a framework for casting only units (like ebon gargoyle ↵QAston
or mirror image. --HG-- branch : trunk
2009-08-05*Teleport player to start pos instead of home pos when using stuck spell.megamage
--HG-- branch : trunk
2009-08-05[8309] Fixed paladin judgement selection code in some places. Author: KAPATEJIbmegamage
--HG-- branch : trunk
2009-08-05*Fix Coyote Spirit Despawn Aura (52172) and Blood Parrot Despawn Aura ↵QAston
(60244) - inspired by Disassembler's patch. --HG-- branch : trunk
2009-08-05*Script effect for Big Blizzard Bear - by simon.QAston
--HG-- branch : trunk
2009-08-04*Fix Gargoyle feeding behaviour - original patch by thenecromancer.QAston
*Add SPELL_TARGET_TYPE_CONTROLLED for spell_script_target table for fast search of units(grid search skipped) and to prevent applying effects to not owned summons --HG-- branch : trunk
2009-08-02[8292] Fixed healing part of spell 19505 and ranks (in fact from rank 2) ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-08-02[8283] Implement 3.x way work for double damage from 35290 and ranks Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-08-01*Improvements in map managing.QAston
--HG-- branch : trunk
2009-07-31*Tempfix for a crash caused by trying to access db script while out of ↵QAston
world. This will probably not fix all related issues - it's safer to use rev 4666 or older. Sorry for this problem, 1:1 merge from MaNGOS will never happen again. Issue is going to be solved with map handling change upcoming soon. --HG-- branch : trunk
2009-07-31 [8266] Move percent spells with flat energize effect spells to effect ↵megamage
code. Author: VladimirMangos * This is fix talent 51521 and ranks. * And replace hardcoded percent for talent 31876 and ranks. --HG-- branch : trunk
2009-07-31 [8252] Move DB scripting code from global World to Map. Author: Ambalmegamage
This one more step to pre-map events proccesing and parallel in future. [8256] Restore DB script loading broken after [8252]. Author: VladimirMangos Also propetly decrease scheduled DB script actions at map unloading. Some code style restore. --HG-- branch : trunk
2009-07-30*Fix penance client crash when interrupting it by esc - by thenecromancer.QAston
--HG-- branch : trunk
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 9b89f42ffbd8 - mangos [8219]QAston
--HG-- branch : trunk
2009-07-30[8234] Implement support for explcit discovery spell 64323. Also better ↵megamage
checks at loading. Author: VladimirMangos --HG-- branch : trunk
2009-07-30[8225] Some fixes from 320 branch. Author: tomrus88megamage
--HG-- branch : trunk
2009-07-30 [8221] Removed trailing whitespacesmegamage
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-07-30 [8220] Implement SPELL_EFFECT_PLAY_MUSIC(132) Author: evilstarmegamage
Thanks to GriffonHeart for help in reseach. --HG-- branch : trunk
2009-07-30[8219] Avoid hunter traps proccing when deleted at replace by another trap. ↵megamage
Author: nos4r2zod --HG-- branch : trunk
2009-07-30*Use basepoints for effect 140 only when non-null.QAston
--HG-- branch : trunk
2009-07-29*Allow SPELL_EFFECT_FORCE_CAST (140) to trigger spells with basepointsQAston
*Correct target selection for unrelenting assault - by thenecromancer. --HG-- branch : trunk
2009-07-27*Implement immunity removal part for Shattering Throw ability - by ↵QAston
thenecromancer. --HG-- branch : trunk
2009-07-27*Update Devastate talent handler for 3.1.3 - by Farah.QAston
--HG-- branch : trunk
2009-07-26*Correct damage for Shield of Righteousness.Anubisss
--HG-- branch : trunk
2009-07-24*Fix spell Guarded by the Light.Anubisss
--HG-- branch : trunk