Thread Tools Display Modes
09-02-15, 04:20 PM   #1
jkalb
A Kobold Labourer
Join Date: Aug 2015
Posts: 1
GnomeSequencer-Macro Question

I was wondering if there is a way to add more functionality to my macro. For example, since Plague Leech is the highest priority, is there a way that i can set it so the macro only uses it ONLY when I have 2 runes depleted? Also, cast Obliterate ONLY when Killing Machine is proc'd? I am basically trying to get the macro to do exactly what is suggested on Icy Veins. Here is a link to what I am talking about:

http://www.icy-veins.com/wow/frost-d...owns-abilities


This is the Gnome Macro that I have created:

Sequences['Frost2H'] = {
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]
/cast [nostance: 1] Frost Presence
]],
'/cast Plague Leech',
'/cast Blood Tap',
'/cast Obliterate',
'/cast Howling Blast',
'/cast Plague Strike',
'/cast Frost Strike',
PostMacro = [[
/script UIErrorsFrame:Hide();
]],
}
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » GnomeSequencer-Macro Question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off