Commit Graph

336 Commits

Author SHA1 Message Date
tobmaps
2feb30ec1b Core/Unit: Stop mobs and pets from agressing invisible targets - they can't fight what they can't see 2011-05-12 21:05:22 +07:00
tobmaps
88633a0be9 Core/Spells: Fix Shadow Bite damage
Closes #591 & #1220 & #1401
2011-05-12 18:34:29 +07:00
Shauren
c98438ae8f Core: Minor cleanup 2011-05-12 10:43:11 +02:00
Shauren
8e35ee612e Core/Auras: Fixed possible crash in charms 2011-05-12 10:38:40 +02:00
tobmaps
08022d6d4c Core/Spells: Drop obsolete code 2011-05-12 04:25:55 +07:00
tobmaps
edc182920e Core/Spells: Fix damage from Seed of Corruption explosion 2011-05-12 03:29:16 +07:00
tobmaps
cdd4160157 Core/Spells: Fix talent Sword Specialization for melee abilities 2011-05-12 02:44:41 +07:00
tobmaps
2c86e193f3 Core/Spells: Fix talent Blessed Recovery 2011-05-12 01:34:58 +07:00
tobmaps
2e9c8f39e1 Core/Spells: Vampiric Embrace shouldn't proc from Mind Sear 2011-05-12 00:08:54 +07:00
tobmaps
7b0db7a4ea Core/Spells: Fix item enchant Blood Draining
Closes #513 & #1191
2011-05-11 22:16:18 +07:00
tobmaps
064c570f08 Core/Spells: Fix Spellsteal
Closes #386
2011-05-11 21:08:09 +07:00
Shauren
7a3e622da9 Core/Tickets: Fixed retrieving name of assigned GM 2011-05-11 14:18:09 +02:00
Lopin
305ee4eefe Core/Spells: Fixes Glyph of Victory Rush 2011-05-11 12:14:34 +03:00
Az@zel
58f0a4b152 Core/Misc: fix typo - yet another English language lesson: INTERUPT -> INTERRUPT 2011-05-11 11:17:20 +06:00
Az@zel
f73c6c40bb Core/Misc: fix compiler warnings 2011-05-11 11:12:26 +06:00
tobmaps
09fb6f555f Core/Spells: More generic implementation of Combustion
Closes #60 & #78
2011-05-11 04:17:38 +07:00
tobmaps
ce7f024945 Core/Spells: Implement SPELL_ATTR4_DAMAGE_DOESNT_BREAK_AURAS. Damage from spells with this attribute flag shouldn't break breakable by damage auras 2011-05-11 01:46:13 +07:00
tobmaps
8fc000b216 Core/Spells: Fixed damage from warlock's Death Coil 2011-05-10 22:28:28 +07:00
tobmaps
d49f535949 Core/Spells: Setup should add combo-point at selected target 2011-05-10 21:15:48 +07:00
Shauren
27c419a8fe Fixed my silly mistake, thx Machiavelli 2011-05-07 22:40:02 +02:00
johnholiver
8cc4125664 Core/Spells: Changed boss knockback immunity 2011-05-07 22:16:30 +02:00
Shauren
b087741959 Core/Spells: Fixed Lifebloom final heal when caster goes offline 2011-05-07 10:51:23 +02:00
Shocker
dc6224d60a Core/Spells: Fix Warrior T10 Protection 4P Bonus
Closes #1307
2011-05-06 13:36:03 +03:00
johnholiver
99959e8cd7 Core/Spells: Lifebloom final bloom.
Each dispelled stack will count towards the final bloom.
I left spell_bonus_data stuff out following Shauren's comment.
2011-05-05 19:16:13 -03:00
leak
1003f30448 Add spaces after commas 2011-04-29 20:47:02 +02:00
leak
c51c817a45 Core/ObjectMgr: Refactor sCreatureStorage 2011-04-28 22:57:08 +02:00
leak
a82654debd Core/ObjectMgr: Refactor sItemStorage 2011-04-28 22:42:33 +02:00
Shauren
8898db8b27 Core: Corrected NULL usage, it should only be used with pointers, not integers 2011-04-23 15:53:48 +02:00
Shauren
8dbdc15705 Core/Units: Made RemoveAllAurasExceptVehicle more generic, can now be used to remove all auras except specified type 2011-04-23 10:24:44 +02:00
Shauren
d73ffc9e81 Core/Vehicles:
* Added generic solution for vehicle accessories not relying on AI calls
* Only accessories marked as minion will be respawned when the vehicle enters evade mode
* Notify the summoner's AI when vehicle accessory fails to install and despawns
2011-04-22 21:59:37 +02:00
Shauren
0d477ab132 Core/Creatures: Dismount creatures without CREATURE_TYPEFLAGS_MOUNTED_COMBAT when entering combat 2011-04-18 11:43:50 +02:00
Shauren
eb0c1bdff0 Core/Vehicles: Fixed vehicles with passengers not counting for kill crediting 2011-04-16 14:01:25 +02:00
SimonDMII
e38634186c Core/Spells: fix Global Cooldown reset on spell cast interrupt. 2011-04-11 16:35:31 +06:00
Shocker
9efac6fe9f Core/Misc: AddAura should allow adding auras to dead targets if spell is passive/can target dead targets 2011-04-09 19:49:45 +03:00
pek2011
337b75cafc Core/Cleanup: Drop some unused code and update some unknown player flags (from Mangos).
Closes #1167
2011-04-07 15:10:10 +03:00
Shauren
24240430ad Scripts/Icecrown Citadel: Fixed Professor Putricide ooze adds behavior (cannot taunt/aggro anymore), also removed targeting dbc hack and scripted the spell properly 2011-04-06 21:21:45 +02:00
Shocker
ba80f2fbdc Core/Spells: Fix area target search for spells with SPELL_ATTR2_ALLOW_DEAD_TARGET 2011-04-06 17:00:05 +03:00
Shauren
1df9eacd90 Core/Spells: Moved 71880 and 71892 under proper spell family case 2011-04-02 00:09:48 +02:00
Manuel
21a2c56af3 Scripts/Eye of Eternity: Implemented script for Malygos encounter, please report any issue you find.
Thanks for the help to Machiavelli and Shauren.

