RS3 Necro Gauge is a UI plugin that allows RuneScape 3 players to track their Necromancy stackable buffs with improved visuals and sound alerts.
I will break down the reasoning behind creating a new Necro Gauge when there are already multiple available via the Alt-1 Toolkit.
- FPS Impact: Alt-1 inherently causes a net FPS (frames per second) loss for most users, which becomes more pronounced at higher resolutions.
- Compatibility Limitations: Alt-1 is only compatible with the following:
- Interface Scaling -
100%
- Buff Bar -
small
- Interface Scaling -
Due to these limitations, I created a new Necro Gauge to improve the quality of life for players. My plugin works with the following settings with minimal FPS impact :
- Any resolution
- Any Windows display scaling
- Any buff bar size
- Any interface scaling
This depends on your operating system:
- Windows PC: Yes
- MacOS/Linux: No (Implementation for these systems is possible but I won't be doing it for now.)
No! All processing is done using the CPU of your computer.
This app supports the following customizations with presets provided by me:
- Resolution
- Windows Display Scaling
- Buff Bar Size
- Update Rate (How frequently the app updates its state, default is 50ms)
Interface scaling is not a preset parameter since it can vary greatly. To work with other than 100%
scaling, a custom preset will need to be made.
If you are not satisfied with the provided customizations or presets, you will need to manually set up a custom preset. Details on how to do this are below.
If you dislike the audio alerts, you can disable them using the Windows audio mixer or change the sound of the alert by following the first approach listed below.
Here is a short clip showing how the app looks and sounds.
NecroGauge.mp4
There are two ways to use this app:
- Clone this repository or download the source code and run the Python script in a custom environment.
- Download the executable provided in the releases for an easy, ready-to-use experience.
Feel free to explore the code if you have privacy concerns. However, I will not provide instructions on setting up a custom conda environment. The libraries used are generic and available through PyPI, so running the script should not be too difficult.
- Download the app, store it in a separate folder, and launch it.
- The app will open on your primary monitor and prompt you to select a resolution preset. Choose one from the dropdown and click confirm.
- Select the Windows display scaling, which can be found in your system's display settings, and click confirm.
- Select a buff bar size from the dropdown presets, matching your RuneScape 3 settings, and click confirm.
- Select update rate of the application in using the slider, or type a numerical value. This is the delay between each cycle of stack tracking measured in miliseconds (ms), and click confirm.
- Scanning Region of Interest (Very Important):
- Use the sliders (left, top, width, height) to ensure the cyan rectangle on the screen covers your RuneScape buff bar completely.
- Once done, click confirm.
- Adjust the scale and position of your necro gauge using the sliders. Once satisfied, click confirm to save the settings in a config.json file in the application folder, and the application will restart to function properly.
To quit the application, Alt+Tab
into it and press Ctrl+Shift+Q
or use the Task Manager to close it.
- Download the app, store it in a separate folder, and launch it.
- The app will open on your primary monitor and prompt you to select a resolution preset. Choose 'custom' in the dropdown and click confirm.
- Select update rate of the application in using the slider, or type a numerical value. This is the delay between each cycle of stack tracking measured in miliseconds (ms), and click confirm.
- Scanning Region of Interest (Very Important):
- Use the sliders (left, top, width, height) to ensure the cyan rectangle on the screen covers your RuneScape buff bar completely.
- Once done, click confirm.
- Adjust the scale and position of your necro gauge using the sliders. Once satisfied, click confirm to save the settings in a config.json file in the application folder, and the application will exit.
You have now completed 50% of the work for custom settings. The app exited because we still need to provide it with buff images for your custom settings.
- To create your own buff images, start by getting different numbers of souls and capturing screenshots of the soul buff in the buff bar. Crop the images into square PNGs using MS Paint (Photoshop is too expensive for this task). A good tip for doing this, all buffs have a green border, use that as a reference to get clean cropped images.

Screenshot of square cropped buff to be saves as `soul_1.png`, `soul_1_alt.png` in the `custom_assets` folder generated by the program.
- Rename the images using this scheme:
- Soul stack image ->
soul_{soulcount}.png, soul_{soulcount}_alt.png
(e.g.,soul_2.png
,soul_2_alt.png
for 2 soul stacks). - Necrosis stack image ->
necrosis_{necrosiscount}.png
(e.g.,necrosis_4.png
for 4 necrosis stacks).
- Soul stack image ->
- Copy or move these renamed images to the
custom_assets
folder created by the app. - Ensure all images for soul count values
[1,2,3,4,5]
and necrosis count values[2,4,6,8,10,12]
exist. - Once all steps are complete, run the program again with your custom image settings. It should work flawlessly.
- You can look in the custom_assets folder of the repository for reference as to how the images are named.