forked from lure/AutoTurnIn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.lua
More file actions
41 lines (39 loc) · 966 Bytes
/
Copy pathdefaults.lua
File metadata and controls
41 lines (39 loc) · 966 Bytes
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
local addonName, privateTable = ...
privateTable.defaults = {
enabled = true,
all = 2,
trivial = false,
completeonly = false,
lootreward = 1,
tournament = 2,
darkmoonteleport = true,
todarkmoon = true,
darkmoonautostart = true,
showrewardtext = true,
version = GetAddOnMetadata(addonName, "Version"),
autoequip = false,
togglekey = 4,
debug = false,
questlevel = true,
watchlevel = true,
questshare = false,
armor = {},
weapon = {},
stat = {},
secondary = {},
relictoggle = true,
artifactpowertoggle = true,
reviveBattlePet = false,
covenantswapgossipcompletion = false,
IGNORED_NPC = {
["87391"] = "fate-twister-seress",
["88570"] = "Fate-Twister Tiklal",
["111243"] = "Archmage Lan'dalock",
["15077"] = "Riggle Bassbait",
["119388"] = "Chieftain Hatuun",
["127037"] = "Nabiru",
["142063"] = "Tezran",
["141584"] = "Zurvan", --seals of fate
["111243"] = "Archmage Lan'dalock", --seals of fate
}
}