Commit Graph

712 Commits

Author SHA1 Message Date
p0wer 6c718a9ef7 Fix Kill Shot. Patch partially by bodompelle. Closes #357.
Adds a second copy of weapon damage to total damage.
(Same as multiplying damage by 200%)
Spell's aura type isn't currently implemented into core, so fix isn't permanent.

--HG--
branch : trunk
2009-12-20 17:25:10 -06:00
n0n4m3 cc19e73174 Merge
--HG--
branch : trunk
2009-12-20 17:39:36 +01:00
n0n4m3 b5202f91b2 Fixed Improved Mind Blast heal reduction
--HG--
branch : trunk
2009-12-20 17:07:20 +01:00
n0n4m3 d0a68e16bb Fixed Hammer of Wrath
--HG--
branch : trunk
2009-12-20 15:28:24 +01:00
Rat 6fe36efe0f *apply trinity style to whole source
*comment out all mangos to trinity defines
*this will make merging a little harder, but code will be more clear

--HG--
branch : trunk
2009-12-20 15:20:04 +01:00
n0n4m3 c412c437a3 Fixed spell Righteous Defense
--HG--
branch : trunk
2009-12-20 15:11:57 +01:00
n0n4m3 18d5940f5c merge
--HG--
branch : trunk
2009-12-20 06:00:39 +01:00
Paradox a21f0da24f fix CRLF in last 3-4 commits, take note, new devs using windows need to configure the win32text extension properly before pushing anything else.
--HG--
branch : trunk
2009-12-19 23:42:19 -05:00
bkhorizon fc2033176b Fix Glyph of Blocking (43425). Patch by chops. Closes #195.
--HG--
branch : trunk
2009-12-19 20:07:03 -06:00
bkhorizon 722abf4a81 Fix Envenom Damage Formula. Closes #655.
--HG--
branch : trunk
2009-12-19 20:00:01 -06:00
n0n4m3 1d79bc51ea Implement player's pet resilience, also fix DoT case. by VladimirMangos and thx tali
--HG--
branch : trunk
2009-12-19 18:46:51 +01:00
bkhorizon e6efa10efd Update Seal of Command (and Unleash) for 3.2.2. Closes #841.
--HG--
branch : trunk
2009-12-18 18:47:22 -06:00
maximius dc1207139a *Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
--HG--
branch : trunk
2009-12-18 13:41:30 -08:00
win32 0b410e3ed4 restore work Glyph of Seal of Command
--HG--
branch : trunk
2009-12-18 11:28:12 +02:00
n0n4m3 89656d5749 Restore some commits from trinitycore2 3.1.3
--HG--
branch : trunk
2009-12-17 13:07:38 +01:00
n0n4m3 772cf54fb5 Update Spell code for 322a. Part 2
--HG--
branch : trunk
2009-12-17 12:23:01 +01:00
n0n4m3 eef7a6a1cc Corrected gargoyle damage calculation
--HG--
branch : trunk
2009-12-17 09:10:04 +01:00
n0n4m3 863fca80eb Removed some redundant player->SaveToDB calls, original autor balrok
--HG--
branch : trunk
2009-12-17 07:56:20 +01:00
win32 c3f77a4b3d Implement Glyph of Nourish
Closes #381

--HG--
branch : trunk
2009-12-17 05:35:36 +02:00
win32 72b8c60d0a Add support for Feast items (43015,43478,34753,43480).
--HG--
branch : trunk
2009-12-15 18:52:44 +02:00
spp e8831429f4 Implementation of Glyph of Dancing Rune Weapon. Related #365
* Original patch by tali (modified to remove hardcoded values)

--HG--
branch : trunk
2009-12-14 02:01:22 +01:00
spp 5d988a617f Fix Dancing Rune Weapon. By liberate, closes #365
--HG--
branch : trunk
2009-12-14 01:51:12 +01:00
spp bd7c6689af Remove hardcoded value in glyph of smite. Thanks to QAston
--HG--
branch : trunk
2009-12-14 01:44:12 +01:00
spp 5011397fba Fix Judgement of Vengeance/Corruption damage. By footman, closes #88
--HG--
branch : trunk
2009-12-13 12:31:01 +01:00
spp c72387cce8 Implementation of Glyph of smite. By Anonymous contributor, closes #431
--HG--
branch : trunk
2009-12-13 10:53:16 +01:00
tartalo d7262a6298 Implement No Fly Zone using Spell, by Spp. Needs db support. Closes #494
--HG--
branch : trunk
2009-12-01 11:43:57 +01:00
Kudlaty 4e41f4d45d Fix spell Neural Needle. #502
Patch by maanuel

