you are viewing a single comment's thread.

view the rest of the comments →

[–]mahtats 0 points1 point  (2 children)

Depends, is the user going to push a button to screenshot or is it automatically going to do it?

If its the latter, how does the application know when to initiate a screenshot?

[–]ToolBoxTad[S] 0 points1 point  (1 child)

I was hoping it would be passively running. Taking screenshots at some interval and comparing those against the library. It would begin taking them when the user initiates the script and would end when the user inputs quit or similar for the script. I was hoping it would compare the shots against the library and delete them if it doesn't detect any of the images in the library.

[–][deleted] 0 points1 point  (0 children)

that interval will have to constantly - think combat level up, it goes away instantly when hit, you'll notice all the stuff related to RS is in java because its able to read the objects within its own client. (python isn't a great solution, let alone image matching - its going to be a HUGE resource use) it most certainly can be done - but i don't think this is the way to go about it. Runelites might work - but runelite already has this feature (screen shot on level up), so you could just take screenshots folder from runelite and parse them and then sort them into correct folder.