20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
t=50 i=2.5 c=0 goto(1+((:dsa>=:md)*(:spd==0)))*:crwl
|
|
goto(2+(c++>t)-((:spd>0)*2))*:crwl
|
|
:crawlspeed+=i c=0 goto1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// t = Delay on how long to wait before increasing CrawlSpeed
|
|
// i = Amount to increase CrawlSpeed
|
|
// :dsa = Distance Smart Average
|
|
// :md = Mining Depth
|
|
// :spd = Speedometer Speed
|
|
// :crwl = Auto-Crawl Butto
|
|
// :crawlspeed = Dynamic Crawl Speed |