A lightweight Alt1 app that tracks safecracking cooldowns across all RuneScape safe locations. It automatically detects successful safe cracks via the in-game chatbox and displays timers, progress bars, and optional tooltip alerts.
This project was originally created by pertinate.
This README documents setup, usage, and deployment so the tool can be maintained long term.
- Tracks cooldowns for every safe location automatically
- Optional Alt1 tooltip notification when a safe becomes available
- Add notes to each location
- Paste this URL into your browser:
alt1://addapp/https://pertinate.github.io/alt1-safecracking-timer/appconfig.json
- Alt1 will register the app. Ensure that you tick the boxes to grant the necessary permissions.
- Visit this on the Plugin Hub
- Add the safes you want to track.
- Crack safes normally. The timer updates automatically when it detects that the safe has been cracked.
- Node.js 16
- npm
- Alt1 Toolkit installed locally for testing
npm install
npm run build
Output is generated in dist/.
Serve the dist folder:
npx http-server dist -p 3000
Then paste this link into your browser:
alt1://addapp/http://localhost:3000/appconfig.json
Alt1 will detect the app and prompt to add it.
This repository includes a GitHub Actions workflow that automatically builds and deploys.
If GitHub Pages is enabled, the app will be served at:
https://<username>.github.io/alt1-safecracking-timer/
You can then add this to Alt1 by pasting this into your browser:
alt1://addapp/https://<username>.github.io/alt1-safecracking-timer/appconfig.json
Original author: Pertinate
Alt1 framework: Skillbert
Contributor: Zakary2841