forked from M1L4/QuestingDebug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
24 lines (16 loc) · 965 Bytes
/
Copy pathconfig.lua
File metadata and controls
24 lines (16 loc) · 965 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
-- ------Quest related options------
--generall
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 - jotho
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
DEBUG = true -- printing debug comments
TODO = false -- printing todo comments