aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-05-10*Merge.megamage
--HG-- branch : trunk
2009-05-10[7809] Replace repeating "remove cooldown and send update to client" code by ↵megamage
function call. Author: VladimirMangos --HG-- branch : trunk
2009-05-10*Remove Mana Tap from players and Drop Mana Tap's code. This spell not ↵Anubisss
needed in 3.0.2+ --HG-- branch : trunk
2009-05-09*Some update of spell target selection.megamage
--HG-- branch : trunk
2009-05-08 [7801] Apply damage mods from scripts or target state not in DealDamage ↵megamage
but in new function before send data to client. Author: VladimirMangos * Fixed bug with health decrease (client side visual bug) at spell damage by target with AI::DamageTaken damage set to 0 * Fixed bug with ignore .die command and instant kill damage in some cases. --HG-- branch : trunk
2009-05-08 [7798] More Player::ActivateTaxiPathTo use improvements Author: ↵megamage
VladimirMangos * Provide more explicit way about spell that cast taxi flight if any * Remove incorrect states instead error reporting in case non-taximaster flight start (cast/script) * Remove mount_id arg from ActivateTaxiPathTo and implement support for 0 mount_id case (spell 32474) * Implement spell 32474 (except finilize part) * Provided Player::ActivateTaxiPathTo(uint32 taxi_path_id) function version for simplify one node to node paths use by id. --HG-- branch : trunk
2009-05-08 [7797] Use DBC data for mount model selection in more cases. Author: ↵megamage
VladimirMangos * Use alt.team mount data for take player team model id if DB not provide own team creature id in spell taxi call case. * Remove unddeded hacks for model ids from Spell::EffectSendTaxi * Provide spell target for SPELL_EFFECT_SEND_TAXI for spell with target mode 0 for this effect. --HG-- branch : trunk
2009-05-08[7796] Implement .lookup taxinode and .go taxinode commands. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-05-08*Try to fix some bugs about pet spells and talents.megamage
--HG-- branch : trunk
2009-05-06[7792] Fix one rogue spell AP bonus Author: DiSlordmegamage
--HG-- branch : trunk
2009-05-06*Use custom spell intead of hard code for EffectDestroyAllTotems. By Maxxiemegamage
--HG-- branch : trunk
2009-05-06*Update summon system.megamage
--HG-- branch : trunk
2009-05-06*Move shockwave bonus ap damage to SpellDamageSchoolDmg from dummy effect, ↵QAston
because the effect has incorrect target data. --HG-- branch : trunk
2009-05-05 [7776] Completed implementation of CMSG_SPELLCLICK Author: arraimegamage
For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to npc_spellclick_spells, otherwise you won't be able to use them --HG-- branch : trunk
2009-05-05[7767] Implement item 43824 work. Author: evilstarmegamage
--HG-- branch : trunk
2009-05-05*Fix quest War is Hell.megamage
--HG-- branch : trunk
2009-05-05*Fix more kill credit spells.megamage
--HG-- branch : trunk
2009-05-04[7754] Set NPC flags from DB for mini-pets (summoned critters). Author: davehmegamage
--HG-- branch : trunk
2009-05-04*Fix broken charge spells.megamage
--HG-- branch : trunk
2009-05-04*Fix chains of iceQAston
*Correct typo in my prev commit-by megamage *Fix hearthstone obtaining from innkeeper. --HG-- branch : trunk
2009-05-04*Do not take ammo for shockwaveQAston
*Do not check weapon skills for hits against players' summons *Apply range mods for channeled spell range check --HG-- branch : trunk
2009-05-03[7750] Get level/health critters data from Db instead hardcoded values. ↵megamage
Author: daveh --HG-- branch : trunk
2009-05-03[7745] Fixed gcc warnings. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-05-03*Fix a crash caused by feedpet.megamage
*Also have delay for jump spells. --HG-- branch : trunk
2009-05-02*Merge.megamage
--HG-- branch : trunk
2009-05-02*Update summon system.megamage
*Fix the bug that shaman cannot summon fire elemental. *Fix the bug that totem meters cannot be displayed. --HG-- branch : trunk
2009-05-02*Fix the bug that mobs attack player again when player use Vanish. By ↵megamage
thenecromancer --HG-- branch : trunk
2009-05-02*Merge.megamage
*Also fix build in VC7 and VC8. --HG-- branch : trunk
2009-05-02*Update spell selection.megamage
--HG-- branch : trunk
2009-05-02Handle spell effects in order from dbcsQAston
--HG-- branch : trunk
2009-05-01*Merge.megamage
--HG-- branch : trunk
2009-05-01*Fix a bug that gohello is called twice for goober.megamage
--HG-- branch : trunk
2009-05-01*Backport from TrinityCore2: [7739] Implement boss spell 38441. Author: ↵Anubisss
NoFantasy --HG-- branch : trunk
2009-05-01*Do not apply auras with 4th diminishing levelQAston
*Some fixes related to last commit. --HG-- branch : trunk
2009-05-01*Implement enchanting vellums.QAston
--HG-- branch : trunk
2009-04-30*Merge.megamage
--HG-- branch : trunk
2009-04-30*Change the radius of dynamic object to normal. I cannot see any bug by ↵megamage
myself using normal radius. --HG-- branch : trunk
2009-04-30[7739] Implement boss spell 38441. Author: NoFantasymegamage
--HG-- branch : trunk
2009-04-30*Check item existance requirements for mainhand/offhand weapon spells.QAston
--HG-- branch : trunk
2009-04-29*Merge.megamage
--HG-- branch : trunk
2009-04-29*Fix build.megamage
--HG-- branch : trunk
2009-04-29[7729] Implement skill level dependent speed bonus for mount (item 40775). ↵megamage
Author: Lightguard --HG-- branch : trunk
2009-04-28*Fix a crash caused by vehicle.megamage
--HG-- branch : trunk
2009-04-27*Let summoned guardian follow owner by default.megamage
--HG-- branch : trunk
2009-04-27[7716] Fixed some typos and possible crashes. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-04-27 [7715] Provided way for scripts set alternative gameobject state for ↵megamage
client show. Author: VladimirMangos Also use enum for gsmeobject states. --HG-- branch : trunk
2009-04-27*Some update of summon effect code.megamage
--HG-- branch : trunk
2009-04-26*Fix Brutallus' spell Burn.Anubisss
--HG-- branch : trunk
2009-04-25*Fix deadly brew.QAston
*Some changes in flag SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY. --HG-- branch : trunk
2009-04-24*Remove duplicated code.megamage
--HG-- branch : trunk