Jump to content

Recommended Posts

Posted

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

  • 1 month later...
Posted
Bump! This is not fixed yet!

problem from first post has been fixed, so topic title has changed to fixed. If there is some other bug, then start new topic

  • 1 month later...
Posted

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;
       }

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