I am absolutely HORRIBLE at writing macros and theny usually take significant effort to get working properly (FINALLY got my /castsequence reset=3 Dinvine Plea, Sacred Shield macro to work... after 15 minutes of trying)....... lol

Anyway, here is my specific question (as specific as I can get):

I want to write a one-button /click using the 969 rotation, and I am getting lost with the buttonbar1000344534 numbers... so what are the button numbers for 1-5 on Bartender4 bar 9?

This is the tricky part... I want this as my "cast-sequence"...

  1. Shield of Righteousness
  2. Hammer of the Righteous
  3. Consecration
  4. Holy Shield
  5. Shield of Righteousness
  6. Judgement of Light
  7. Hammer of Righteousness
That rotation lets me front-load my TPS, so that when DPS jumps the gun, I am not wasting GCDs on Hand of Salv or Righteous Defense before I have even started my rotation.

I know that for some here, writing this rotation with the correct notation is like touch-typing (*read:mindlessly simple), but for some reason I can't get the button number correct. If I knew the button numbers would this be correct:
Code:
#showtooltip <--- spam-button
/click magicbutton 1
/click magicbutton 2
/click magicbutton 3
/click magicbutton 4
/click magicbutton 1
/click magicbutton 5
Where each button is the corresponding number above? As anyon 969 button-mashers know... once everything is on cooldown, it doesn't matter what you push... you could use all 4 fingers and mash buttons 1-5 and it wouldn't change a thing.

Second question:
Do I need to put macros for each spell in the "magicbutton" bar, or can I just dual-bind the actual spell (drag it from my spellbook)? I can type "/cast Shield of Righteousness" as a macro, and bind that to the button... but IMO it's easier to just put the spell there. Will that work with a /click, or do I NEED the "/cast" for each button I bind to.

Does this look correct as far as coding and sequence for what I want to do? What would the "reset" be for this? reset=combat? I don't think that would really work correctly for chain-pulls. I try to leave combat as infrequently as possible so that I can keep Divine Plea up. When I am playing with my rl friends, I don't like waiting around, having to tell DPS "Give me 20 seconds for this cooldown". I know they will wait (what choice do they have... I'm the tank)... but you know what I mean.

Does this code look correct? If so, what are the button numbers for "Bar 9" in Bartender4? I am going to bind the spells there, and then disable the bar so that I don't see it. I want to keep the normal spells on my UI for situational needs, and have the /click for button-mashing.

This could have gone into the "newbie" section, but I figured that with all the macro geniuses in this section... it would get a better (and more accurate) response in here.

Thanks