Moderator: MacroQuest Developers


What macro are you using, anyway? From RaidDruid/AutoBot:abaker1984 wrote:Lots of interesting things stand out by taking this route. I posted the initial question at work on my cell so couldn't troubleshoot but working on it now.
Thanks for a point in the right direction
Code: Select all
/if (${ChatText.Find[follow]} && ${Sender.NotEqual[${Me.CleanName}]}) {
/if (${ChatText.Arg[2].Length} && ${Spawn[pc ${ChatText.Arg[2]}].ID}) /varset FollowGuy ${Spawn[pc ${ChatText.Arg[2]}].ID}
/if ((!${ChatText.Arg[2].Length} || !${Spawn[pc ${ChatText.Arg[2]}].ID}) && ${Spawn[pc ${Sender}].ID}) /varset FollowGuy ${Spawn[pc ${Sender}].ID}
/dismount
/target id ${FollowGuy}
/delay 1s ${Target.ID}==${FollowGuy}
/squelch /stick hold uw
/varset FollowOn TRUE
/if (${MakeCamp.Status.Equal[ON]}) /makecamp off
}Code: Select all
/call DoMelee
/if (!${RDPause} && ${FollowOn} && ${Spawn[${FollowGuy}].ID} && ${Spawn[${FollowGuy}].Distance}>${LeashDistance} && !${Me.Moving} && !${Melee.Combat}) {
/target id ${FollowGuy}
/delay 1s ${Target.ID}==${FollowGuy}
/squelch /stick hold uw
}
/if (${Stick.Status.Equal[ON]} && !${Me.Moving} && ${FollowOn} && ${Spawn[${FollowGuy}].ID} && ${Target.ID}!=${Spawn[${MATarget}].ID} && ${Spawn[${FollowGuy}].ID} && ${Spawn[${FollowGuy}].Distance}<${LeashDistance}) /call AutoSit
/returnCode: Select all
/if (${ChatText.Find[stop]}) {
/squelch /stick off
/varset FollowOn FALSE
/varset FollowGuy 0
/if (${Melee.Combat}) {
/timed 5 /attack off
/varset MATarget 999999
}FUCKING MONGORIANS!Maskoi wrote:The last patch I had all kinds of weirdness on my rogue and bard with mq2moveutils. it seems to have fixed itself in this patch.





