aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-15Scripts/Naxxramas: Four Horsemen rework:treeston
- Rewrite pretty much the entire encounter code - Get rid of ugly define ugliness - Sniffed waypoints - Blizzlike timings - Missing emotes
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-14Looting/Group: Do not display looter in tooltip when FFA loot is enabled.treeston
2016-01-14Fix stuff™.treeston
2016-01-13Merge branch '3.3.5-spellfacing' into 3.3.5-base (PR #15641)treeston
2016-01-13Core/Spells: Creature spellcast facing rework:treeston
- Fixes creatures turning just before a spellcast finishes and smacking players with supposedly-unavoidable damage. Fixes and closes #15393, #10803, and probably others. - Fixes visual effects not lining up with the correct target for spells that have their visual aligned with the caster's orientation (examples: Anub'rekhan Impale, Ingvar's Smash/Dark Smash, etc.). Fixes and closes #2947 and probably a bunch of others, including the aforementioned #15393 and #10803. - Creatures' displayed target now properly matches the unit they are targeting with spells for a split second (blizzlike). This is necessary to get proper client-side orientation.
2016-01-13Scripts/Naxxramas: Gothik the Harvester rework:treeston
- Move TeleportTo hack to proper spell casts - Add missing lines to boss - Fix add spawn timings - Fix visuals - Fix logic for gate opening - Fix add aggro behavior - Fix add casting AI - Fix some other stuff I probably forgot
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-12Core/Object: Codestyle improvementsKittnz
2016-01-12Merge pull request #16248 from elecyb/destroyAnimationKittnz
Core/Entities: Show destroy animation for creatures and totems.
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-12Core/Entities: Show destroy animation for creatures and totems.elecyb
Now all pets and totems will have their proper die/destroy animation when killed. Ported from MaNGOS.
2016-01-12Merge pull request #16245 from sirikfoll/TurkinatorKittnz
Core/Spells Implement SpellScript needed for Achievement The Turkinator
2016-01-12Core/Quests: Fixed party accept questsShauren
2016-01-12Merge remote-tracking branch 'tkrokli/npc_myranda_the_hag' into 3.3.5-basetreeston
2016-01-12Merge remote-tracking branch 'tkrokli/gossip_accept_duel' into 3.3.5-basetreeston
2016-01-12Merge remote-tracking branch 'tkrokli/npc_shadowfang_prisoner' into 3.3.5-basetreeston
2016-01-12Core/Quests: Fixed quest sharingShauren
Closes #12304 Closes #16183
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 GOSSIP_ACCEPT_DUEL to DBtkrokli
Another attempt to shorten the list of hardcoded gossip menu options. This is the gossip menu option of the NPC ID 28406, Death Knight Initiate in Death's Breach in the Scarlet Enclave, the death knight starting area. This gossip is tied to the quest "Death's Challenge". Removing this text in the core script: "I challenge you, death knight!" (#define GOSSIP_ACCEPT_DUEL) and using `ADD_GOSSIP_ITEM_DB()` to pull the gossip_menu_option 9765 from the database instead.
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-11Merge pull request #16231 from ariel-/smartfixDuarte Duarte
Core/SmartScripts: Fix typo
2016-01-10Fix typo after dcb7082277447c21b11c4a1d59f105fa342c172eariel-
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-09Scripts/ICC: Fix static analysis issuejackpoz
Fix an issue reported by static analysis
2016-01-09Core/Scripts/DB: Migrate specially scripted taxi NPC's to SmartAIvelinath
2016-01-09Merge pull request #16101 from NathanHandley/3.3.5Duarte Duarte
Updated AuctionHouseSeller to have item class stack control
2016-01-09Scripts/Commands: Modify ".setskill" command to target current Player by defaultjackpoz
2016-01-09Merge pull request #16186 from ariel-/spellmodchargesjackpoz
Core/Spells: Fix redundant mod charge drop and spell crit calc
2016-01-08Core/Spells: Fix static analysis issues and a crashjackpoz
Fix confusing NULL checks in Raise Ally check cast. Fix a crash in Raise Ally triggered by executing ".cast back 61999" command targeting a pet in raid while being dead.
2016-01-08Scripts/Shadowmoon Valley: Dragonmaw PeonSaben65
Fixes issue where NPC does not attack, even when aggro'd. Fixes #16210 Closes #16204
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-08Merge pull request #16208 from ShinDarth/putricide-fixFrancesco Borzì
[3.3.5] Scripts/ICC: Fixed Professor Putricide