forked from WiWi33/Questing.lua
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
25 lines (17 loc) · 1.01 KB
/
Copy pathconfig.lua
File metadata and controls
25 lines (17 loc) · 1.01 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
-- ------Quest related options------
--general
BUY_BIKE = true -- true: buy bike, false: buy not
BUY_RODS = true -- true: buy rods, false: buy not
--regional - kanto
KANTO_STARTER_ID = nil -- nil: random, 1: Fatvegan, 2: Salamender, 3: Aquaturtle, 4: Mickeychu
KANTO_FOSSIL_ID = nil -- nil: random, 1: Helix, 2: Dome
KANTO_DOJO_POKEMON_ID = nil -- nil: random, 1: Hitmonchan, 2: Hitmonlee
--regional - johto
JOTHO_STARTER_ID = nil -- not implemented yet | script will choose starter on it's own
--regional - hoenn
HOENN_STARTER_ID = nil -- not implemented yet | script will choose starter on it's own
-- ------Bot related options------
DISABLE_PM = true -- true: private messaging will be disabled, false: no changes will be done
RELOG_TIME = 1 -- bot will relog every RELOG_TIME hours
DEBUG = false -- printing debug comments
TODO = true -- printing todo comments