Jump to content

Zelek

Administrators
  • Posts

    669
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by Zelek

  1. its already been posted in Script Request topic and discord.
  2. Zelek

    ROTS training

    local tiles = g_map.getTiles() for i = 1, #tiles do local tile = tiles[i] if tile:getPosition():getDistance(g_game.getLocalPlayer():getPosition()) == 1 then local topItem = tile:getTopItem() if topItem and topItem:getId() == 15710 then g_game.useMapItem(tile:getPosition()) sleep(250) break end end end auto(100)
  3. Zelek

    HWID Problem

    I've replied to your private message. Basically you have used trial before and that's against the rules. You have to purchase a monthly/quarterly subscription.
  4. Zelek

    HWID Problem

    You can, try again.
  5. Zelek

    HWID Problem

    You have already used your trial with @ahmed havocaccount, your only option is to purchase the monthly/quarterly subscription.
  6. Some people are reporting me this issue, but it’s very hard to find the exact cause since like you said there is no error message. I have it high in the priority list and I’m actively working on fixing that. Sorry for the inconvenience
  7. Zelek

    Request Script

    Please search the forum before posting
  8. Zelek

    Request Script

    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)
  9. This is only the issue on your end, as it works for everyone else. I’m sorry but I don’t know why it happens.
  10. You can download it here: OTClientBot-v2.0.0-beta16g 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 dark mode option now saves automatically between restarts of the bot fixed a bug that caused the application to crash when it couldn't find a valid waypoint another attempt to fix the targeting/cavebot rare crash issue List of changes for beta16b: major improvements to targeting and cavebot creature checking added error message if application closes unexpectedly from any other reason than crash another attempt to fix the targeting/cavebot crash issue List of changes for beta16c: fixed a rare bug with looting that caused the application to crash if no valid waypoint was found fixed a rare bug that caused the application to crash while calculating experience per hour List of changes for beta 16d: fixed client crashing while walking at Return of the Saiyans List of changes for beta 16e: fixed exp per hour displaying incorrect value lot of internal changes to help with stability List of changes for beta 16f: fixed spell healer (which stopped working in beta16e) fixed crash with error code 55 List of changes for beta 16g: fixed authentication issue that caused crashes
  11. Zelek

    Request Script

    you are trying to use some old deprecated version.
  12. It's included in every release post at the top. https://aka.ms/vs/16/release/vc_redist.x86.exe Restart your PC after
  13. Try reinstalling the bot to other directory, for example your desktop or documents. If that doesn't work then I'm clueless.
  14. Then it must work, try downloading their client again and run everything as administrator
  15. Zelek

    Request Script

    please search this topic before posting. it has already been shared here
  16. @Vickouse opengl version of the client and you will be fine
  17. Zelek

    diagon movement

    cavebot movement is determined by client’s path finding, if it doesn’t walk diagonal you can’t do anything about it
×
×
  • Create New...