tobmaps
3405f1672c
Core/Spells: Drop unnecessary code
2011-05-26 03:16:03 +07:00
tobmaps
1e783cc446
Core/Spells: Fix a bug when you can't use Ice Block under Forbearance effect
2011-05-22 01:28:27 +07:00
Lopin
18c016a890
Scripts/Ulduar:
...
* Added script for Freya encounter
* Cleaned up instance script
* Cleaned up teleporter script
* Fixed typo in Hodir script
Signed-off-by: Lopin <Lopin@TwinStar.cz >
2011-05-21 14:36:29 +02:00
Shauren
0ab5cdef2e
Scripts/Icecrown Citadel:
...
* Added Valithria Dreamwalker script
* Fixed Mutated Abomination on heroic mode at Professor Putricide
* Fixed saving heroic attempts to db
2011-05-20 22:20:11 +02:00
tobmaps
db5ff45e81
Core/Spells: Fix exploit with Improved Shadowform (Rank 1)
2011-05-20 19:28:14 +07:00
tobmaps
f03bdceaff
Core/Spells: Properly fix Arcane Surge bug
2011-05-20 03:16:48 +07:00
Shauren
63f7a6d3d9
Core/Spells: Use SpellDifficulty.dbc to check casterAuraSpell, excludeCasterAuraSpell, targetAuraSpell and excludeTargetAuraSpell
...
Scripts/Icecrown Citadel: Fixed Mutated Abomination not being able to eat ooze on heroic mode
Scripts/Icecrown Citadel: Removed some obsolete code
Closes #523 , #1447
2011-05-17 13:17:42 +02:00
tobmaps
bfe61c7998
Core/Spells: fix Banish duration in PvP
2011-05-15 18:55:38 +07:00
Shauren
66a663b8e0
Core/Creatures: Added GetCorpseDelay method to creatures
2011-05-13 19:16:53 +02:00
Ramusik
863ba6f4c9
Core/Spells: Fix Earthbind Totem and Tremor Totem instantly pulse on totem summon
2011-05-13 03:15:31 +07:00
Lopin
467eb062e3
Spells/Ulduar: Fixes spell Mark Of The Faceless in General Vezax's Encounter
2011-05-08 17:34:51 +02:00
Lopin
55ccf1a52c
Core/Spells: Howl Of Terror should affect max of 5 targets
2011-05-08 17:13:38 +02:00
johnholiver
8cc4125664
Core/Spells: Changed boss knockback immunity
2011-05-07 22:16:30 +02:00
Shauren
eeee8368bd
Core/Spells: Knockback spells should also have mechanic to allow setting proper immunities
2011-05-07 21:04:43 +02:00
Shauren
3690ce35b7
Scripts/Icecrown Citadel
...
* Increased damage done by Lord Marrowgar's Bone storm
* Fixed Decimate targeting for Stinky and Precious
* Fixed Plague Stench targeting for Stinky
* Added missing zombie summoning for Precious
* Fixed Eat Ooze spell targeting of Mutated Abominations
* Fixed Prince Keleseth summons spawning in walls
* Applied TrinityCore code standards
2011-05-06 22:10:22 +02:00
Shauren
375b557fb3
Core/Spells: Linked aura state to spell 71465 (Divine Surge)
2011-05-05 12:52:40 +02: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
Nay
b0585f5e0d
Scripts/Items: Fixed Vanquished Clutches of Yogg-Saron
2011-04-27 19:13:28 +02:00
Shauren
ee50bcfccd
Core/Spells: Fixed duration of Noblegarden bunny transforms
...
DB/Achievements: Fixed "Hard Boiled"
2011-04-25 21:18:18 +02:00
dr.tenma
5efda81319
Core/Spells: Fix Nature's Grasp proccing Entangling Roots when moving.
...
Closes #202
Closes #275
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2011-04-22 11:47:26 +02: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
Shauren
24dae7dd9a
Core/Spells: Fixed Sigil of the Frozen Conscience affecting Icy Talons talent
2011-03-31 23:44:39 +02:00
Shauren
2f79b0f266
Core: Removed all double (and more) empty lines
2011-03-21 10:52:14 +01:00
runningnak3d
28c264402b
Revert "Core/Spells: Small cleanup of SpellMgr"
...
This reverts commit 6595364227 .
* While this does need cleanup, instance specific spells should stay
* grouped together.
2011-03-14 08:38:20 -06:00
Koord
6595364227
Core/Spells: Small cleanup of SpellMgr
2011-03-14 08:25:27 -06:00
runningnak3d
3db0029f66
Core/Spells: Force spell 51590 (Toss Ice Boulder) to only affect one
...
target.
2011-03-14 07:33:46 -06:00
Malcrom
1a8c3f9dbe
Core/Spells: Implemented EffectTriggerSpell 36325 for spell 36350.
2011-03-01 00:28:03 -03:00
Machiavelli
683cea9e83
Core/Vehicles:
...
- Grab correct npc entry from npc_spellclick_spells in case of player vehicle. Fixes DB errors added in my previous changeset
- Allow aura's with SPELL_AURA_CONTROL_VEHICLE to stack if there are enough free seats, even if spellIds are identical.
- Fix a possible infinite loop. Thanks to manuel for spotting
2011-02-27 03:58:41 +01:00
Machiavelli
102c089ab8
Scripts/Kologarn:
...
- Correct target limitation for Focused Eyebeam
- Correct target selection and limitation for Stone Grip
** Fixes random teleports to the "safe spot" caused by aura unapply when that player wasn't intended as target.
** Stone Grip will only target the main tank if there's no one else in range.
- Despawn Rubbles on encounter reset/complete
- Use elegant MotionMaster::MoveJump instead of NearTeleportTo when releasing Stone Grip target
DB/NPC Templates:
- Add civilian flag for Armsweep Stalker and Rubble Stalker
Other:
- Fix 2011_02_23_2_world_conditions.sql to comply to standards
- Cleanup affected code
2011-02-23 18:17:20 +01:00
Machiavelli
e07e20ffca
Core/Log: Implement log masks for debug log level, to allow selective debug output. Update your worldserver.conf.
2011-02-20 20:16:34 +01:00
Shauren
45095bdffb
Scripts/Icecrown Citadel: Added Rotting Frost Giant script
2011-02-15 22:07:40 +01:00
Shauren
bf8e88c0b8
Scripts/Icecrown Citadel: Implemented traps after Deathbringer Saurfang
2011-02-08 17:54:40 +01:00
Shauren
dc1b02d35d
Scripts/Icecrown Citadel: Added Sindragosa script
2011-02-07 17:21:44 +01:00
Manuel
5661d9add8
Core/Spells: Stop Time should not make the caster enter in combat with the targets.
...
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-01-30 16:06:24 -03:00
leak
137b079eea
Core: Generic cleanup (tab2spaces/trailing whitespace removal)
2011-01-26 01:03:35 +01:00
Manuel
70a45be159
Core/Scripts/Oculus: Improved Energize Core ability of Boss Varos. Thanks to Xanadu, Gyullo and Josh.
...
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-01-24 18:57:11 -03:00
Shauren
5adf9c5d30
Scripts/Spells: Moved all special target filtering cases to scripts
2011-01-22 17:21:24 +01:00
Manuel
9c7e0702a6
Core/Spell: Modified ImplicitTargets of spells 54069 and 56251 for correct functionality. Thanks to Xanandu and click.
...
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-01-20 12:31:17 -03:00
Shauren
b28881f648
Core/Spells: Fixed Ignite talent getting removed by Ice Block
...
Closes #138
2011-01-16 19:26:01 +01:00
Shauren
458c7c642f
Core/Spells: Fixed Glyph of Pain Suppression
...
Signed-off-by: Shauren <shauren.trinity@gmail.com >
2011-01-14 20:24:39 +01:00
Shauren
8d59953f93
Scripts/Icecrown Citadel
...
* Call EnterEvadeMode before teleporting players to entrance - prevents players being stuck in combat
* Fixed Gaseous Blight stacking damage
* Properly initialize phase for Professor Putricide when entering combat
* Fixed Blood Nova and Boiling Blood abilities of Deathbringer Saurfang
2011-01-12 22:50:51 +01:00
Manuel
014714fb17
Core: Killing magic numbers.
2011-01-09 20:44:33 -03:00
Manuel
5cf76896eb
Core/Battleground: Implemented blizzlike script for Isle of Conquest, written by gyullo and me, based on Socolin's and Josh's patch -BIG THANKS TO THEM-
...
Anyway the map is not yet playable, there are issues not related with the script.
I also want to thanks to QAston, linencloth, Shauren and Machiavelli to be so patient with my questions.
2011-01-09 00:00:08 -03:00
McBitter
63333dc6ff
Core/Spells: Fixed targeting for spell 49305 (missing unit target)
...
Signed-off-by: Shauren <shauren.dev@gmail.com >
2011-01-08 17:40:10 +01:00
Machiavelli
957c69de83
Update copyright note for 2011.
...
Happy new year.
2011-01-01 15:01:13 +01:00
Shauren
52620db629
Core/Auras: Fixed enchant proc stack rules
...
Closes issue #5222 .
--HG--
branch : trunk
2010-12-27 22:27:11 +01:00
Shauren
928443d899
Core: Removed more operator workarounds for ACE_Singleton (missed previously because of inconsistent naming)
...
--HG--
branch : trunk
2010-12-23 23:25:44 +01:00
Shauren
0f3b9019a8
Core: Get rid of dirty operator workaround for ACE_Singleton class implementation
...
--HG--
branch : trunk
2010-12-22 21:25:23 +01:00