Code: Select all
/delay $rand(3) I can understand the need for delays, but random delays?
Is this an attempt to hide MQ by using random delays?
Moderator: MacroQuest Developers
Code: Select all
/delay $rand(3) 
Yes but I have found some bugs with random applicationssisyphus wrote:I was reading routines.mac and ran across somehting odd...
This appears in the BuyItems, SellItems, GotoLoc and GotoTarg subroutrines.Code: Select all
/delay $rand(3)
I can understand the need for delays, but random delays?
Is this an attempt to hide MQ by using random delays?
Code: Select all
sub gotoloc
/varset l0 $rand(3)+2
:gotolocloop
/face loc $p0
/delay 0
/if n $distance($p0)>$p0 /goto :gotolocloop
/return