Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » Bug Reports » [open] GetUnitBuffInfo <-> GetAbilityBuffType

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off