aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2017-12-04Core/Scripts: Fixed Enervating Brand in Baltharus encounterKeader
Closes #21027 By Mihapro
2017-12-03Core/Commands: Allow using display ids higher than ↵Hristiyan
std::numeric_limits<uint16>::max() for .modify morph command (#21022)
2017-11-26DB/Creature: Scourging CrystalKillyana
And fix spell script spell_q11396_11399_scourging_crystal_controller Closes #17596
2017-11-26Build fixKeader
yes, i'm blind
2017-11-26Scripts/Ulduar: Fixed a clang6 warningKeader
2017-11-25Scripts/Events: Fixed memory leak in npc_bountiful_table added in ↵Shauren
75df296bb6f8d30a65f669dab6af3d1b2d6046f7
2017-11-25TypoKeader
2017-11-25Scripts/Razorscale: Fixed issues related with Devouring FlameKeader
Closes #20967
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: More cleanupAokromes
2017-11-25Misc: Kill trailing white spacesAokromes
2017-11-22Fix buildccrs
2017-11-22Scripts/World: update guard scriptsccrs
Also remove deprecated method from Creature
2017-11-20DB/Scripts: Terokkar Forest SAI migrationAndrew Letson
2017-11-17Core/Scripts: Build fixKeader
2017-11-17Core/Scripts: Codestyle fix (Trial of Crusader)Keader
followup: c436be6f61ff5bd2ac1f2b9cb77900434fea36e3
2017-11-17Core/Scripts: Updated Trial of Crusader instance modelKeader
- TODO: Bosses rewrite, instance cleanup, add missing gossips/texts, port all gossips from db. Sniffs will be nice :/
2017-11-17Core/Scripts Fix issues with Midsummer's Ribbon Polesirikfoll
Closes #6876 Fixed achievement Burning Hot Pole Dance Update scripts for quest Torch Tossing, using all correct spells and timers Updated script register model
2017-11-16Scripts/Sethekk Halls: Added missing empty check before ↵Shauren
Trinity::Containers::SelectRandomContainerElement Ref #20317
2017-11-16Creature/script: Add locales to innkeepers gossip optionsKillyana
2017-11-16Gameobject/Script: Remove outdated scriptKillyana
Ref https://github.com/TrinityCore/TrinityCore/commit/04da37c4fb0eeef6ea3bbbd205c9ffcc1005a86c
2017-11-14Core/Scripts: Fixed Charge behavior on Illidan encounterKeader
"If any raid member is farther away than 25 yards from *both* Blades, one of the Flames charges that player and enrages"
2017-11-12Core/Misc: Fix static analysis issuesjackpoz
2017-11-12Core/Misc: Fix static analysis issuesjackpoz
2017-11-11Core/Misc: Fix static analysis issuesjackpoz
2017-11-11Core/Misc: Fix static analysis issuesjackpoz
2017-11-11Scripts/Stratholme: spawn Timmy the Cruel if conditions are met (#20750)Riztazz
* Timmy the cruel * Rename some variables and use sniffed spawn position * codestyle * Use areaboundary instead * include order * aokromes request * remove static * never cp on tc
2017-11-10Core/Scripts: Updated Black Temple to new Creature/Spell/Aura/GOB modelKeader
Fixed some codestyle issues. Removed ENSUREAI
2017-11-08Scripts/EasternKingdoms: Ragged JohnAndrew Letson
2017-11-08Core/Scripts: Fixed typo in spell_pilgrims_bounty_a_serving_ofsirikfoll
2017-11-08Scripts/Northrend: Move Sholazar Basin NPCs to SmartAIAndrew Letson
2017-11-06Core/Misc: waypoint movementccrs
- Creature: update current waypoint to store nodeId and pathId - MotionMaster: change variable type on GetMotionSlotType and GetMotionSlot to keep consistency and prevent errors (ASSERT is now no longer needed) - UnitAI: add new waypoint hooks WaypointPathStarted and WaypointPathEnded - SAI: handle WAYPOINT related events if creature is no escorting * SMART_EVENT_WAYPOINT_RESUMED still not implemented for no escorting TODO: the new hooks can save, now duplicated, logic on EscortAI and SAI closes #20777 updates #20310 updates 21bd52cb99
2017-11-04Core/Spells: Sheath of Light - overheal scaling fix (#20787)DanVS
2017-11-02Scripts/Tanaris: move Aquementas to SAI & improve related event (#20464)Wyreth
* Script/Tanaris: move Aquementas to SAI and improve related event Closes #11668
2017-11-01DB/Creature: Coosh'coosh to SAIAndrew Letson
2017-10-31Quest/Script: Conversion of Bristlelimb Cage/Stillpine Captive cpp to SAIdr-j
Closes #19868
2017-10-30Update boss_illucia_barov.cppAokromes
2017-10-30Script/Trainer: move alchemy specialization-related script to DB and fix ↵Wyreth
some wrong texts
2017-10-29Scripts/Quest: The Missing Diplomat part 14 (ID 1265)PolarCookie
2017-10-29Core/Quests: implement Quest Greeting (DB table quest_greeting)ForesterDev
* Core/Quests: implement Quest Greetings. Partial port https://github.com/TrinityCore/TrinityCore/commit/22e230ecec1c7ce4eb4daeb60adfa03098271f34
2017-10-29Scripts: tabs2spaces cleanup after commit cc89428tkrokli
Thanks to Wyreth for reporting the overlooked tabs.
2017-10-29Scripts/Northrend: talk event for quest A Suitable Test Subject (#20462)Wyreth
- When using the quest item for A Suitable Test Subject and the spell aura vanishes, Bloodmage Laurith should turn toward the player and whisper a line. - This is handled via spell event for Bloodspore Ruination (45997)
2017-10-28Script/Quests: Fix some missing NPC spells and quest creditMalleus
2017-10-28Creature/Scripts: Add Aggro sound to Cairne Bloodhoo, Sylvanas Windrunner ↵Killyana
and Thrall
2017-10-26Scripts/BlackTemple: Updates on Illidan encounterKeader
- Fixed issues related with Parasitic Shadowfiend - Updated script to new model - Fixed loop of Parasitic Shadowfiend Summon - Added a new spell (SPELL_REMOVE_PARASITIC_SHADOWFIEND) - Fixed illidari elite attacking players - SPELL_PARASITIC_SHADOWFIEND now is a negative aura
2017-10-26some more cleanup (cbd025f follow-up)Treeston
2017-10-26Scripts/MagistersTerrace: Fix some crashes in Selin Fireheart. His script is ↵Treeston
still a shitshow, though. Closes #20614.
2017-10-25DB/Scripts: Greengill SlaveAndrew Letson
2017-10-22Core/Illidan: Parasitic Shadowfiend can target tankerKeader
2017-10-22Scripts/Quest: Captain Tyralius improvements (#20419)Wyreth
Update: #12352