Jump to content

[question] About Periodic Aura Log


Guest freeganja

Recommended Posts

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

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