Skip to content

pertinate/alt1-safecracking-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safecracking Timer for Alt1

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.

Features

  • Tracks cooldowns for every safe location automatically
  • Optional Alt1 tooltip notification when a safe becomes available
  • Add notes to each location

Using the App in Alt1

  1. Paste this URL into your browser:
alt1://addapp/https://pertinate.github.io/alt1-safecracking-timer/appconfig.json
  1. Alt1 will register the app. Ensure that you tick the boxes to grant the necessary permissions.

Plugin Hub

  1. Visit this on the Plugin Hub
image
  1. Add the safes you want to track.
image
  1. Crack safes normally. The timer updates automatically when it detects that the safe has been cracked.

Development

Requirements

  • Node.js 16
  • npm
  • Alt1 Toolkit installed locally for testing

Install dependencies

npm install

Build

npm run build

Output is generated in dist/.

Local Testing

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.

GitHub Pages Deployment

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

Credits

Original author: Pertinate
Alt1 framework: Skillbert
Contributor: Zakary2841

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors