Thread Tools Display Modes
10/06/18, 10:31 PM   #1
mem5000
Join Date: Oct 2018
Posts: 1
GetUnitBuffInfo question castByPlayer

Hi, im trying to determine if i a debuff i put on a target was cast by me
the ESOUI API website has this:
local buffName, timeStarted, timeEnding, buffSlot, stackCount, textureName, iconFilename, buffType, effectType, abilityType, statusEffectType, abilityId, canClickOff, castByPlayer = GetUnitBuffInfo(unitTag, i)

however, im finding castByPlayer always returns NIL. Has the return values changed in one of the patches or something, or is this information not available?

(problem is, if someone else puts the same DOT on the target that I am, i can't tell who's it is)

can anyone help?
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » GetUnitBuffInfo question castByPlayer

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