Page 1 of 1

read out debuff stack counter

Posted: Mon Jan 21, 2013 7:59 pm
by C3PO
Hello,

I know how to read out what debuffs my char have, but is it also possible to read out how often the debuff stabled?

Re: read out debuff stack counter

Posted: Mon Jan 21, 2013 9:03 pm
by rock5
Are you saying you want to know how often they update? They update when needed. If you want to make sure they are up to date just use

Code: Select all

player:updateBuffs()
before reading the buff data.

Re: read out debuff stack counter

Posted: Mon Jan 21, 2013 9:25 pm
by lisa
pretty sure he wants the stacks for the debuff but I could be wrong.

It is either .Count or .Level I can't remember which.

Re: read out debuff stack counter

Posted: Tue Jan 22, 2013 3:29 am
by Ego95