aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2018-10-18DB/GameObject: Sacred Fire of LifeKillyana
2018-10-18Scripts/Blackrock Depths: npc_grimstone Event_Timer improvements (#22663)Trond B. Krokli
High Justice Grimstone's movement script timers improvement in Ring of the Law. case 6 & case 7 modifications: - Event_Timer = 5000; // originally 0 Closes #20499 (High Justice Grimstone issue)
2018-10-17DB/Gossip: Update Vaelastrasz gossip menu with the correct IDKillyana
2018-10-15Scripts/Illidari Council: Changed urand to SelectRandomContainerElementKeader
2018-10-15Scripts/Black Temple: Fixed a crash on Illidari Council (#22652)Keader
Ty Sirikfoll :)
2018-10-15[3.3.5] Scripts/Spells: Life Tap (#22638)PolarCookie
Closes #17559
2018-10-11Core/Commands: fix .appear command provide wrong undermap position (#22624)ForesterDev
2018-10-11Core/Commands: Fix quest remove error message (#22623)ForesterDev
2018-10-09Split quest template locales (#22596)AlcDenat
* add quest locales tables
2018-10-08Quest/script: The Absent Minded Prospectorillfated
Add quest fail if the npc dies Ref #22586
2018-10-01Scripts/Sunken Temple: normalize Atal'alarion despawn timer (#22546)Trond B. Krokli
* Atal'Alarion will now despawn as a regular Elite mob (5 minutes unlooted or 2.5 minutes when fully looted) instead of 7200 (ms) (7.2 seconds) before this change. Closes #22531
2018-09-30Scripts/Ulduar: XT002 Crash fixKeader
Closes: #22545
2018-09-25Fix warningKillyana
2018-09-25Creature/Script: Wyrmrest DefenderKillyana
Closes #22500
2018-09-25Scripts/BlackrockSpire: Fix infinite loop in Gyth fightjackpoz
Fix infinite loop in Gyth fight and double event caused by Rend Blackhand being respawned. Please note this event is completely bugged and unfinished and contains for sure more bugs.
2018-09-25Scripts/Quest: Defending Wyrmrest Temple (#22513)Trond B. Krokli
- use DB gossip instead of `#define` (deprecated) Updates #22500
2018-09-23Nopch fixShauren
2018-09-23Core/Commands: Fixed crash in .go commandsShauren
Closes #22498
2018-09-23Scripts/MoltenCore: Implement Garr's Firesworn Separation Anxiety mec… ↵Sarah Alexander
(#22477) - The previous (wrong) spell ID used mana, so it was never cast because Firesworns aren't mana users
2018-09-22Build fixKeader
2018-09-21DB/Quest: Hah...You're Not So Big Now!Killyana
Closes #22478
2018-09-21Scripts/ICC: 2e4358f726 followupccrs
ref https://github.com/TrinityCore/TrinityCore/commit/2e4358f726354d3954047eb63d4390ce39247335#r30588551
2018-09-21Scripts/TempleOfAhnQiraj: Despawn Skeram's images on death and fix an edge ↵Sarah Alexander
case where images would not spawn if he was casting during transition (#22474)
2018-09-21Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… ↵Sarah Alexander
(#22475) * Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger * Sartura engages players if they try to skip her by walking past down the tunnel * Clean up the instance script a bit
2018-09-20Scripts/ICC: 2e4358f726 followupccrs
std::list does not provide random access
2018-09-20Scripts/ICC: update Unchained Magic target selectionccrs
because we all love retri paladins and hate healers, right?, right?
2018-09-19Scripts/UBRS: Open General Drakkisath's gates once he is defeated (#22462)Sarah Alexander
Closes #15769
2018-09-17Core/Scripts: Unify Chrono Literals (#22420)DanVS
* Unify Chrono Literals * Retire IN_MILLISECONDS * Build fix * Build fix (sequel) * Retire urand() * Edge cases * Build * Whitespaces * More edge cases * Additional cases
2018-09-17Core/Player: Clean up duel related code. Fix a check for abusive client ↵Treeston
behavior, sanitize pointer usage, code style. Closes #22374.
2018-09-17Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵Treeston
make it do anything.
2018-09-12Build: missing case from previous commitccrs
2018-09-11Scripts/VoA: Update events to use std::chrono (PR #22415)Full-Stack Developer
2018-09-10Creature/Script: Fix Highlord Darion Mograine waypoint speedKillyana
Closes #21290
2018-09-10Scripts/VoA: Archavon no longer leaps in melee range (PR #22414)Full-Stack Developer
2018-09-09kill some whitespacesAokromes
2018-09-09Core/ChatCommands: Implement achievement link parsingTreeston
2018-09-08another build fixTreeston
2018-09-08Scripts/Commands: Rewrite .account commands to new modelTreeston
2018-09-07Scripts/Commands: New argument parsing methodology (PR #22363)Treeston
- Detect the arguments accepted by the command handler - Tokenize out those arguments automatically and feed them to the handler - Unmatched rest of the string can be accepted by trailing char const* or CommandArgs*
2018-09-06Core/RBAC: Simplification part 1. Nobody needs different permissions for ↵Treeston
each type of .go command.
2018-08-31Scripts/Ulduar: Algalon the Observer fixes (#22320)Keader
2018-08-30Scripts/Commands: Cleanup and trinity_string for .go instance. Hi shauren.Treeston
2018-08-30Scripts/Commands: New command ".go instance". Goes to an instance.Treeston
2018-08-30Scripts/Misc: Removed more UpdateEntry on InstanceScriptsKeader
2018-08-30Scripts/ICC: Removed not needed entrys added in last commitKeader
2018-08-30Scripts/ICC: Fixed Deathbringer after Delay zone script's OnCreatureCreateKeader
Also removed some UpdateEntry hacks Followup: b4a1887c4d8df5a7729ed5c4126f6a7655a02127
2018-08-29Scripts/Spells: Check range to fire totem when casting Fire Nova. Closes #22303.Treeston
2018-08-28Scripts/Commands: .npc info now includes react state infoTreeston
2018-08-27Core/Threat: Threat system adjustments:Treeston
* Online states are now re-evaluated before victim update instead of continuously. Closes #22226. Tagging #21501. * Victim update now happens every 1s as opposed to every server tick unless current target goes away. * Suppressed threat is no longer re-established until the victim gains additional threat (by hitting the target, for instance). * Assistance threat is now split between non-controlled units threatened by target, as opposed to all units threatened by target.
2018-08-26DB: Naxxanar and Voltarus teleportersPolarCookie
Closes #22311