-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
config.json
133 lines (133 loc) · 3.65 KB
/
config.json
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
123
124
125
126
127
128
129
130
131
132
133
{
"midoservices_authkey": "",
"windowssettings": { "controlcdetect": false },
"settings": {
"times": {
"enable": true,
"huntbottom": 16000,
"hunttop": 32000,
"battlebottom": 16000,
"battletop": 32000,
"intervals": {
"animals": {
"enable": true,
"time": 1200000
},
"pray": {
"enable": true,
"time": 303000
},
"curse": {
"enable": true,
"time": 303500
},
"upgrade": {
"enable": true,
"time": 1205000
},
"gamble": {
"enable": true,
"coinflip": {
"time": 25000
},
"slots": {
"time": 23000
}
}
}
},
"prefix": "",
"huntandbattle": true,
"banbypass": true,
"discordrpc": false,
"typingindicator": true,
"pray": false,
"curse": false,
"cookie": false,
"autoquest": false,
"extratoken": false,
"randommessage": true,
"inventory": {
"inventorycheck": true,
"gemcheck": true,
"lootboxcheck": true,
"fabledlootboxcheck": true,
"cratecheck": true,
"eventcheck": true
},
"animals": {
"enable": false,
"type": "sacrifice",
"animaltype": {
"common": true,
"uncommon": true,
"rare": true,
"epic": false,
"mythical": false,
"patreon": false,
"cpatreon": false,
"legendary": false,
"gem": false,
"bot": false,
"distorted": false,
"fabled": false,
"special": false,
"hidden": false
}
},
"upgradeautohunt": {
"enable": false,
"type": "duration"
},
"gamble": {
"coinflip": {
"default_amount": 1000,
"max_amount": 150000,
"multipler": 3,
"enable": false
},
"slots": {
"enable": false,
"amount": "1"
}
},
"notifynumber": "1",
"notifymethod": "",
"notresponsewarning": {
"enable": false,
"value": "6"
},
"manualcontroller": {
"main": {
"stop_hunt_after_daily": false,
"stop_battle_after_daily": false,
"stop_hunt_after_quest": false,
"stop_battle_after_quest": false,
"maximum_gem_rarity": ""
},
"extra": {
"stop_hunt_after_daily": false,
"stop_battle_after_daily": false,
"stop_hunt_after_quest": false,
"stop_battle_after_quest": false,
"maximum_gem_rarity": ""
}
}
},
"main": {
"token": "",
"userid": "",
"channelid": "",
"owodmchannelid": "",
"gamblechannelid": "",
"autoquestchannelid": ""
},
"extra": {
"token": "",
"userid": "",
"channelid": "",
"owodmchannelid": "",
"gamblechannelid": "",
"autoquestchannelid": ""
}
}