Track your Lost Relics adventures, items, rewards, and total ENJ automatically. Live-updating UI shows both blockchain and non-blockchain items, total runs, estimated gold, and total ENJ, giving you a clear view of your progress every day.
Built with Python and Tkinter.
If you enjoy this tool and want to support its development, you can donate:
- Enjin Matrixchain:
- Address: efQUbKs6THBXz5iqgbq6xueTicyF35TepybZY36RFQwZ5gRm6
- Enjin Relaychain:
- Address: enC1SuKusQy1QhiMEC2vaavYcZxy2ovUDoZETsa9iu5zEpUTC
Every bit helps keep the app running and improving — thank you!
- Download the latest release from the GitHub releases page.
- Extract the contents of the
.zipfile to a folder of your choice. - Inside the folder, you will find the
.exefile for the application.
-
Edit
non_blockchain_config.json:- Open this file in a text editor (e.g., Notepad) to add or remove non-blockchain items that you wish to track in the UI.
- Any changes made will persist across app restarts.
-
Edit
non_blockchain_exclude.json:- This file allows you to add items that should not contribute to the estimated total gold.
- Update it as needed to ensure only relevant items are tracked for gold calculation.
- Double-click the
.exefile to run the application. - The app should open, and you can start interacting with the UI.
- Enable the Query API in your Lost Relics game by navigating to Settings → Query API.
- Toggle Theme: Switch between light and dark modes to customize your UI experience.
- All your adventure data is automatically saved in daily JSON files located in the
run_logs/directory. These files include:- Total runs
- Gold coins collected
- Total estimated gold
- Blockchain and non-blockchain tracked items
- Character XP and skill XP totals
- On app restart, all these values are restored, allowing you to continue where you left off.
-
Error Logs: Any errors with the API, timeouts, or invalid data are logged in:
run_logs/error_YYYY-MM-DD.txt
-
Daily Adventure Logs: Adventure data for each day is stored in:
run_logs/runs_YYYY-MM-DD.json- These logs can be reviewed or backed up as needed.
- Automatic Reset: Counters automatically reset at the daily server reset (midnight GMT+0).
- New Log File: A fresh log file (
runs_YYYY-MM-DD.json) is created for each new day. - No Restart Needed: The app rolls over to the new day automatically, even if it stays running.
-
non_blockchain_config.json- These are items whose count you want to monitor during your adventures.
- Example:
[ "Deepsea Coffer", "Golden Grind Chest", "Frostfall Shard", "Coin Pouch", "Coal" ]
-
non_blockchain_exclude.json- Items to exclude from total estimated gold (you don’t plan to sell).
- Example:
[ "Deepsea Coffer", "Zukaron", "Large Bones", "Giant Bone" ]
- For any bugs or issues encountered, kindly raise it here with complete replication details:
- https://github.com/jfabella/lost-relics-tracker/issues
- Python 3.10+
- Modules:
tkinterrequests
Made with ❤️ by Capoeira
Feel free to share, modify, or contribute!
---