aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-06Scripts: addition to 8b6954e81b76f8d7c6700eaf1a8b942bebaa85a0joschiwald
Closes #16466
2016-02-06DB/Creature: Stinky + Precious - Add KnockbackimmunityRushor
2016-02-06Merge pull request #16433 from Tonghost/3.3.5Treeston
[3.3.5][6.x] Core/Creature: Do not load equipment with id = 1 when creature.equipmen…
2016-02-06Merge pull request #16410 from sirikfoll/StrandTreeston
Core/Achievement Fix Achievement Defense of the Ancients
2016-02-06Code style, urand -> urandms.treeston
2016-02-06Fix build & tabsKittnz
2016-02-06Pet/Misc: Implement Egbert's running aroundKittnz
Closes #16479
2016-02-05Scripts: Added missing overrideVincent-Michael
2016-02-05Merge pull request #16472 from Rushor/immunityRushor
Core/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK
2016-02-05Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218)treeston
2016-02-05Implement AuctionHouse features: GetAll scan and search throttlingpete318
Implements two standard features of the Auction House. * GetAll scan, retrieves all auctions and sends them in a single packet. There's a limitation on how often a player can do this (Max 55000 items) * Search throttling. For normal searches, the server can send a time in milliseconds to the client, the client will wait that long between searches. Delay set in config Closes #16469
2016-02-04Rename 2016_01_14_99_world.sql to 2016_02_04_00_world.sqlMitchesD
2016-02-04Merge pull request #16262 from sirikfoll/TorchMitchesD
Core/Scripts Script Npc needed for Quest Torch Tossing, Part 2
2016-02-04Core/Gossips: added some sanity checks to prevent duplicate interactionjoschiwald
2016-02-04Game/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACKRushor
* updates #16423
2016-02-03Prevent duplicate spawns for same spawn IDpete318
If there is an alive instance of the creature upon creature spawn, skip spawn entirely. If there are only dead instances, despawn them. A new dead corpse in the creatures home position will be respawned. Closes: #16462
2016-02-03Merge pull request #16465 from Keader/raptureShauren
Core/Spells: Fixed cooldown check for Rapture (Priest) talent
2016-02-03Fix cooldown check talent Rapture (Priest)Keader
2016-02-03fix crashtreeston
2016-02-02Merge pull request #16345 from Trisjdc/creature_flag_reset_on_respawnTreeston
Core/Creatures: Reset unit flags/dynamic flags on Creature::SetDeathState(JUST_RESPAWNED)
2016-02-02Merge remote-tracking branch 'tkrokli/npc_disciple_of_naralex' into ↵treeston
3.3.5-base (PR #16437)
2016-02-02Merge branch '3.3.5-noplayerdamagereq' into 3.3.5-base (PR #16257)treeston
2016-02-01Merge pull request #16451 from tkrokli/uldaman_at_map_chamberDuarte Duarte
Core/Scripts/Uldaman: change hardcoded text to enum
2016-02-01Core/Scripts/Uldaman: change hardcoded text to enumtkrokli
Change #define to enum {with brackets} Possibly the smallest change so far in this series of core script changes.
2016-02-01Core/Scripts/DB: remove hardcoded text from 'npc_disciple_of_naralex'tkrokli
- moved 2 #define text lines to enum, already in npc_text - new gossip_menu_option for NPC 3678 Disciple of Naralex - using `ADD_GOSSIP_ITEM_DB` instead of `ADD_GOSSIP_ITEM` Tested on both alliance and horde characters, works just like before.
2016-01-31Rename sql/world/2016_01_30_05_world.sql to ↵Aokromes
sql/updates/world/2016_01_30_05_world.sql Now yes...
2016-01-31Rename sql/2016_01_30_05_world.sql to sql/world/2016_01_30_05_world.sqlAokromes
2016-01-31Core/Creature: Do not load equipment with id = 1 when creature.equipment_id is 0Incorrect
Closes #16416
2016-01-31DB/ModelInfo: Fix the hitbox on Cyanigosa's dragon form.treeston
2016-01-31Scripts/UtgardeKeep: Bonus Ingvar the Plunderer fixes to reset behavior. ↵treeston
There should no longer be weirdness if a reset happens during the RP phase.
2016-01-31Scripts/UtgardeKeep: Ingvar updates:treeston
- Roar at start of phase two - Ingvar no longer does a weird move-jump towards his target when resurrecting - Fixed a duplicate yell on phase one end
2016-01-30DB/SAI: Overthane BalargardeDr-J
A couple of updates to previous commit https://github.com/TrinityCore/TrinityCore/commit/a258e36039392b60a0f0c98a466f9e4f1121f3eb Closes #4841
2016-01-30DB/Creature: fix Mine Car visible stateKittnz
- Still need some SAI fixing when it resets so it continues the path
2016-01-30DB/Creature: Bloodmyst IsleKittnz
- Add Pathing and SAI for Bloodcursed Naga - Add Pathing for Lord Xiz
2016-01-30Spell/Script: Safirdrang's ChillKillyana
Updates #4841
2016-01-30DB/Quest: Banshee's RevengeDr-J
Script http://www.wowhead.com/quest=13142/banshees-revenge Only spell issue remains see original issue https://github.com/TrinityCore/TrinityCore/issues/4841
2016-01-30DB/Object: Add 2 missing traps on IccKillyana
2016-01-30Fix warning.treeston
2016-01-30Merge remote-tracking branch 'tkrokli/npc_parqual_fintallas' into 3.3.5-base ↵treeston
(PR #16384)
2016-01-30Scripts/Deadmines: Fix issues reported by static analysisjackpoz
Fix Coverity issue id 1022474
2016-01-29[3.3.5] Core/Scripts/DB: move core script 'npc_parqual_fintallas' to SAItkrokli
Additional change: menu options are changed from containing only names to include the text " is my answer.", based on the lines in `broadcast_text`. - replaced core text with DB SAI script - created DB creature_text entries for Parqual Fintallas - created DB gossip_menu_option entries for the NPC - implemented NPC say lines in reply to all the answers - added conditions for which gossip should show, depending on quest status - added conditions to avoid exploits in the time it takes for NPC to say his texts This PR is tested several times on a horde character (horde-only quest). It now works as originally intended, with option-specific NPC replies.
2016-01-29Merge pull request #16417 from Keader/kineticShauren
Core/Scripts Fix Kinetic Bomb stuck after knockback effect
2016-01-28Fix Achievement Defense of the Ancientssirikfoll
The spell that trigger the achievement check, needs to be cast before setting up the variables used for the second round, otherwise the achievement will be granted to the wrong team. Also, SPELL_END_OF_ROUND needs to be casted on the end of the second round too, this was confirmed in retail.
2016-01-28Fix Kinetic Bomb stuck after knockback effect.Keader
2016-01-28Merge pull request #16314 from Treeston/3.3.5-fixgroupcreditTreeston
Player/Quest: Fix GO group credit
2016-01-28Merge pull request #15033 from tkrokli/absorb_ignoring_damageTreeston
Unit/CalcAbsorbResist: Sanctified Wrath should pierce absorb effects
2016-01-28Merge remote-tracking branch 'ariel-/soothsaying_for_dummies' into ↵treeston
3.3.5-base (PR #16152)
2016-01-28Merge remote-tracking branch 'tkrokli/npcs_dithers_and_arbington' into ↵treeston
3.3.5-base (PR #16276)
2016-01-28Merge pull request #16264 from Treeston/3.3.5-noffalooterTreeston
Looting/Group: Do not display looter in tooltip when FFA loot is enabled
2016-01-26Implemented Book "Soothsaying for dummies", change of ↵ariel-
engineering/leatherworking specs possible!