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

Tutorial - OTClient game-play "automation".

threat

Member
Joined
Jun 28, 2011
Messages
15
Reaction score
18
Hi guys! Given the fact that I've seen a couple of threads here and in other places regarding on how to use or add the "game-play automation" tools for OTClient I decided to make a little How-To for the community.

LINUX Instructions:

#1 Downloaded the source file via:
git clone git://github.com/edubart/otclient.git

#2 Go into de Dir
cd otclient

#3 Modify the CMAKE file in Source folder.
/home/"username"/otclient/src/client/CMakeLists.txt

Change Line #8
option(BOT_PROTECTION "Enable bot protection" ON)
to
option(BOT_PROTECTION "Enable bot protection" OFF)

#4 Create the build dir and cmake
mkdir build && cd build
cmake ..
#5 Compile
make
#6 Add the changes in the const.lua file like mentioned before then HF :D
./otclient

FOR WINDOWS USERS:

Pretty much the same process get into the git website. Download or clone the source codes. Modify the same file mentioned in LINUX instructions and compile following the instructions given on the site.

NOW THE FUN PART:

CandyBOT by BenDol: Download the latest version on his site: http://bendol.github.io/otclient-candybot/

Johnny-Walker CaveBOT by Slash Citeron and Forked/Translated by me: You can Download it from my git: https://github.com/dev1lwalks/johnny-walker/

INSTALLATION PROCESS:

LINUX USERS:

cd /home/(username)/(otclient-dirname)/mods/
git clone git://github.com/BenDol/otclient-candybot/
git clone git://github.com/dev1lwalks/johnny-walker/

WINDOWS USERS:
Download each file from their sites then extract them inside the /otclient/mods/ directory.

HOW-TO:
You can find information and a video on BenDol's site on How to use CandyBot mod (If you have used this kind of "tools" before you are going to get acquainted with it really fast).

For the Johnny-Walker Cavebot Tool you can go to the wiki page:
https://github.com/dev1lwalks/johnny-walker/wiki

SCREENSHOT
- CandyBOT mod.
https://imgur.com/rcr2yde -- > AFK Tools / Auto-Cast / Auto-Eat / RuneMaker / Anti-IDLE .

https://imgur.com/izyhDB5 -- > Support Tools / Auto-Heal / Auto-Mana / Auto-Haste / Anti-Paralyze .

https://imgur.com/zJFsY4V -- > Target Tools for CaveBOT

- Johnny-Walker CaveBOT mod.

https://imgur.com/7XfUEpR -- > Waypoints and all the bot features.
 
This is amazing!
Ty to u to share with us...

Only one question...
If it is yes i will never use tibia client anymore...
There is a way to create a action to:
- check somethings like if(sds < 100)
- use rope
- say something like: hi, exani tera
- trade with NPCs?
- put item in DP
 
I have some questions about this bot... I testing it here...

How to:
- Select what loot to take, like cath gold from monster, cath boh...
- Put bot to change gold (100 for 1 platinum)
- In Support->Auto Heal, you can select how many life need to heal, but no mana... It get a lot exausted, you know how to fix it?
 
This is amazing!
Ty to u to share with us...

Only one question...
If it is yes i will never use tibia client anymore...
There is a way to create a action to:
- check somethings like if(sds < 100)
- use rope
- say something like: hi, exani tera
- trade with NPCs?
- put item in DP

Hi good question! as I mentioned you in the other post I'm working on a OTClient Version Optimized for Tibia 7.4 till 7.7X so as soon as I finish that (about to be done with it) I will start working on a better bot that's why I released the module into a git so to get some constribution from the community but my plan is to. 1- Merge with CandyBOT module effectively (I haven't taken the time to do so) 2- Start working on other functions for the module to get a better "automation" tool.
 
I have some questions about this bot... I testing it here...

How to:
- Select what loot to take, like cath gold from monster, cath boh...
- Put bot to change gold (100 for 1 platinum)
- In Support->Auto Heal, you can select how many life need to heal, but no mana... It get a lot exausted, you know how to fix it?

Hi! Well regarding CandyBOT Module It's development was stopped long tiem ago too and as I mentioned before I'm going to start working as soon as I finish my other projects but my plan is to merge both modules, repair the loot system (Yeah, it is broken or at least unfinished), also I need to re-arrange the already stablished functions such as the mentioned before in your post. I will try to keep you updated as soon as I start working on all those things.
 
I have suggestions:
- Heal stages
Like> Heal 1 - X
Heal 2 - Y

- Anti Push
- Push Max

- Add arrow slot on Auto replace weapons
There is no way to put back arrows, bolts, only spears :eek:

- Reconnect

With this and another suggestions upside, this bot would be perfect
 
Back
Top