No tooltip until macro starts.

Using gnome sequencer my macro always shows a question mark until I start the macro. Then it cycles fine.

I was curious if this is just the nature of the addon or if I’m making a mistake. If it’s a mistake, I’ll go to my computer and grab the macro. Thanks for anyone’s help and thank you for the great site.

local _, Sequences = ... -- Don't touch this

Sequences['FURY'] = { 
PreMacro = [[
/use [help]intervene
/stopmacro [help]
/targetenemy [noharm][dead]
/cast [combat]Berserker Rage
/cast [combat]Enraged Regeneration
/cast [combat]Die by the Sword
/cast [combat]recklessness
/cast [combat]Rallying Cry
/cast [combat] Bloodbath
/cast charge
]],
'/cast [combat]Raging Blow',
'/cast [combat]Bloodthirst',	
'/cast [combat]Victory Rush',
'/cast [combat]Dragon Roar',
PostMacro = [[
/startattack [combat]
/use [combat]13
/use [combat]14
/use [combat]Oralius' Whispering Crystal
/script UIErrorsFrame:Clear() 
]],
}

Sounds like you just didn’t choose an icon when you made the in game macro and it defaults to the question mark, type /m check the macro and add an icon.

Yeah, not really looking to do that as I’d like to see the rotation items.