Jump to content

Maxi

Developer
  • Posts

    1430
  • Joined

  • Last visited

  • Days Won

    82
  • Feedback

    0%

Posts posted by Maxi

  1. alright using normaal bot but mine czar ranging guild is stuck on this > http://gyazo.com/82f899f6b818797879545db08d2d1d95

      http://gyazo.com/0604ae23e143cdb81a3089bb264c6b22

     

    a bug i geuss?

     

     

    yo i am running czar ranging guild i but its stuck the whole time on this

     

    http://gyazo.com/0604ae23e143cdb81a3089bb264c6b22

    http://gyazo.com/82f899f6b818797879545db08d2d1d95

     

    a bug i geuss?

    is this a bug? when i run rang guild czars its suck on this http://gyazo.com/82f899f6b818797879545db08d2d1d95

    Did you really have to post that three times?

    Anyways, the code in the OSBot client is verified to be working correctly. Scripts might need an update, however this code works fine at the range guild

            if (dialogues.isPendingOption()) {
                dialogues.selectOption(1); // click the first option in the dialogue.
            }
            if (dialogues.isPendingContinuation()) {
                dialogues.clickContinue();
            }
    
    • Like 1
  2. Seems selecting options in dialogues doesn't work still? Is there any changes we need to make due to the new method, having issues on karamja customs officer (dialogue.pendingOption() to be specific).

    I'll check it out.

     

    Hmmm: odMOzfJ.png

     

     

    code: yeLqzDh.png

     

     

     

    if (dialogues.isPendingOption()) {
    dialogues.selectOption(1);
    }
    
     

    Please note that the first choice index is 1 now.

    Edit: read this http://osbot.org/forum/topic/67995-dialogues-please-read/

  3. Maxi have you release any new classes yet. Or you guys still working in that?

     

    We have but they are undocumented and not ready for use yet. Alek will finish this soon hopefully.

     

    when will that be ? will it be today?

    thanks for effort doe wink.png

     

    It will be when it will be. Remember that the mirror client is still in BETA and is not a advertised feature yet in the VIP package. The update comes not only with updated hooks but several bugs and performance boosts, at this point these things have to be finished to be able to update the mirror client.

  4. Dear community,

     

    With this update comes the following change list:

     

    - @Maxi

    -- Patched Dialogue API to work with the new OSRS dialogue system. It now uses the keyboard (space bar and numboard keys) to interact.

    -- Patched a bug with the InteractionEvent pointed out by @Khaleesi, thank you for writing a detailed bug report

    -- The widget system has been given a decent performance boost

    -- Various parts of the mouse events have been changed to allow for more failsafes

    Script writers, please read this and update your scripts accordingly: http://osbot.org/forum/topic/67995-dialogues-please-read/

     

    Regards,

     

    The OSBot team

     

    P.S. Some users running in to problems starting the boot loader might have to delete their store.dat in their OSBot folder. This is likely the case for most users.

     

    TL;DR = Delete your store.dat in your OSBot folder (sorry for the inconvenience, this will make force you to saves your accounts and settings again)

  5. Dear community,

     

    Because of an error on our server the automatic updater didn't run. Sorry for the inconvenience, the problem was investigated and turned out to be some kind of power failure which restarted the entire dedicated server and resulted the updater to skip its updating cycle. Thanks to @Zach doing this and @Maldesto for notifying me!

     

    Download 2.3.45 and you should be back to botting.

     

    Sincerely,

     

    The OSBot team

     

    P.S. Please note that the mirror client will require an update before it will be working again. This can be expected shortly.

     

    P.S.S. Dialogues will need an update. I'll have a look at them if Alek has not after my dinner.

    • Like 8
  6. Within a certain limit you don't have to pay taxes. Look it up on the www.belastingdienst.nl website. Beyond that you are applicable for taxes, but you should check it out because there are several clauses that may / may not make you applicable for paying taxes. Also, I'm not sure what the dutch law is on selling virtual items & goods, it would be smart to look that up too (virtuele goederen).

    • Like 3
  7. Are you starting your script when logged in or do you start it when logged out? The current way things are done means that you should try to start the script whilst being logged out on a freshly loaded OSRS client preferably.

     

    Also, please post in the correct section next time. I'm leaving this here for a short while so you don't get lost.

  8. This update contains a patch that was meant to be in the previous release but for some mysterious reason didn't make it to the final build. It should contain a fix for Widgets.isVisible(int rootId). Thanks @Zach and @Mysteryy.

     

    On another note, in the coming week you will see some newly introduced API classes and methods. I have hooked the following hooks for which API logic will be written:

    ------------------------------------------------------------------------
    | Friend 
    | -> name 
    | -> world
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    | Client
    | -> friends_list 
    | -> friends_count
    | -> grand_exchange 
    | -> world_count
    | -> world_array 
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    | PlayerDefinition
    | -> appearance 
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    | Player 
    | -> skull_icon
    | -> prayer_icon
    | -> combat_level
    | -> definition
    | -> team
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    | World 
    | -> id
    | -> type 
    | -> domain
    | -> activity
    | -> location_id
    | -> population 
    | -> index
    ------------------------------------------------------------------------
    ------------------------------------------------------------------------
    | GrandExchangeBox 
    | -> status
    | -> item_id 
    | -> unit_price 
    | -> amount_to_transfer 
    | -> amount_transferred
    | -> spent 
    ------------------------------------------------------------------------
    

    Sincerely,

     

    The OSBot team

     

    • Like 7
  9. Dear community,

     

    Today we celebrate the two years existence of the OSBot forums. Exactly two years ago from now the forums were put online for the first time. In a few weeks from now the first release of the OSBot 1 BETA client was made two years ago and from there on the journey of OSBot started.

     

    Two years later and many faces have passed the revue, we are determined to get OSBot back to the top spot we once claimed in 2013/2014. Thank you all for being part of OSBot in good and bad times, it has certainly been a blast so far and may the future bring you glory.

     

    Happy birthday OSBot, a big thanks to all the developers and staff that have been working hard lately to get OSBot to the top spot again!

     

    Regards,

     

    The OSBot team

    • Like 22
×
×
  • Create New...