aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-10DB/Quest: Rallying the TroopsDr-J
2014-11-10DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class ↵Appled
spells only Current playercreateinfo_spell_custom table has very weird spells in it. I emptied table, created new character for each class, logon each class, learned every spell from trainer and then added rest spells from quests (for example, hunters' Tame Beast). After that I did a PHP script to get character's spells from character_spell table and insert them into playercreateinfo_spell_custom table. This has all trainer spells and quest spells (if any) for 3.3.5! Fixes #13509 Closes #13516
2014-11-10DB/Quest: All Hail Roanauk!Dr-J
Script http://www.wowhead.com/quest=12140 Closes https://github.com/TrinityCore/TrinityCore/issues/3051
2014-11-10DB/Quest: Return of the High ChiefDr-J
Script http://www.wowhead.com/quest=12069 rather than the tusk just been permamently spawned on the ground
2014-11-09Core/LFG: Allow group bound to LFG instance to re-queue if someone leaves ↵jackpoz
the party
2014-11-09DB/Misc: Rescue from Town SquareDr-J
Based on original script by @untaught Closes https://github.com/TrinityCore/TrinityCore/issues/1864
2014-11-08Core/LFG: Fix being unable to re-queue after leaving queuejackpoz
2014-11-08DB/SAI: Added SAI for some mobs in Icecrown CitadelMitchesD
2014-11-08DB/Misc: Ogre Tannin BasketDr-J
Prevent mass spawn of Gordok Bushwacker by repeatedly opening masett as this was triggered by event script fro go
2014-11-08DB/Misc: Milton BeatsDr-J
Closes https://github.com/TrinityCore/TrinityCore/issues/12774
2014-11-07DB/Quest: Coward Delivery... Under 30 Minutes or it's FreeDr-J
Script http://www.wowhead.com/quest=11711/coward-delivery-under-30-minutes-or-its-free
2014-11-07Core/LFG: Fix party members not being able to vote to kick Leaderjackpoz
2014-11-07DB/Quest: Across TransboreaDr-J
Script http://www.wowhead.com/quest=11930/across-transborea
2014-11-06Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievementNyeriah
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
2014-11-05Rename 2014_XX_XX_XX_world.sql to 2014_11_05_00_world.sqlAokromes
2014-11-04Merge pull request #13500 from treak/fix_champion_conqueror_of_ulduar_achieveAokromes
Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Uldua...
2014-11-04Codestyletreak
2014-11-04Core/Spells: Prevent Divine Intervention from removing death persistent aurasGecko32
Such as Dungeon Deserter, Resurrection Sickness, etc
2014-11-04DB/Disables: Remove achievement "Drive Me Crazy" from disablesNyeriah
Refers to Yogg-Saron (cherry picked from commit 76419aadcddddb5d47f54f7d144e6cd9951b6408)
2014-11-03Core: Fix warningsVincent-Michael
(cherry picked from commit 48d47998d9b4e5a234d4b2489f2954eded8dcbf0) Conflicts: src/server/game/Entities/Object/Object.cpp
2014-11-03Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"treak
Signed-off-by: treak <goodfeelingzzz@gmail.com>
2014-11-03Scripts/ScarletMonastery: Kill an unused parameter warningNyeriah
2014-11-02Merge pull request #13432 from bloerwald/fix_compiler_detection_on_unixDuarte Duarte
cmake: platform: also detect clang by C_COMPILER_ID: C_COMPILER may vary (cherry picked from commit 774e22ec4a8859664ace0a532c2ab4ae220e5cc9)
2014-11-02Core/SAI: Allow dropping a specific amount of aura charges using ↵Discover-
SMART_ACTION_REMOVEAURASFROMSPELL (action_param2). (cherry picked from commit ed4feec276bd395715c23c58b74a6dae4198039b)
2014-11-02DB/SAI: Clear param2 for Remove AuraDr-J
Clear exististing data in param2 for sai entries using smart_action 28 as these param was previously unused but some lines of sai still had this param > 0
2014-11-02Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked ↵MitchesD
some NPC and disappeared because he was out of range of players With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned.
2014-11-02DB/Misc: Put right fieldnae in delete clause which was causing error on applyDr-J
2014-11-02Scripts/ToC: Remove a safe-measure call that caused issuesNyeriah
Closes #11874
2014-11-02DB/Misc: Eye of Dominion gossip conditionsDr-J
2014-11-01DB/Misc: Lithe Stalker QuestsDr-J
Fix: - http://www.wowhead.com/quest=13146 Generosity Abounds http://www.wowhead.com/quest=13147 Matchmaker http://www.wowhead.com/quest=13160 Stunning View Closes https://github.com/TrinityCore/TrinityCore/issues/11855 Closes https://github.com/TrinityCore/TrinityCore/issues/13487
2014-11-01Scripts/ToC: Few codestyle changes and clean upsNyeriah
2014-11-01DB/Quest: A Undead's Best Friend / Eidolan WatcherDr-J
Fix http://www.wowhead.com/quest=13169/an-undeads-best-friend and other quests using this vehicle Only major bug as with the lithe stalker is when player exits vehicle player should get teleported back to position where they mounted vehicle as if it was pocessed but this is vehicle
2014-11-01Scripts/ToC: Misc forgotten clean upsNyeriah
2014-11-01DB/Quest: The Vile HoldDr-J
Script Eye of Dominion / Lithestalker for http://www.wowhead.com/quest=13145
2014-11-01Scripts/ToC: Twin Val'kyrNyeriah
- Script rewritten to EventMaps - Implemented random special ability sequence - Adjusted timer for special abilities to 45 seconds - Misc clean up. Closes #7546
2014-11-01DB/Quest: New RecruitDr-J
Fix New Recruit http://www.wowhead.com/quest=13143
2014-10-30DB/Achievement: Remove unneeded criteria data for "A Tribute to Immortality"Nyeriah
Required team is already checked from dbc on criteria update Closes #4622 Thanks to @joschiwald (cherry picked from commit 1823e2f9b822b163a7f79719e6c8d1504707292e)
2014-10-30SQL: Update /dev/world_database.sqlDDuarte
2014-10-30DB/Disables: Remove criteria for the "Shattered" achievement from disablesNyeriah
...as it works fine. Ulduar/Ignis achievement.
2014-10-29Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement ↵Nyeriah
"Hot Pocket"
2014-10-28Merge pull request #13440 from Rochet2/ahbotjackpoz
Core/AH: AHBot related fixes
2014-10-28DB/Misc: Short John Mithril / Arena Treasure ChestDr-J
* Remove permament spawn of Arena Treasure Chest * Script Short John Mithril to start wp at start of event, say his 2 lines (1st zone wide) and summon Arena Treasure Chest
2014-10-27DB/Misc: Zone Wide TextsDr-J
2014-10-27DB/Item: Northrend Mystery Gem Pouch (3.3.5)Dr-J
* This is probably only valid for 3.3.5 as item is marked as no longer available in game and last comment on wowhead is from 4.1.0 saying item is now worthless, was added in 3.2 * Remove northrend rare gems for emblem of heroism from Lhara and replace with this item
2014-10-27Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to ↵Nyeriah
access the rubble spawning triggers
2014-10-27Scripts/Freya: Fix Lumberjacked Achievetreak
Closes #13435 Fixes #8166
2014-10-26DB/SAI: Added SAI for the second part of mobs before the gunship battleMitchesD
2014-10-26Core/AH: Code cleanupjackpoz
Remove unused paramters from RemoveAuction(), kept till now for compatibility with ahbot patch. Reverts 28dffbee11024c1abc82a29a3fef655d9262904b
2014-10-26Merge pull request #13455 Rochet2/ahjackpoz
AH related fixes
2014-10-26Scripts: replaced various Location struct defines with proper Position or ↵joschiwald
G3D::Vector3