You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Windows overlay tool that automatically uses potions when your HP drops below a configurable threshold. Features a PyQt5 overlay, hotkey controls, and direct memory reading for reliable automation.
6
+
A game tool for Dwarven Realms that automatically uses potions when HP drops below a configurable threshold. Attaches to the game process via pymem and reads player health data from memory using iterative pointer dereferencing with pointer chain resolution. Memory reading runs in a separate background thread with thread-safe operation. Features a PyQt5 overlay window with transparency and always-on-top behavior, and is also thread-safe for responsiveness.
7
7
8
-
**⚠️Warning**: This tool is intended for **offline use only**. While it may work online, use it at your own risk and discretion.
8
+
**⚠️ Warning**: This tool is intended for **offline use only**. While it may work online, use it at your own risk and discretion.
9
9
10
10
11
11
12
12
**A few important notes:**
13
13
14
14
* While it's not a guarantee of survival, it will save you most of the time. It works with any class or build, just make sure you always have enough potions!
15
-
* Because of how the game handles health and damage over time (DoT), if you take a lot of DoT or very fast hits, your HP can drop below the threshold very quickly, multiple times or stay below the threshold even with potion drinks.
16
-
* The potion will trigger as soon as your real HP drops below the threshold, but if the accumulated or incoming damage is higher than what a potion can heal, you might still die.
15
+
* Because of how the game handles health and damage over time (DoT), if you take a lot of DoT or very fast hits, your HP can drop below the threshold very quickly, multiple times or stay below the threshold even with potion drinks. The potion will trigger as soon as your real HP drops below the threshold, but if the accumulated or incoming damage is higher than what a potion can heal, you might still die.
17
16
18
17
19
18
## ✨ Features
@@ -26,7 +25,7 @@ A Windows overlay tool that automatically uses potions when your HP drops below
26
25
***Auto Potion**: Automatically triggers a potion when HP falls below a set percentage.
27
26
***Potion log**: The overlay displays a log of recent potion uses, showing HP values and timestamps for each use.
0 commit comments