View Single Post
12/26/19, 04:13 AM   #1
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
[open] GetUnitBuffInfo <-> GetAbilityBuffType

Figured out an inconsistency of two parameters. One is a string, the other a number:

- correct buffType
GetAbilityBuffType(number abilityId)
Returns: number BuffType buffType

- wrong buffType
GetUnitBuffInfo(string unitTag, number buffIndex)
Returns: string buffName, number timeStarted, number timeEnding, number buffSlot, number stackCount, textureName iconFilename, string buffType, number BuffEffectType effectType, number AbilityType abilityType, number StatusEffectType statusEffectType, number abilityId, boolean canClickOff, boolean castByPlayer

Ticket# 191226-000671

Last edited by Scootworks : 06/15/20 at 08:39 AM.
  Reply With Quote