• 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!

caught a lua call to a bot protected game function, the call was cancelled

Adasio

New Member
Joined
Jun 23, 2009
Messages
2
Reaction score
0
Hi guys. Today I managed to compile OTClient. (good job btw) But when I installed Candybot wild error appeared.
When I turn bot on, i got multiple of
Code:
caught a lua call to a bot protected game function, the call was cancelled
errors in console.
Isn't candy bot compatible with new version of OTClient? What can I do?
 
You have to change:
option(BOT_PROTECTION "Enable bot protection" ON)
to
option(BOT_PROTECTION "Enable bot protection" OFF)

in src/client/CMakeLists.txt before compiling.
 
@Summ
Thanks you very much. Just a while ago i found 2 usefull posts here
Bot protection will not allow script generated actions like saying something with an user input like a mouse click or key event.
Also, there is no game_tibiafiles for the latest version.
and
Bots question: Just enable Bot protection flag on cmake before compile the client.

And I googled where i can find it. Have a nice day / evening.
 
Back
Top