turbo

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

gnomegod
decaying skeleton
decaying skeleton
Posts: 6
Joined: Wed Feb 11, 2004 11:11 pm

turbo

Post by gnomegod » Wed Feb 18, 2004 12:20 am

#turbo [#]
This will prevent bad macros from locking up the client by allowing you to limit the number of commands per iteration.
The default is 500. A value of 1 will essentially disable #turbo.
says that it limits the number of commands per iteration, so #turbo 300 should mean that 300 commands per iteration are allowed yes? Then it says that #turbo 1 will disable #turbo, which leads me to believe that #turbo 1 means faster execution speed(not 1 command per iteration, which would be incredibly slow i would think). So im a little confused. Higher turbo number means slower execution or faster execution?

gnomegod
decaying skeleton
decaying skeleton
Posts: 6
Joined: Wed Feb 11, 2004 11:11 pm

hmmm

Post by gnomegod » Wed Feb 18, 2004 12:35 am

haha shouldnt have asked this. did some testing,

#turbo 1 is slow
#turbo 1000 is fast

use lower number to lessen the effect of the macro on your cpu.

Im thinking the manual should read?
#turbo [#]
This will prevent bad macros from locking up the client by allowing you to limit the number of commands per iteration.
The default is 500. A value of 1 will essentially disable your macro.


Think thats what threw me off :)