All Activity
- Today
-
Exedras joined the community
-
mokosomen joined the community
-
pknoia joined the community
- Yesterday
-
ninjadoaxe joined the community
-
Tofikof joined the community
-
auto(300000) local messagesToDetect = "300/300" g_game.talk(".!task") -- sleep(x) -- activate and adjust if script can't detect exacly after write .!task connect("g_game", "onTextMessage", checkBotText) function checkBotText(mode, message) if string.find(message, messageToDetect, 1, true) then gotolabel("retask", "deliver-task") end as last waypoint in retask ad "ACTION" on with script gotolabel("hunt", "start-hunt")
-
if g_game.isAttacking() then local target = g_game.getAttackingCreature() if target and target:getPosition():distance(g_game.getLocalPlayer():getPosition()) <= 5 then g_game.talk("spell 1") sleep(900, 1250) end end auto(100)
-
1) Could you modify the below script so it's only using the spell if monsters are around 5sqm in any direction of our character (this is a target spell and with this script the bot is spamming this even if the target is far away) if g_game.isAttacking() then g_game.talk("spell 1") sleep(900, 1250) end auto(100) Thanks in advance
-
tried it still does not work
-
did you get the fatal error when trying to use it?
-
Hello. I have a question, why do I get bothered after an hour of standing on afk? and so it is all the time .... HELP
- Last week
-
Thanks for answer. Still - i have no idea how to use this. Could you please prepare a script that writes .!task every 5 min, and runs the desired "gotolabel" when it detects eg. 300/300 - and when the second waypoint tab comes back to respawn - starts the main one again? I know one buddy has written that kind of script in this thread - but it just doesnt work, the script returns error. Thanks!
-
maybe try to reinstall c++ 😐 it helped me once
-
I would like to request an script to refill ammo. This one doesn't really work on otpiece.com and it's to hands not ammo.
-
Hello. The case looks like this, the bot crashes for me, it just turns it off every now and then and I don't know if it's not because of the money exchange script because I see in the logs that this script is spamming a bit. Please help i use this scripts auto(250) if not g_game.isOnline() then return end local coinIds = {3031, 3035} local playerItems = g_game.getLocalPlayer():getItems() for _, item in pairs(playerItems) do for _, coinId in pairs(coinIds) do if item and item:getId() == coinId and item:getCount() == 100 then g_game.useItem(item) retu
-
You can download it here: OTClientBot-v2.0.0-beta16a Also please remember to install Visual C++ Redistributable for Visual Studio 2015 - 2019 x86 if you haven't already. List of changes: added automatic update downloader fixed a rare bug that caused the application to crash while reading information from client probably fixed a bug that makes the targeting crash the application probably fixed a bug that makes the cavebot crash the application List of changes for beta16a: process name now saves automatically between restarts of the bot
-
you are trying to use some old deprecated version.
-
I know, but I can't turn it on.
-
no idea
-
Yh i have the 86 and the 64 one installed. Still is not working. Do you know what other reasons it could be?
-
It's included in every release post at the top. https://aka.ms/vs/16/release/vc_redist.x86.exe Restart your PC after
-
same issue....even in other directory. Someone said download visual c++ maybe that might work. Is there a link?
-
Try reinstalling the bot to other directory, for example your desktop or documents. If that doesn't work then I'm clueless.
-
same issue. Redownloaded client, run both apps as admin still same error message.
-
Then it must work, try downloading their client again and run everything as administrator
-
Playing Wono
-
Newsletter