Jump to content

RandomInc

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by RandomInc

  1. On 11/11/2017 at 7:35 AM, Slut said:

    This is an extract from Token's Stealth Quester.
    "MIRROR MODE DOES NOT SUPPORT DIALOGUE INTERACTIONS SO I ADVISE YOU TO RUN IT ON STEALTH INJECTION."

    Dialogue api works just fine in mirror mode

  2. 10 hours ago, AT9716 said:

    I get those notifications whenever I try to run client 2.4.145. Please advice further.

    Screen Shot 2017-11-11 at 12.13.45 AM.png

    Screen Shot 2017-11-11 at 12.13.22 AM.png

    You using java 9? if so, you need to use java 8 to startup OsBot.

  3. 1 minute ago, lojduk said:

    There has been an reboot/update today. OSbot client needs an update i guess.

    Will be fixed soon, like always ;)

    Today? Because after the update yesterday, everything worked just fine.

    However, after testing the same code today, it is indeed broken.

  4. The isPendingOption does always return false atm.

    Yesterday it worked just fine. I don't know how this can break so suddenly?

    IsPendingContinuation does still work

     

    Code: 

    log(dialogues.isPendingOption() + " - " + dialogues.isPendingContinuation() + " - " + dialogues.inDialogue());

    Proof:

    6J8FvQB.png

    2ttStZU.png

    • Like 1
  5. For the maple logs and knife problem, try using conditional sleeps. 

    After each interaction, you check for animations, or inventory items. 

    After opening and closing the bank, you check for that etc. 

     

    For the webwalking, I haven't working with that yet. Can't help you

    • Like 1
  6. 14 minutes ago, TheWind said:

    There is a little bit of a process to get Scripter rank I. You receive Scripter I rank when you get a script uploaded to the SDN (Script Delivery Network).

     

    Check out the 4 articles under the announcements here:

    https://osbot.org/forum/forum/181-open-sdn-upload-requests/

    Alright thanks.

    Guess I need to made some small modifications. I'll apply tomorrow or the day after tomorrow. :)

    • Like 2
  7. 5 minutes ago, IDontEB said:

    Wow nice release, I'm really interested in looking at that source AHA!

     

    2 minutes ago, Anomaly said:

    Nice release.

     

    1 minute ago, Team Cape said:

    Good looking stuff! Have you scripted for another botting client before?

     

    Thanks!

    Yes, I have the script writer rank on another oldschool botting site (house rules say I cannot say the name..).

    • Like 2
  8. RandomIncSudokuSolver

     

    Hello everyone, this is my first script I made for the OsBot client. It was my intention to learn the api.

    This script will try to solve the sudoku minigame, after solving it, it will buy runes. (Default settings are DEATH, NATURE and COSMIC runes). 

    I'm too lazy to make a GUI at the moment. You can change the runes and the solve speed in the main Script class. 

    There is a simple paint that tells you how many sudoku's you've solved and how much profit you've made.

    Don't run this script for too long and without the break handler! The sudoku minigame has a high ban rate...

     

    It will automatically detect your screen brightness and set it on the forth position (since it relies on color data). 

    You need to start it next to Ali (it will not web walk or anything like that). 

    Make sure you have enough money in your inventory. If it runs out, the script will be stopped.

     

    Source and jar download

     

    Feedback is welcome!

    Happy botting  :cash:

     

    ~RandomInc

     

    Edit: I would like to apply for the script writer rank I, is this possible with current script?

    • Like 4
    • Mirror client version 2.4.144
    • Console output / terminal output Nothing
    • Crash report if a crash occurred No crash, just bot like behaviour 
    • Script that you ran my own
    • Hooks that failed none
    • JVM/Browser bit version (32 / 64)

    Code used:

                for (Item item : api.store.getItems()) {
                    for (Rune rune : runesToBuy) {
    
                        if (item.getId() == rune.getRuneId()) {
    					
    					int amount = api.store.getAmount(item.getId());
    
                            if (amount > 0) {
    
                                api.store.buy(item.getName(), amount);
    
                            }
                        }
                    }
                }

    Behaviour:

    Mouse will move to empty spot, or won't move at all. It will buy a few runes from the first type. than it stops working..

     

    Location: 

    Shop from Ali Morrisane's in Al kharid

     

    EDIT: 

    GIF: https://i.imgur.com/gCccjeo.gif

     

    EDIT 2:

    I'm currently using widgets, and it works great too. But I would still very much like the store api to get fixed. (Or am I doing something wrong here?)

     

     

    • Like 1
  9. Hi everyone, 

    I'm happy I found out about OsBot! I have the developer rank at p****bot and made several scripts there. I stopped scripting for them because I think the API is crap, and I hope I can develop even better scripts here. I'm currently working on a few school projects, but when that's finished, you'll hear from me again ;) Can someone link me the application Thread and the requirements to become a Scripter I, II and III.

     

    Thanks in advance! :)

     

    ~RandomInc

×
×
  • Create New...