Oh, that much is easy.
2) Make the buttons that change bar 9 just always turn on bar 9 and turn off bar 10; and vice versa.
1) Set a wait to disappear the bar after a few seconds
I might also add the waits with display off into your job buttons to refresh the timer, so if you pick DRK but you meant PLD, it doesn't close on you as you're about to click PLD.Code:// Tank /hotbar copy JOB # share 9 /hotbar display 9 on /hotbar display 10 off <wait.15> /hotbar display 9 off // Rangers /hotbar copy JOB # share 10 /hotbar display 9 off /hotbar display 10 on <wait.15> /hotbar display 10 off