Age | Commit message (Collapse) | Author |
|
- 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
|
|
Updates #4841
|
|
|
|
(PR #16384)
|
|
Fix Coverity issue id 1022474
|
|
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.
|
|
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.
|
|
|
|
Player/Quest: Fix GO group credit
|
|
Unit/CalcAbsorbResist: Sanctified Wrath should pierce absorb effects
|
|
3.3.5-base (PR #16152)
|
|
3.3.5-base (PR #16276)
|
|
Looting/Group: Do not display looter in tooltip when FFA loot is enabled
|
|
engineering/leatherworking specs possible!
|
|
Core/Script: fix bug that prevent double spending reset cooldown
|
|
There's no %b, silly
|
|
Warning fixes and extra sanity checks
Ref #16376
|
|
Closes #16376
|
|
Creature::SetDeathState(JUST_RESPAWNED)
|
|
Core/Scripts: Change door ID and name in Blackwing Lair
|
|
|
|
(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.
|
|
|
|
* 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)
|
|
|
|
- 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
|
|
|
|
|
|
|
|
as per 7d454c66f70c19c8ff402fd126392e27700398ba
Change the name as well.
|
|
|
|
|
|
blank text to players after buffing them
Closes #12697
Closes #16300
|
|
Fixes -Winconsistent-missing-override
|
|
Relax const uses in BossBoundaryEntry so the compiler can generate proper
copy assignment operator (error C2582: 'operator =' function is unavailable in 'BossBoundaryEntry')
Also renamed its members to match our coding standards
(public members should be UpperCamelCase)
|
|
|
|
- Stop tools from complaining about leaks.
- Also, list -> vector.
- Fix an ambiguous constructor warning.
- Fix a bug with Gormok and Sindragosa (Fixes #16280).
|
|
|
|
cancelling properly in certain conditions
|
|
|
|
Script for Npc Torch Tossing Target_Bunny_Controller, responsable for handle the targets rotation for Midsummer Fire Festival quest, Torch Tossing.
|
|
|
|
|
|
- Rewrite pretty much the entire encounter code
- Get rid of ugly define ugliness
- Sniffed waypoints
- Blizzlike timings
- Missing emotes
|
|
|
|
|
|
|
|
- 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.
|
|
- 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
|
|
|