.Duration will work if you use a number, but it only shows the spells original duration, not the time remaining ${Me.PetBuff[${Me.PetBuff[Augment Death]}].Duration} not that it will help you any, but its in there. ${Me.PetBuff[Name]} returns an integer, ${Me.PetBuff[Number]} returns a string. you ne...