1. #1

    Weakauras- Voidform stack

    Hello guys,

    I trying make insanity bar with custom text (stack of voidform), but i dont know how :/. I found this code:

    Code:
    function() 
        return stackCount(194249) 
    end
    but this does not work.

  2. #2
    http://wowprogramming.com/docs/api/UnitBuff
    Code:
    function()
       local _, _, _, voidStacks, _, _, _, _, _, _, _= UnitBuff("player",GetSpellInfo(194249));
       return voidStacks;
    end
    Last edited by bambule; 2016-10-29 at 08:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •