Page 3 of 3 FirstFirst 123
Results 51 to 63 of 63

Thread: Tutorial Island Runner

  1. #51
    Join Date
    Aug 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Had to add:

    KeyDown(27); //press esc since it gets stuck in quest screen
    sleepScript(random(100));
    KeyUp(27);

    as a workaround under line 471. Other than that, works perfect!

  2. #52
    Join Date
    Oct 2015
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    really nice script , have completed the tut in 5 accounts so far

  3. #53
    Join Date
    Jan 2017
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks

  4. #54
    Join Date
    Mar 2015
    Posts
    12
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Right at the start, the instructor asks if you're an experienced player or not. Instead of choosing one of the options it clicks the instructor starting the sequeence once again.

  5. #55
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    @ineedbots; you may want to change the operators in doAva. If people change the consts in the setup to anything besides -1 then they will always default to 0. = operator is for comparison except for pre-compiled stuff, whilst := is for setting.
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  6. #56
    Join Date
    Mar 2015
    Posts
    12
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    There was also an issue with the battle instructor when you need to equip a bronze sword and a wooden shield.

  7. #57
    Join Date
    Feb 2017
    Location
    Sauce
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thank you so much for the script! Very helpful XD.

  8. #58
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    This something may be wrong with the interact NPC returning true/false from the beggining of the script. It Just seems to keep clicking on the first guy without realizing its in a Chat dialog. Usually happens on the part that asks what type of player are you (beggining / experienced / ect).

  9. #59
    Join Date
    Feb 2017
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by k9thebeast View Post
    This something may be wrong with the interact NPC returning true/false from the beggining of the script. It Just seems to keep clicking on the first guy without realizing its in a Chat dialog. Usually happens on the part that asks what type of player are you (beggining / experienced / ect).
    It seems like the NPC after that also experiences the same error, just repeated clicks over and over. Anyone know how to fix this?

  10. #60
    Join Date
    Jun 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looking to try this will post any findings , ty

    OCR

  11. #61
    Join Date
    Jul 2017
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    If someone could fix the repeated clicking I would love to use it

  12. #62
    Join Date
    Aug 2019
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm getting an error when trying to run the script:
    File not found, line 4: {$i [Reflection] ineedbot's functions.simba}

    How am I supposed to get this file? Am I supposed to be replacing this path with something which exists on my machine? Removing this line fails when it reaches sleepScript(). I'm guessing that is defined in this file.

    New to scripting and this is my first script I'm attempting to run. Sorry for the basic question.

  13. #63
    Join Date
    Apr 2019
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by HowDoesThisWork View Post
    I'm getting an error when trying to run the script:
    File not found, line 4: {$i [Reflection] ineedbot's functions.simba}

    How am I supposed to get this file? Am I supposed to be replacing this path with something which exists on my machine? Removing this line fails when it reaches sleepScript(). I'm guessing that is defined in this file.

    New to scripting and this is my first script I'm attempting to run. Sorry for the basic question.
    This script is outdated. There's a tut island script for OSBot that's pretty well maintained: https://osbot.org/forum/topic/84213-...dom-characters. It gets broken by changes in OSRS pretty often but ppl come out with fixes on the regular.

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •