-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.cmd
More file actions
53 lines (41 loc) · 887 Bytes
/
bundle.cmd
File metadata and controls
53 lines (41 loc) · 887 Bytes
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
var item claw
var money 0
action math money add $1;var denomination $2 when hands you (\d+) (Kronars|Dokoras|Lirums)
travel:
# Shard
if $zoneid == 67 then {
gosub go e battle
move north
move climb embrasure
pause 0.5
}
# Shard West Gate
if $zoneid == 69 then {
gosub go north gate
}
goto sell
sell:
gosub go bundle
put remove my bundle
put get my %item in my bundle
pause 0.5
put sell my bundle
pause 1
put bundle
put wear my bundle
pause 1
goto done
go:
var target $0
go.retry:
matchre go.retry You can't go there|What were you referring to
matchre return ^YOU HAVE ARRIVED|^AUTOMAPPER ALREADY HERE
put #goto %target
matchwait
done:
put #echo >log Sold bundle: %money %denomination
if $zoneid == 66 then {
gosub go e bridge
move climb wall
}
put #parse BUNDLE DONE