-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastQuest.lua
97 lines (96 loc) · 1.75 KB
/
FastQuest.lua
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
FQD = {
["AlwaysNotify"] = false,
["Bärforceone"] = {
["tQuests"] = {
[1] = "Eine bescheidene Bitte",
[2] = " ",
[3] = " ",
[4] = " ",
[5] = " ",
},
["nQuests"] = 0,
["Format"] = 1,
["Tag"] = false,
},
["Color"] = true,
["Haeldeus"] = {
["tQuests"] = {
[1] = "Zentaurenarmschienen",
[2] = "Zentaurenarmschienen",
[3] = "Anführer der Kolkar",
[4] = "Anführer der Kolkar",
[5] = " ",
},
["nQuests"] = 0,
["Format"] = 1,
["Tag"] = false,
},
["AutoComplete"] = false,
["Lock"] = true,
["Thanagor"] = {
["tQuests"] = {
[1] = "Koboldkerzen",
[2] = "Tauschhandel mit Goldstaub",
[3] = "Millys Ernte",
[4] = " ",
[5] = " ",
},
["nQuests"] = 2,
["Format"] = 1,
["Tag"] = false,
},
["NoDrag"] = false,
["AllowRaid"] = false,
["AutoAdd"] = true,
["AutoNotify"] = false,
["Syllix"] = {
["tQuests"] = {
[1] = "Südmeerfreibeuter",
[2] = "Raptorendiebe",
[3] = "Raptorendiebe",
[4] = " ",
[5] = " ",
},
["nQuests"] = 1,
["Format"] = 1,
["Tag"] = false,
},
["Synti"] = {
["tQuests"] = {
[1] = "Gemeinsame Nutzung des Landes",
[2] = "Windfuriengefahr",
[3] = "Vergiftetes Wasser",
[4] = "Ritus der Sicht",
[5] = " ",
},
["nQuests"] = 0,
["Format"] = 2,
["Tag"] = false,
},
["Synflix"] = {
["tQuests"] = {
[1] = "Galgars Kaktusapfel Surprise",
[2] = " ",
[3] = " ",
[4] = " ",
[5] = " ",
},
["nQuests"] = 1,
["Format"] = 1,
["Tag"] = false,
},
["Ricky"] = {
["tQuests"] = {
[1] = "Wüstenläufergerechtigkeit",
[2] = "Wüstenläufergerechtigkeit",
[3] = "Kojoten-Diebe",
[4] = "Kreatur der Leere",
[5] = " ",
},
["nQuests"] = 0,
["Format"] = 1,
["Tag"] = false,
},
["AllowGuild"] = false,
["Detail"] = true,
}