This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
New skill bar when entering stealth.
Post Reply
Return to board index
Post by
Bonkbonk
Is it possible with an addon of some sort?
Post by
Kramp
It is with actions bars addons like bartender but I prefer to use macros for Pounce and Ravage like this:
/cast Pounce; Mangle - Cat
With the same keybing, it will use pounce/ravage if I am in stealth or mangle/shred if I am not.
Post by
Sibling2
It's possible using a macro. I did some research on Google and found a rather simple macro, just using this:
/swapactionbar 1 2
/swapactionbar swaps between two action bars. If you're on bar 1, it switches to 2 and vice versa. If you're on an other action bar, say for example 3, it'll swap to the first of the numbers, in this case 1.
Though if you have the smallest bit of lag, and accidentally double click, you'll end up in Cat Form with the wrong action bar. It's an annoying situation, but I guess you eventually learn to use it. I did.
An other command for this is /changeactionbar, where you can use an action bar's number, such as
/changeactionbar 1
This simply changes your action bar to 1 when executed. Simply put a macro with which you can cast Prowl and switch your action bar to 4 would be:
/changeactionbar 4
/cast Prowl
I also found this while searching. I haven't tested this myself, but it could produce interesting results:
/script CURRENT_ACTIONBAR_PAGE=2;
/script ChangeActionBarPage();
If I understood correctly, this when executed brings you to action bar 2. Feel free to toy around with it if you like.
So to simply answer your question, you should maybe try to use a macro like this:
#showtooltip Prowl
/cast Prowl
/swapactionbar 1 4
Or this:
#showtooltip Prowl
/script CURRENT_ACTIONBAR_PAGE=2;
/script ChangeActionBarPage();
/cast Prowl Assuming I understood this latter macro's functionality correct.
Edit: Pardon me if my information is completely off track, I should have been sleeping five hours ago and need to wake up in four.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.