Code: Select all
${Me.Inventory[Head].Augs} == 5Code: Select all
${Me.Inventory[RightFinger].Augs} == 2Code: Select all
/declare i int local
/if (${Target.ID} && ${Target.BuffCount) {
/for i 1 to ${Target.BuffCount}
/echo ${Target.CleanName} has ${Target.Buff[${i}]} on them.
/next i
}Code: Select all
${Me.PetBuff[${Me.PetBuff[Levitation]}].BuffDuration}