-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuctioneer.lua
More file actions
122 lines (121 loc) · 4.83 KB
/
Auctioneer.lua
File metadata and controls
122 lines (121 loc) · 4.83 KB
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
AuctionConfig = {
["version"] = 40000,
["filters"] = {
["scan-class4"] = "off",
["scan-class9"] = "off",
["scan-class3"] = "off",
["scan-class7"] = "off",
["scan-class1"] = "on",
["scan-class10"] = "off",
["scan-class2"] = "off",
["scan-class5"] = "off",
["scan-class6"] = "off",
["scan-class8"] = "off",
},
}
AuctioneerItemDB = {
["textures"] = {
[1] = "Interface\\Icons\\INV_Pants_11",
[2] = "Interface\\Icons\\INV_Chest_Cloth_06",
[3] = "Interface\\Icons\\INV_Chest_Cloth_13",
[4] = "Interface\\Icons\\INV_Pants_06",
[5] = "Interface\\Icons\\INV_Pants_02",
[6] = "Interface\\Icons\\INV_Misc_Cape_18",
[7] = "Interface\\Icons\\INV_Chest_Cloth_14",
[8] = "Interface\\Icons\\INV_Misc_Cape_06",
[9] = "Interface\\Icons\\INV_Chest_Cloth_15",
[10] = "Interface\\Icons\\INV_Belt_04",
[11] = "Interface\\Icons\\INV_Misc_Cape_15",
[12] = "Interface\\Icons\\INV_Misc_Cape_14",
[13] = "Interface\\Icons\\INV_Shirt_04",
[14] = "Interface\\Icons\\INV_Shoulder_05",
[15] = "Interface\\Icons\\INV_Misc_Cape_02",
[16] = "Interface\\Icons\\INV_Misc_Cape_04",
[17] = "Interface\\Icons\\INV_Shoulder_02",
[18] = "Interface\\Icons\\INV_Crown_01",
[19] = "Interface\\Icons\\INV_Pants_09",
[20] = "Interface\\Icons\\INV_Gauntlets_32",
[21] = "Interface\\Icons\\INV_Bracer_09",
[22] = "Interface\\Icons\\INV_Gauntlets_05",
[23] = "Interface\\Icons\\INV_Bracer_12",
[24] = "Interface\\Icons\\INV_Shoulder_17",
[25] = "Interface\\Icons\\INV_Shoulder_25",
[26] = "Interface\\Icons\\INV_Gauntlets_17",
[27] = "Interface\\Icons\\INV_Misc_Cape_21",
[28] = "Interface\\Icons\\INV_Belt_31",
[29] = "Interface\\Icons\\INV_Misc_Cape_09",
[30] = "Interface\\Icons\\INV_Boots_05",
[31] = "Interface\\Icons\\INV_Helmet_11",
[32] = "Interface\\Icons\\INV_Gauntlets_14",
[33] = "Interface\\Icons\\INV_Pants_13",
[34] = "Interface\\Icons\\INV_Helmet_27",
},
["version"] = 1,
["auctionItemSubClasses"] = {
[1] = "Stoff",
},
["inventoryTypes"] = {
[1] = "INVTYPE_LEGS",
[2] = "INVTYPE_CHEST",
[3] = "INVTYPE_ROBE",
[4] = "INVTYPE_CLOAK",
[5] = "INVTYPE_WAIST",
[6] = "INVTYPE_SHOULDER",
[7] = "INVTYPE_HEAD",
[8] = "INVTYPE_HAND",
[9] = "INVTYPE_WRIST",
[10] = "INVTYPE_FEET",
},
["auctionItemClasses"] = {
[1] = "Rüstung",
},
["items"] = {
["14273:383:0"] = "Gaeas Amicia der Intelligenz;2;43;1;1;1;6;24",
["7471:863:0"] = "Majestätische Handschuhe des Adlers;2;37;1;1;1;8;20",
["6538:1017:0"] = "Weidenrobe des Wals;2;14;1;1;1;3;9",
["7533:599:0"] = "Kabalistenumhang des Affen;2;39;1;1;1;4;6",
["4436:0:0"] = "Juwelenüberkrustete Schärpe;2;16;1;1;1;5;10",
["9999:0:0"] = "Schwarze Magiestoffgamaschen;2;36;1;1;1;1;19",
["4716:0:0"] = "Gefechtsumhang;2;27;1;1;1;4;12",
["4718:0:0"] = "Nachthauchmantel;2;30;1;1;1;6;14",
["20408:0:0"] = "Gugel eines Schattenhammerkultisten;2;60;1;1;1;7;34",
["6527:0:0"] = "Ahnenrobe;2;8;1;1;1;3;3",
["13122:0:0"] = "Dunkles Phantomcape;3;50;1;1;1;4;27",
["16692:0:0"] = "Handschuhe des Gläubigen;3;54;1;1;1;8;32",
["4326:0:0"] = "Langer Seidenumhang;2;32;1;1;1;4;15",
["14459:0:0"] = "Elunarischer Umhang;2;52;1;1;1;4;29",
["9747:1876:0"] = "Einfache Kniehosen des feurigen Zorns;2;9;1;1;1;1;4",
["14315:2052:0"] = "Himmlischer Kilt der Heilung;2;54;1;1;1;1;33",
["14278:1036:0"] = "Opulenter Mantel des Wals;2;45;1;1;1;6;25",
["7051:0:0"] = "Irdene Weste;2;29;1;1;1;2;13",
["9433:0:0"] = "Vergessene Wickeltücher;3;41;1;1;1;9;23",
["16705:0:0"] = "Wickeltücher der Furcht;3;54;1;1;1;8;20",
["16684:0:0"] = "Handschuhe des Magisters;3;54;1;1;1;8;26",
["7435:188:0"] = "Zwielichtmantel der Ausdauer;2;33;1;1;1;6;17",
["2623:0:0"] = "Heiliges Diadem;2;36;1;1;1;7;18",
["8292:0:0"] = "Arkane Bedeckung;2;53;1;1;1;7;31",
["14310:1856:0"] = "Himmlische Schuhe des Schattenzorns;2;53;1;1;1;10;30",
["13007:0:0"] = "Magieflammenumhang;3;53;1;1;1;4;6",
["14451:0:0"] = "Hochgeborenenhandschuhe;2;48;1;1;1;8;26",
["10097:2051:0"] = "Ratsherrenreif der Heilung;2;52;1;1;1;7;18",
["16697:0:0"] = "Armschienen des Gläubigen;3;52;1;1;1;9;28",
["4695:0:0"] = "Brünierter Umhang;2;13;1;1;1;4;8",
["6531:0:0"] = "Barbarische Stoffrobe;2;13;1;1;1;3;7",
["2957:0:0"] = "Gesellenweste;2;6;1;1;1;2;2",
["14210:1804:0"] = "Vitales Cape des arkanen Zorns;2;27;1;1;1;4;11",
["13121:0:0"] = "Flügel des Welplings;3;33;1;1;1;4;16",
["15309:1799:0"] = "Wildumhang des arkanen Zorns;2;10;1;1;1;4;6",
["8216:0:0"] = "Großer Voodooumhang;2;43;1;1;1;4;15",
["10003:0:0"] = "Schwarze Magiestoffhandschuhe;2;38;1;1;1;8;22",
["10045:0:0"] = "Einfache Leinenhose;1;2;1;1;1;1;1",
["14097:841:0"] = "Eingeborenenhose des Adlers;2;9;1;1;1;1;5",
["10174:775:0"] = "Mystisches Cape der Eule;2;47;1;1;1;4;15",
["9909:176:0"] = "Königliche Bänder der Intelligenz;2;38;1;1;1;9;21",
},
}
AuctioneerSnapshotDB = {
}
AuctioneerHistoryDB = {
}
AuctioneerFixedPriceDB = {
}