Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns information about raid buffs for the player.

buffmask, buffcount = GetRaidBuffInfo()

Returns[]

buffmask
number - Bit mask of currently active raid buffs.
buffcount
number - The maximum number of raid buffs your current raid can provide.

Details[]

  • Every bit in the buffmask represents one of the 8 raid buffs. It is set to 1 if the buff is currently active and set to 0 otherwise. The order is the following, beginning with the first bit: Stats, Stamina, Attack Power, Attack Speed, Spell Power, Spell Haste, Critical Strike, Mastery.

Patch changes[]

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also[]

  • GetRaidBuffTrayAuraInfo
Advertisement