Jump to content

Alternate to buff condition


Ohren

Recommended Posts

Sometimes buff checks don't work (Crimson Scourge for Blood DKs and Dream of Cenarious for Druids). Here is a workaround that fixes that..

 

Instead of using a buff condition, use LUA script.

name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId= UnitAura("player", "BUFF_NAME");retV = count;

Return value var needs to be retV and return value research needs to be 1.

 

Simple as that.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...