aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-08-29*More update about positions.megamage
*Ulduar: do not allow demolisher to regenerate pyrite. Player must shoot down and grab the containers to refill pyrite. --HG-- branch : trunk
2009-08-29*Make position as a class;megamage
--HG-- branch : trunk
2009-08-28*Update flame levi script. Allow player to shoot down pyrite container and ↵megamage
refill the demolishers. *Other script-related fixes. --HG-- branch : trunk
2009-08-28*Fix Improved Insect Swarm - original patch by ZorQAston
*Use target as source of area auras in Unit::AddAura(uint32 spellId, Unit *target) --HG-- branch : trunk
2009-08-27*Correctly process more movement packets. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-27*Use one dynobj to handle multiple aura effects.megamage
--HG-- branch : trunk
2009-08-26*Fix a crash caused by recall pet. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Some clean up and add debug info to find the reason of crash.megamage
--HG-- branch : trunk
2009-08-26*Fix the bug that Steady Shot make too much(over million) damage with these ↵Anubisss
items: 42946, 44093. --HG-- branch : trunk
2009-08-25*Fix the calculation of knockback.megamage
--HG-- branch : trunk
2009-08-25*Do not allow to knockback target which is much larger than caster.megamage
--HG-- branch : trunk
2009-08-24*Fix some summon vehicle spells.megamage
--HG-- branch : trunk
2009-08-23*Update vehicle system. Make vehicle a seperate class from creature.megamage
--HG-- branch : trunk
2009-08-24*enable fishing in Serpentshrine caverns' strange poolRat
it's a hack but don't have better idea --HG-- branch : trunk
2009-08-23*Fix Glyph of StarfireNevan
*Fix Glyph of Shred *Fix Glyph of Backstab -- Thanks megamage for help me with that. --HG-- branch : trunk
2009-08-23*Update flame leviathan script.megamage
--HG-- branch : trunk
2009-08-23*Do not always set faction in summonvehicle function.megamage
--HG-- branch : trunk
2009-08-22*Update visibility of puppet immediately when it is summoned. This should ↵megamage
fix the bug that eye cannot fly in some cases. --HG-- branch : trunk
2009-08-21* Don't apply double RAP modifier to Steady Shot, pointed out by thenecromancerMachiavelli
--HG-- branch : trunk
2009-08-21* Last commit also fixes damage calculation of Steady Shot, based on ↵Machiavelli
original patch by thenecromancer. --HG-- branch : trunk
2009-08-21*Fix crash in mob_anti_airAI. Remove assert and cast no spell instead, if no ↵Machiavelli
spell was found in DB template. --HG-- branch : trunk
2009-08-19*Set vehicle owner guid and faction in summonvehicle instead of ↵megamage
spelleffecthandler. --HG-- branch : trunk
2009-08-19 [8381] Some refactoring work in Unit::m_currentSpells code. Author: ↵megamage
VladimirMangos * Restrict access, use enum args, move some repeated code parts to function. * Make m_selfContainer set only part of Unit::SetCurrentCastedSpell --HG-- branch : trunk
2009-08-19[8380] Use CastSpell instead create triggered channaled spell in ↵megamage
Spell::EffectTriggerRitualOfSummoning. Author: VladimirMangos --HG-- branch : trunk
2009-08-17*Fix the bug that .start always send dk back to start zone.megamage
--HG-- branch : trunk
2009-08-18*Fix Glyph of Rune Tap. (To not heal caster)Nevan
--HG-- branch : trunk
2009-08-18*Fix Glyph of TyphoonNevan
*Fix Glyph of Thunderstorm --HG-- branch : trunk
2009-08-17[8369] Some step back in triggered effect caster selection. Author: ↵megamage
VladimirMangos (I do not know what spells this will fix) --HG-- branch : trunk
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