aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2017-01-20Revert "[3.3.5][master] Core/Movement: Smooth movement #13467 (#18020)" (#18888)Rushor
This reverts commit 28050f338dfc66e0c40b6a3915bf96e38e0613e5. Conflicts: src/server/game/AI/SmartScripts/SmartAI.cpp src/server/game/AI/SmartScripts/SmartScriptMgr.cpp
2017-01-13Core/Scripts: Removed unneeded check in Blood Prince CouncilKeader
2017-01-09Core/Scripts: Fixed issues in Gal'darah fightKeader
Closes #16219 * Added DespawnAtEvadeMethod * Fixed Agro * Implemented Stampede * Fixed Rhino Spirit flags * Updated codestyle
2017-01-08Core/RubySanctum: Updates in Saviana Ragefire encounterKeader
* Fixed Codestyle * Fixed Spell timers * Added DespawnAtEvade Method
2017-01-08Scripts/Commands: Fix guid usage and enhance commands (#18278)Rochet2
- Fix targeting gameobjects and creatures for .dist and .gps. The old code used DB guid to search from core generated guid lists. - Fix some error messages saying 'no player found' even if creatures and gameobjects and players were searched - Change atoi to atoul when receiving lowguids as string or other uint32 values - Use ObjectGuid::LowType instead of uint32 for lowguid type - Allow .gob info to take in gameobject guid link as well as entry link in addition to gameobject entry and update the documentation of the command - Change .gob delete to post the spawnid (dbguid) instead of the ingame generated guid (which is basically never seen or used by the player in any other commands that I see) - Allow spawntimesecs to be negative when spawning a gameobject - Disable searching by ingame spawn id in commands. (it makes little sense for a user to provide a number which is then attempted to be used as DB guid and non DB guid when both could have a match) - Update .gob turn documentation to tell about possibility to provide orientation in command - Correct the types in .gob add command result trinity_string - Correct the creature search for .npc del - Change .event to .event info - Add .go offset command - Remove the .go command for empty string (no subcommand given) because it just used .go xyz - Extend .gob info to show size, faction, flags and model dimensions - Remove some unnecessary casts - Document .wp show better (first and last were not documented) - Insert spawnid to .wp show info error message - Fix spawntime printing for .gobject target - Fix guid targetting for .npc set movetype - Fix query by spawnid for .wp show info - Fix deleting of existing waypoints when twice doing the command .wp show on - Fix deleting of existing waypoints when doing the command .wp show off - Change wpguid column in DB and in core to uint32, which is what the spawnid type is in core and db.
2017-01-07Core/Script: PCH issuesariel-
2017-01-07DB/Script: The Only Cure is More Green Glowariel-
Closes #1723 SQL by Staleness89, corrections by Killyana Script by Keader, corrections by sirikfoll and me
2017-01-06Core/Scripts: Palehoof rewritten & Utgarde Pinnacle updated (#18712)Keader
Closes #15405
2017-01-06Core/Scripts: added command to move characters across accountsariel-
2017-01-06Core/Scripts: kill one ugly char bufferariel-
2017-01-02Core/Scripts: Missing break and added ZBoundary in Blood Queen Lana ThelKeader
2017-01-02Scripts/TrialOfTheCrusader: Anub'Arak Enable Emerge Emote (#18721)Rushor
2017-01-02Update Copyright notice for 2017tkrokli
Happy new year!
2017-01-02Core/Scripts: Implement Boss Coren Direbrew (#18137)Gustavo
2017-01-02Build Fix (#18719)Gildor
Closes #18718
2017-01-01Build FixKeader
2017-01-01Core/Scripts: Blood Prince Council refactored and fixed reported issues (#18632)Keader
Closes #7150
2017-01-01Core/Scripts: Illidari Council Rewrite (#18546)Keader
Thanks to Sirikfoll, Krudor and Offl for all help
2017-01-01Merge pull request #18702 from Rushor/peonKillyana
Scripts/Quest: Work Work! Move Lazy Peon script to SAI
2017-01-01Scripts/Quest: Work Work! Move Lazy Peon script to SAIRushor
2016-12-30Core/Spell: Fixed Arcane Potencyariel-
- Removed old workaround in SpellAuras.cpp Closes #18417
2016-12-29Core/Script: Kill one startup errorariel-
2016-12-29Core/Spell: Prevent NO_TARGET auras from actually selecting target (same as ↵ariel-
caster) - Fixes an issue with generic mount scripts where the dummy aura was applied and removed then the real mount was applied - Pets would be unsummoned, resummoned and unsummoned again in an instant Closes #16783
2016-12-29Core/Scripts: fixed ground/fly mounts on non-flyable zones of Outland mapariel-
Closes #18627
2016-12-29Core/Spell: Fix Turn the Tablesariel-
Closes #5134
2016-12-28Core/Scripts: Fixed chase movement in Palehoof encounterKeader
Closes #15405
2016-12-27Build fixKeader
2016-12-27Core/Scripts: Black Temple misc fixesKeader
Closes #18176 * Implemented faction change of Ashtongues when Shade of Akama dies * Moved factions to black_temple.h * Removed explicit from EnslavedSoulEvent (Reliquary of Souls) * Fixed a typo in Skeram Script (followup 5f44890049c3e6b0ee7a11296239f4f1bceb66ec) * Fixed spell Shadow Inferno (Illidari Nightlord)
2016-12-27Core/Scripts: Added missing spells in Skeram (#18486)Keader
2016-12-27Core/Events: Fixed logic for Fireworks Show at New Years AdjustmentsKittnz
2016-12-27Core/Events: Adjust timings and occurrence for Fireworks Show at New Years EveKittnz
2016-12-24Core/Ruby: Minor fixes in Halion encountersirikfoll
* Some codestyle fixes * Fixed wrong Halion summon with Hotswap system * Fixed evade issue * Fixed emblem frost exploit
2016-12-23Core/Ulduar: Fixed XT002 Heart phaseKeader
Closes #18557 Thanks to xinef1 * Fixed Heart Phase * Fixed Combat bug with Heart after wipe * Added DespawnAtEvadeMethod
2016-12-22Core/Scripts: Fixed Suppresser behavior in Valithria Dreamwalker encounterKeader
Closes #18530 * Fixed range issue * Fixed weave spawn when Summon Timmer Suppresser(70912) is casted * Fixed spawn count
2016-12-22Core/Scripts: Mother Shahraz encounter rewrite (#18446)Keader
2016-12-21Core/Scripts: Minor fixes in Baltharus The Warborn (#18550)Keader
* Core/Scripts: Minor fixes in Baltharus The Warborn * go away travis
2016-12-19Scripts/Events Implement Pilgrim's Bounty Bountiful Tablesirikfoll
2016-12-16Core/Scripts: Black Temple - added comments in all SpellScripts (#18494)Keader
2016-12-15Core/Script: Implement Paralytic Poisonariel-
Closes #16905
2016-12-15Core/Units: Cleanup hardcoded magic numbers for byte field offsetsShauren
(cherry picked from commit ac1dc758b98baab13dab66057c6d45e9295d8eb1)
2016-12-13Core/Scripts: Fixed Reliquary of Souls Boundary (#18470)Keader
Followup 02f18419f58dc952cd209c97f641269bea6bd1fc
2016-12-13Update boss_reliquary_of_souls.cppAokromes
2016-12-13Core/Scripts: Reliquary of Souls RewriteKeader
2016-12-09Core/Unit: unambiguosly define PLAYER_FIELD_MOD_DAMAGE_DONE_ fields as signedariel-
- They were used both signed and unsignedly - Bonus: some magic number removal with enums
2016-12-07Fix pch - second attemptKittnz
2016-12-07Fix pchKittnz
2016-12-07Core/Event: Add Fireworks Spectacular (4th of July) & New Year's Eve event!Kittnz
2016-12-07Core/Scripts: Professor Putricide - Fixed Tear Gas spell sometimes dont ↵Keader
casted in phase transitions (#18425) Closes: #7972
2016-12-07Core/Scripts: Rewrite Magtheridons Lair (#18330)Keader
Core/Scripts: Rewrite Magtheridons Lair
2016-12-02Core/Misc Remove WhiteSpaces (#18379)Gustavo