previous target

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

Deeprave
a ghoul
a ghoul
Posts: 115
Joined: Sun Jul 11, 2010 9:46 am

previous target

Post by Deeprave » Fri Nov 19, 2010 4:04 am

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.

User avatar
pms
a grimling bloodguard
a grimling bloodguard
Posts: 663
Joined: Mon Jan 31, 2005 5:20 pm
Location: Internet, Earth
Contact:

Re: previous target

Post by pms » Fri Nov 19, 2010 4:17 am

This isn't a bug.

/bind eqlist

/keypress toggle_whatever_the_cool_names_are

Deeprave
a ghoul
a ghoul
Posts: 115
Joined: Sun Jul 11, 2010 9:46 am

Re: previous target

Post by Deeprave » Fri Nov 19, 2010 4:41 am

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.