Jedi Archive
Thread: are your macros working?
Page 1 of 1
Urae
Fri Sep 02, 2005 11:25 am
#1
I had my speed macro keep stoping on me. Is anyone having this problem? Im I doing something wrong?
Here is my simple macro
/forcespeed self;
/pause 361;
/macro speed;
/pause 361;
/macro speed;
Any advice?
Radiance_37k
Fri Sep 02, 2005 11:30 am
#2
Maybe it get's put in the queue, but then you press another button, cancelling the macro?
Anyway, the very few macro's I have, I let them just /echo that in 5 seconds the specific buff or whatever is stopping... then I can press that one-time-run macro again... I like to be more incontrol than looping macros allow... But that may just be me...
Anyway, the very few macro's I have, I let them just /echo that in 5 seconds the specific buff or whatever is stopping... then I can press that one-time-run macro again... I like to be more incontrol than looping macros allow... But that may just be me...
Kovec
Fri Sep 02, 2005 11:30 am
#3
Urae wrote:I had my speed macro keep stoping on me. Is anyone having this problem? Im I doing something wrong?Here is my simple macro/forcespeed self;
/pause 361;
/macro speed;Any advice?
make a new one.
Urae
Fri Sep 02, 2005 11:42 am
#4
Make a new one because????? Or do I need to make changes to the macro?
Kovec
Sat Sep 03, 2005 12:02 am
#5
you usually just need to make a new macro with the same text and everythin' in it and it works just fine. try it and see!
KeeferKman
Sat Sep 03, 2005 12:03 am
#6
Urae wrote:
Make a new one because????? Or do I need to make changes to the macro?
Let me clarify, Urae, my brother.... The speed bug is where they create macros to artificially eliminate the cooldown timers and gain an advantage over peeps who are just trying to play it was intended.
Alexilonni
Sat Sep 03, 2005 12:04 am
#7
Try taking out the word "self" in your first line. You cannot apply this enhancement to another player, so that is probably the command in your macro that is invalid.
/forcespeed;
/pause 361;
/macro speed;
If it still refuses to loop, the next step would be to make your pause a couple seconds longer.
Urae
Sat Sep 03, 2005 12:08 am
#8
Thanks guys. I will take out self and redo the macro. If that doesnt work I will increase the time some.
Page 1 of 1