aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2016-10-07DB/Quest: improvements for quests related to NPC Denalan:SnapperRy
- Timberling Sprouts requires Denalan's Earth rewarded. - Fix offer reward text for Denalan's Earth. - Improve scripts for end event of quests Denalan's Earth, The Shimmering Frond and The Glowing Fruit.
2016-10-07DB/Gameobject: remove wrong "Greetings, $n" gossip from 256 questgiver ↵SnapperRy
gameobjects.
2016-10-07Core/Scripts: Fix some runtime errorsariel-
2016-10-07DB/SAI: Update event flag for war-golem used on ... Or Maybe We Don'tKillyana
Coses #18042
2016-10-06DB/Creature: Update equip for Brewfest RevelerKittnz
2016-10-06DB/Quest: Covert Ops - Alpha and Covert Ops - Beta require completion of ↵SnapperRy
both Ineptitude + Chemicals = Fun and Special Delivery for Gaxim.
2016-10-06DB/Quest: the two versions of Jonespyre's Request require Morrowgrain ↵SnapperRy
Research rewarded. Also fix ExclusiveGroup typo.
2016-10-06DB/Creature: fix faction for Githyiss the Vile.SnapperRy
Should be neutral, like the other nearby spiders.
2016-10-06Core/Scripts: De-hack glyph of Barkskin with proper spellariel-
2016-10-06DB/Quest: fix quest "Gerenzo's Orders" (Part 1).SnapperRy
Thanks classicdb for coordinates and npc entries. Closes #1724.
2016-10-06DB/Misc:SnapperRy
- Fix DB error introduced in f7fdc3b5. - Remove wrong (Cataclysm) gossip for creature Sentinel Selarin. - Remove questgiver flag from Sentinel Aynasha when accepting quest "One Shot. One Kill."
2016-10-06DB/SAI: better handling for Ward of Laze aura.SnapperRy
By Killyana.
2016-10-05Update 2016_10_05_11_world_335.sqlAokromes
2016-10-05DB/Quest: fix quest "One Shot. One Kill."SnapperRy
Thanks tkrokli for the initial research.
2016-10-05Core/Event: Add Brewfest Music during the eventKittnz
Note: Dark Iron invasion music can be added with a trigger at a later stage
2016-10-05DB/Creature: fix gossip for some creatures.SnapperRy
Terenthis, Volcor (Darkshore), Denalan (Teldrassil).
2016-10-05DB/Spell: fix a few procs that should only proc from damaging spellsariel-
Closes #18046
2016-10-05DB/Quest: improve Escape Through Force and fix Escape Through Stealth.SnapperRy
2016-10-05DB/Quest: fix event for quest A Lost Master (Part 2).SnapperRy
/wave Grimclaw!
2016-10-05DB/Quest: Hot and ColdKillyana
Add Frost Nova visual effect
2016-10-05Both updates are only for 3.3.5 branch.SnapperRy
2016-10-05DB/Quest: improve end event for Escape Through Stealth/Force.SnapperRy
Texts, npcflags and prevent duplicate spawns.
2016-10-05DB/Quest: end event for How Big a Threat? (Part 2).SnapperRy
2016-10-05Core/Scripts: add a workaround for Will of the Forsaken shared cooldownariel-
Closes #7151
2016-10-04DB/Spell: correct proc phase for Elemental Shaman 2P Bonusariel-
Closes #12438
2016-10-04Core/Scripts: fix 2 runtime error logsariel-
2016-10-04DB/Spell: Fix Sudden Death charge dropariel-
2016-10-04Rename 2016_xx_xx_xx_world.sql to 2016_10_04_06_world.sqlariel-
2016-10-04Core/Scripts: Convert spells to new proc systemariel-
- 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-04Core/Spells: Implementation of QAston proc systemariel-
- 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-04Ofcourse 335 onlyKittnz
2016-10-04DB/Event: Add missing Lunar Festival Objects in StormwindKittnz
Finally got missing objects from 335 sniffs in stormwind
2016-10-04Update 2016_10_04_03_world.sqlSnapperRy
2016-10-04DB/Creature: Ward of Laze: root and spellcast.SnapperRy
By tkrokli, closes #15304.
2016-10-04Core/Conditions: partially revert 723c253, replacing ↵SnapperRy
CONDITION_WINTERGRASP_HORDE with a ConditionScript.
2016-10-04DB/Conditions: quests Southern Sabotage and Toppling the Towers are only ↵SnapperRy
available if the respective faction is defending Wintergrasp. Also codestyle stealthfix.
2016-10-04DB/Pool: add pools for Wintergrasp item-gathering weekly quests.SnapperRy
Only one of the four quests will be available at a given time.
2016-10-04Core/Conditions: implement CONDITION_WINTERGRASP_HORDE to check if ↵SnapperRy
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-03Rename two SQL files.SnapperRy
2016-10-03Script/Quest: A Cry For Help: (#18026)SnapperRy
- Add missing dialogue from Cowlen. - Timers and emotes.
2016-10-03DB/PageText: add newlines to some item texts.SnapperRy
Affected items: Cloth Request, Defias Docket, Calor's Note, Covert Ops Plans: Alpha & Beta and Muddy Note.
2016-10-03DB/Quest: end event for Harlan Needs a Resupply.SnapperRy
2016-10-03DB/SAI: fix db error introduced in 2a8669d.SnapperRy
2016-10-03DB/Creature: remove loot and experience for Webbed Creature.SnapperRy
2016-10-03Rename 2016_10_00_00_world.sql to 2016_10_01_00_world.sqltkrokli
2016-10-02DB/Loot: remove some wrong items from gameobject and creature loot.SnapperRy
Affected items: Green Linen Shirt, Iron Pommel, Mood Ring, Miniscule Diamond Ring, Cubic Zirconia Ring and Silver Piffeny Band.
2016-10-02DB/Quest: Supplies to Auberdine:SnapperRy
- Set questgiver to run all the path instead of walking. - Add missing texts.
2016-10-02DB/SAI: Twilight Disciple and Twilight Thug.SnapperRy
2016-10-02DB/SAI: use spell instead of direct add item SAI for previous commit's script.SnapperRy
2016-10-02DB/Creature: Raene Wolfrunner:SnapperRy
- Fix gossip texts. - Add gossip option to restore item Dartol's Rod of Transformation if lost.