1. #1
    Deleted

    [Question] Option to show an other spellbar after using a spell?

    Hi there,

    Im curious if its possible to show an other action bar as my main action bar, after i popped a spell for a certain amount of time?

    Here is the case:

    I'm a Feral druid and new to its talent tree, therefore new to the spell "king of the jungle" , this spell allows me to use spells wich require stealth, when in in combat and let me use prowl in combat.

    My main bar is already binded with modifiers, shift and alt, so there is little space left for stealth required spells combined in my mainbar!

    My question is : " is it possible to replace my mainbar with a other bar that shows me my main spells + some stealth spells, right after i popped the spell "king of the jungle" or when i hit a that certain button that its binded on?

    Thanks for the effort , and i hope to hear from you soon!


    PS. if its not possible how you fellow druids handle this spell without loosing a smooth UI

    ---------- Post added 2012-09-10 at 11:09 PM ----------

    Im using Bartender 4!

  2. #2
    Deleted
    You could try a macro like this.

    Code:
    #showtooltip Incarnation: King of the Jungle
    /cast Incarnation: King of the Jungle
    /changeactionbar [actionbar:1] 2; 1

    When activated, this macro will change your main bar ("bar 1") to bar 2. When pressed again, it will change you main bar back to "bar 1" from "bar 2". So you could use action bar 2 for all your spells that you want to use while King of the Jungle is active.

    Hope that helps.

  3. #3
    Deleted
    Hi Deathloc,

    I tried your macro, changed the actionbar 2 too 5 ( because actionbar 2 is already in use for other spells ) but when i activate the macro, my action bar wont change!
    So still no progress!

    Thanks for your reply, and hopefully my problem will solve quickly!

  4. #4
    I think you need some kind of check on the #showtooltip and /cast, like

    Code:
    #showtooltip [actionbar:1] Incarnation; King of the Jungle
    /cast [actionbar:1] Incarnation; King of the Jungle
    /changeactionbar [actionbar:1] 2; 1
    Give that a whirl.
    Moo.

  5. #5
    Deleted
    Nope still no result!
    i Guess it aint possible, need to look for an other option!

    unless you guys got the right answer ofcourse xD!

    Thanks for the efford!

  6. #6
    Deleted
    Quote Originally Posted by Eenvoorallen View Post
    Nope still no result!
    i Guess it aint possible, need to look for an other option!

    unless you guys got the right answer ofcourse xD!

    Thanks for the efford!

    I am sure this can be done with bartender or domino's addon let me have a play

    found it.

    try this *worked on my warrior*

    *Edit fixed typo and added the macro*
    Code:
    #showtooltip King of the Jungle
    /cast King of the Jungle
    /swapactionbar 1 5
    however you may want to also create another macro on your stealth bar to switch back to bar 1

    Code:
    #showtooltip shred 
    /swapactionbar 5 1
    /cast shred
    Hope this helps. This has been tested on rogue, warrior and druid and works for all 3 (spells changed obviously)
    Last edited by mmoc9c3f06d778; 2012-09-14 at 11:16 AM. Reason: this one works with default ui

  7. #7
    Deleted
    Thanks this looks promising!

    When i have the time i will try this and will inform you guys!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •