Crystal Bot Tutorial
Crystal Bot Tutorial
Crystal Bot Tutorial
The bot simulates mouse and keyboard inside tibia window, in order to do
this it will need to know the positions ( coordinates on screen ) of some
things, this information is stored in form of a #tag, some tags are
automatically updated by bot and some will need to be manually added.
First of all, change your tibia control to Classic Control, like this:
#FirstBpSlot = This will show bot where the first slot of iventary is, so it will
be able to make some calculations necessary to find loot positions.
Comandos:
$lclick #tag = Left mouse button click on #tag position
$rclick #tag = Right mouse button click on #tag position
$wait x = Will wait x milliseconds before doing next action
$drag #from #to = Drag mouse from position #from to position #to.
$shot #rune = Aimbot rune on position #rune at target
$shotmw #mw = Will shot magic wall in front of target
$Waypoint = It will add a waypoint
$key "nome" = It will press a key or hotkey, example: $key f1, $key enter.
Others:
$gotoline
$gotolabel
$pausescript
$resumescript
$pausecavebot
$resumecavebot
$playsound
Script:
This is a very simple "script" tab, it will be more advanced when i finish the
Advanced Lua script tab.
I will not take long time explaning this tab since it is intuitive, but i'll explain
somethings.
There is no "If" when you put a variable it will automatically contains the if
syntax, example:
$hp < 200 $key f1 $wait 2000
It means that if your hp is less than 200 the bot will press the hotkey f1 in
tibia and then wait 2 seconds before going to next script line.
This is very simple, but if you are skilled enough you can do all sort of
things using this tab, even almost fully automated cavebot scripts ( which
goes to bank deposit money, etc. )
If you are new to this kind of stuff you can facilitate your life using the line
builder tool and reading some script examples that comes with bot.
Cavebot
Select the desired options and then press "Active cavebot".
Take in consideration that until 1.3.5 patch, the patch i'm writing this
tutorial, it was not possible to loot itens that are not in the first four slots of
the corpose, this will be fixed in future updates.
Any clues about this just contact me.
F.A.Q
- Cavebot is not attacking and aimbot is not working, what should i do?
Maximize tibia window and then press "Home" button on your keyboard
or press "Refresh" on bot's Main Tab.
Also add again all the tags you are using, like #runes and #putat /
#firstbpslot by the process described on tutorial.
--------