Results 1 to 3 of 3

Thread: any BASIC or GENERAL help with OSRS bot script [REFLECTION]

  1. #1
    Join Date
    Feb 2015
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default any BASIC or GENERAL help with OSRS bot script [REFLECTION]

    hello, i was wondering if i could get someone whos a bit of an expert on script, or at least more than i know, i have a couple of issues in my script i need to fix, and this guy made some recommendations but i can't get a reply for further instructions.

    so i fixed part of the problem but one of them is:

    the login on smart, it clicks on the password first and info is entered reverse.

    the gentleman recommended adjusting the TBoxes, which i found, and found some info on but i have no clue what im doing and i don't wanna wreck the script.

    the other issue:

    on the Bot(script) when headed to the bank to deliver my inventory to storage, it cannot detect the bank so the script/bot get stuck, does anyone have any idea how to fix this? and i believe its a detection issue. it says on the status 'going to bank' and gets stuck just moving cursor around/spinning... THIS was just right after a runescape update, so if i need to wait for a reflection update let me know.


    here is my posts in this specific bot forum, problem is i think its mostly abandoned.

    https://villavu.com/forum/showthread...109034&page=40

  2. #2
    Join Date
    Aug 2016
    Location
    Kentucky
    Posts
    254
    Mentioned
    3 Post(s)
    Quoted
    96 Post(s)

    Default

    Quote Originally Posted by rockysnow9 View Post
    hello, i was wondering if i could get someone whos a bit of an expert on script, or at least more than i know, i have a couple of issues in my script i need to fix, and this guy made some recommendations but i can't get a reply for further instructions.

    so i fixed part of the problem but one of them is:

    the login on smart, it clicks on the password first and info is entered reverse.

    the gentleman recommended adjusting the TBoxes, which i found, and found some info on but i have no clue what im doing and i don't wanna wreck the script.

    the other issue:

    on the Bot(script) when headed to the bank to deliver my inventory to storage, it cannot detect the bank so the script/bot get stuck, does anyone have any idea how to fix this? and i believe its a detection issue. it says on the status 'going to bank' and gets stuck just moving cursor around/spinning... THIS was just right after a runescape update, so if i need to wait for a reflection update let me know.


    here is my posts in this specific bot forum, problem is i think its mostly abandoned.

    https://villavu.com/forum/showthread...109034&page=40
    You could just add the login code yourself. Logging in is pretty simple, and you don't really need to randomize it because no anti-ban is needed for login(I believe).
    Just move the mouse to the correct coordinates, which you can get from Simbas display when you move your mouse there.
    Do the clicking and typing of info.
    You could also replace the banking function with a color based method.
    Although not a perfect solution, you could use the function: FindColorTolerance to get the bankers location and click it.

    The beginners scripting guide can be found here:
    https://villavu.com/forum/showthread.php?t=58935

    The functions for looking for color are found here:
    http://docs.villavu.com/simba/scriptref/color.html

    Mouse Movement functions can be found Here:
    http://docs.villavu.com/simba/scriptref/mouse.html

    Keyboard input for typing in user and pass can be found here:
    http://docs.villavu.com/simba/scriptref/keyboard.html

    Don't be afraid the "Wreck the script" Thats how you learn.
    These things are open source so that you CAN edit them freely if need be.
    Last edited by Aspect; 04-13-2018 at 01:38 PM.

  3. #3
    Join Date
    Feb 2015
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Aspect View Post
    You could just add the login code yourself. Logging in is pretty simple, and you don't really need to randomize it because no anti-ban is needed for login(I believe).
    Just move the mouse to the correct coordinates, which you can get from Simbas display when you move your mouse there.
    Do the clicking and typing of info.
    You could also replace the banking function with a color based method.
    Although not a perfect solution, you could use the function: FindColorTolerance to get the bankers location and click it.

    The beginners scripting guide can be found here:
    https://villavu.com/forum/showthread.php?t=58935

    The functions for looking for color are found here:
    http://docs.villavu.com/simba/scriptref/color.html

    Mouse Movement functions can be found Here:
    http://docs.villavu.com/simba/scriptref/mouse.html

    Keyboard input for typing in user and pass can be found here:
    http://docs.villavu.com/simba/scriptref/keyboard.html

    Don't be afraid the "Wreck the script" Thats how you learn.
    These things are open source so that you CAN edit them freely if need be.


    not an answer, or even remote hint at were to begin other than a direct tutorial about scripting AS A WHOLE and big picture. not specific in game characteristics/color detection methods

    BUMP

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
  •