SnapperRy
03b15d968b
Event/Midsummer: improve pole ribbon functionality ( #17464 )
...
Event/Midsummer: improve pole ribbon functionality:
- Bunny creature should hover, which puts it in the intended position.
- Use correct visual and internal spells to handle cosmetics and timers.
2016-07-05 15:19:30 +02:00
Aokromes
b0e5f6de47
Scripts/Midsummer: Burning hot pole dance ( #17445 )
...
* Scripts/Midsummer: Burning hot pole dance
By zwerg, closes #6876
2016-06-26 00:27:19 +02:00
JamminWidYou
3002839bfe
[3.3.5] Core/Quest: A life without regret ( #16067 )
...
* Life without Regret
* misc changes to sql
* sql changes
2016-06-14 12:48:28 +01:00
mik1893
3d31e2a157
Core/Spells: fix issue with Illumination talent (broken in #17122 ) ( #17350 )
2016-06-12 10:47:29 +01:00
Shauren
b36da77185
Core/Units: Renamed and documented UNIT_FLAG_DISABLE_MOVE to prevent people from trying to use this flag to root a creature leaving them wondering why it doesn't do anything
2016-05-27 14:45:06 +02:00
ForesterDev
c73c51d7b1
Merge branch '3.3.5' into creature_family
2016-05-27 12:51:28 +04:00
Shauren
9612ac0e27
Core/Spells: Fixed Eclipse after recent proc cooldown changes
...
Closes #17166
2016-05-24 18:37:46 +02:00
mik1893
5b8e68ee63
Core/Spells: Proc handler script converions ( #17122 )
...
* Blazing Speed (Mage)
* Blessed Recovery (Priest)
* Druid Forms Trinket
* Idol Of Mutilation
* Nature's Guardian (Shaman)
* Nether Protection (Warlock)
* Piercing Shots and Bonus 4P T9 Hunter
* Lightning Shield (Shaman)
* Acclimation (DK)
* Move DK T10 4P Melee Bonus
* Move DK Improved Blood Presence triggered heal (DK)
* Rogue T10 2P Bonus
* Illumination (Paladin)
* Soul Preserver
* Death Choice trinket
* stack trinket scripts (ToC25 Caster Trinket, Lightning Capacitor, Thunder Capacitor)
* Battle Experience (ICC - Gunship)
* Blood Reserve (enchant proc)
* Darkmoon Card Greatness
* Charm of the Amani Witch Doctor
* Mana Drain
2016-05-20 19:27:15 +02:00
ForesterDev
d5dd8e8926
fix build
2016-05-16 19:16:40 +04:00
joschiwald
029527365f
Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dice
...
#Closes 16866
2016-04-23 13:53:07 +02:00
Gustavo
d1a053e4f5
Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution ( #16968 )
2016-04-16 15:42:07 +02:00
Shauren
3f7e6af49e
Properly rename the stand state method...
2016-04-08 22:32:15 +02:00
Shauren
6dfc4771a1
Core/Misc: Renamed getStandState to minimize differences between branches
2016-04-08 22:21:13 +02:00
Shauren
e52878b6b5
Core/Spells: Renamed EnsureSpellInfo to AssertSpellInfo to minimize differences between branches
2016-04-02 17:05:46 +02:00
Shauren
b2bd181a5f
Merge pull request #16848 from P-Kito/debuff_remove
...
[3.3.5/6.x] Scripts/Spells: Add generic spell to handle ClearDebuffs spell
2016-03-27 19:45:23 +02:00
Kito
8de7e12a6e
Scripts/Spells: Add generic spell to handle ClearDebuffs spell
2016-03-27 19:30:03 +02:00
joschiwald
2dda0ed36a
fixed warning again :(
2016-03-20 21:27:19 +01:00
joschiwald
052603a7e8
fixed build
2016-03-20 20:49:37 +01:00
joschiwald
c498966d23
Core/Spells: cleanup raise ally code
...
(partial cherry picked from commit 312e8509dd )
2016-03-20 19:50:11 +01:00
joschiwald
ffdf75a233
Scripts/Spells: Glyph of Arcane Shot is affected by own debuffs on target only
2016-02-27 17:55:43 +01:00
treeston
1fbe7979ff
Nobody saw that.
2016-02-24 15:47:57 +01:00
Treeston
4e4b2b9a13
Merge pull request #16644 from Treeston/3.3.5-customcharmai
...
Core/UnitAI: Rework creature-controlled player behavior.
2016-02-24 13:39:31 +01:00
treeston
2f14664340
Core/UnitAI: Rework creature-controlled player behavior.
...
- Removed hacked control mechanism, use proper PlayerAI instead
- Port old hacky code to new SimpleCharmedPlayerAI class
- Make adjustments to aforementioned code to fix bugs:
- Properly clean up movement after charm ends
- Only try to attack a target if charmer is engaged in combat
2016-02-23 13:41:56 +01:00
Naios
9e43365b3d
Core/Scripts: Split the huge scriptloader into smaller pieces
...
* Each subdirectory contains it's own translation unit now
which is responsible for loading it's directory
* Improves merging & decoupling between 3.3.5 <-> 6.x
* Removes unused Battleground loader
* Ref #15671
(cherry picked from commit 5534915f74 )
2016-02-22 16:25:54 +01:00
Shauren
2ee36facad
Merge pull request #16622 from P-Kito/3.3.5
...
[3.3.5] Core/Spells: Fix Glyph of Arcane Shot
2016-02-19 15:02:17 +01:00
MitchesD
408572c472
Merge pull request #16258 from sirikfoll/feast
...
Core/Spells Implemented SpellScripts Needed for Achievement Pilgrim's…
2016-02-18 21:03:11 +01:00
Kito
ab2b0f4168
Core/Spells: Fix Glyph of Arcane Shot
2016-02-17 22:58:04 +01:00
treeston
ae58f8e616
Revert "Merge pull request #16535 from Eliminationzx/FixWrongSealOfRighteousnessCalculation" while we figure out more details (see discussion in the PR).
...
This reverts commit 1a213bd921 , reversing
changes made to 657adc270a .
2016-02-16 12:34:20 +01:00
Treeston
1a213bd921
Merge pull request #16535 from Eliminationzx/FixWrongSealOfRighteousnessCalculation
...
[3.3.5] Core/Spells: Fix incorrect Seal of Righteousness calculation.
2016-02-15 14:58:10 +01:00
treeston
3535a9fc7b
Core/Spells: Disallow druid flight form while in shapeshift forms that prevent mounting. No more swimming zombies. Closes #16354 .
2016-02-12 17:28:35 +01:00
ccrs
983bbe4a4c
Core/Spells: Rogue Honor Among Thieves
2016-02-10 14:12:58 +01:00
Elimination
ff324e7284
Fix incorrect Seal of Righteousness calculation.
...
Source http://wowwiki.wikia.com/wiki/Spell_power_coefficient
2016-02-10 16:15:42 +07:00
Shauren
aa432db36d
Core/Maps: Changed the way area data is stored in maps, it now uses ID field from AreaTable.dbc instead AreaBit used for exploration marker (and is not unique anymore on top of simply being stupidly confusing)
...
Note: Extracting maps is required
(cherry picked from commit db0b8bf24e )
# Conflicts:
# src/server/game/Achievements/AchievementMgr.cpp
# src/server/game/Chat/Chat.cpp
# src/server/game/Conditions/ConditionMgr.cpp
# src/server/game/DataStores/DBCStores.cpp
# src/server/game/DataStores/DBCStores.h
# src/server/game/DataStores/DBCfmt.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Globals/ObjectMgr.cpp
# src/server/game/Handlers/BattleGroundHandler.cpp
# src/server/game/Handlers/MiscHandler.cpp
# src/server/game/Maps/Map.cpp
# src/server/game/Spells/Spell.cpp
# src/server/game/Spells/SpellEffects.cpp
# src/server/scripts/Commands/cs_go.cpp
# src/server/scripts/Commands/cs_group.cpp
# src/server/scripts/Commands/cs_lookup.cpp
# src/server/scripts/Commands/cs_misc.cpp
# src/tools/map_extractor/System.cpp
# src/tools/mmaps_generator/TerrainBuilder.cpp
2016-02-09 18:19:28 +01:00
Keader
61f92b9a89
Core/Spells: Fixed Totemic Mastery (Tier 6 2P) Shaman
2016-02-08 22:28:47 +01:00
treeston
0813261c6f
Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218 )
2016-02-05 15:11:22 +01:00
jackpoz
0e76d67e49
Scripts/Misc: Fix issues reported by static analysis
2016-01-23 17:42:37 +01:00
treeston
8c7cd03d08
Item/Misc: Implement Toy Train Set and Wind-Up Train Wrecker.
2016-01-18 15:11:27 +01:00
sirikfoll
fb1f69c76e
Core/Spells Implemented SpellScripts Needed for Achievement Pilgrim's Paunch
2016-01-17 00:57:52 -02:00
joschiwald
6b3468f48a
Scripts/Spells: fixed Beacon of Light
2016-01-16 23:32:34 +01:00
sirikfoll
fc2a570d09
Core/Spells Implement SpellScript needed for Achievement The Turkinator
...
Closes #3997
2016-01-12 15:24:55 -02:00
jackpoz
e59b4324b8
Merge pull request #15977 from tkrokli/landmine_knockback_achievement
...
Scripts/Spells: Mine Sweeper achievement
2016-01-09 23:19:09 +01:00
jackpoz
b1d0855624
Core/Spells: Fix static analysis issues and a crash
...
Fix confusing NULL checks in Raise Ally check cast.
Fix a crash in Raise Ally triggered by executing ".cast back 61999" command targeting a pet in raid while being dead.
2016-01-08 23:13:15 +01:00
ccrs
e5d4005cc6
Core/Spells: Fixed Raise Ally
...
thx @Nayd for sniffs :)
thx @Shauren for helping to find all spell involved
* There is no implementation for stats update on Puppet class (only on Guardian) so same SummonProperty as Raise Dead Ghoul (non pet) is used.
(Default SummonProperties set category to SUMMON_CATEGORY_PUPPET)
* Override the Summon Effect to enable charm and stats scaling.
* PlayerAI is used to handle unaura on ghoul despawn or dead.
It's necessary due to the fact that all script hooks on ScriptedCreature are called on an unactive CreatureAI, resulting in creature being unable to handle unaura calls.
* Create UpdateAI call for Player class
* Stats scaling is based on forum and wowhead comments, they recall this ghoul as a copy of the other one (same stats).
* Spellscript for Ghoul spell Thrash
Closes #82
Closes #14830
2016-01-08 00:10:15 +01:00
joschiwald
8a0bbc3869
Core/Spells: Fixed Enrage armor reduce part
2016-01-03 00:55:50 +01:00
Rushor
923a368ac7
Update copyright note for 2016
2016-01-01 12:02:33 +01:00
treeston
403ff21324
Spells/Penance: If hostile target is not in front, now fails in the initial cast rather than the triggered cast, thus not erroneously causing a cooldown.
2015-12-19 11:32:25 +01:00
tkrokli
4fbffab5f8
Scripts/Spells: Mine Sweeper achievement
...
Enable achievement 1428, "Mine Sweeper" in SpellScript
by @Re3os / @ccrs / @sirikfoll . based on original script from @Vincent-Michael
Closes #15938
2015-12-15 04:27:17 +01:00
jackpoz
3267c90102
Core/Unit: Add Unit::KillSelf() overload
...
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself.
2015-12-07 20:06:02 +01:00
Asterc
f8f815dbc3
Correctly reset the redirected threat of the hunter's spell Misdirection in cases when it has RemoveMode AURA_REMOVE_BY_DEFAULT
...
Closes #15930
2015-12-02 19:30:12 -02:00
DevRival
3fdbcf18ae
Scripts/Spells: Hallow's End item Hallowed Wand
...
Hallowed Wand items should cast a transformation on party members.
by @DevRival, closes #3574
Before this patch, the following spells do not have any effect at all:
- 24717, Pirate Costume
- 24718, Ninja Costume
- 24719, Leper Gnome Costume
- 24720, Random Costume
- 24737, Ghost Costume
Details from testing on the current 3.3.5 branch (commit ecbbcc8 ):
- 24724 (Skeleton Costume) seems to work as intended
- 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes
- 24741 (Wisp Costume) also seems to work as intended
All the spells listed above are included in this PR.
2015-11-17 17:24:25 +01:00