GS-E Holy DPS - Legion (Paladin)

Sequences['HolyDeeps'] = {
	specID = 65,
	author = "Draik",
	helpTxt = "Holy DPS levelling macro - 3131123.",
        icon = "Ability_Paladin_InfusionofLight",
	PreMacro = [[
/targetenemy [noharm][dead]    
]],  
'/cast Judgment',  
'/cast Crusader Strike',  
'/cast Consecration',  
'/cast [combat]!Avenging Wrath',  
'/cast !Blinding Light',  
'/cast Holy Shock',
'/cast Divine Protection',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Hello,
I havent tested your macro yet but i will next week:) can you please tell me what the ‘’!, means in front of the spells? like ‘/cast [combat]!Avenging Wrath’, why did you put a ! there,what does it do?

What talents are you using?

@hoakua they are in the helpTxt line

[quote quote=29760]Hello,
I havent tested your macro yet but i will next week:) can you please tell me what the ”!, means in front of the spells? like ‘/cast [combat]!Avenging Wrath’, why did you put a ! there,what does it do?

[/quote]

It took a while to find out as it was a convention that I followed for reasons that I didnt understand. In teh dark ages ! used to toggle an ability on or off eg turning on or off Aspect of the Daze.

Currently (7.0.3) a ! in a macro or sequence does nothing and is ignored. SOrry its taken so long to answer your wuestion I just didnt know.