Hi, here's three issues that I've noticed over the last week:
- Got a "Lucky Challenge" pop-up the other day, haven't had it since. No idea how it pops up or when, but it stopped a script I was using and caused it to terminate (image 1). I assume that a function could be made to close it.
- The update notification stops the bankScreen functions from working because they can't find the bank (image 2).
- In my competition script, I've noticed that the screen height is slowly lowered as the script runs. I have no idea why this is being caused, but the only thing I can think of is either that Jagex lowers the screen every time you rotate it as a ban method. Not a single line of my script changes the screen height because I rely on the default height set by the compass for this particular script. My script will eventually terminate because the screen height is too low to find the objects it requires.
Pop-up:
Update:
Note that both images should be lossless .png's so there's no problem with using them to fix the issues.
EDIT: Going to test my rotation theory, will post the results.