aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2022-02-28Core/Commands: Enable .debug loadcells on console and allow to load a ↵jackpoz
specific tile Specify the tile as XY. Note that this is not Grid XY (cherry picked from commit 6f6cec89e598a046e73d48df14be26b053875470)
2022-02-28Core/Commands: Fix typo in .mmap loc commandjackpoz
The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY. (cherry picked from commit 34af088c9b381db5b5212075f0df486a8593fae3)
2022-02-27whitespace to make CI happy, 7bf9a06 follow-upTreeston
(cherry picked from commit 837e32fe118c2f1da2a2f43b8937df0fe9f66d84)
2022-02-27Scripts/Commands: Fix a potential crash in cs_account.cppTreeston
(cherry picked from commit 7bf9a0640e57f4e44a80b6fd91e8f46fd7fb9c72)
2022-02-27Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ↵Treeston
ambiguity. (cherry picked from commit f45600fb2e6bbd4870a74e0bcb359984d3007c22)
2022-02-27Scripts/Commands: Move .account to `trinity_string`Treeston
(cherry picked from commit 899932a2753d6a1522c8ae49a21361bba6a9a438)
2022-02-27Core/ChatCommands: Add `trinity_string` support for chat command helpTreeston
(cherry picked from commit 26c510775c6a1995d81b16ad7459227381801dcc)
2022-02-27Scripts/Commands: Rename .additemset to .additem set to avoid ambiguityTreeston
(cherry picked from commit e11b466897752eb400428eafd05c7dbf08c562bf)
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only ↵Treeston
duplicating data already stored in the core. (cherry picked from commit 991dc8e050777b5e33ff22b008ab2125bae22437)
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR ↵Treeston
#25463) (cherry picked from commit 1eca51b417678b9a48b28552925d5694105f82bb)
2022-02-27DB/Gameobject: Add correct door to Sethekk Hallsoffl
(cherry picked from commit 3ce1a5b3ac84fd039052dd2352e8ac001af2c1a7)
2022-02-27Scripts/ICC: update Icecrown Citadel scripts to new model (#25439)ForesterDev
(cherry picked from commit 54b9bb75e47df4491d13b89c28f93dbe3b005dec)
2022-02-27Scripts/ICC: update Gunship Battle scripts to new model (#25438)ForesterDev
(cherry picked from commit 2e1a6aefd0e1cb62dfbe63ae3accc312c2afd519)
2022-02-27Script/Commands: Add ".pdump copy" command (#25455)Giacomo Pozzoni
* Script/Commands: Add ".pdump copy" command Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid] Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid. * Add missing return * Restore eof check * Fix sql * Use forward declaration header Co-authored-by: Shauren <shauren.trinity@gmail.com> * Remove buffer when reading a line * Rename sql files Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 6215da0d640bd86a7c2bc144859c1542f09fc1a6)
2022-02-26Scripts/Spells: Delete obsolete druid spell scripts (#27813)Aqua Deus
2022-02-26Scripts/Spells: Fixed Rapture (#27800)Teleqraph
Trigger PW:S after cast to move it after EFFECT_1 Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-21Scripts/Antorus: updated Garothi Worldbreaker initialization for dynamic ↵Ovah
spawn handling (#27817)
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh
2022-02-15 Scripts/Spells: Convert rogue spell scripts to new script registration ↵Aqua Deus
syntax (#27752)
2022-02-15Scripts/Spells: updated Penance (#27737)Teleqraph
2022-02-14Scripts/Spells: Fix monk roll (#27736)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-14Scripts/Spells: Fixed Cold Snap (#27734)Teleqraph
2022-02-14Scripts/Spells: Fix priest talent Power Word: Solace (#27732)Aqua Deus
2022-02-13Scripts/Spells: Fix priest talent Twist of Fate (#27730)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-13Scripts/Spells: Fixed Infusion of Light (#27723)Teleqraph
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Misc: script PCH tuningShauren
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ↵Shauren
be included by other headers
2022-02-11Scripts/Spells: Fixed mage Blizzard (#27722)Teleqraph
* we do not have a dummy periodic aura to obtain our period, so we're setting 1s as it always ticks once per second. * haste doesn't affect Blizzard: https://us.forums.blizzard.com/en/wow/t/starfall-damage-doesn%E2%80%99t-scale-with-haste-why/854619
2022-02-10Scripts/Spells: Fixed Power Word: Shield (#27721)Teleqraph
2022-02-10Scripts/Spells: Fixed holy paladin talent AwakeningShauren
2022-02-10Core/Auras: Proc flag updatesShauren
* Rename to official names * Corrected logic selecting flags for each spell cast - determine them by attributes instead of DmgClass * Implemented new proc flags (PROC_FLAG_CAST_ENDED, PROC_FLAG_LOOTED)
2022-02-10Scripts/Spells: Fixed Divine Purpose (#27719)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-10Core/Spells: Add type safety to proc related functions - using enum ↵Shauren
arguments instead of plain integers
2022-02-08Core/Scripts: Added script hook to execute actions after completing an ↵Meji
achievement (#27718)
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
* Fixes value on trinkets like Ignition Mage's Fuse
2022-02-08Core/Objects: Use player as summoner for personal clones (#27716)Seyden
* This allows clones to properly inherit phases
2022-02-07Scripts/Spells: Fixed Art of War (#27712)Teleqraph
2022-02-07Scripts/Spells: Fix mage Comet Storm (#27710)Aqua Deus
2022-02-07Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699)Aqua Deus
2022-02-07Scripts/Spells: Fix shaman Undulation talent (#27695)Aqua Deus
Co-authored-by: Modox <moardox@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-06Scripts/Spells: Fixed paladin's Light's Hammer (#27693)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-02-06Scripts/Spells: Implemented Ashen Hallow script (#27682)Teleqraph
2022-02-06Scripts/Commands: Correct some unexpected behavior in .levelTreeston
(cherry picked from commit d2f51569d12f3cb72e53351914d2535eb6ef2dbe)
2022-02-06Scripts/ICC: update Deathbringer Saurfang scripts to new model (#25435)ForesterDev
(cherry picked from commit d52acf1b72c702637d10cce19e121435308e8410)
2022-02-06Scripts/Trial of the Champion: "Refactor" encounter state management to use ↵Shauren
InstanceScript::Get/SetBossState so people attempting to fix this instance don't feel compelled to change EVERY SINGLE BOSS FILE when fixing one of them (cherry picked from commit d704b89163267cb7b3fe6769acebfab3de762c6d)
2022-02-06DB/Quest: Convert & update support for 'A Slow Death' to SAIoffl
Closes #25399 Based on dr-j's script (cherry picked from commit 29b39ae6063f69e185b26712079c5b77000027b5)
2022-02-05DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAIoffl
Closes #25358 Based on dr-j's script (cherry picked from commit 2ff8da2acd5f336e92c07a3e1165c35e20400027)