• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Taking a screenshot function? OTCLIENT!

Yuggi

Member
Joined
May 18, 2017
Messages
64
Reaction score
10
Hello. I was trying to make otclient automatically take screenshots when you level up,
I managed to do everything and tested it, right now I just made it type "Level up" in default chat when the character levels up since there doesn't seem to be a function to take a screenshot of the whole client.

I did find this function

void ThingType::exportImage(std::string fileName)

but it seems to be made to print out different sprites only because of "ThingType" and not the whole client.


So is there some library or something for Lua that I can use to be able to capture screenshots?
 
Back
Top