Signed-off-by: Manuel <manue.l@live.com.ar>
2011-03-26 21:36:06 -03:00
Shauren
2f79b0f266 Core: Removed all double (and more) empty lines 2011-03-21 10:52:14 +01:00
Ramus
d0eade83e2 Item - Druid T10 Balance 4P Bonus should improve the debuff's damage if you crit while it's already on a target 2011-03-20 13:00:22 +02:00
Shauren
606c890960 Core/Vehicles: Properly remove casted vehicle auras (caster guid is what we must check, not owner) 2011-03-20 00:21:13 +01:00
johnholiver
c5bf4f06ae Core/Spells: Implemented Glyph of Steady Shot 2011-03-19 11:15:07 +01:00
johnholiver
1465a081d0 Core/Spells: Lava Burst patch 3.2.2 update - Lava Burst can no longer deal critical damage to targets who are immune to critical strikes (due to, e.g. Roar of Sacrifice, Blessed Resilience). 2011-03-19 11:12:52 +01:00
Shauren
12b65aa206 Core/Pets
Fixed infinite cooldown bugging after relogging
Restored pet create health for pets without pet_levelstats data
Corrected health gain from stamina for DK Ghouls
2011-03-15 13:23:52 +01:00
Shauren
119bb6fcd5 Core/Units: Fixed SelectNearbyTarget to ignore totems, critters and spirit healers 2011-03-15 12:08:07 +01:00
A Metaphysical Drama
4f48b7ae8d Core/Auras: Fixed SPELL_AURA_MOD_POWER_COST_SCHOOL_PCT and SPELL_AURA_MOD_POWER_COST_SCHOOL auras not taking charges at proc 2011-03-15 11:41:12 +01:00
Shauren
cd5744f2c5 Core/Units: Removed unneeded casts in ApplyResilience 2011-03-14 21:39:53 +01:00
Azazel
6ad4044f05 Core/Mechanics: refactor XP (and in fact, honor/reputation/kill credit) rewarding routine and get rid of copy/pasted code. 2011-03-13 15:28:45 +06:00
Shauren
9710c41a40 More warning fixes 2011-03-08 19:11:02 +01:00