Thread Tools Display Modes
02/22/18, 10:39 AM   #1
Letho
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 238
[implemented] Track merciless resolve stacks as a buff

Hey Chip,

now that the five stacks from merciless resolve (nightblade ability) do not reset when the buff falls off/is recast, it would make sense to let players track the stacks. Could it be added back to buffs so that EVENT_EFFECT_CHANGED communicates it? Currently it is only possible to make addons 'guess' the stacks by tracking each hit done by a light attack.

Cheers
 
02/23/18, 07:03 PM   #2
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
Have you checked if a dummy effect is being added to the player, counting the stacks?
 
02/24/18, 06:19 AM   #3
Letho
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 238
Yes, I have checked EVENT_EFFECT_CHANGED, GetUnitBuffInfo() and EVENT_COMBAT_EVENT: nothing.
 
02/25/18, 04:47 AM   #4
Letho
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 238
Appareantly this functionality has already been implemented. My event tracing script filtered it out as it's endTime is always equal to it's application time and hence the ability duration will be smaller than 0 as soon as it's applied. Sorry for the inconvenience, I updated the code to catch situations like those :O

-- @Siri: SET TO IMPLEMENTED PLS --
 

ESOUI » Developer Discussions » Wish List » [implemented] Track merciless resolve stacks as a buff

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