July 30, 201213 yr Well wouldn't it be amazing if you could say: "!lvl.herb" and then you see a list of each team member's herblore lvl? To make everything according to jagex rules make the hiscore lookup only start once you type the command? Would help immensely for non maxed teams. (Do we need a potion for that 98 herblore door?). First they came to fishingand I didn't speak out because I wasn't fishing Then they came to the yewsand I didn't speak out because I didn't cut yews Then they came for the oresand I didn't speak out because I didn't collect ores Then they came for meand there was no one left to speak out for me.
July 30, 201213 yr It's a great idea! Would take some time for me to update my text recognition functions (finding text in images), but it would be possible. I'll look into it, but no guess on when. I would use some of my old functions, but the server they were all hosted on was wiped clean. Lol. Thanks for the great idea!
August 1, 201213 yr Author Would this require so much more than the potion script? You can just listen to the "!lvl" combo being typed? And then use the highscores for a lookup, as you already capture the party names? First they came to fishingand I didn't speak out because I wasn't fishing Then they came to the yewsand I didn't speak out because I didn't cut yews Then they came for the oresand I didn't speak out because I didn't collect ores Then they came for meand there was no one left to speak out for me.
August 1, 201213 yr The party names are captured to a GDI+ bitmap. It never actually reads them as a string - only an image. The hard part is getting it to recognise strings. While there's a few ways to do this, some easier then others because it's such an easy font, it may take time. Further explained:It captures the legend area to memory. It then checks to see if it is, in-fact, a legend. If it is, it extracts all of the white (ffffff) and near white (fefefe) pixels from that bitmap. It then separates them into 5 other bitmaps, while also changing the colors from white to red, blue, etc. It never actually 'reads' them.
Create an account or sign in to comment