1. #1

    Whats wrong with my [ROGUE] macro

    Ok I have found a work around with
    /script ChangeActionBarPage(2);
    /cast Shadow Dance

    and then put all shadow dance abilities into action bar 2.

    But now i have another question.

    Is it possible to add this:
    /script ChangeActionBarPage(1);
    into a [stance:0] macro, so that it changes the bar back to regular when i spam the button out of dance?
    Last edited by Elyo; 2012-11-08 at 09:51 PM.

  2. #2
    You can't call ChangeActionBarPage(x) while in combat but
    Code:
    /changeactionbar X
    can be used while in combat.
    This should work:
    Code:
    /changeactionbar [stance:0] 1
    /changeactionbar [stance:3] 2

  3. #3
    Quote Originally Posted by sshika View Post
    You can't call ChangeActionBarPage(x) while in combat but
    Code:
    /changeactionbar X
    can be used while in combat.
    This should work:
    Code:
    /changeactionbar [stance:0] 1
    /changeactionbar [stance:3] 2
    Thanks for reply. i will give it a try

Posting Permissions

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