Moderator: MacroQuest Developers
Are you able to watch the MQ2 window and get a line number where the macro locks?mesthead wrote:could someone please post a working version.
i have tried the first page and done the global replaces in all possible combinations.
i still cannot get the macro to not lock up when i execute it.
i deleted every MQ 2 file I had and re downloaded re installed and it still locks up instantly after initializing on the MT.
mest
Code: Select all
/for gmember 0 to ${Group}Code: Select all
/for gmember 0 to ${Group.Member}Code: Select all
/for gmember 0 to ${Group.Members}Code: Select all
${Group}

Code: Select all
/declare DefaultMT string outer <tanknamehere>
Code: Select all
/if (!${Target.ID}) {
/varset tanknameid ${DefaultMT}
/varset tankclass ${Target.Class.Name}
} else {
/varset tanknameid ${Target.ID}
/varset tankclass ${Target.Class.Name}
}