Thread: help
View Single Post
12-14-14, 07:26 PM   #1
Fastroc
A Murloc Raider
Join Date: Dec 2014
Posts: 4
Gnome Sequencer

Using Gnome sequencer here is macro
Sequences['Protpally'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
'/castsequence reset=20 Sacred Shield,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike',
'/cast Judgment',
'/cast Holy Wrath',
"/cast Avenger's Shield",
'/cast [@player] Holy Prism',
'/cast Hammer of Wrath',
'/cast Consecration',
PostMacro = [[
/cast Shield of the Righteous
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Now after you save and go into wow you type /macro macro screen comes up you type in macro name in this cause be Protpally. After you hit enter saves macro and in enter macro command box should say
#showtooltip
/cast Protpally
mine shows nothing and macro does work

Last edited by Fastroc : 12-17-14 at 02:48 AM. Reason: better explain
  Reply With Quote