--HG--
branch : trunk
2009-11-28 16:01:12 +01:00
maximius 9b7f2240b8 *LIttle bit of cleanup, fix a warning.
--HG--
branch : trunk
2009-11-22 19:30:36 -08:00
maximius da5c1bca54 *Cleanup, fix a few warnings, and make the SD2 grid searchers just pass through to the standard Trinity grid searchers, as they have identical functionality. Thanks thmarth. Closes #387, #388
--HG--
branch : trunk
2009-11-22 00:46:38 -08:00
maximius 409bad7d15 *You must be in combat to use Disengage.
--HG--
branch : trunk
2009-11-21 16:12:41 -08:00
maximius a633b03738 *Fix Rod and Blade of the Unyielding spawning to many NPCs, by destros. Closes #3
--HG--
branch : trunk
2009-11-21 02:36:39 -08:00
maximius 056c6fa680 *Cleanup, better cast for Bear/Dire Bear part of Furor.
--HG--
branch : trunk
2009-11-21 02:19:19 -08:00
maximius 4f8f69a805 *Less hacky Disengage.
--HG--
branch : trunk
2009-11-21 02:14:28 -08:00
maximius 654519d1a6 *Some cleanup (mostly whitespace changes)
--HG--
branch : trunk
2009-11-20 19:11:28 -08:00
maximius 72607c20ba *Prevent MoveFollow and MoveChase while UNIT_FLAG_DISABLE_MOVE is present, by Liberate. Closes #168.
*Some cleanup, and fix typo from cf0046bc32c6.

--HG--
branch : trunk
2009-11-19 20:03:35 -08:00
maximius f4808f3ff5 *Merge TC1 r1737 and r1754 by BroodWyrn, fixes spells 45151, 45141, 46394 (Brutallus Burn), closes #179
--HG--
branch : trunk
2009-11-19 19:55:24 -08:00
maximius 4abed08f4d *Implement second part of Furor, closes #333.
*Add missed part of last commit (oops)

--HG--
branch : trunk
2009-11-19 04:36:20 -08:00
maximius ffe4451dc2 *Spell::EffectPlayerPull should not use KnockbackFrom, this moves you away from the destination, instead of towards. Fix by disassembler. Closes #169
--HG--
branch : trunk
2009-11-19 04:23:36 -08:00
Rat e445e863df *fix insane Steady Shot damage
note: TEST BEFORE PUSHING!

--HG--
branch : trunk
2009-11-18 13:06:07 +01:00
maximius 980a943c67 *Proper Diseases and Death Strike disease count, thanks lobuz
--HG--
branch : trunk
2009-11-17 20:13:41 -08:00
maximius 6b72b304ad *Correct Seal of Command formula, and minor cleanup, thanks lobuz
--HG--
branch : trunk
2009-11-17 20:04:39 -08:00
maximius c0193ef929 *Fix healing reduce effects on Death Knights, thanks lobuz
--HG--
branch : trunk
2009-11-17 19:49:24 -08:00
maximius 131b66c8b4 *Heart of the Crusader now works, thanks lobuz
*Little bit of cleanup

--HG--
branch : trunk
2009-11-17 19:24:31 -08:00
maximius 5faca1e54d *Correct damage for Steady Shot, thanks lobuz
--HG--
branch : trunk
2009-11-17 16:59:58 -08:00
tartalo 5b7ef6fd2f Set proper orientation after being teleported by spell, by Spp. Closes #100
--HG--
branch : trunk
2009-11-07 18:47:11 +01:00
maximius b257a28fa9 *Cleanup, fix many cases of unoptimized loops, potential crashes, excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on..
*Proper Maexxna Web Spray locations (old locations sent players flying into the air)

--HG--
branch : trunk
2009-11-01 17:53:07 -08:00
maximius 81c5903d03 *Implement Master Poisoner - chance to not consume Deadly Poison, thanks Sisif
--HG--
branch : trunk
2009-10-31 17:09:38 -07:00
maximius 854c754f10 *Implemented dummy effects for spells 49357, 52845, thanks Sisif
--HG--
branch : trunk
2009-10-31 16:55:12 -07:00
maximius 72ed3ff12d *Check for NULL unitTarget's in Cleansing Totem Effect, Healing Stream Totem, Mana Spring Totem, thanks Sisif
--HG--
branch : trunk
2009-10-31 16:45:56 -07:00
maximius 743578b81f *Reinit the iterator in each loop as the iter is removed from the list, in AuctionHouseObject::Update, by Trazom
*No longer disregard z/o in Map::CreatureRelocation, thanks Sisif
*Cleanup, and make Divine Storm default to m_caster is no unitTarget is available
*Some mtmaps optimization

--HG--
branch : trunk
2009-10-31 16:00:47 -07:00