Jump to content

Shattered Barrier, Permafrost, Frostfire bolt


Recommended Posts

  • 2 months later...
Posted

for shattered barrier try this

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 9d3a5a7..fe713a4 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6501,8 +6501,8 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
                        if ((*itr)->GetSpellProto()->SpellIconID == 2945)
                        {
                            cast_at_remove = true;
-                            // first rank have 50% chance
-                            if ((*itr)->GetId() != 44745 || roll_chance_i(50))
+                            // 1st rank have 50% chance, 2nd 100%
+                            if (((*itr)->GetId() == 44745 && roll_chance_i(50)) || (*itr)->GetId() == 54787)
                                spellId1 = 55080;
                            break;
                        }
@@ -6510,6 +6510,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
                }
                else
                    return;
+                break;
            }

            switch(GetId())

Posted

Have you any proof ?

You should write some calculs with an ungeared player and compare with theorical formulas.

Maybe some spell damages are low but you have to show it before saying "PLZ UP DMG LOL"...

  • 1 month 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