Thread Tools Display Modes
01/16/17, 06:18 AM   #1
Hoft
 
Hoft's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 17
Attribute_visual_increased_regen_power

Who knows what is wrong with event ATTRIBUTE_VISUAL_INCREASED_REGEN_POWER?
  Reply With Quote
01/16/17, 11:38 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
There is no event ATTRIBUTE_VISUAL_INCREASED_REGEN_POWER or EVENT_ATTRIBUTE_VISUAL_INCREASED_REGEN_POWER

It is a constant value:
ATTRIBUTE_VISUAL_INCREASED_REGEN_POWER = 3

http://wiki.esoui.com/Globals#UnitAttributeVisual

Some more info please!
What is your usecase, what did you expect and what is not working?
  Reply With Quote
01/16/17, 03:56 PM   #3
Hoft
 
Hoft's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 17
Oh I see! Thank you! It is answers why I have 3 ivent from time to time!
But! This event appears not each time I use ability. Just 30% of all uses. 7-th event, for example, works 100%.
  Reply With Quote
01/16/17, 04:15 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Again: This is NOT an event but a value that a function (maybe a callback function in an event) will show to you.

I'm not sure what you try to achieve. Maybe you can post your source code or give us more details what is not working.
I think you're just missunderstanding it somehow.
  Reply With Quote
01/17/17, 04:02 AM   #5
JoKim
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 7
Maybe you mean to use the event EVENT_UNIT_ATTRIBUTE_VISUAL_ADDED
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Attribute_visual_increased_regen_power

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