View Single Post
02/25/16, 07:50 AM   #22
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I changed your addon a bit because it gave no output.

Here is what I got for Deadly Cloak:

Casting it once:
Code:
[14:35:17] Deadly Cloak [40651] gained - type: BONUS - duration: 15
[14:35:32] Deadly Cloak [40651] faded - type: BONUS - duration: 0
Casting it multiple times:
Code:
[14:35:35] Deadly Cloak [40651] gained - type: BONUS - duration: 15
[14:35:40] Deadly Cloak [40651] update - type: BONUS - duration: 15
[14:35:52] Deadly Cloak [40651] update - type: BONUS - duration: 15
[14:36:07] Deadly Cloak [40651] faded - type: BONUS - duration: 0
Throwing the dagger does not trigger any effect.


Grim Focus shows the following output:

Casting it once:
Code:
[14:39:02] Grim Focus [62096] gained - type: NONE - duration: 20
[14:39:02] Minor Berserk [64050] gained - type: BONUS - duration: 20
[14:39:22] Grim Focus [62096] faded - type: NONE - duration: 0
[14:39:22] Minor Berserk [64050] faded - type: BONUS - duration: 0
Casting it twice:
Code:
[14:40:00] Grim Focus [62096] gained - type: NONE - duration: 20
[14:40:00] Minor Berserk [64050] gained - type: BONUS - duration: 20
[14:40:04] Grim Focus [62096] faded - type: NONE - duration: 0
[14:40:04] Grim Focus [62096] gained - type: NONE - duration: 20
[14:40:04] Minor Berserk [64050] faded - type: BONUS - duration: 0
[14:40:04] Minor Berserk [64050] gained - type: BONUS - duration: 20
[14:40:24] Grim Focus [62096] faded - type: NONE - duration: 0
[14:40:24] Minor Berserk [64050] faded - type: BONUS - duration: 0
Attacking an enemy and using the special attack:
Code:
[14:42:40] Grim Focus [62096] gained - type: NONE - duration: 20
[14:42:40] Minor Berserk [64050] gained - type: BONUS - duration: 20
[14:42:41] Grim Focus [62097] gained - type: NONE - duration: 0 -- light attack
[14:42:42] Grim Focus [62097] update - type: NONE - duration: 0 -- light attack
[14:42:42] Grim Focus [62097] update - type: NONE - duration: 0 -- light attack
[14:42:43] Grim Focus [62097] update - type: NONE - duration: 0 -- light attack
[14:42:43] Grim Focus [63970] gained - type: NONE - duration: 20
[14:42:45] Grim Focus [62097] faded - type: NONE - duration: 0 -- special attack
[14:43:00] Minor Berserk [64050] faded - type: BONUS - duration: 0
[14:43:00] Grim Focus [62096] faded - type: NONE - duration: 0
[14:43:00] Grim Focus [63970] faded - type: NONE - duration: 0
The morphs are basically the same:
Code:
[14:46:15] Relentless Focus [62107] gained - type: NONE - duration: 20
[14:46:15] Minor Endurance [62110] gained - type: BONUS - duration: 20
[14:46:15] Minor Berserk [64054] gained - type: BONUS - duration: 20
[14:46:16] Relentless Focus [62108] gained - type: NONE - duration: 0
[14:46:17] Relentless Focus [62108] update - type: NONE - duration: 0
[14:46:18] Relentless Focus [62108] update - type: NONE - duration: 0
[14:46:19] Relentless Focus [62108] update - type: NONE - duration: 0
[14:46:19] Grim Focus [63974] gained - type: NONE - duration: 20
[14:46:20] Relentless Focus [62108] faded - type: NONE - duration: 0
[14:46:35] Minor Berserk [64054] faded - type: BONUS - duration: 0
[14:46:35] Relentless Focus [62107] faded - type: NONE - duration: 0
[14:46:35] Grim Focus [63974] faded - type: NONE - duration: 0
[14:46:35] Minor Endurance [62110] faded - type: BONUS - duration: 0
Code:
[14:48:42] Merciless Resolve [62117] gained - type: NONE - duration: 20
[14:48:42] Minor Berserk [64058] gained - type: BONUS - duration: 20
[14:48:46] Merciless Resolve [62118] gained - type: NONE - duration: 0
[14:48:47] Merciless Resolve [62118] update - type: NONE - duration: 0
[14:48:48] Merciless Resolve [62118] update - type: NONE - duration: 0
[14:48:49] Merciless Resolve [62118] update - type: NONE - duration: 0
[14:48:49] Grim Focus [63978] gained - type: NONE - duration: 20
[14:48:50] Merciless Resolve [62118] faded - type: NONE - duration: 0
[14:49:02] Merciless Resolve [62117] faded - type: NONE - duration: 0
[14:49:02] Grim Focus [63978] faded - type: NONE - duration: 0
[14:49:02] Minor Berserk [64058] faded - type: BONUS - duration: 0
I'll try the Flame Lash in a bit. Need to make a new template char first.