Jump to content

kich0

Members
  • Posts

    144
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by kich0

  1. SpelllAuras.cpp

    @@ -6552,6 +6552,10 @@ void Aura::PeriodicTick()
                    pdamage = pCaster->SpellDamageBonus(m_target, GetSpellProto(), pdamage, DOT, GetStackAmount());
    
    +                  // Death Knight Diseases AP Bonus
    +                 if (GetSpellProto()->Id == 55095 || GetSpellProto()->Id == 60950)
    +                     pdamage+=pCaster->GetTotalAttackPowerValue(BASE_ATTACK)*0.055;
    +
    // Curse of Agony damage-per-tick calculation
    if (GetSpellProto()->SpellFamilyName==SPELLFAMILY_WARLOCK && (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000400)) && GetSpellProto()->SpellIconID==544)
                    {
    

  2. Sorry about that last post Moderatos and Administrators, i didnt know it wasnt allowed that is why i said tell me if im not allowed

    If im allowed can i ask Whats is ScriptDev2/ACID and mtmaps and what are the benefits

    Thank you all for the great support!

    SD2 and ACID (EventAI) are both scripting projects for MaNGOS

×
×
  • 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