PDA

View Full Version : macro target lock


raidenn
11-20-2006, 07:18 AM
I usually have an equip macro and when you use it, you lose target lock on the mob, how do you fix this?

Mhurron
11-20-2006, 07:30 AM
You can hit the * key to lock on again or /lockon command.

raidenn
11-20-2006, 07:31 AM
No way to include it in the macro?

Mhurron
11-20-2006, 08:31 AM
/lockon would work in a macro. It will lock on to your current target.

IfritnoItazura
11-24-2006, 04:35 AM
How to lose target with equip change blink:
/equip main "Ice Staff"
/ma "Paralyze" <t>

How to hit target before equip change blink:
/ma "Paralyze" <t>
/equip main "Ice Staff"