Jump to content

Recommended Posts

  • 40 years later...
Posted

On the quest http://www.wowhead.com/quest=11989 after using an item spell 50141 need to hang aura 50001:

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 936da2d..d4f03bd 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -2021,6 +2021,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
                    case 48025:                             // Headless Horseman's Mount
                        Spell::SelectMountByAreaAndSkill(target, 51621, 48024, 51617, 48023, 0);
                        return;
+                    case 50141:                             // Blood Oath
+                        // Blood Oath
+                        target->CastSpell(target, 50001, true, NULL, this);
+                        return;
                    case 62061:                             // Festive Holiday Mount
                        if (target->HasAuraType(SPELL_AURA_MOUNTED))
                            // Reindeer Transformation
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 4f8441a..7c3cfec 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -1753,6 +1753,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
                        (spellInfo_2->Id == 23170 && spellInfo_1->Id == 23171) )
                        return false;

+                    // Blood Oath and Blood Oath
+                    if ((spellInfo_1->Id == 50141 && spellInfo_2->Id == 50001) ||
+                        (spellInfo_2->Id == 50141 && spellInfo_1->Id == 50001))
+                        return false;
+
                    // Cool Down (See PeriodicAuraTick())
                    if ((spellInfo_1->Id == 52441 && spellInfo_2->Id == 52443) ||
                        (spellInfo_2->Id == 52441 && spellInfo_1->Id == 52443)) 

All the rest of the quest is realized in the database.

  • 1 month later...
  • 3 months later...
  • 1 month later...
Posted

Perhaps the list by double clicking on the name of the topic.

Or in the same list next to the name topic click on the icon editing.

I have in front of the subject icon is there, but does not rename.

Apparently, the section adopted by the patches it was impossible.

Better to ask other developers.:)

Guest
This topic is now closed to further replies.
×
×
  • 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