Page 1 of 1

previous target

Posted: Fri Nov 19, 2010 4:04 am
by Deeprave
This one isn't directly MQ related but MQ may have to provide the solution.

I was wondering if there was a console command that would do "previous target", or in fact what either of the EQ bindable commands "Toggle last two targets" or "Toggle target and myself" (found in game under Options, Keys, Target). I've always wanted a /command to do this, but never found one. Maybe I just missed it?

I know this is easy enough to do with an MQ macro, but I want to use this to set quickly /grouproles while another macro is already running. Unfortunately - unless I'm missing something which is always possible - /grouproles seems to work only using your current target, even though you can use the context menu on group members/yourself without needing to target.

Re: previous target

Posted: Fri Nov 19, 2010 4:17 am
by pms
This isn't a bug.

/bind eqlist

/keypress toggle_whatever_the_cool_names_are

Re: previous target

Posted: Fri Nov 19, 2010 4:41 am
by Deeprave
pms wrote:This isn't a bug.
Hmm, could have sworn I was posting in the general/discussion forum. :/
pms wrote: /bind eqlist
/keypress toggle_whatever_the_cool_names_are
Thanks! This will do what I need.