Jump to content

[Dev] Buru Egg Explosion


tyrael

Recommended Posts

In buru script it is need this spells that must 2 3 things:

1. Dmg boss

2. Dmg near pTagets

3. Remove speed aura from boss

                   // Egg Explosion
                   case 19593:                   
                  {
                       if (m_removeMode == AURA_REMOVE_BY_EXPIRE)
                           target->DealDamage(target, target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
                           target->RemoveAurasDueToSpell(1834);
                           target->RemoveAurasDueToSpell(1557);
                       return;
//                       damage = int32(unitTarget->GetMaxHealth() * 6.0f);     // Egg will dmg boss for 6% of his health...radius missing
//                       damage = int32(pTarget->GetMaxHealth() - 500);      // just my guessing that egg will dmg for 500                         
                   }

ToDo:

* Check if creeping plague is resisted by immunity auras

Questions:

1. how can I set the dmg radius for the first part of spell?

Thank you!

Link to comment
Share on other sites

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