ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Collectible Parser By Kiff from Coirnav v2.13
2
In Everquest:
3
/output achievements
4
NOTE: Ensure Show "Open", "Completed" and "Locked" are all selected.
5
If you would like to compare your inventory (or that of a mule) also type /output inventory
6
In Google Sheets:
7
File -> Make a Copy (to save your own version), only need to do this once then you can open your own copy each time
8
Go to the ImportAch tab
9
Select File -> Import
10
Select Upload -> Select a File from your Device
11
Navigate to your outputed file in the /Everquest/ folder (file name is Character_Server-Achivements.txt by default)
12
Select "Replace Current Sheet" under Import Location
13
Select Import data
14
If you are importing a character's inventory as well, repeat these steps using the ImportInv tab (file name is Character_Server-Inventory.txt by default)
15
Go to Dashboard tab
16
Options on Dashboard Tab:
17
Select check box in cell A1 if you would like to include Special Event Collectibles
18
Select check box in cell A2 if you would like to include the Rain of Fear special edition Collectibles (the red ones)
19
Select latest expansion in cell C1 to only look up to certain expansions (useful for TLP where not every expansion is open yet)
20
The collectible set will be highlighted if the amount missing is less than the value of D4
21
22
Columns A:C will show which collectibles are missing by expansion/set
23
Column E is a list of missing collectibles sorted alphabetically for easier Bazaar or guild bank searching
24
Cell E2 shows total collectibles missing based on selections from A1 and C1
25
Column G shows Uncollected Collectibles that have been detected in the imported inventory (if import inventory feature is used)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100