Jump to content

[dev] Aura 293


kbz

Recommended Posts

Hello, fellow developers

i started working on the implementation of aura 293 but im lacking data from live servers, could anyone help me with some data regarding this?

spells that use this aura are:

70877 - frenzied bloodthirst @ Blood-queen Lana'thel (Icecrown Citadel)

66904 - Hammer of the Righteous @ Eadric the Pure (Trial of the Champion)

if anyone could provide sniff data bout these spells would help me greatly

im looking for a possible message from server->client which calls an action bar swap (i already mapped the abilities by reading an unused till now DBC)

Regards,

kb_z

Link to comment
Share on other sites

even tho thats almost the same idea, in MaNGOS core there isnt something like "addtempspells" (even tho implementing that part isnt that hard), im just trying to do it the right way (however i could say code from trinity and my arent that different actually... maybe there isnt a better way to implement that?)

Link to comment
Share on other sites

its a different way Trinity implemented shapeshift-specific spells (these that come with a prefedined spellbar in dbc)

MaNGOS simply uses

((Player*)target)->addSpell(ssEntry->spellId[i], true, false, false, false);
((Player*)target)->removeSpell(ssEntry->spellId[i], false, false, false);

to achieve the same result so you should use it instead of AddTemporarySpell

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