Doctor Archive

Thread: Help on looping a macro

HikuGroundwalker
Wed Nov 19, 2003 9:07 am
#1

I have a crafting macro using 4 crafting stations. How do I get it to loop is there a specific command to put in the end of the macro?



________________________________________________________________________________
Hiku Groundwalker ~Master Bounty Hunter~
Zachariah D'ai ~Jedi Nub~
Dwiwi
Wed Nov 19, 2003 12:44 pm
#2

Wotg,


This seems to work. I am assuming you added the macro icon to your toolbar already. If so, at the end of the macro, put in the /ui command that corresponds to the button. It will automatically execute itself again.


You next question will be how do you stop it? The answer to that one is the command /dump.


-Dwiwi


Master Doctor/Novice CH/Carbiner

sopublic
Wed Nov 19, 2003 5:52 pm
#3

The easiest way is to use the /macro <macro name> command.



I.e. Your macro is for healing every 20 seconds.


Macro Name


ConstantHeal


Macro Text


/healDamage;


/pause 20;


/macro ConstantHeal;



And as the previous poster stated... use the /dump command to get it to stop.



Dr. Fesa Thralkii


Master Doctor - Corbantis





CebotvTyzenvDostinvMarlom@Parvec
Smuggler Jedi Knight Medic Architect/Shipwright/Merchant/Engineer
Privateer Rebel Ace Mos Quito, Tatooine

Spice, Loot, and Mustafarian Vendors in Mos Quito Mall
Running Player Bounties on Naritus since 9/2003
BHG Frequently Asked Questions

MadisLylen
Thu Nov 20, 2003 8:05 am
#4

I generated a macro last night using the standard setup but I made it into a button. One of the steps in the macro was to use that button in the toolbar for the macro, something like this:


/ui action tollbarSlot 01


/selectDraftSchematic 01


/pause 6


/nextCraftingStage


/nextCraftingStage


/ui action toolbarSlot 02


In slot 02 I would have this button for the macro so it would start over. Don't use this macro its not exactly what I used, not even sure if that one would work. But to stop the macro I would just drag the macro button to another slot. I actually had 4 stations going so when I dragged the button I had to wait for the cycle to end. I know about the /dump command but it was easier just to drag the button for me plus I never had to type anything it was all mouse clicks.



Also the /nextCraftingStage wasnt working anyone had this or know what would be wrong. I would insert the components but it wouldnt advance. i had to use the <enter> key.



Madis Lylen


Scylla

Page 1 of 1
Previous Next