11-02-2023, 02:26 AM
The script works fine. It depends on interval you setup on Persistent and i made clear that it's mana gain since last run. So It can increase by 1 per 1 every 0.5 seconds (half second), but if you setup the persistent to run every 1s then the script will detect that you gained 2 mana points since last run, because you get 1 mana point every 0.5 seconds.
So you need to decrease Persistent interval or increase the value to pause bot (line #4)