Hello. This is an excellent mod, and I'm enjoying it.
I do have a question: is there any way to only show spells that can be interrupted, short of blacklisting every uninterpretable spell in the game (or whitelisting every spell I may wish to interrupt?) Granted, showing all spells in a very obvious position instead of tucked underneath the enemy's health bar has been surprisingly useful, but it still might be handy.
Hello. This is an excellent mod, and I'm enjoying it.
I do have a question: is there any way to only show spells that can be interrupted, short of blacklisting every uninterpretable spell in the game (or whitelisting every spell I may wish to interrupt?) Granted, showing all spells in a very obvious position instead of tucked underneath the enemy's health bar has been surprisingly useful, but it still might be handy.
He recently added the ability to change the color of interruptible castbar spells vs non-interruptible. This makes it very easy to tell what spells can be interrupted.
Hello. This is an excellent mod, and I'm enjoying it.
I do have a question: is there any way to only show spells that can be interrupted, short of blacklisting every uninterpretable spell in the game (or whitelisting every spell I may wish to interrupt?) Granted, showing all spells in a very obvious position instead of tucked underneath the enemy's health bar has been surprisingly useful, but it still might be handy.
That's exactly what black-/whitelisting is for. On top of that, what Jakobud said. :)
been trying to set up an enhancer cd bar-system, to replace Shockandawe, and I've hit a snag. I'm able to do everything I want to do, except track the remaining time left on my Searing Totem (the actual totem, not the debuff on the target, which is obviously easy). Is it possible to track totems with Gnosis, and if not, is it something that will be coming in the future?
been trying to set up an enhancer cd bar-system, to replace Shockandawe, and I've hit a snag. I'm able to do everything I want to do, except track the remaining time left on my Searing Totem (the actual totem, not the debuff on the target, which is obviously easy). Is it possible to track totems with Gnosis, and if not, is it something that will be coming in the future?
Totem durations were clearly missing. Please check out the newest alpha if everything works correctly. The command is
Hey, I absolutely love the customizability of Gnosis, but there seems to be two things that I'm not able to make it do. I'm a hunter and as of late I've been having to trap in raids. The first thing I've been trying to figure out is how to make a bar for a trap's duration. The cooldown on traps is 30 seconds but the duration they hang out on the ground for is 60 seconds. I can't seem to get a bar to appear for 60 after a trap is dropped. The second thing I'd love to have (but am not hopeful there's a way to actually do it) is to make another bar for when a trap is triggered. I'd imagine for accurate results the trapped target would need to by my focus, but even if I could make a bar for the duration the trap is SUPPOSED to last, I'd be happy. Thanks a bunch, and keep it up with a great addon.
Hey, I absolutely love the customizability of Gnosis, but there seems to be two things that I'm not able to make it do. I'm a hunter and as of late I've been having to trap in raids. The first thing I've been trying to figure out is how to make a bar for a trap's duration. The cooldown on traps is 30 seconds but the duration they hang out on the ground for is 60 seconds. I can't seem to get a bar to appear for 60 after a trap is dropped. The second thing I'd love to have (but am not hopeful there's a way to actually do it) is to make another bar for when a trap is triggered. I'd imagine for accurate results the trapped target would need to by my focus, but even if I could make a bar for the duration the trap is SUPPOSED to last, I'd be happy. Thanks a bunch, and keep it up with a great addon.
Please open a ticket for the trap duration part. I currently don't know how to do it, but I'll look into it.
On your second part: If you focus the unit targeted by a trap you can always display the debuff the trap will probably apply. If a trap (or any other effect) is applied on a non-trackable unit (like player, target, focus, raidX, mouseover, ...) there is not much Gnosis can do. This would require extensive combat log parsing with additional tables of various (spell-)effects.
Is there any way to set this addon up to track trinket/talent procs?
e.g. I'd like to have it track my Fury of Angerforge buff duration once I activate the trinket, and also to have it track my Colossus Smash or Enrage buff, if possible.
I'm just not very good at coding addons and have no idea if this is even possible, and if it is, I can not figure out how to tell Gnosis to do so.
Is there any way to set this addon up to track trinket/talent procs?
e.g. I'd like to have it track my Fury of Angerforge buff duration once I activate the trinket, and also to have it track my Colossus Smash or Enrage buff, if possible.
I'm just not very good at coding addons and have no idea if this is even possible, and if it is, I can not figure out how to tell Gnosis to do so.
Those talents/trinkets "proc" normal buffs. Therefore it's easy to track them with Gnosis (using timer bars, not castbars obviously).
Show the trinket buff duration:
buff : buffname (buffname might be "Fury of Angerforge" or something else, just look up the buff's name when using the trinket).
Show the trinket cooldown:
itemcd : Fury of Angerforge
You'll find more information and examples inside Gnosis' description on curse/curseforge.
Thought id just ask here first, before i delve to deep into this, would it be possible as a tank to get castbars with healername, spellname, casttime, targeting me?. Its to make more effective use of cooldowns. To know when and what casting heal spell is going to land, and preferably a guessed amount of how much it will heal. it would normally never be more than about 3-4 castbars at any given moment, so no biggy on screen-space, compared to the info im getting. i fully understand if you wish plead the RTFM. =) /zok
Thought id just ask here first, before i delve to deep into this, would it be possible as a tank to get castbars with healername, spellname, casttime, targeting me?. Its to make more effective use of cooldowns. To know when and what casting heal spell is going to land, and preferably a guessed amount of how much it will heal. it would normally never be more than about 3-4 castbars at any given moment, so no biggy on screen-space, compared to the info im getting. i fully understand if you wish plead the RTFM. =) /zok
What you are describing sounds like a completely specialized addon which would scan for people healing you (or any other selectable unit) and would generate some useful data to be shown to the user. Gnosis is not intended to generate this kind of data.
I've managed to get my buffs/procs to show up, however, since Colossus Smash is a debuff, I now need to know if Gnosis can differentiate between my Colossus Smash and another warrior's?
Hello,
I really like the shadowpriest settings with gnosis that we can see in the first post....
Is there a settings that I could import somewhere plz ?
Regards
I've managed to get my buffs/procs to show up, however, since Colossus Smash is a debuff, I now need to know if Gnosis can differentiate between my Colossus Smash and another warrior's?
Yes it can, just add the keyword "mine". (e.g. debuff mine : Colossus Smash)
Hello,
I really like the shadowpriest settings with gnosis that we can see in the first post....
Is there a settings that I could import somewhere plz ?
Regards
Goto FAQ of Gnosis description -> success :) I might consider uploading my current shadow priest setup (since I'm raiding as shadow finally again), which is a lot fancier and even more full of win than the one shown in the pictures.
I might consider uploading my current shadow priest setup (since I'm raiding as shadow finally again), which is a lot fancier and even more full of win than the one shown in the pictures.
Would you? I think it would be highly appreciated and give a new insight into setting up and customizing Gnosis. Cheers.
Hey there. I found this addon a couple days ago and I have been feverishly creating timer bars.
I started with the export of the sample shadowpriest bar layout that is available as a google doc. Now I'm wondering - all the work i'm doing using the GUI options, and then creating a configuration works great for quickly setting up my bar layouts between classes on different servers, but I have two accounts. I made a configuration for my hunter on account a, and I have a hunter on account b, but all the work I did on account a doesn't exist on account b.
So here's what I'm wondering. Is there a way to export the work I did into a text document so I can simply import it to my second account? or send to friends who love the look but don't have the patience to configure every single feature?
ETA: I think I've found the answer. You can export individual bar settings. I'm going to experiment with this and see if I can work out the rest on my own.
I just started to configure Gnosis for all my toons and I have a quick question about the cooldown tracking.
Is it possible to have it so when a spell is off cooldown, the bar does not disappear and have it displays a warning text that shows "Cast xxxx spell"? Or at the very least have the spell name and bar stay visible? Right now the way it's set up once the spell comes off cooldown the bar just disappears completely and if I wasn't looking I can't tell which spell it was that just became available.
I just started to configure Gnosis for all my toons and I have a quick question about the cooldown tracking.
Is it possible to have it so when a spell is off cooldown, the bar does not disappear and have it displays a warning text that shows "Cast xxxx spell"? Or at the very least have the spell name and bar stay visible? Right now the way it's set up once the spell comes off cooldown the bar just disappears completely and if I wasn't looking I can't tell which spell it was that just became available.
Thanks!
Sure there is.
Example for Mind Blast:
and not cd : Mind Blast
... fixed nfs="Cast f'ing Mind Blast" sbcol="1,0,0" : Mind Blast
cd : Mind Blast
Explanation:
If Mind Blast is not on cooldown the line below "and not cd : Mind Blast" will be executed (the "..." are optional). "fixed" will just display the text provided by the overridden name format string (nfs) using the icon provided by the spell to the right of ":". The status bar color is also overridden with an ugly red.
Otherwise the actual cooldown of Mind Blast will be displayed (with default bar settings).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I do have a question: is there any way to only show spells that can be interrupted, short of blacklisting every uninterpretable spell in the game (or whitelisting every spell I may wish to interrupt?) Granted, showing all spells in a very obvious position instead of tucked underneath the enemy's health bar has been surprisingly useful, but it still might be handy.
He recently added the ability to change the color of interruptible castbar spells vs non-interruptible. This makes it very easy to tell what spells can be interrupted.
That's exactly what black-/whitelisting is for. On top of that, what Jakobud said. :)
been trying to set up an enhancer cd bar-system, to replace Shockandawe, and I've hit a snag. I'm able to do everything I want to do, except track the remaining time left on my Searing Totem (the actual totem, not the debuff on the target, which is obviously easy). Is it possible to track totems with Gnosis, and if not, is it something that will be coming in the future?
Totem durations were clearly missing. Please check out the newest alpha if everything works correctly. The command is
totemdur,additional stuff:1 through 4
e.g. totemdur:1 (for the fire totem I guess)
Please open a ticket for the trap duration part. I currently don't know how to do it, but I'll look into it.
On your second part: If you focus the unit targeted by a trap you can always display the debuff the trap will probably apply. If a trap (or any other effect) is applied on a non-trackable unit (like player, target, focus, raidX, mouseover, ...) there is not much Gnosis can do. This would require extensive combat log parsing with additional tables of various (spell-)effects.
e.g. I'd like to have it track my Fury of Angerforge buff duration once I activate the trinket, and also to have it track my Colossus Smash or Enrage buff, if possible.
I'm just not very good at coding addons and have no idea if this is even possible, and if it is, I can not figure out how to tell Gnosis to do so.
Those talents/trinkets "proc" normal buffs. Therefore it's easy to track them with Gnosis (using timer bars, not castbars obviously).
Colossus Smash cooldown:
cd : Colossus Smash
Colossus Smash buff duration:
buff : Colossus Smash
Show the trinket buff duration:
buff : buffname (buffname might be "Fury of Angerforge" or something else, just look up the buff's name when using the trinket).
Show the trinket cooldown:
itemcd : Fury of Angerforge
You'll find more information and examples inside Gnosis' description on curse/curseforge.
What you are describing sounds like a completely specialized addon which would scan for people healing you (or any other selectable unit) and would generate some useful data to be shown to the user. Gnosis is not intended to generate this kind of data.
I've managed to get my buffs/procs to show up, however, since Colossus Smash is a debuff, I now need to know if Gnosis can differentiate between my Colossus Smash and another warrior's?
I really like the shadowpriest settings with gnosis that we can see in the first post....
Is there a settings that I could import somewhere plz ?
Regards
Yes it can, just add the keyword "mine". (e.g. debuff mine : Colossus Smash)
Goto FAQ of Gnosis description -> success :) I might consider uploading my current shadow priest setup (since I'm raiding as shadow finally again), which is a lot fancier and even more full of win than the one shown in the pictures.
Would you? I think it would be highly appreciated and give a new insight into setting up and customizing Gnosis. Cheers.
I started with the export of the sample shadowpriest bar layout that is available as a google doc. Now I'm wondering - all the work i'm doing using the GUI options, and then creating a configuration works great for quickly setting up my bar layouts between classes on different servers, but I have two accounts. I made a configuration for my hunter on account a, and I have a hunter on account b, but all the work I did on account a doesn't exist on account b.
So here's what I'm wondering. Is there a way to export the work I did into a text document so I can simply import it to my second account? or send to friends who love the look but don't have the patience to configure every single feature?
ETA: I think I've found the answer. You can export individual bar settings. I'm going to experiment with this and see if I can work out the rest on my own.
Is it possible to have it so when a spell is off cooldown, the bar does not disappear and have it displays a warning text that shows "Cast xxxx spell"? Or at the very least have the spell name and bar stay visible? Right now the way it's set up once the spell comes off cooldown the bar just disappears completely and if I wasn't looking I can't tell which spell it was that just became available.
Thanks!
Sure there is.
Example for Mind Blast:
and not cd : Mind Blast
... fixed nfs="Cast f'ing Mind Blast" sbcol="1,0,0" : Mind Blast
cd : Mind Blast
Explanation:
If Mind Blast is not on cooldown the line below "and not cd : Mind Blast" will be executed (the "..." are optional). "fixed" will just display the text provided by the overridden name format string (nfs) using the icon provided by the spell to the right of ":". The status bar color is also overridden with an ugly red.
Otherwise the actual cooldown of Mind Blast will be displayed (with default bar settings).