Jump to content

[fixed] Conflagrate bug


Auntie Mangos

Recommended Posts

I think has something wrong with this spell.

http://img256.imageshack.us/img256/4312/critt.jpg

Screen is done by user with less 2000 SP

Normal server rates.

MaNGOS/0.14.0 (* * Revision 8452 - *) for Linux_x32 (little-endian)
Using script library: ScriptDev2 (for MaNGOS 8443+) Revision [1387] 2009-09-02 09:30:24 (Unix)
Using World DB: PSDB WotLK (246)
Using creature EventAI: PSDB EventAI & ACID 3.0.0

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

at Unit::SpellDamageBonus:

case SPELLFAMILY_WARLOCK:
       {
           // Drain Soul
           if (spellProto->SpellFamilyFlags & UI64LIT(0x0000000000004000))
           {
               if (pVictim->GetHealth() * 100 / pVictim->GetMaxHealth() <= 25)
                 DoneTotalMod *= 4;
           }

+            //conflagrate coef
+            if (spellProto->TargetAuraState == AURA_STATE_CONFLAGRATE)
+                return pdamage;

           break;
       }

Link to comment
Share on other sites

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