Jump to content

Home

My first Macro... For a medic.


Lord Haine

Recommended Posts

Hey everyone, you might have seen my other post about how im new im SWG, i was wondering if anyone knew a macro for a novice medic, what i want to do is heal this AFK musician, but only after something like 30 seconds, and just be able to leave my pc on overnight doing that. Is that possible?

 

So it would be like

 

/heal

 

wait 30 seconds

 

/heal

 

etc etc

 

But then is it possible to get them to wait when his mind pool runs out and when its full again start this process over again?

 

Thanks everyone. Bye.

Link to comment
Share on other sites

im not sure about the right way to do it, but this is how i would do it..

 

 

/heal;

/pause 30;

/heal;

/pause 30;

/heal;

/pause 30;

/ui action toobarPane01;

/ui action toolbarSlot00;

 

 

 

what you would do is place your macro on your 2nd hotkey pane.. (rem swg uses 00), first slot (this is pane01, slot 00).. this macro would heal/pause 3 times, and then start it self over again.. there is probably an easier way to loop but this is how i built mine awhile back.. its very easy...

 

remember to be sure to captialize the P and S in pane and slot.. should look exactly like i wrote it above.

Link to comment
Share on other sites

It can be easier.

 

Target your entertainer, put this macro on slot 1.

Have a seat close, then hit 1, or F1 depending on your setup.

 

/healDamage;

/pause 30;

/ui action toolbarSlot00;

 

No need for pane changing commands.

When you are out of mind, it won't work. As it regens, it will fire off.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...