SWG Macro: Bybassing the cloner timer
Posted: July 10th, 2008, 5:29 am
This can be handy if you want you need to wait dead for a quest reward etc and it can take to long time to drive back and there is no medic in the area to rez you. Also handy for having an alt watching over any static pvp bases or just watching out for the hand in restuss.
Create a macro named "anticlone" which fires off your ui action, I use the following:
/ui action toolbarSlot00;
/pause .4;
/ui action toolbarSlot01;
/pause .4;
/ui action toolbarSlot02;
/pause .4;
/ui action toolbarSlot03;
/pause .4;
/macro anticlone;
Note: you can rename the macro, but then you will have to make the last line match the macro name.
Have 4 fireable specials in those 4 toolbar slots.
Fire off the macro before you die, but I'm pretty shure that it works aswell after you die.
You can check if this works by creating the macro, putting 4 firable commands in the first 4 spots, dieing and waiting 5 minutes. You will notice that the timer never goes down to 25minutes but constantly refreshes at 30.
Create a macro named "anticlone" which fires off your ui action, I use the following:
/ui action toolbarSlot00;
/pause .4;
/ui action toolbarSlot01;
/pause .4;
/ui action toolbarSlot02;
/pause .4;
/ui action toolbarSlot03;
/pause .4;
/macro anticlone;
Note: you can rename the macro, but then you will have to make the last line match the macro name.
Have 4 fireable specials in those 4 toolbar slots.
Fire off the macro before you die, but I'm pretty shure that it works aswell after you die.
You can check if this works by creating the macro, putting 4 firable commands in the first 4 spots, dieing and waiting 5 minutes. You will notice that the timer never goes down to 25minutes but constantly refreshes at 30.