[PR #657] [MERGED] Added automatic screenshots #9075

Closed
opened 2026-06-01 12:23:01 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/657
Author: @ipkpjersi
Created: 9/21/2024
Status: Merged
Merged: 9/21/2024
Merged by: @Dark98

Base: masterHead: auto-screenshots-plz


📝 Commits (4)

  • 52473bb Added automatic screenshots
  • 630a32a Fixed params for auto screenshots
  • 4508090 Added auto screenshots toggle
  • 4be665d Fixed auto screenshots var typo

📊 Changes

3 files changed (+31 additions, -0 deletions)

View changed files

📝 2006Scape Client/src/main/java/ClientSettings.java (+7 -0)
📝 2006Scape Client/src/main/java/Game.java (+20 -0)
📝 2006Scape Client/src/main/java/Main.java (+4 -0)

📄 Description

This adds an option for automatic screenshots when clicking on the stats tab and opening the bank. This is basically a poor man's player exports. It's very handy, I love this feature and I think other players will love it too.

Also, there are official clients out there like RL that take automated screenshots on levelup, on kill and on death, etc so IMO this isn't too unheard of as a feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/657 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `auto-screenshots-plz` --- ### 📝 Commits (4) - [`52473bb`](https://github.com/2006-Scape/2006Scape/commit/52473bb1b989ae861f5ac14d5726319c5694f41a) Added automatic screenshots - [`630a32a`](https://github.com/2006-Scape/2006Scape/commit/630a32a60841f053cb4237cc5b8c7e2f4498b350) Fixed params for auto screenshots - [`4508090`](https://github.com/2006-Scape/2006Scape/commit/450809038d1e51f2a583db1a0289d07ee57d8b30) Added auto screenshots toggle - [`4be665d`](https://github.com/2006-Scape/2006Scape/commit/4be665d12ffdcabba1b4ac7ccd80beeb79c2bdb2) Fixed auto screenshots var typo ### 📊 Changes **3 files changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/ClientSettings.java` (+7 -0) 📝 `2006Scape Client/src/main/java/Game.java` (+20 -0) 📝 `2006Scape Client/src/main/java/Main.java` (+4 -0) </details> ### 📄 Description This adds an option for automatic screenshots when clicking on the stats tab and opening the bank. This is basically a poor man's player exports. It's very handy, I love this feature and I think other players will love it too. Also, there are official clients out there like RL that take automated screenshots on levelup, on kill and on death, etc so IMO this isn't too unheard of as a feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-01 12:23:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#9075