Jump to content

Abgafker

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Abgafker

  1. After the recent update on RoTS, the client crashes when trying to eat food in any way, Using it with a mouse, hotkey, it doesn't matter, eating food after loading the bot crashes the client. 

     

    Edit: The client crashes after some time even without eating food, but eating food does trigger a crash every time. 

     

    == application crashed
    app name: Return Of The Saiyans
    app version: 2.7.4
    build compiler: msvc12
    build date: May 13 2022
    build type: RelWithDebInfo
    build revision: 0 (master)
    crash date: May 16 2022 22:36:26
    exception: Access violation (0xc0000005)
    exception address: 0x0097c320
      backtrace:
        0: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x151080) [0x000000000097C320]
        1: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x150ceb) [0x000000000097BF8B]
        2: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x26845f) [0x0000000000A936FF]
        3: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x269286) [0x0000000000A94526]
        4: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x25e8d0) [0x0000000000A89B70]
        5: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x2626ab) [0x0000000000A8D94B]
        6: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x266d14) [0x0000000000A91FB4]
        7: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x2662b9) [0x0000000000A91559]
        8: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x259c02) [0x0000000000A84EA2]
        9: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x2597e5) [0x0000000000A84A85]
        10: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x259fbe) [0x0000000000A8525E]
        11: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x229773) [0x0000000000A54A13]
        12: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x229151) [0x0000000000A543F1]
        13: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(FT_Error_String+0x2bb96d) [0x0000000000AE6C0D]
        14: D:\Games and Launchers\Saiyans Return\ReturnOfTheSaiyans-directx.exe(PHYSFS_utf8stricmp+0x5f8f0) [0x0000000000BBB170]
        15: C:\WINDOWS\System32\KERNEL32.DLL(BaseThreadInitThunk+0x19) [0x000000007616FA29]
        16: C:\WINDOWS\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0x11e) [0x0000000077C87A7E]
        17: C:\WINDOWS\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0xee) [0x0000000077C87A4E]

  2. I use these 2 scripts together as a backup for the lack of targeting on ROTS.

     

    Script 1, for targeting with the Space button.

     

    if #g_game.getMonstersAround(3) >= 1 then
      g_game.sendKey("Space")
    end
    auto(1000)

     

    Script 2, for pausing the cavebot to kill monsters that you are targeting, and then resuming the cavebot when everything is dead.

     

    if #g_game.getMonstersAround(1) >= 1 then setOption("Cavebot/Enabled", "false")
    elseif #g_game.getMonstersAround(2) == 0 then setOption("Cavebot/Enabled", "true")
    end
    auto(1000)

     

     

    • Like 1
  3. Typical Fatal Error. Initialization error, report to the forum.

     

    Server: Dragonball Tenkai

    http://dbt.net.pl/index.php

     

    Changed the client name to otclient so it shows up on the injection list, but after trying to inject it just gives the error message and the bot doesn't register a character as online. 

     

    Sad, it worked on Priogames so well I was hoping it would work here as well.

     

    If there is anything that can be done on my part, let me know please!

     

    Thanks in advance.

×
×
  • Create New...