Moderator: MacroQuest Developers
Code: Select all
GroupBuff1=Temperance
GroupBuff1AlternateName=tempCode: Select all
/tell bot buff 1 target Code: Select all
/tell bot buff temp target





MQuser1202 wrote: Does this mean there is a way to get these files in a zip package so I do not have to do so much cut and paste? I looked for a link in the messages but did not find one.
Code: Select all
/if (${Macro.Return.Equal["CAST_TOOK2LONG"]}) {
/echo -(( Cast took too long, aborting. ))-
/varset Reason Cast Took Too Long
/goto :ErrorSummon
}
Code: Select all
/if (${Macro.Return.Equal["CAST_TOOK2LONG"]}) {
/echo -(( Cast took too long, retrying. ))-
/goto :ContinueSummon
}