aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2017-10-15Fixed buildjoschiwald
2017-10-15Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ariel-
use calculated proc hitMask on aura ticks Closes #18135 (cherry picked from commit d3a71a83387f757f87c7d27e1054498c8cc49c8f) # Conflicts: # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Spells/Auras/SpellAuraEffects.cpp # src/server/game/Spells/SpellEffects.cpp # src/server/scripts/Commands/cs_misc.cpp
2017-10-15Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124)Keader
Closes #18122 (cherry picked from commit cdc5a36dbb8c3498fcdab43ce568548d3b60ccfa)
2017-10-15Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵SnapperRy
expired after the player logged out. (cherry picked from commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870) Add forgotten override. (cherry picked from commit c6f94ba42ec7e66419b636ac09aacc1ee7320a77) Fix non-PCH build. (cherry picked from commit 02cea9c0bac2f999b461d3679a32672b6f0ac2da)
2017-10-09Core/Creature: Refactor and improve vendor items (#20328)Roc13x
* Implement item bonuses in vendors. * Implement the PlayerConditionID and IgnoreFiltering DB columns. * Fix loading referenced vendor items * Allow adding bonuses in .npc add item command
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-10-03Fixed buildjoschiwald
2017-10-03Entities/Creature: Fix an edge case issue where creatures would re-acquire ↵treeston
target after respawn if they despawned while spell focusing. Instance/AzjolNerub: Fix Anub'arak wall and add sequence break info. Fixes and closes #18013. (cherry picked from commit 0d725e1336f4eb40ab392471af4c2381ea04b9e6)
2017-10-03Script/Quest: Arelion's Mistress.SnapperRy
(cherry picked from commit 94c41c92b35e20c47462113ad88b3d382dd9c44d) Fix warning. Also, the quest's name is Arelion's Secret, not Arelion's Mistress. (cherry picked from commit 79acb9fa71bb3016f5aa8f92b257346ed6c17dd7)
2017-10-03Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.treeston
(cherry picked from commit 59cbea00bcb698916b442ce0157b2e23f95b7be5)
2017-10-03Fix _DespawnAtEvade for other creatures to actually respawn said other ↵treeston
creatures. Also fix add aggro for Hadronox. Fixes and closes #18012. (cherry picked from commit 1ecdea5374f331f0c71e543e713592baa21e6e99)
2017-10-03Core/Creature: Fix respawn logic to call reset react state BEFORE calling ↵treeston
Reset(). Fixes Krik'thir behavior after a wipe (and maybe some others). Fixes and closes #18011. (cherry picked from commit aab7abfd045b935e112feec4b192fb7921394766)
2017-10-03Core/Scripts: move npc_saat to DB (#17813)tkrokli
The core script only contains gossip handling + conditions. - remove script from file the_black_morass.cpp - thereby removing 1 line of hardcoded text - remove redundant SD2 comments in header - add SAI, gossip and conditions to DB (cherry picked from commit 028a7b8e45746c0695a579d7883ea0e5878b827b) Rename 2016_10_32_17813_world.sql to 2016_10_15_01_world.sql (cherry picked from commit 13b748c682d0f9a42bc8dfa87c31043db5c06148)
2017-10-03[WIP] Core/Scripts: Gnomish Mind Control Cap and Gnomish Universal Remote ↵tkrokli
(#17374) (cherry picked from commit b651bf271b047d3c79d7e8fc2c558913d20c9e15) Rename 2016_09_09_20_world.sql to 2016_10_15_00_world.sql (cherry picked from commit d03b3e26438e12bda9069969041d50c36119c24b)
2017-10-03Core/Scripts: Implemented right Snobold Vassal behavior on Gormok fight. ↵Keader
(#17934) (cherry picked from commit 8fb2dce01774bc0e1bcd96eddbfc1239200ae4ee)
2017-10-03Core/Scripts Boss Lady DeathWhisper improvements (#17389)Gustavo
(cherry picked from commit 8e82d8a9e79ba95fbd780fa093416ebe7431a1c0) Rename 2016_99_99_99_world.sql to 2016_10_14_05_world.sql (cherry picked from commit b4b8a7477bcab15cb25a15bd3271279ae3220c94)
2017-10-03Scripts/AQ20: Fixed crash in npc_buru_egg and removed hack in ↵joschiwald
spell_egg_explosion
2017-09-24Core/Misc: Changed some SpellMgr::GetSpellInfo callsjoschiwald
2017-09-14Core/Weather: Fixed weather updates to be thread safeShauren
2017-09-06Core/Spells: Fixed typos in spell script validatorsShauren
2017-09-06Fixed buildjoschiwald
2017-09-06Core/Event: Change Midsummer Music container to vectorKittnz
(cherry picked from commit e0c2482fa17abddd6e5993270bc742df5bb07c6a)
2017-09-06Core/Event: Change Midsummer Music to search grid onlyKittnz
(cherry picked from commit 30a3a93ef9829114dde350dcce7c16a3e1259035)
2017-09-06Script/Creature: Scarshield Infiltrator/Vaelan.SnapperRy
(cherry picked from commit fdc4ab4ab4ab99657cb64b42e9e30272aebc5527)
2017-09-06Core/Scripts: Fix runtime errorariel-
(cherry picked from commit 4a1f6eb3b177d50f22df6295d712b85b81a95581)
2017-09-05Core/Spells: Add missing SpellFamilyFlags to priest and monk variants of ↵Shauren
Gift of the Naaru * Fixes quest Rescue the Survivors Closes #20240 Closes #20245
2017-09-05Script/Quest: Apply Heat and Stir.SnapperRy
Enjoy one of the most frustrating quests in Northrend! (cherry picked from commit 387b18775d6f7b7d6e8cf669d36328867e5f39d5)
2017-09-05Fixed warningjoschiwald
2017-09-05Core/Scripts: added missing null checks for DamageInfo structariel-
(cherry picked from commit 666422d82751439aaf3ddd05dae086900dffcbf2) # Conflicts: # src/server/scripts/Spells/spell_dk.cpp # src/server/scripts/Spells/spell_mage.cpp # src/server/scripts/Spells/spell_paladin.cpp # src/server/scripts/Spells/spell_priest.cpp # src/server/scripts/Spells/spell_rogue.cpp # src/server/scripts/Spells/spell_shaman.cpp # src/server/scripts/Spells/spell_warlock.cpp # src/server/scripts/Spells/spell_warrior.cpp
2017-09-05Core/Wintergrasp: cleanup and codestyle.SnapperRy
(cherry picked from commit eb1a7297cfa6cd9e2e516161d4f101f936f78aa2)
2017-09-05Scripts/Azjol-Nerub: fix static analysis issuesjackpoz
(cherry picked from commit 2edfedc2b60367a888e8819d91474261e66e989d)
2017-09-05Core/Scripts: Initialize rnd and remove where it was not neededKittnz
(cherry picked from commit eee7fa3fa731e6d75c2934bc2b7ad07b1b664a03)
2017-09-05Core/Event: Pirate Day Music during the eventKittnz
(cherry picked from commit 963278459a1d9df5aa3c2e1c8b5f5f112f6a370c)
2017-09-05Core/Event: Add Darkmoon Fair Music during the eventKittnz
(cherry picked from commit e3560f3f518ee8a76921b4922292805c03871d4a)
2017-09-05Core/Event: Add Midsummer Music during the eventKittnz
(cherry picked from commit 19f8acdb616909758391d1c1459fe61196531f3b)
2017-09-05Battlefield/Wintergrasp: improvements:SnapperRy
- Move Wintergrasp Keep guard spawns from core to db, removing all duplicates in the meanwhile. - Add Alliance Brigadier General inside the relic room. Closes #7593. (cherry picked from commit a0c9d33ed6c891901e2fbfb547c615b9bb7ce54f) Remove unused variable. (cherry picked from commit 7ce381191363277deb30cd79f900516652a6c5b3)
2017-09-01Nopch fixShauren
2017-09-01Core/Spells: Immortal specialization series part 3 - fixed Warlock Mastery: ↵Shauren
Chaotic Energies damage taken portion Closes #20195
2017-08-28Core/Spells: Fixed Spirit of RedemptionShauren
* No more immortal priests either
2017-08-27Warning fixShauren
2017-08-27Core/Spells: Fixed mage CauterizeShauren
* No more immortal fire mages
2017-08-26Core/Spells: Updated mage spell scriptsShauren
2017-08-25Scripts: Added missing delimiter to MinionData arraysjoschiwald
2017-08-22Fix non-PCH build.Gacko
2017-08-22Scripts/Firelands: BalerocKrudor
Closes #17527
2017-08-21Core/Event: Fix Brewfest MusicKittnz
Was only playing the same song over and over again. (cherry picked from commit 3eacc25e5d8e559191ffe1bb37543f8f1816b7e0)
2017-08-20Core/Event: Add Brewfest Music during the eventKittnz
Note: Dark Iron invasion music can be added with a trigger at a later stage (cherry picked from commit 002b0a7a65167d15969d98b41af7f91d222df664) Update 2016_10_05_11_world_335.sql (cherry picked from commit cccb1c5ddea21a4a457877aa698f2bdb162e2ab8) Fix non PCH build. (cherry picked from commit 81d4c02f34807f4e52689d0b99e9bb1f94f3bd96)
2017-08-20Core/Players: Several gold handling improvementsroc13x
* Update gold limit to 10 million * Updated auction house gold handling to 64-bit * Fixed some vendor checks for when BuyCount > 1 * Tweaked some checks for available gold space * Updated guild bank gold handling to 64-bit and fix withdraw limits * Enforce gold limit on guild bank * Check correct rank right when withdrawing from bank * Other small changes to update money to 64-bit Closes #19195 Closes #20152
2017-08-20Scripts: Delete broken multi profession trainer script (can now be done in db)Shauren
* Build fix
2017-08-20Core/Creatures: Fixed trainers that don't use gossip but open trainer list ↵Shauren
directly from CMSG_TRAINER_LIST