aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2018-02-23Core/Scripts: remove hack that caused aura to not be applied and saved twice ↵ariel-
on owned auras, causing an error on save - This is handled by group stack rules actually - Also reset removed aura counter when cleaning removed auras Closes #21486
2018-02-22Core/Scripts: apply resilience on Vampiric Touch and Unstable Affliction ↵ariel-
dispel effect - Spell with SPELL_ATTR4_FIXED_DAMAGE won't do it by itself to avoid applying resilience twice, but because those are triggered from a periodic aura, those apply resilience on tick, not saved to amount. - This is one of the cases where you have to call Unit::SpellDamageBonusTaken directly Closes #21393
2018-02-17Scripts/Nexus: Fixed a rare bug when sometimes Magus telestra managed to die ↵Wilcalaf
while invisible preventing players from looting. (#21436)
2018-02-17Scripts/Icecrown Citadel: Prevent Lady Deathwhisper movement during first phase.sirikfoll
2018-02-17Core/Scripts: implement Drain Mana breaking some auras on hitariel-
Updates #20234
2018-02-17Core/Entities: remove grid-wide visibility from setActive and implement ↵Wyreth
another method for it (#20725)
2018-02-16Core/Misc: Fix static analysis issuesjackpoz
Fix static analysis issues reported by Coverity
2018-02-16Core/Scripts: implemented Fungal Decay & Tail Stingariel-
Refs #18542
2018-02-16Core/Scripts: fix Glyph of Renew interaction with Empowered Renewariel-
- Get actual ticks from aura, because glyph reduces them by 1
2018-02-16Scripts/Ulduar: Fixed amount of Mole Machines in Razorscale 10 manKeader
2018-02-16Scripts/TotC: Reduce Twin Val'kyr berserk timer from 10 minutes to 8 minutes ↵Treeston
on normal mode (match DBM). This closes #15367, no matter what ccrs' bong says.
2018-02-15Core/Spells: prevent creatures to focus channeled spells without ↵ariel-
SPELL_ATTR1_CHANNEL_TRACK_TARGET - Creatures stuck here wouldn't try attacking because of this - Remove one workaround in halion script, now it's unneeded Ref #11311
2018-02-15Scripts/Commands: add AI/ScriptName to .gobject info (PR #21419)Gooyeth
2018-02-15Core/Combat: Unify combat permitted checks between CvC and PvC - only ↵Treeston
require "not friendly" in all cases. Fixes Yogg-Saron encounter. Closes #21380. Also some bonus cleanup to Yogg's script to make transition cleaner.
2018-02-14Core/Scripts: fix Healing Stream Totem coefficient and animationariel-
2018-02-14Core/Scripts: Fixed some delayed enrageKeader
Closes #15367
2018-02-14Core/Scripts: fix nopchariel-
2018-02-14Core/Scripts: implemented Seed of Corruption scaling damage toleranceariel-
2018-02-14Core/Spells: implemented bonus SP coefficient from DBCariel-
Ref #21415
2018-02-13Scripts/TheBarrens: Fix "The Escape" (863) - I don't think this one ever ↵Treeston
worked, honestly.
2018-02-13Core/Spell: Properly remove REACT_PASSIVE on permanent feign death unapply. ↵Treeston
Fixes and closes #21156.
2018-02-13Scripts/AzjolNerub: Clean up Hadronox to hopefully avoid any further evade ↵Treeston
issues. Tag #20310.
2018-02-12Core/Scripts: fix Tenacity Aurascript (target is null on UpdatePeriodic)ariel-
- also aura amount increases with stack so we lose spellid info, calculate it from basepoints directly - aura should be SPELL_AURA_MOD_HEALING_PCT instead of SPELL_AURA_MOD_HEALING_DONE_PERCENT (ie taken instead of done, confusing names)
2018-02-12Core/Scripts: remove Tenacity hack, implemented with proper auraariel-
2018-02-12Archaedas should properly start now when clicking on the altar. (#21401)Wilcalaf
2018-02-12Core/Unit: corrected calculation for ↵ariel-
SPELL_AURA_MOD_DAMAGE_TAKEN/SPELL_AURA_MOD_HEALING auras - Spell bonus calculation and penalty was done twice, but it's simply flat +SP, which should be taken into account before other bonuses - Fixed missing code from SpellDamageBonusDone/SpellHealingBonusDone and killed multiplication by stack amount twice for default coefficient spells (already multiplied on level penalty)
2018-02-12Core/Scripts: fix nopch build mk IIariel-
2018-02-12Core/Scripts: fix nopch buildariel-
2018-02-12Revert "Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart ↵Treeston
escort to work again (tag #20310)" This reverts commit 6ff71dffbb774b8ea715053cd9223edc5c67bb0f.
2018-02-12Scripts/AzjolNerub: Hadronox is a big spider mommy, and needs more room to ↵Treeston
pet her spider pets properly. Hopefully this'll reduce the number of evades happening during the encounter. Tag #20310.
2018-02-12Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart escort to ↵Treeston
work again (tag #20310)
2018-02-11Core/Scripts: implemented Combined Toxins proc only from poisonsariel-
2018-02-11Scripting/Obsidian Sanctum: Fix crashjackpoz
Fix crash caused by calling Reset() in constructor (which is not allowed)
2018-02-09Scripts/Instance: Transition Gnomeregan to boss states (instance spawn group ↵Treeston
prep)
2018-02-09Scripts/Icecrown Citadel: Fixed Sindragosa spawn after grid unloadKeader
ty sirikfoll :)
2018-02-08Core/Spells: remove 'Vanish Purge' hack, the spell is present on DB and is ↵ariel-
copy of one in vanilla DBC Thanks to killerwife for the heads-up
2018-02-08Core/Scripts: Fixed tabs issues introduced in ↵Keader
5bef3e426aea37b0e7555f146037c58e7be6352d
2018-02-08Core/Scripts: Fixed possible crashs related with JustDiedKeader
2018-02-06Core/Scripts: fix non-functional Celestial Planetarium Access GOariel-
- Client only sends CMSG_GAMEOBJ_REPORT_USE for this one Closes #19982
2018-02-05Scripts/Magisters Terrace: Removed not allowed ENSURE_AI call from constructorsirikfoll
Closes #20727
2018-02-05Scripts/Sunwell Plateau: Fixed and improved spell "Curse of Boundless Agony" ↵sirikfoll
target selection (Boss Kalecgos)
2018-02-05Revert "Scripts/Northrend: Malygos now uses modifiable threat list when ↵Treeston
teleporting after vortex. Fixes a crash. Closes #21315." This reverts commit 6bbc95f3a0078e5d121e7092a60fa85b24c725d9, which is made unnecessary by 65709e1c3081c97442792695cbc0f0826015d625.
2018-02-05Scripts/Northrend: Malygos now uses modifiable threat list when teleporting ↵Treeston
after vortex. Fixes a crash. Closes #21315.
2018-02-05Core/Threat: Custom ThreatListIterator that transparently iterates over the ↵Treeston
backing map (instead of using heap iterators) when working with the unsorted threat list. This greatly reduces the range of actions that can cause iterator invalidation. Also some minor adjustments to .debug threat, which no longer hides certain invalid states from view.
2018-02-04Scripts/Ulduar: Flame Leviathan used a very weird mixture of victim logic ↵Treeston
and REACT_PASSIVE, which broke during transition to the new system. Replaced with a working version. Closes #21265.
2018-02-04nopch fixTreeston
2018-02-04Scripts/ICC: Valithria Dreamwalker's script no longer despawns unrelated ↵Treeston
mobs in Frostwing Halls, and thus won't get them stuck in a despawned state due to linked_respawn. Closes #21286.
2018-01-31Scripts/Icecrown Citadel: Corrected Val'kyr Shadowguard positioning on ↵sirikfoll
heroic mode (Lich King) Movement was being prevented by spell cast
2018-01-29Scripts/Pets: Mirror Image re-write, because it's a colossal mess right now. ↵Treeston
(PR #19818)
2018-01-28Scripts/Icecrown Citadel: Added missing cosmetic colors and emotes to Big ↵Shauren
Ooze (Rotface)