Bio Engineer Archive
Thread: macro help
I use
Macro named: Targetrepeater
/tar an;
/Pause 2;
/macro Targetrepeater
Helpful when your looking for someone as well, like for example in Kashyyyk,
Noone gets spammed, no sitting standing etc and no logging out...
After5CST wrote:This is a simplified version of the macro I currently use. Alarms typically tick for five seconds, and this one fires off CenterOfBeing on the third beep ( third second ), giving me three seconds to get my hands off the keyboard and stand by until it is fired.
Since I frequently use follow, it also stops following (in case it's active), since following a moving target will break CoB 100% of the time.
/CenterOfBeing;
/pause 40;
/alarmAddIn 0 .1 Center of Being;
/pause 2;
/ui action clearCombatQueue;
/pause 0.50;
/stopfollow;
/pause 0.50;
/CenterOfBeing;
/macro LoopCoB;
Do you usually use /follow while attacking? I've never thought of it before. It seems like a good idea for PvP when you've got some sorta marksman running around trying to avoid you're blows. But, it seems like it could be rather annoying when fighting PvE. How long have you used this technique? Do you use it all the time?
/ui action targetGroup0
/ui action targetGroup1
etc
Thanks
DJO-ShadowWarrior wrote:
/ui action targetGroup0
/ui action targetGroup1
etc