From 6a517fc318bddbbdbfadca1880ebe2358240934e Mon Sep 17 00:00:00 2001 From: vikebida <43917134+vikebida@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:11:04 -0500 Subject: [PATCH 1/3] Added accounts config section --- pages/docs/dragonite/config.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/docs/dragonite/config.mdx b/pages/docs/dragonite/config.mdx index 064da6d..74983b4 100644 --- a/pages/docs/dragonite/config.mdx +++ b/pages/docs/dragonite/config.mdx @@ -66,6 +66,19 @@ bearer_token = "KOJI_SECRET" | `fort_location_delay` | 0 | This value, in milliseconds, is the same as `location_delay` however it only impacts fort scans (gyms/pokestops). | | `minimum_account_reuse_hours` | 0 | This sets the amount of hours for accounts to "rest" until they can be reused. Recommended value is 169 hours (7 days). | +## Accounts section + +```toml +#[accounts] +#required_level = 31 +#leveling_level = 31 +``` + +| Key | Default | Description | +| :-- | :-- | :-- | +| `required_level` | 30 | (Advanced) Minimum account level required to be used for scanning/questing. This only accepts level 30 or 31. | +| `leveling_level` | 30 | (Advanced) Maximum level an account should reach during the leveling process. This only accepts level 30 or 31. | + ## Rotom section ```toml From 79f9da55f7325ba2aaaff92b5c976055d35a246b Mon Sep 17 00:00:00 2001 From: vikebida <43917134+vikebida@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:17:27 -0500 Subject: [PATCH 2/3] Update config.mdx Updated per Fabio discord comments --- pages/docs/dragonite/config.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/dragonite/config.mdx b/pages/docs/dragonite/config.mdx index 74983b4..c954eb6 100644 --- a/pages/docs/dragonite/config.mdx +++ b/pages/docs/dragonite/config.mdx @@ -76,8 +76,8 @@ bearer_token = "KOJI_SECRET" | Key | Default | Description | | :-- | :-- | :-- | -| `required_level` | 30 | (Advanced) Minimum account level required to be used for scanning/questing. This only accepts level 30 or 31. | -| `leveling_level` | 30 | (Advanced) Maximum level an account should reach during the leveling process. This only accepts level 30 or 31. | +| `required_level` | 30 | (Advanced) Minimum account level required to be used for scanning/questing. This only accepts level 30-40. | +| `leveling_level` | 30 | (Advanced) Maximum level an account should reach during the leveling process. This only accepts level 30-32. | ## Rotom section From 48e3704de76d89a8fa22ac32ca3af20a02bf5afd Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Sat, 6 Apr 2024 11:30:01 -0500 Subject: [PATCH 3/3] Remove advanced --- pages/docs/dragonite/config.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/dragonite/config.mdx b/pages/docs/dragonite/config.mdx index c954eb6..5c7914f 100644 --- a/pages/docs/dragonite/config.mdx +++ b/pages/docs/dragonite/config.mdx @@ -76,8 +76,8 @@ bearer_token = "KOJI_SECRET" | Key | Default | Description | | :-- | :-- | :-- | -| `required_level` | 30 | (Advanced) Minimum account level required to be used for scanning/questing. This only accepts level 30-40. | -| `leveling_level` | 30 | (Advanced) Maximum level an account should reach during the leveling process. This only accepts level 30-32. | +| `required_level` | 30 | Minimum account level required to be used for scanning/questing. This only accepts level 30-40. | +| `leveling_level` | 30 | Maximum level an account should reach during the leveling process. This only accepts level 30-32. | ## Rotom section