Jump to content

[question] About Periodic Aura Log


Recommended Posts

Posted

I've tried succesfully to get periodic auras working after casters death but one thing is still not working, when caster is relleased and in ghost form, aura wearer doesnt see combat log, this part doesnt work when 'this' is relleased. Do somebody know why?

WorldPacket data(SMSG_PERIODICAURALOG, (21+16));// we guess size
                       data.append(pVictim->GetPackGUID());
                       data.append(GetPackGUID());
                       data << uint32(spellProto->Id);
                       data << uint32(1);
                       data << uint32(mod->m_auraname);
                       data << (uint32)pdamage;
                       data << (uint32)spellProto->School;
                       data << (uint32)absorb;
                       data << (uint32)resist;
                       SendMessageToSet(&data,true);

Posted

[5709] will propably ahve this problem because it implement it as I did.

Bug: When DoT is ticking on target and caster is in state of Ghost (released from corpse), both target and caster doesnt receive combat log datas.

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