QAston
6c8f54c4a6
*Fix Master Shapeshifter - original patch by Drethek
...
--HG--
branch : trunk
2009-07-17 19:09:08 +02:00
QAston
5914d5d1ea
*Remove obsolete code of Glyph of Aspect of the Monkey - by freeganja.
...
--HG--
branch : trunk
2009-07-17 18:37:44 +02:00
QAston
88cd705c26
*Remove some code for spells not present in dbc of 313.
...
--HG--
branch : trunk
2009-07-17 17:26:13 +02:00
megamage
3f39ae9875
[8173] Fixes for 1822 and ranks base at spell_check detection Author: 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-16 10:21:54 +08:00
QAston
291692b160
*Fix sting - by Astellar.
...
--HG--
branch : trunk
2009-07-14 20:22:02 +02:00
QAston
8898e9f420
*Fix the bug that escorted creatures return to their spawnpoint after engaging combat.
...
--HG--
branch : trunk
2009-07-14 20:15:47 +02:00
QAston
87ca52c2a9
*Do not allow spells having damage to break root casted by the spell.
...
*Typohunt: wand skill gain, Improved spell reflection aura drop from party.
--HG--
branch : trunk
2009-07-14 18:31:59 +02:00
QAston
79e0468af6
*Add better proc check for Glyph of death's Embrace - by Astellar
...
--HG--
branch : trunk
2009-07-14 13:35:29 +02:00
QAston
814f66db91
*Fix Defensive Tactics.
...
*Correctly delete gameobject in BT_Najentus script.
--HG--
branch : trunk
2009-07-13 23:36:38 +02:00
QAston
310f15e546
*Make charge-like spells with talented warbringer correctly remove movement impairing auras.
...
*Fix Revitalize.
*Use MaxHp of target instead of base hp for CC auras amount.
--HG--
branch : trunk
2009-07-13 21:27:05 +02:00
QAston
04a39ce6df
*Fix sniper training - by Astellar.
...
*Correct GO delete call in Gameobject::Update.
--HG--
branch : trunk
2009-07-12 13:38:38 +02:00
megamage
8fedc832e8
[8163] Fixed typo and wrong check affecting threat calculation. Author: SeT
...
--HG--
branch : trunk
2009-07-12 18:06:19 +08:00
QAston
bda2a721fa
*Remove incorrect object deletion from EffectSummonObject call and use RemoveGameObject() instead.
...
--HG--
branch : trunk
2009-07-12 02:34:24 +02:00
QAston
bf5447b469
*Handle breaking on damage auras by procflags - original patch by thenecromancer
...
*Implement Glyph of Fear - by thenecromancer
--HG--
branch : trunk
2009-07-11 15:58:19 +02:00
QAston
4dc5242a69
*Fix Desecration.
...
*Correct a typo which made some of charged auras to be not dropped.
--HG--
branch : trunk
2009-07-11 13:03:06 +02:00
QAston
53ae349644
*SpellBonusData for 54158
...
*Make passive tree of life aura affect casts out of shapeshidt.
--HG--
branch : trunk
2009-07-10 03:03:32 +02:00
QAston
b5efa98351
*Fix amount display bug of not charged auras.
...
--HG--
branch : trunk
2009-07-07 19:35:52 +02:00
QAston
c3b93baf49
*Fix Improved Moonkin Form and Blood Boil disease bonus.
...
--HG--
branch : trunk
2009-07-06 00:51:50 +02:00
QAston
3225eb9648
*Redefine procflags:
...
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 21:32:19 +02:00
QAston
de721d1b86
*Some research about aura types.
...
--HG--
branch : trunk
2009-07-02 18:34:19 +02:00
megamage
bc2b02708f
[8093] Fixed effect of spell 25771. Author: ApoC
...
--HG--
branch : trunk
2009-07-01 17:50:26 -05:00
megamage
1102623072
Allow NPCs to apply taunt. Author: ApoC
...
--HG--
branch : trunk
2009-07-01 17:31:52 -05:00
megamage
177297973a
*Fix a crash caused by charm spells.
...
--HG--
branch : trunk
2009-07-01 17:30:01 -05:00
QAston
24efcabdd9
Remove cooldown of spells triggered on stance change - this fixes shadowform dot crit.
...
--HG--
branch : trunk
2009-06-30 13:51:53 +02:00
QAston
788a699ae8
*Prevent some possible crashes with charm auras.
...
*Allow non-dmg spells to proc dmg requiring effects if spellfamily specified in spell_proc_event table.
--HG--
branch : trunk
2009-06-30 12:59:21 +02:00
thenecromancer
ac29891279
Apply movement impairing debuffs to backwards movement
...
--HG--
branch : trunk
2009-06-29 21:16:28 +02:00
QAston
81ac49f00a
*Fix rend and tear talent.
...
*Allow hots to proc only if spellfamilyflags are specified in spell_proc_event.
--HG--
branch : trunk
2009-06-28 19:39:15 +02:00
QAston
d529ab76c5
*Do not allow periodic aoe auras to stack.
...
--HG--
branch : trunk
2009-06-28 15:13:56 +02:00
QAston
3909fb7f83
*Correct damage of Faerie Fire (feral)
...
*Trigger passive aura for shadowform.
--HG--
branch : trunk
2009-06-28 14:21:35 +02:00
megamage
d401ede8f2
[8051] Fixed some drinking mana regen spells. Author: bobaz
...
--HG--
branch : trunk
2009-06-27 15:27:09 -05:00
QAston
09717d7d81
*Fix Survival of the Fittest.
...
--HG--
branch : trunk
2009-06-26 19:17:57 +02:00
QAston
70379983c3
*Implement aura type SPELL_AURA_ABILITY_PERIODIC_CRIT (286).
...
--HG--
branch : trunk
2009-06-25 17:55:19 +02:00
QAston
642a343d98
*Fix Nurturing Instinct.
...
--HG--
branch : trunk
2009-06-25 16:34:49 +02:00
QAston
4ca17d4137
*Fix Recently bandagd debuf - by Maxxie
...
*Prevent possible crash in Chimera Shot handler.
--HG--
branch : trunk
2009-06-25 15:34:08 +02:00
QAston
d5c0337a5e
*Apply 4x damage mod for Drain Soul at targets with low health.
...
--HG--
branch : trunk
2009-06-24 16:20:40 +02:00
QAston
33b2917bb7
*Fix Ferocious Bite energy to dmg conversion
...
*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 15:58:44 +02:00
QAston
0a7691083d
*Fix the bug that player gets dismounted during taxi flights with many flymasters.
...
*Mana feed now gives pet mana during Drain Mana spell.
--HG--
branch : trunk
2009-06-24 00:12:09 +02:00
BroodWyrm
d6a3770597
*Fix Item 30639
...
--HG--
branch : trunk
2009-06-23 20:32:33 +02:00
QAston
f2ec641e42
[8056] Move SMSG_CLEAR_COOLDOWN into function and use it. Other cleanups. Author:XTZGZoReX
...
[8060] Store spell_pet_auras for auraeffects instead of by whole aura Author:hunuza.
--HG--
branch : trunk
2009-06-23 14:05:37 +02:00
QAston
ad91c6b1e2
[8052] Fixed typo in error log output. Author: The_Game_Master
...
[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-23 13:05:15 +02:00
Anubisss
7d8570f591
*Fix a typo in spell Rip. Thanks to Farah for found the incorrect SpellFamilyFlags value.
...
--HG--
branch : trunk
2009-06-22 23:00:47 +02:00
megamage
c4a8da0e32
[8040] Implement Creature::ForcedDespawn and ACTION_T_FORCE_DESPAWN for EventAI. Author: NoFantasy
...
--HG--
branch : trunk
2009-06-18 17:05:01 -05:00
QAston
30d0b2ed5f
*Fix raise dead spell - original patch by Astellar, thanks for some help in conversion for Azrael
...
*Correctly apply spell cooldown for spells with cooldown starting after pet unsummon.
--HG--
branch : trunk
2009-06-18 14:17:11 +02:00
megamage
a2f10c496f
[8030] Fixed spell 64901 work and related target selection code refactoring. Author: VladimirMangos
...
* Replace 64904 by 64901 in spellbook and action bars.
* Implement proper max mana percent buff
* Implement proper target selection.
* Move group/raid targets seelction code to functions for reuse code.
--HG--
branch : trunk
2009-06-17 18:35:40 -05:00
QAston
9bb07ab5a9
*Use amount check instead of positivity check for aura effects.
...
*Fix Overkill and Master of subtlety.
--HG--
branch : trunk
2009-06-17 01:12:40 +02:00
megamage
dc2128a503
[8029] Correct show spell charges/stack amount Author: DiSlord
...
--HG--
branch : trunk
2009-06-16 11:26:58 -05:00
megamage
aaec3c8191
[8024] Implement SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR(285). Author: Beaste
...
Also drop outdated support code for 61216 and ranks.
This implement work talents 61216 and 48978 with ranks.
--HG--
branch : trunk
2009-06-16 11:02:37 -05:00
QAston
2e6db5421e
*Fix aura type 280.
...
--HG--
branch : trunk
2009-06-16 15:29:07 +02:00
QAston
5640864845
*Implement AURA_STATE_BLEEDING
...
*Correct proc requirements for: Decimation, Impact Juggernaut
*Fix Hunger For Blood.
--HG--
branch : trunk
2009-06-16 13:24:42 +02:00
QAston
8f8bc70afb
*Fix some mana regeneration items - by FearX
...
*Fix judgement of Justice.
--HG--
branch : trunk
2009-06-16 11:48:41 +02:00