fix folders
This commit is contained in:
2
EGOTech/trebler/yolol/mining/lasers_1_basic.yolol
Normal file
2
EGOTech/trebler/yolol/mining/lasers_1_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:lasers<1then:lsr1=0 :lsr2=0 :dp1=0 :rf1=0 goto1end
|
||||
a=:dns!=0 :lsr1=a :lsr2=a-:leco :rf1=1 goto1
|
||||
2
EGOTech/trebler/yolol/mining/lasers_2_basic.yolol
Normal file
2
EGOTech/trebler/yolol/mining/lasers_2_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:lasers<1then:lsr3=0 :lsr4=0 :dp2=0 :rf2=0 goto1end
|
||||
a=:dns>=0 :lsr3=a :lsr4=a-:leco :rf2=1 goto1
|
||||
2
EGOTech/trebler/yolol/mining/lasers_3_basic.yolol
Normal file
2
EGOTech/trebler/yolol/mining/lasers_3_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:lasers<1then:lsr5=0 :lsr6=0 :dp3=0 :rf3=0 goto1end
|
||||
a=:dns>=0 :lsr5=a :lsr6=a-:leco :rf3=1 goto1
|
||||
@@ -0,0 +1,6 @@
|
||||
x=1.68 y=-1.68 r=57.296 dd=9 s=10 m=14
|
||||
if:lasers<1thena=1 goto2end rd=:rd1 d=rd+x
|
||||
ifrd<1 or rd>m thend=dd+x end c=y/d*r ifc>s thenc=s end goto5+:dms
|
||||
goto2 // manual
|
||||
:dp1=c goto2 // fixed
|
||||
:rot=1 ifa>0then:dp1=c a=0end goto2 // auto
|
||||
@@ -0,0 +1,6 @@
|
||||
x=1.68 y=-1.68 r=57.296 dd=9 s=10 m=14
|
||||
if:lasers<1thena=1 goto2end rd=:rd2 d=rd+x
|
||||
ifrd<1 or rd>m thend=dd+x end c=y/d*r ifc>s thenc=s end goto5+:dms
|
||||
goto2 // manual
|
||||
:dp2=c goto2 // fixed
|
||||
:rot=1 ifa>0then:dp2=c a=0end goto2 // auto
|
||||
@@ -0,0 +1,6 @@
|
||||
x=1.68 y=-1.68 r=57.296 dd=9 s=10 m=14
|
||||
if:lasers<1thena=1 goto2end rd=:rd3 d=rd+x
|
||||
ifrd<1 or rd>m thend=dd+x end c=y/d*r ifc>s thenc=s end goto5+:dms
|
||||
goto2 // manual
|
||||
:dp3=c goto2 // fixed
|
||||
:rot=1 ifa>0then:dp3=c a=0end goto2 // auto
|
||||
@@ -0,0 +1,2 @@
|
||||
a=1 b=-15 c=20 d=-1 if:dms>d thengoto1end :dp1+=:dps*a e=:dp1
|
||||
ife<b thene=b elseife>c thene=c endend :dp1=e :dp2=e :dp3=e goto1
|
||||
3
EGOTech/trebler/yolol/mining/lasers_rotate_1_basic.yolol
Normal file
3
EGOTech/trebler/yolol/mining/lasers_rotate_1_basic.yolol
Normal file
@@ -0,0 +1,3 @@
|
||||
b=90 c=180 a=0.5*(:dms>0) if:lasers*:rot thengoto2end :dr1=0 goto1
|
||||
if:dcr1==:dr1 then:dp1+=a :dr1+=b end if:dr1>c then:dp1+=a :dr1=0end
|
||||
goto1
|
||||
3
EGOTech/trebler/yolol/mining/lasers_rotate_2_basic.yolol
Normal file
3
EGOTech/trebler/yolol/mining/lasers_rotate_2_basic.yolol
Normal file
@@ -0,0 +1,3 @@
|
||||
b=90 c=180 a=0.5*(:dms>0) if:lasers*:rot thengoto2end :dr2=0 goto1
|
||||
if:dcr2==:dr2 then:dp2+=a :dr2+=b end if:dr2>c then:dp2+=a :dr2=0end
|
||||
goto1
|
||||
3
EGOTech/trebler/yolol/mining/lasers_rotate_3_basic.yolol
Normal file
3
EGOTech/trebler/yolol/mining/lasers_rotate_3_basic.yolol
Normal file
@@ -0,0 +1,3 @@
|
||||
b=90 c=180 a=0.5*(:dms>0) if:lasers*:rot thengoto2end :dr3=0 goto1
|
||||
if:dcr3==:dr3 then:dp3+=a :dr3+=b end if:dr3>c then:dp3+=a :dr3=0end
|
||||
goto1
|
||||
1
EGOTech/trebler/yolol/mining/lasers_safety_basic.yolol
Normal file
1
EGOTech/trebler/yolol/mining/lasers_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:lasers*=:fuel>2000 goto1
|
||||
4
EGOTech/trebler/yolol/mining/mine_basic.yolol
Normal file
4
EGOTech/trebler/yolol/mining/mine_basic.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
pd=12 e=3 x=pd+e k=999
|
||||
if:mine<1thenn=0 goto2end if:Distance>k then:mine=0end l=n+3 gotol
|
||||
:Approach=1 :scr=1 n=1
|
||||
rd=:Distance d=rd+e ifd<1 or rd>x thengoto2end :lasers=1 :mine=0 goto2
|
||||
Reference in New Issue
Block a user