aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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!
2016-01-26Merge pull request #16287 from GigaDev90/fix_bug_duel_abuseFrancesco Borzì
Core/Script: fix bug that prevent double spending reset cooldown
2016-01-26DB/Creature: Blightblood TrollDr-J
Update so these are passive until skeptor of suggestion used on unit.
2016-01-26Core/SAI: Typo fix of 77087db79318443fff1b6fe3c91b55a315c5bf92DDuarte
There's no %b, silly
2016-01-26Core/SAI: Code improvements to SMART_ACTION_RANDOM_SOUNDDDuarte
Warning fixes and extra sanity checks Ref #16376
2016-01-26Core/SAI: added SMART_ACTION_RANDOM_SOUNDLopfest
Closes #16376
2016-01-24DB/Event: Add missing Commoner for Winter Winter VeilKillyana
Update #16129
2016-01-24Core/Creatures: Reset unit flags/dynamic flags on ↵Trisjdc
Creature::SetDeathState(JUST_RESPAWNED)
2016-01-23Merge pull request #16327 from Exodius/BWL-doorMitchesD
Core/Scripts: Change door ID and name in Blackwing Lair
2016-01-23Scripts/Misc: Fix issues reported by static analysisjackpoz
2016-01-23DB/Creature: Add a new extra_flag CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ ↵treeston
(0x00200000) that awards players credit for killing the creature even if less than 50% of damage was dealt by players. This can be used to fix quests such as "Heated Battle" or "If Valgarde Falls..." that are currently very hard to complete at the appropriate level due to "friendly" NPCs killing off the required targets too quickly for players to get 50% of damage in.
2016-01-23Coverity fix for CID 1349782.treeston
2016-01-23DB/Path: Blade of Argus in Bloodmyst IsleKittnz
2016-01-22Core/Spells: Ignore category cooldowns for triggered spells.Shauren
* This fixes weird issues where triggered spell fails because it has the same category as the spell triggering it Closes #15794 Closes #15048 (cherry picked from commit 044edced9a5b8f0a53640bfea4727eb9d38eae7f)
2016-01-22Core/Util: Add a missing includeCarbenium
2016-01-22Rename 2016_01_20_02_world.sql.sql to 2016_01_20_02_world.sqlAokromes
2016-01-21Core/Scripts/DB: remove hardcoded text from 'npcs_dithers_and_arbington'tkrokli
- created DB gossip_menu_option entries for both NPCs - added enum section instead of "magic numbers" in script - replaced core text with pointers to DB text - zone_western_plaguelands.cpp is now cleaned up
2016-01-21Player/Quest: Credit group for gameobject activation if they are in proximity.treeston
2016-01-20Fix warning.treeston
2016-01-20DB/Instance: Black TempleKittnz
- Add formations for Aquesous Lord & Coilskar Sea-Caller - Add Aqueous Spawn, Bonechewer Taskmaster & Dragonmaw Wyrmcaller paths and formations - Update Aqueous Spawn spawn distance and movement type so they randomly roam around
2016-01-20DB: TypoKillyana
2016-01-20DB/Gossip: Add missing npc text to Lorrin FoxfireKillyana
2016-01-20Scripts/ICC/Teleporter: moved gossips to dbjoschiwald
2016-01-19Core/Scripts: Change door ID in Blackwing LairNick
as per 7d454c66f70c19c8ff402fd126392e27700398ba Change the name as well.