Jump to content

[FIX] Diminish Will of the Forsaken


Guest Most_Mangos

Recommended Posts

What bug does the patch fix? What features does the patch add?

Пвп тринкет при использовании не накладивает кд на расовую абилку http://www.wowhead.com/spell=7744, и наоборот...

For which repository revision was the patch created?

10141

Is there a thread in the bug report section or at lighthouse?

none

Who has been writing this fix? Please include either forum user names or email addresses.

Valhalla-Project

@@ -2904,10 +2933,14 @@ void Spell::cast(bool skipCheck)
        {
            if (m_spellInfo->Mechanic == MECHANIC_BANDAGE)  // Bandages
                AddPrecastSpell(11196);                     // Recently Bandaged
+            else if(m_spellInfo->Id == 7744)                // Will of the Forsaken
+                AddTriggeredSpell(72757);                   // PvP trinket Cooldown
            else if(m_spellInfo->Id == 20594)               // Stoneskin
                AddTriggeredSpell(65116);                   // Stoneskin - armor 10% for 8 sec
            else if(m_spellInfo->Id == 71904)               // Chaos Bane strength buff
                AddTriggeredSpell(73422);
+            else if(m_spellInfo->Id == 42292)               // PvP trinket
+                AddTriggeredSpell(72752);                   // Will of the Forsaken Cooldown
            else if(m_spellInfo->Id == 47345)               // Create Dark Brewmaiden's Brew
                AddPrecastSpell(47331);                     // Has Dark Brewmaiden's Brew
            break;

Link to comment
Share on other sites

Translation to english for the rest of us...

"PvP Trinket spell [which removes movement impairing effects and has no cd] should not trigger a cooldown for racial abilities like "Will of The Forsaken" and vice-versa."

This also applies to the Gnome ability, Escape Artist?

Thank you, Most_Mangos, and all the rest at Valhalla-Project for giving back to the community. You're a good example of how it ought to be done. :)

Link to comment
Share on other sites

we applied this patch because right now (on clean core), this two spells (PvP trinket and Will of the Forsaken) doesnt share cooldown, but they should share cooldown - when you use one of this spells, you should not use other spell for some time.

And original author is insider42, not someone from Valhalla project

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use