');
document.write('');
var yuipath = 'clientscript/yui';
var yuicombopath = '';
var remoteyui = false;
}
else // Load Rest of YUI remotely (where possible)
{
var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build';
var yuicombopath = '';
var remoteyui = true;
if (!yuicombopath)
{
document.write('');
}
}
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "warmane/misc";
var IMGDIR_BUTTON = "warmane/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "422";
var BBURL = "https://forum.warmane.com";
var LOGGEDIN = 0 > 0 ? true : false;
var THIS_SCRIPT = "showthread";
var RELPATH = "showthread.php?goto=nextnewest&t=346566";
var PATHS = {
forum : "",
cms : "",
blog : ""
};
var AJAXBASEURL = "https://forum.warmane.com/";
var CoTTooltips = {
rename: true,
icons: false,
iconsize: 15,
qualitycolor: true,
overridecolor: {
spells: '#839309',
items: '',
npcs: '#fff',
objects: '#fff',
quests: '#ffb100',
achievements: '#fff'
}
};
// -->
WotLK Macro Hep
Member
Macro Hep
Trying to create a DK macro that casts Howling Blast normally, Death Strike when holding shift, and casts Rune Strike whenever able to
will the following work?
#showtooltip
/cast [nomod] Howling Blast;
/cast [nomod] !Rune Strike;
/cast [mod:shift] Death Strike;
/cast [mod:shift] !Rune Strike;
/run UIErrorsFrame:Clear()
I know there's probably a more efficient way to write it, but will this work? I'm not sure on the semicolons and whether the repeat of [nomod] and [mod:shift] from !Rune strike will work or if it has to be a cast sequence or what.
Somewhat new to macros so any help would be appreciated!
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules