aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
AgeCommit message (Collapse)Author
2009-04-02 [7593] Map::EnsureGridLoaded related cleanups and fixes: Author: ↵megamage
VladimirMangos * Make generic EnsureGridLoaded function and move specialized code to LoadGrid and EnsureGridLoadedAtEnter * Rename args to gx/gy for low-level grid numbering values. * Remove redundent LoadMpa call after always case loading maps in EnsureGridCreated --HG-- branch : trunk
2009-03-31*Update 52375 and ranks code. Author: Charlie2025megamage
--HG-- branch : trunk
2009-03-29[7585] Implement quest item 39164 work. Author: KiriXmegamage
--HG-- branch : trunk
2009-03-29[7583] Use instead BasePoints+1 hardcoded formula more correct ↵megamage
BasePoint+BaseDice hide in special helper function. Author: VladimirMangos --HG-- branch : trunk
2009-03-29 [7581] Move spell 58418, 58420 to script effect (first) from dummy ↵megamage
(second). Author: VladimirMangos In new spell data second dummy effect often use for additional info (script+dummy) or (dummy+dummy) and not called in fact. --HG-- branch : trunk
2009-03-29[7579] Check quest state and more generic code use for 58418, 58420.Author: ↵megamage
GriffonHeart --HG-- branch : trunk
2009-03-28 [7571] Implemented AttributesEx4 & 0x40 - SPELL_ATTR_EX4_NOT_STEALABLE ↵megamage
Author: arrai Flag has been verified by comparing 3.0.3 AttributesEx4 value of spell 55336 with 3.0.9 one --HG-- branch : trunk
2009-03-28[7562] Drop code for now not existed spell support. (Touch of Weakness ↵megamage
triggered spell) Author: cccyril --HG-- branch : trunk
2009-03-28 [7559] Implement function Player::RewardPlayerAndGroupAtEvent for reward ↵megamage
(quest objective only) player and group at special kill-like events. Author: Ramses_II Use it for Spell::EffectKillCredit and some dummy code. --HG-- branch : trunk
2009-03-28*Fix the visibility update bug of non-unit object.megamage
--HG-- branch : trunk
2009-03-27*Fix some bugs of pet.megamage
--HG-- branch : trunk
2009-03-26*Move most reputation/force faction reaction code to new ReputationMgr. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-03-25*Summon all creatures by summon properties.megamage
--HG-- branch : trunk
2009-03-24*Make sure the a player can only have one viewpoint.megamage
--HG-- branch : trunk
2009-03-24[7527] Remove redundent arg from Player::EnvironmentalDamage Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-24[7524] Removed commented code in Spell::EffectSendEvent() Author: Triplymegamage
--HG-- branch : trunk
2009-03-24 [7523] Fixed: players will now drop flag in battleground if they cast ↵megamage
immunity buff on themselves. Author: `win TODO: players who carry flag in bg are imune to immunity buffs casted by friendly players. (todo added to code). Bug: if paladin casts Hand of protection on flag carrier - flag will be dropped, but he should get "target is immune" message. Fixed: Do not call Battleground::Update for battleground template objects. Fixed: Do not allow immune player to click on object in battleground (not sure if this is correct in all cases). --HG-- branch : trunk
2009-03-23*Allow knockback creatures.megamage
--HG-- branch : trunk
2009-03-23*Fix a crash.QAston
--HG-- branch : trunk
2009-03-23*Update dispel code and fix crash related to it. Thanks to megamage.QAston
--HG-- branch : trunk
2009-03-21[7516] Add form/mounting/self control loss limitations to 48505 and ranks. ↵megamage
Author: Sarjuuk --HG-- branch : trunk
2009-03-21*Auto enter vehicle for summon vehicle spells.megamage
--HG-- branch : trunk
2009-03-21Small code cleanup and partial merge with dev branch Author: tomrus88megamage
--HG-- branch : trunk
2009-03-21*Remove dual ERROR in logs Author: AlexDerekamegamage
--HG-- branch : trunk
2009-03-21*Merge EAIchnges from SD2.QAston
--HG-- branch : trunk
2009-03-21*Fix Divine Storm.QAston
--HG-- branch : trunk
2009-03-21*Update summon system. Show pet bar for guardians. Allow multiple ↵megamage
charms/guardians. --HG-- branch : trunk
2009-03-20*Do not delete charminfo for guardian.megamage
--HG-- branch : trunk
2009-03-20*Fix some out-of-range array indices of totem slot and charm spell slot.megamage
--HG-- branch : trunk
2009-03-20*More work on summon system.megamage
--HG-- branch : trunk
2009-03-19*Set totem slot to 4 but total summon slot to 6.megamage
*Fix build. --HG-- branch : trunk
2009-03-19*Fix Area auras for target without a party.QAston
*Fix Improved soul leech and correct procflags for soul leech. --HG-- branch : trunk
2009-03-19*Fix the bug that summon dbc is not read. Now creatures can be summoned.megamage
*Make minipet as tempsummon instead of pet. Make totem as tempsummon. --HG-- branch : trunk
2009-03-19*Set seer back when it is removed to prevent crash.megamage
--HG-- branch : trunk
2009-03-18*Allow spells to summon vehicles.megamage
--HG-- branch : trunk
2009-03-18*Summon creatures based on general summon types.megamage
--HG-- branch : trunk
2009-03-18[7490] Implement expected multiply summon case support with proper duration ↵megamage
for EffectSummonDemon Author: VladimirMangos --HG-- branch : trunk
2009-03-18 [7489] Update gameobject rotation fields if need. Author: VladimirMangosmegamage
* Fixed update absent in ".gobject turn" command * Propetly set rotation fields for summoned objects * Check rotation/coordinates fields values at server loading --HG-- branch : trunk
2009-03-18* Apply aura SPELL_AURA_ABILITY_IGNORE_AURASTATE for damage bonuses.QAston
--HG-- branch : trunk
2009-03-16*Use SpellCastResult and finaly fix SPELL_CAST_OK value (255 custom value ↵megamage
now). By VladimirMangos. --HG-- branch : trunk
2009-03-16*Merge.megamage
--HG-- branch : trunk
2009-03-15[7464] Move check of spell using for lock open to single function. Remove ↵megamage
more hacks. Author: VladimirMangos --HG-- branch : trunk
2009-03-15[7461] Give proper honor amount at item based AddHonor spells cast. Author: ↵megamage
VladimirMangos *The last rev is also by VladimirMangos, sorry. --HG-- branch : trunk
2009-03-15Replace hack code in Spell::EffectOpenLock by generic way for check lock key ↵megamage
items/skills --HG-- branch : trunk
2009-03-15*Rename some summon typesBlaymoira
--HG-- branch : trunk
2009-03-15*Prevent possible crash.QAston
*Remove obsolete Judgement of Righteousness coefficient-by cccyril --HG-- branch : trunk
2009-03-15*Fix a typo introduced in 1926 that causes crash.megamage
--HG-- branch : trunk
2009-03-15*Added: Summontype 1161Blaymoira
--HG-- branch : trunk
2009-03-15*Don't apply school silence for delayed/instant spells. - by _krzBlaymoira
--HG-- branch : trunk
2009-03-15*MergeBlaymoira
--HG-- branch : trunk