Back to "test center" tags

Screen shot taker - Test Center Helper by Jaseowns

Description: Tries to open up books and takes a screenshot so you can compare live and test center

1@clearignore 
2
3overhead "Taking screenshot in 30 seconds: Move gumps to where you want them..."
4sysmsg "Taking screenshot in 30 seconds: Move gumps to where you want them..."
5
6if not gumpexists 2785326818
7    say '[mc'
8    waitforgump 2785326818 5000
9endif
10
11if findtype "summoners tome" backpack as item
12    dclick item
13    wait 1000
14    while not ingump "points unlocked" 
15        gumpresponse 11 2279346433
16        wait 1000
17        if ingump "Air Elemental"
18            gumpresponse 10 2279346433    
19            wait 1000
20        elseif ingump "Water Elemental"
21            gumpresponse 10 2279346433    
22            wait 1000
23            gumpresponse 10 2279346433    
24            wait 1000
25        endif
26    endwhile
27endif
28
29if not gumpexists 1281623709
30    if findtype "wizards grimoire" backpack as item
31        dclick item
32        wait 1000
33    endif
34endif
35
36if not gumpexists 3232712901
37    if findtype "taming bestiary" backpack as item
38        dclick item
39        wait 1000
40    endif
41endif
42
43if not gumpexists 1144890379
44    if findtype "full vials" backpack as item
45        dclick item
46        wait 1000
47    endif
48endif
49if not gumpexists 3835665787
50    if findtype "fencing codex" backpack as item
51        dclick item
52        wait 1000
53    endif
54endif
55if not gumpexists 3835665787
56    if findtype "macing codex" backpack as item
57        dclick item
58        wait 1000
59    endif
60endif
61if not gumpexists 3835665787
62    if findtype "archery codex" backpack as item
63        dclick item
64        wait 1000
65    endif
66endif
67if not gumpexists 2955404556
68    if findtype "thief codex" backpack as item
69        dclick item
70        wait 1000
71    endif
72endif
73
74
75if not gumpexists 3835665787
76    if findtype "wrestling codex" backpack as item
77        dclick item
78        wait 1000
79    endif
80endif
81if not gumpexists 3835665787
82    if findtype "sword codex" backpack as item
83        dclick item
84        wait 1000
85    endif
86endif
87if not gumpexists 2952534525
88    if findtype "bard codex" backpack as item
89        dclick item
90        wait 1000
91    endif
92endif
93if not gumpexists 3835665787
94    if findtype "shield codex" backpack as item
95        dclick item
96        wait 1000
97    endif
98endif
99
100
101
102
103
104if not gumpexists 2424293173
105    say '[aspect'
106    wait 1000
107    if ingump "Aspect Details"
108        gumpresponse 103 2424293173
109        wait 1000
110    endif
111endif
112
113say "[achievements"
114for 31
115    overhead "{{index}}: Taking screenshot at 30: Move gumps to where you want them..."
116    sysmsg "{{index}}: Taking screenshot at 30: Move gumps to where you want them..."
117    wait 1000    
118endfor
119overhead "Taking screenshot now!" 88
120sysmsg "Taking screenshot now!" 88
121hotkey "Take Screenshot Now"