Back to "test center" tags

Anti-Tedium Gump Selector by alistormccoy

1// Anti-Tedium Gump Selector
2// Tired of clicking that little gem on Test Center a billion times cycling through
3// options? Well, this is the script for you! Simply find the gump name in the list below,
4// note the gumpID number and the gump option ID number (left or right) and plug them into
5// their respective variables below on lines 11 and 12. Then enter the name of whatever
6// you are looking for within quotes to the right of the word ingump on line 15 and press play :)
7// Note: It works by pressing the button until it detects the words or numbers you
8// entered ANYWHERE on the gump, so you might have to change another option to something
9// else if it matches what you are searching for.
10        
11@setvar! gumpID 431030585
12@setvar! gumpOption 19
13
14// Replace with name of target
15while not ingump 'Knee Socks'
16    gumpresponse gumpOption
17    waitforgump gumpID
18endwhile
19
20//Key:
21// Gump Name
22  // GumpID
23  // Gump Option: GoLeftID,GoRightID
24
25// Prevalia Market
26  // GumpID: 853007302
27    // Page: 3,4
28    // Category: 5,6
29        
30// Prevalian Stylist
31  // GumpID: 3292512722
32    // Skin Hue: 200,400
33    // Hairstyle: 201,401
34    // Hair Hue: 202,402
35    // Beard: 203,403
36    // Beard Hue: 204,404
37    // Backpack Hue: 205,405
38    // Face Tattoo: 206,406
39    // Face Tattoo Hue: 207,407
40    // Body Tattoo: 208,408
41    // Body Tattoo Hue: 209,409
42        
43// Player Editor: Gold
44  // GumpID: 2957884180
45    // Create Rare Cloth: 18,19
46    // Create Mastery Chain Link: 26,27
47    // Create Research Note: 29,30
48        
49// Player Editor: Purple
50  // GumpID: 431030585
51    // Create Tamed Creature: 3,4
52    // Create Clothing: 18,19
53