-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCRAFTRUN.cmd
53 lines (52 loc) · 1.07 KB
/
CRAFTRUN.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
GotoForging:
put #statusbar FORGING
pause 1
put #goto forging
match GotoForging MOVE FAILED
match GetForging YOU HAVE ARRIVED
matchwait
GetForging:
pause 1
put .mastercraft
waitfor MASTERCRAFT DONE
GotoEngineering:
put #statusbar ENGINEERING
pause 1
put #goto Engineering
match GotoEngineering MOVE FAILED
match GetEngineering YOU HAVE ARRIVED
matchwait
GetEngineering:
pause 1
put .mastercraft
waitfor MASTERCRAFT DONE
GotoAlchemy:
put #statusbar ALCHEMY
pause 1
put #goto Alchemy
match GotoAlchemy MOVE FAILED
match GetAlchemy YOU HAVE ARRIVED
matchwait
GetAlchemy:
pause 1
put .mastercraft
waitfor MASTERCRAFT DONE
GotoOutfitting:
put #statusbar OUTFITTING
pause 1
put #goto Outfitting
match GotoOutfitting MOVE FAILED
match GetOutfitting YOU HAVE ARRIVED
matchwait
GetOutfitting:
pause 1
put .mastercraft
waitfor MASTERCRAFT DONE
ReturnCrafting:
put #statusbar FINISHING CRAFTING.
pause 2
put .goto Riverhaven
match ReturnCrafting MOVE FAILED
waitfor ARRIVED AT DESTINATION
matchwait
exit