aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2016-09-03Core/Commands: Fixed buildVincent-Michael
2016-09-03Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ↵xjose93
(#17301) (cherry picked from commit e2c01899272d1e6c6bbf990676b818cceaf18c9c)
2016-09-03Scripts/Commands: Small QoL adjustmentstreeston
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3)
2016-08-28Core/Spells: Updated create healthstone spellidVincent-Michael
2016-08-27Core/Commands: Added offline player support for unstuck commandVincent-Michael
2016-08-15Warning fixesShauren
2016-08-15Core/Items: Implemented artifactsShauren
2016-07-25Core/Scripts: uint8 -> uint16 in cs_cheat.cpptkrokli
After the latest size change in PLAYER_EXPLORED_ZONES_SIZE from 255 to 256, this needs to be an uint16 variable instead of uint8.
2016-07-23Core/Players: Initial work on demon huntersOvalord
* Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651
2016-07-20Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵Ivan Beňovic
(#17614)
2016-07-20Fixed nopch build, for real this timeShauren
2016-07-20Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them ↵Ivan Beňovic
also when the spell doesn't hit. (#17613)
2016-07-19Merge branch 'legion' into 6.xShauren
2016-07-17Fix non pch build.Gacko
2016-07-17Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-17Scripts: Build fixShauren
2016-07-16Scripts/Blackfathom Deeps: Subjugator Korul - Darkness CallsUlduar
Closes #15316 Closes #16557
2016-07-16Core/Scripts: Hallow's End Pumpkin TreatKeader
Add all 6 spells available from item 20557, Hallow's End Pumpkin Treat: - Hallow's End Candy, Orange Giant (24924) - Hallow's End Candy, Skeleton (24925) - Hallow's End Candy, Pirate (24926) - Hallow's End Candy, Ghost (24927) - Hallow's End Candy, Female Defias Pirate (44742) - Hallow's End Candy, Male Defias Pirate (44743) Thanks @Keader for creating the new spell scripts & SQL, saved me a lot of time! :-) (cherry picked from commit cee1c0789acb7d75e453ed355a5d68781a5dec4c)
2016-07-16Core/Commands: Allow .cooldown command to work on player petsShauren
(cherry picked from commit 9509aac38b29cf47ee2ea99e41e73b82b22cff7a) (cherry picked from commit 86a594a4dd9b37d7a8428e2c54acd78836e9474d)
2016-07-15[6.x] Core/Battlefield: Tol Barad (#17124)Mihapro
2016-07-10Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-09Core/Scripts: Corrections after 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808w1sht0l1v3
(cherry picked from commit fcfb7b96b2f6f56382243560ed319a1cec1c2b05)
2016-07-06Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-07-05[6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scriptsUlduar
* Core/DB Add SAI for Decimatus. Add Decimatus SAI and Dark Siphon spell condition target. * Decimatus spell script for 169869. Decimatus Transformation Sickness. * Replace caster on target. Compiling fine! And then you never know what comes into head Blizzard. * Add three spell scripts. Add support spell scripts for 189549, 189512 and 189491.
2016-07-05Scripts/Commands: Fix build warningDDuarte
(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
2016-07-05Scripts/Commands: Remove unused argument of .cometome commandDDuarte
(cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-01Core/Spells: Fixed spell range checkShauren
Closes #17060 (cherry picked from commit e6a52d4aae9e8facc46c3b05e0560d540a928d73)
2016-06-26Core/Spells: Fixed Glyph of Surging MistShauren
2016-06-23Scripts/Monk: Surging MistKito
* When glyphed and in stance will cast AOE ally selection heal * Else, cast normal heal on Explicit target
2016-06-17Game/Unit: Update shapeshift forms enum to match SpellShapeshiftForm.dbc ↵P-Kito
(#17407)
2016-06-17Core/Spells: Fixed monk spell ProvokeShauren
Initial PR submitted by @Infamous-devel Closes #17384
2016-06-16Core/PacketIO: Updated combat log packetsShauren
2016-06-16Scripts/Ulduar: Remove removed achievementAokromes
Closes #17387
2016-06-13Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legionShauren
2016-06-12Core/GameObejcts: Fixed disconnects happening when viewing nearby players on ↵Shauren
elevators Closes #17335
2016-06-09Core/Players: Updated talent specializationsShauren
2016-06-08Core/Misc: Fixed warningsVincent-Michael
2016-06-06Core/Misc: Fixed coverity issuesShauren
Uninitialized fields: CID 1354593, 1354595, 1354738 Unchecked return value: CID 1354558 Out of bounds access: CID 1352989, 1352993 Null pointer dereference: CID 1296286
2016-06-06Core/Spells: Silence coverity false positive - CID 1356246Shauren
2016-06-05Core/PacketIO: Update movement packetsShauren
2016-06-05Core/Commands: Added ".npc set phase" command error message for invalid phaseidVincent-Michael
Closes #14927
2016-06-05Core/PacketIO: Updated spell packetsShauren
2016-06-03Build fixesShauren
2016-05-30Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796Shauren
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-26Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵Shocker
CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20994Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20810Shauren