aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2016-01-17DB/Creature: Add pooling for Ethereum JailorKillyana
Only 5 spawns can be active in the world
2016-01-17DB/Creature: Update MovementType of Shadow of Thel'zan the DuskbringerKittnz
Closes #16304
2016-01-17DB/Event: Add missing Feast of Winter Veil spawns in Eastern KingdomsKittnz
2016-01-17DB/Zone: The ExodarKittnz
- Add missing waypoint & spawns for Exodar Peace Keepers & Worker (could use some SAI scripting)
2016-01-17DB/Instance: The Temple of Atal'HakkarKittnz
- Add waypoints for Hazzas & make Morphaz follow him
2016-01-17DB/Quest: Nether Gas In a Fel Fire EngineDr-J
Update https://github.com/TrinityCore/TrinityCore/commit/01beba21b5210860ddd6a37471c6b2bea77a369e to more reliabily complete quest to actually allow quest to be returned rather than just been marked as complete in quest log and on map but quest giver still showing grey ? ad grey continue button.
2016-01-17DB/Misc: Flight Master SAIDr-J
Use proper spells to summon enraged wyverns, gryphons, hippogryphs and felbats instead of directly summoning with SAI action 12, also remove second line of all scripts as all of these used 2 lines of sai to summon two npcs on agro, the spells summon 2 in one cast so only one line needed.
2016-01-17DB/Event: Add missing Feast of Winter Veil spawns in Azuremyst Isle (Exodar)Kittnz
2016-01-17Quick sql fixKittnz
2016-01-17DB/Event: Add missing Feast of Winter Veil spawns in SilvermoonKittnz
2016-01-17DB/Creature: Terrorclaw Reputation on kill reputationKillyana
By @Saben65 Closes #16212
2016-01-17DB/Creature: Add Stealth Detection for Steamvaults CreaturesKillyana
By @Saben65 Closes #16185
2016-01-17DB/Waypoints: Morin CloudstalkerKillyana
By @Saben65 Closes #16286
2016-01-17DB/Creature: Ethereum JailorKillyana
Closes #10379
2016-01-16Scripts/Spells: fixed Beacon of Lightjoschiwald
2016-01-16DB/SAI: Add a despawn action for npcs involved on "From Their Corpses, Rise!"Killyana
Closes #16167
2016-01-16DB/Creature: Spell ShadeKillyana
Closes #15988
2016-01-16DB/Gossip: Remove a npc textKillyana
By @Saben65 Closes #16214
2016-01-16DB/Creature: Fix wrong phasesKillyana
2016-01-15DB: TypoKillyana
2016-01-15DB/Creature: Bro'Gaz the ClanlessKillyana
Add spawns, pooling and SAI Closes #16173
2016-01-15DB/Misc: Rename few filesAokromes
2016-01-13Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089)treeston
2016-01-13DB: Fix a typo in a previous commitKillyana
Update https://github.com/TrinityCore/TrinityCore/commit/a7f1df606188fc789c00efc068e8ddfe6b25d692
2016-01-12Scripts/Instances: Complete rewrite of the boundary system.treeston
- Migrate boundary logic to Maps/AreaBoundary instead of having it sit in InstanceScript (to possibly allow use for other purposes). - Implement the first five boundary types in Maps/AreaBoundary.cpp. - Add boundary checks to Creature's update logic - Add boundary data for all Northrend raids - Add boundary initialization structures and methods to InstanceScript - Modify EnterEvadeMode signature. It now passes a value from the EvadeReason enum as parameter to allow special casing depending on evade reason - Remove previous (weird) boundary code that had them linked to GO spawns
2016-01-12Quick little SQL updateKittnz
2016-01-12DB/Event: Additional Feast of Winter Veil gameobject & creature fixesKittnz
2016-01-12Fix SQL update file nameKittnz
2016-01-12Merge pull request #16245 from sirikfoll/TurkinatorKittnz
Core/Spells Implement SpellScript needed for Achievement The Turkinator
2016-01-12Merge remote-tracking branch 'tkrokli/npc_myranda_the_hag' into 3.3.5-basetreeston
2016-01-12Merge remote-tracking branch 'tkrokli/npc_shadowfang_prisoner' into 3.3.5-basetreeston
2016-01-12Merge remote-tracking branch 'velinath/sai-migrations' into 3.3.5-basetreeston
2016-01-12Core/Spells Implement SpellScript needed for Achievement The Turkinatorsirikfoll
Closes #3997
2016-01-12[3.3.5] Core/Script: move Myranda the Hag's gossip option to DBtkrokli
Removing hardcoded text from the core script and into the DB: "I am ready for the illusion, Myranda." This quest is 3.3.5 *only*. Removed in patch 4.0.3a. Addendum: enum ILLUSION_GOSSIP = 4773 , instead of "magic number".
2016-01-12Core/Scripts: move npc_shadowfang_prisoner gossip option to DBtkrokli
Getting rid of one more incorrect and hardcoded text which now will be read correct and from the DB instead. Wrong text: "Thanks, I'll follow you to the door." (core) Correct text: "Please unlock the courtyard door." (DB) Thanks to @Aokromes, @r00ty, @velinath, @Nayd, @Treeston, @Zedron and lots of other regular TrinityCore developers and members for the inspiration and motivation, as well as helpfulness along the way.
2016-01-10DB/Misc: Call to Arms: The Plaguelands/Scarlet Diversions (3.3.5 Only)Dr-J
http://www.wowhead.com/quest=5093/a-call-to-arms-the-plaguelands#comments All versions of this quest are meant to be optional breadcrumb quests to lead players to the bulwark to quest in Western Plaguelands, previously on tc you could not continue chain unless breadcrumb was taken first.
2016-01-10DB: Game_tele to Emerald DreamKillyana
By @Helias Closes #16131
2016-01-10DB/SAI: Fix the react state for Darkfallen BloodbearerKillyana
Closes #16159
2016-01-10DB/SAI: Harvest CollectorKillyana
Closes #16158
2016-01-10DB/Creature: Fix The Crippler unit_flagsKillyana
Closes #16148
2016-01-10DB/SAI: Fix Windroc Matriarch script and textKillyana
By @Saben65 and @velinath Closes #16215
2016-01-09Merge pull request #15977 from tkrokli/landmine_knockback_achievementjackpoz
Scripts/Spells: Mine Sweeper achievement
2016-01-09Core/Scripts/DB: Migrate specially scripted taxi NPC's to SmartAIvelinath
2016-01-08DB/Creature: Remove a wrong spawn and fix Lunchbox react stateKillyana
Closes #16198
2016-01-08DB/Creature: Skyguard Handler/Skyguard Nether Ray WaypointKillyana
Closes #16197 By @Saben65
2016-01-08DB: Fix a TypoKillyana
2016-01-08DB/Creature: Wyrmcaller VileKillyana
Update #3541 Add missing spawns and scripts for visual stuff
2016-01-08Core/Spells: Fixed Raise Allyccrs
thx @Nayd for sniffs :) thx @Shauren for helping to find all spell involved * There is no implementation for stats update on Puppet class (only on Guardian) so same SummonProperty as Raise Dead Ghoul (non pet) is used. (Default SummonProperties set category to SUMMON_CATEGORY_PUPPET) * Override the Summon Effect to enable charm and stats scaling. * PlayerAI is used to handle unaura on ghoul despawn or dead. It's necessary due to the fact that all script hooks on ScriptedCreature are called on an unactive CreatureAI, resulting in creature being unable to handle unaura calls. * Create UpdateAI call for Player class * Stats scaling is based on forum and wowhead comments, they recall this ghoul as a copy of the other one (same stats). * Spellscript for Ghoul spell Thrash Closes #82 Closes #14830
2016-01-07Fix a spawndist start-up warning.treeston
2016-01-07DB/Creature: Remove a wrong spawnKillyana