');
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?t=460341";
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'
}
};
// -->
Why isn't this macro working?
Member
Why isn't this macro working?
/cast [target=party1] Remove Curse
/cast [mod:shift, target=party2] Remove Curse
I wanted to make a macro where clicking normally it casts the spell on party1 and clicking with shift it casts the spell on party2. But it doesn't work, it always casts only on party1, the first teammate except me, in both cases with or without shift.
Ideas?
Forum Veteran
Have you tried swapping the lines?
Member
what do you mean with swapping the lines?
I tried also /cast [mod:shift,@party2] but still it doesn't work
QA Team
Because you wrote it wrong, conditionals go first and if it fails because there is nothing to dispel it won't continue. You're not seeing the error because you have error messages disabled I guess.
/cast [mod:alt][mod:shift, @party2][@party1]Remove Curse
Member
Forum Veteran
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