Thread Tools Display Modes
12-25-10, 02:58 AM   #1
Ao-
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 9
Simple Stealth bar for druids ?

Ok so what i'm looking for is an addon that just changes my bar when i go stealth
Originally Posted by Example:
When i go stealth it changes to bar 2, when i leave stealth it changes back to bar 1
does something like that exist already that doesnt mess with anything else on my interface ?
  Reply With Quote
12-25-10, 04:57 AM   #2
Yei
A Deviate Faerie Dragon
 
Yei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2010
Posts: 11
hmmm i thought Bartender could do that but you gotta check that
  Reply With Quote
12-25-10, 04:59 AM   #3
Ao-
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 9
yea it does but that changes my whole ui and i dont want to do that
  Reply With Quote
12-25-10, 08:04 AM   #4
Meatyshield
A Kobold Labourer
Join Date: Apr 2010
Posts: 1
i think you can do that with just a macro
  Reply With Quote
12-25-10, 08:32 AM   #5
Ao-
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 9
yea u can use /changeactionbar but then u have to macro ur stealth skills to change back and if u hit them when the target is out of range u just end up back on bar 1..

thats why i'm looking for an addon that just swaps the bars for u..

i started making one myself and i got as far as detecting when i'm in and out of stealth but i dont know how to change the bar =,(


// Edit.
Solved. Got my code working and I now have a stealth bar without having to use macros!

Last edited by Ao- : 12-25-10 at 09:43 AM.
  Reply With Quote
12-25-10, 10:12 AM   #6
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
http://www.wowinterface.com/download...hBar-Beta.html

^^ Shameless Plug.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
12-26-10, 04:48 AM   #7
Nillerr
A Fallenroot Satyr
 
Nillerr's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2010
Posts: 22
You might be better off macroing your abilities on your bar 1 instead.
You could use macros with stealth modifiers like this:
Code:
#showtooltip
/cast [stealth] Pounce; Shred
It will use Pounce if you are in stealth, and use Shred if you aren't.

That way, you wouldn't have to worry about combat issues.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Simple Stealth bar for druids ?

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