-
Notifications
You must be signed in to change notification settings - Fork 0
Scanner Options
Nexor256 edited this page Jun 4, 2026
·
2 revisions
RoK-Tracker provides four specialized scanners. Each scanner can be configured from the Settings page in the application.
The Kingdom Scanner is the most comprehensive tool, designed to extract complete data for players in your kingdom's power or kill point rankings.
Available Options:
- Scan Presets: Choose exactly which data fields to capture (e.g., only Power/KP, or full details including T1-T5 kills, Dead Troops, and RSS).
-
Kill Validation: An intelligent feature that detects incorrect kill values by analyzing kill-to-killpoint ratios. Flagged images are saved to
manual_review/(with anFprefix) and logged as warnings. -
Kill Reconstruction: If the OCR misreads a kill value, this option attempts to mathematically reconstruct the correct value based on other data points. Images are saved to
manual_review/(with anRprefix). - Power Validation: Performs an optional plausibility check on governor power to catch OCR errors.
-
Inactive Detection: Automatically detects and skips inactive accounts to save time. You can also choose to save screenshots of inactive accounts to an
inactives/folder. - Resume Scan: If a scan is interrupted, you can resume it from where you left off (starts scanning from the 4th governor visible on screen).
The Alliance Scanner is optimized for speed and captures the ranking list of an alliance.
Available Options:
- Captured Data: Extracts the Governor Name and their Score (Power/Honor/etc. depending on the leaderboard).
- Screenshot Backup: Automatically saves screenshots of the scanned pages so you can verify the results later.
The Honor Scanner is used during KvK (Kingdom vs Kingdom) to track personal honor rankings.
Available Options:
- Captured Data: Extracts Governor Name and Honor points.
- Screenshot Backup: Saves screenshots of the scanned pages for validation.
The Seed Scanner is a lightweight tool for quickly pulling high-level data from kingdom rankings without opening individual governor profiles.
Available Options:
- Captured Data: Quickly captures either Power or Kill Points directly from the kingdom leaderboard.
- Performance: Extremely fast compared to the full Kingdom Scanner, perfect for quick seed calculations.
For all scanners, you can choose which formats to generate:
- Excel (.xlsx): The default output, providing a full spreadsheet with all captured data.
- CSV (.csv): Comma-separated values, ideal for importing into databases or other tools.
- JSONL (.jsonl): JSON Lines format, useful for developers integrating the data into web apps.
Made by Nexor256.
Return to main repository
Return to main repository