');
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 = "s=d6de3e400af87edc173802ae2b85c6c6&";
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?p=2559248";
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'
}
};
// -->
Advanced Macro guide - Page 2
Banned
You can do more things with castsequence. Such as multitarget sequence
/castsequence [@party2] reset=target/mod/5 0, Blessing of Kings
/castsequence [@party1] reset=target/mod/5 Blessing of Kings,n
/castsequence [@arena2] reset=target/mod/5/combat 0, Corruption
/castsequence [@arena1] reset=target/mod/5/combat Corruption,n
Using spell 'Auto Attack' can change your target in castsequence
Member
Needed this one for Wotlk. And thanks, equip by bag slot works perfectly :P
np! happy to help :)
Member
/castsequence [@arena2] reset=target/mod/5/combat 0, Corruption
/castsequence [@arena1] reset=target/mod/5/combat Corruption,n
Using spell 'Auto Attack' can change your target in castsequence
This is pretty interesting! I was working with the following macro till now :D
/target [@focus]
/targetlasttarget
/focus
/targetlasttarget
Basically it swaps between focus and target. Useful for 2s since that's what i do most of the time :P
However I will check out your method. The only problem I see with this is that my macros have too many spells in each button and adding those conditions will make the macros too complex :D
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