Commit Graph

9123 Commits

Author SHA1 Message Date
SnapperRy
7fc09294bf DB/Quest: fix event for quest A Lost Master (Part 2).
/wave Grimclaw!
2016-10-05 17:44:58 +02:00
Killyana
dac44a59b4 DB/Quest: Hot and Cold
Add Frost Nova visual effect
2016-10-05 14:58:38 +02:00
SnapperRy
35a8ac52e3 Both updates are only for 3.3.5 branch. 2016-10-05 12:40:29 +02:00
SnapperRy
cfe80e8ac1 DB/Quest: improve end event for Escape Through Stealth/Force.
Texts, npcflags and prevent duplicate spawns.
2016-10-05 12:37:29 +02:00
SnapperRy
54e91a2161 DB/Quest: end event for How Big a Threat? (Part 2). 2016-10-05 11:19:26 +02:00
ariel-
d482b0e368 Core/Scripts: add a workaround for Will of the Forsaken shared cooldown
Closes #7151
2016-10-05 01:40:00 -03:00
ariel-
9940b102af DB/Spell: correct proc phase for Elemental Shaman 2P Bonus
Closes #12438
2016-10-04 23:51:44 -03:00
ariel-
51493a63e2 Core/Scripts: fix 2 runtime error logs 2016-10-04 22:34:39 -03:00
ariel-
165ddd753f DB/Spell: Fix Sudden Death charge drop 2016-10-04 21:24:31 -03:00
ariel-
7547db8871 Rename 2016_xx_xx_xx_world.sql to 2016_10_04_06_world.sql 2016-10-04 20:48:17 -03:00
ariel-
2ff855054f Core/Scripts: Convert spells to new proc system
- Converted Unit::HandleDummyAuraProc function to AuraScripts
  * Extra: DMC: Madness now uses DB texts. yay!
  * Extra: improvements on Imp. Spell Reflection (range and max targets, filter caster with conditions)

- Fixed Glyph of Succubus. (Closes #6599)

- Changed old (not-blizz) behavior of Vampiric Embrace:
  * Before: party heal affected the priest too and self heal was reduced by that amount to not over-heal
  * Now: self heal amount not affected, rather filter the priest out of the party heal using conditions :)

- Solve bug in AQ 3p set bonus, it should only trigger when healing others, not self heals.
- Priest T10 2p bonus (heal) now rolls its effect properly

- Use brand new GetEffectiveHeal to fix #17142
- While we're at it, also close #17034 for good
- Converted Unit::HandleAuraProc function to AuraScripts (#17941)
- Converted Unit::HandleAuraProc function to AuraScripts (cont'd) (#17955)
- Corrected Flametongue weapon damage formula
- Actually check offhand weapon for flametongue in Lava Lash script
- Implemented halved proc chance for Missile Barrage on Arcane Barrage, Fireball, Frostbolt and Frostfire Bolt cast
- Converted Unit::HandleProcTriggerSpell function to AuraScripts (#17956)
- De-hack Earth shield. Fixes #13808
- Updated Honor among Thieves
- Implemented mana proc for Mark of Conquest in case of ranged attack
- Fixed Scent of Blood giving more stacks than the talent rank currently learnt.
- Ported old proc table. Proc system is dead. Long live the proc system!
- Recklessness should get charges removed per cast. Closes #15529
- Use proc system to remove Molten Core charges on Incinerate/Soul Fire cast. Closes #15942

Closes #3463
Closes #5401
Closes #15595
Closes #15974
Closes #16679
Closes #17925
2016-10-04 20:21:58 -03:00
ariel-
e641d0c7d7 Core/Spells: Implementation of QAston proc system
- Move checks from Unit::IsTriggeredAtSpellProcEvent (old system) to Aura::IsProcTriggeredOnEvent (new system)
- Templatize SpellModOp param of Player::ApplySpellMod, also killed charge counter from SpellModifier and Player system for handling charges... no point in having 3 different systems doing the same thing
- Automatically add default entries to spellProcMap, based on spellinfo (else auras won't proc without an entry) Based on old Unit::ProcDamageAndSpellFor
- Old Unit::ProcDamageAndSpellFor renamed to Unit::ProcSkillsAndReactives and made private, will no longer handle auras.
- Start making use of HealInfo::AbsorbHeal in unit calculations, add effective healing info to HealInfo struct
- Changes in spell reflection system, emulates old behaviour, delaying aura drop
- Removed old charge count hacks in SpellMgr::LoadSpellInfoCorrections
- Removed bogus error log when procChance is 0: Some auras have initial 0 procChance but modified by SPELLMOD_CHANCE_OF_SUCCESS
- Fixed TriggerAurasProcOnEvent logic that tried to trigger twice from actor.
- Allow non damaging spells with DamageClass Melee or Ranged to proc character enchants. Ref issue #17034:

  * http://web.archive.org/web/20110309092008/http://elitistjerks.com/f47/t49865-paladin_retribution_pve/
  * When an auto-attack lands (does not dodge/parry/miss) that can proc a seal the of the following things happen independently of each other (see 2 roll system).

  * 1) A "hidden strike" which uses melee combat mechanics occurs. If it lands it refreshes/stacks SoV DoT. Only white swings can trigger a refresh or stack. (This hidden strike mechanic can also proc things like berserking..)
  * 2) A weapon damage based proc will occur if you used a special (CS/DS/judge) or if you have a 5 stack (from auto attacks). This attack can not be avoided.

  * Holy Vengeance is the "hidden strike" it has an apply aura effect and damage class melee.
- Fixed Blood Tap interaction with Death Runes (btw, don't know what was going on with those MiscValueB, spell 45529 doesn't have any MiscValueB in SPELL_EFFECT_ACTIVATE_RUNE)
- Ported some AuraEffect checks from old Unit.cpp function. added new AuraScript hook to check procs of an specific effect
- Allow only AuraEffects that passed the check to proc, this won't block whole aura from proccing (and lose charges) if at least one of the effects procs, though
- Changes in spell mod system (for SPELLMOD_CASTING_TIME). fixes #17558.
- Added an exception for SPELLMOD_CRITICAL_CHANCE too, fixes #15193
2016-10-04 20:21:55 -03:00
Kittnz
1b89211c74 Ofcourse 335 only 2016-10-04 22:37:38 +02:00
Kittnz
0cc08664c8 DB/Event: Add missing Lunar Festival Objects in Stormwind
Finally got missing objects from 335 sniffs in stormwind
2016-10-04 22:36:17 +02:00
SnapperRy
4891db4a4f Update 2016_10_04_03_world.sql 2016-10-04 18:55:18 +02:00
SnapperRy
ec4c4327bf DB/Creature: Ward of Laze: root and spellcast.
By tkrokli, closes #15304.
2016-10-04 18:53:51 +02:00
SnapperRy
fd620ca7d6 Core/Conditions: partially revert 723c253, replacing CONDITION_WINTERGRASP_HORDE with a ConditionScript. 2016-10-04 18:47:58 +02:00
SnapperRy
df36e4b95d DB/Conditions: quests Southern Sabotage and Toppling the Towers are only available if the respective faction is defending Wintergrasp.
Also codestyle stealthfix.
2016-10-04 15:51:44 +02:00
SnapperRy
050522a25b DB/Pool: add pools for Wintergrasp item-gathering weekly quests.
Only one of the four quests will be available at a given time.
2016-10-04 12:22:51 +02:00
SnapperRy
723c253f8f Core/Conditions: implement CONDITION_WINTERGRASP_HORDE to check if Wintergrasp is held by Horde.
Use negative condition to check if it is held by Alliance instead.

Use this condition to fix availability of the Wintergrasp item-gathering weekly quests.
2016-10-04 11:29:02 +02:00
SnapperRy
283aec9656 Rename two SQL files. 2016-10-03 23:49:33 +02:00
SnapperRy
790844e72d Script/Quest: A Cry For Help: (#18026)
- Add missing dialogue from Cowlen.
- Timers and emotes.
2016-10-03 23:47:41 +02:00
SnapperRy
f56a181521 DB/PageText: add newlines to some item texts.
Affected items: Cloth Request, Defias Docket, Calor's Note, Covert Ops Plans: Alpha & Beta and Muddy Note.
2016-10-03 19:45:41 +02:00
SnapperRy
02d22d04c1 DB/Quest: end event for Harlan Needs a Resupply. 2016-10-03 18:35:30 +02:00
SnapperRy
e9068afa1d DB/SAI: fix db error introduced in 2a8669d. 2016-10-03 13:49:15 +02:00
SnapperRy
a01f7ad470 DB/Creature: remove loot and experience for Webbed Creature. 2016-10-03 13:34:57 +02:00
tkrokli
cfe4a3cb5a Rename 2016_10_00_00_world.sql to 2016_10_01_00_world.sql 2016-10-03 03:26:42 +02:00
SnapperRy
64ab5779e1 DB/Loot: remove some wrong items from gameobject and creature loot.
Affected items: Green Linen Shirt, Iron Pommel, Mood Ring, Miniscule Diamond Ring, Cubic Zirconia Ring and Silver Piffeny Band.
2016-10-02 19:22:32 +02:00
SnapperRy
2a8669d77d DB/Quest: Supplies to Auberdine:
- Set questgiver to run all the path instead of walking.
- Add missing texts.
2016-10-02 15:01:47 +02:00
SnapperRy
7ec1465af2 DB/SAI: Twilight Disciple and Twilight Thug. 2016-10-02 12:40:44 +02:00
SnapperRy
517f57c33c DB/SAI: use spell instead of direct add item SAI for previous commit's script. 2016-10-02 12:38:18 +02:00
SnapperRy
9b31d1e44b DB/Creature: Raene Wolfrunner:
- Fix gossip texts.
- Add gossip option to restore item Dartol's Rod of Transformation if lost.
2016-10-02 10:51:37 +02:00
SnapperRy
ddca72509b DB/SAI: fix two events that would never execute because of wrong event_phase_mask set.
Also fix summon parameters for creature Thenan spawned at quest Breaking the Keystone's turn-in.
2016-10-02 02:09:47 +02:00
SnapperRy
3bf33d1987 DB/Quest: fix offer reward text for Redemption (Part 2, Draenei). 2016-10-02 01:58:04 +02:00
SnapperRy
1fbd52e545 DB/Quest: A Lost Master requires How Big a Threat? (Part 2) rewarded. 2016-10-02 00:52:05 +02:00
SnapperRy
d96968ea06 DB/SAI: fix db errors introduced in 9c6e12b. 2016-10-02 00:49:48 +02:00
SnapperRy
4147312d29 Script/Quest: fix text for creature Gelkak involved in quest Gyromast's Revenge.
Gelkak is supposed to say it, not The Threshwackonator 4100.
2016-10-01 22:43:43 +02:00
SnapperRy
76e9ccba6a DB/Loot: fix loot for item Message in a Bottle and gameobject Half-Buried Bottle. 2016-10-01 20:28:50 +02:00
SnapperRy
9c6e12b974 DB/Quest: Matis the Cruel:
- Allow the Flare Gun to be used only nearby Matis the Cruel.
- The Flare Gun can now be used anytime during the fight, and it will still work and give proper credit for the quest.
2016-10-01 17:58:04 +02:00
Killyana
6fbf213e8c DB/Object: Fix some gob respawn time
Closes #18023
By Tauriella
2016-10-01 15:23:11 +02:00
Killyana
2995e2a935 DB/Quest: Fresh Remounts
Closes #3043
2016-10-01 15:13:50 +02:00
SnapperRy
311fe87587 DB/Quest: Saving Princess Stillpine:
- Only run High Chief Bristlelimb's SAI once before he's available for killing.
- Fix rotation of gameobject Princess Stillpine's Cage.
2016-09-30 23:39:23 +02:00
SnapperRy
860f08d000 DB/Quest: further improvements to some Azuremyst Isle quests.
- Add missing dialogue for Rune Covered Tablet's end event.
- Fix offer reward text for Warlord Sriss'tiz.
- Fix gossip for High Chief Stillpine and all other furbolgs around.
2016-09-30 22:03:43 +02:00
SnapperRy
8c7068b4e4 DB/Quest: improvements to some Azuremyst Isle quests.
- The Bloodcurse Legacy requires Urgent Delivery rewarded.
- Reclaiming the Ruins and Precious and Fragile Things Need Special Handling (and related NPC gossips) require A Small Start or Cookie's Jumbo Gumbo rewarded.
- Item Rune Covered Tablet requires quest A Small Start rewarded in order to drop.
2016-09-30 19:13:14 +02:00
SnapperRy
3bccffeeaf DB/Misc: charmed flag for Converted Sentry.
Allows quest Further Conversions to work properly.
2016-09-30 15:19:27 +02:00
SnapperRy
05c0dba80e DB/Quest: script, spawns and conditions for Intercept the Reinforcements. 2016-09-30 15:13:36 +02:00
Dr-J
e4bbde02d2 DB/Misc: Charmed flags
Fix charmed flags for npcs involved with
* Basic Chemistry
* Killing two scourge with one skeleton
* Army of the Damned
2016-09-30 14:07:00 +01:00
SnapperRy
62b166ebb7 DB/Loot: add Phantom Ghostfish to Nettlefish School loot.
Allows Dalaran's fishing daily quest The Ghostfish to be completed at any fishing skill level.
2016-09-30 01:00:52 +02:00
SnapperRy
8340c46990 DB/Conditions: fix gossip text for creature Technician Zhanaa. 2016-09-29 20:21:15 +02:00
SnapperRy
864171034e DB/SAI: fix wrong faction in script introduced in 927d002.
Thanks dr-j for noticing.
2016-09-29 19:30:50 +02:00