IzZaGod 0 Report post Posted March 30, 2017 Does prowling in cat form not have it's own action bar? I can't seem to figure out a way to get it. I use an action bar add on called zbar so I'm hoping it's not because of that. 0 Share this post Link to post Share on other sites
Mahtan 15 Report post Posted March 30, 2017 (edited) Prowling has it's own action bar in the standard user interface. Edit: I am wrong of course, did not understand that the OP means Prowl and not Cat Form. Sorry ;) Edited March 30, 2017 by Mahtan 0 Share this post Link to post Share on other sites
PrioR 0 Report post Posted March 30, 2017 seems you play another game. I do not have an own action bar for prowl. if i rember right the addon prowler does this. 0 Share this post Link to post Share on other sites
IzZaGod 0 Report post Posted March 30, 2017 4 minutes ago, PrioR said: seems you play another game. I do not have an own action bar for prowl. if i rember right the addon prowler does this. Oooh ima have to get that add on then. Tx! 0 Share this post Link to post Share on other sites
Mahtan 15 Report post Posted March 30, 2017 (edited) Edit, misunderstood the post Edited March 30, 2017 by Mahtan 0 Share this post Link to post Share on other sites
gotmilk0112 10 Report post Posted March 30, 2017 Yeah, druids do not get a stealth bar, only rogues do. 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted March 30, 2017 You do get a cat form bar, but not another one when stealthed. I'd recommend using macros to save action bar space (unstealthed shred, stealthed ravage for example). 0 Share this post Link to post Share on other sites
Mahtan 15 Report post Posted March 30, 2017 1 hour ago, Lorilay said: You do get a cat form bar, but not another one when stealthed. I'd recommend using macros to save action bar space (unstealthed shred, stealthed ravage for example). Can you share that Shred/Ravage macro, please? It's a great idea! 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 30, 2017 a couple of posts with nice macros https://forum.elysium-project.org/topic/34310-powershift-macro/ https://forum.elysium-project.org/topic/35717-druid-feral-macro-help-cast-not-gonna-work/ 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted March 30, 2017 1 hour ago, Mahtan said: Can you share that Shred/Ravage macro, please? It's a great idea! Quote /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Ability_Ambush")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Ravage");else c("Shred");end; 0 Share this post Link to post Share on other sites
IzZaGod 0 Report post Posted March 30, 2017 Wow, I'm getting more than i asked for with some macros too. Thank you! 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 30, 2017 @Lorilay please avoid using Quote instead of Code for macros, it's hard to quote you post. I just wanted to clarify that using `strfind(UnitBuff("player",i),"Ability_Ambush")` is not totally safe, it check just the texture path and it's ambiguous (e.g., Shadowmeld has the same texture). 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted March 30, 2017 And yet it still works :P 0 Share this post Link to post Share on other sites
Oakenlix 79 Report post Posted March 30, 2017 3 hours ago, WobLight said: @Lorilay please avoid using Quote instead of Code for macros, it's hard to quote you post. I just wanted to clarify that using `strfind(UnitBuff("player",i),"Ability_Ambush")` is not totally safe, it check just the texture path and it's ambiguous (e.g., Shadowmeld has the same texture). Well, you aren't gonna be shredding anything while shadowmelded in the caster form, so I guess it works well enough. 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 31, 2017 (edited) 14 hours ago, Oakenlix said: Well, you aren't gonna be shredding anything while shadowmelded in the caster form, so I guess it works well enough. that was just an example, of course shadowmeld and cat form are exclusive, so you're not going to notice it in common usage, but there may be other items or quest related buff using that texture. Anyway, it was more a general note on its usage, stealth texture is not that common but other buff/debuff are. EDIT: It could be messy for night elf rogues Edited March 31, 2017 by WobLight 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted March 31, 2017 I'll worry about that when night elf rogues get ravage and shred. 0 Share this post Link to post Share on other sites
Mahtan 15 Report post Posted March 31, 2017 Just as a side note for silent readers: There are several versions of Prowler out there. Some versions pack Prowler, IsMounted and DeShift together, but only Prowler and IsMounted are necessary together due to dependencies in Prowler 1.7c. I also want to point out that Prowler must be activated in the menu you reach with /prowler, make sure that "Prowler enabled" is green and not red. Yes, it took me 10 minutes of wasted time to figure that out! xD 0 Share this post Link to post Share on other sites
szuszak 2 Report post Posted April 1, 2017 also try addon called doctor druid 0 Share this post Link to post Share on other sites